Path: news.cs.au.dk!news.net.uni-c.dk!howland.erols.net!news-peer-europe.sprintlink.net!news.sprintlink.net!Sprint!news-feed.inet.tele.dk!bofh.vszbr.cz!unlisys!news.snafu.de!cs.tu-berlin.de!news.uni-hamburg.de!news.uni-mainz.de!not-for-mail From: "Michael M. Tung" Newsgroups: comp.lang.beta Subject: Re: beta mode for emacs Date: Thu, 04 Mar 1999 23:13:21 +0100 Organization: Johannes Gutenberg-Universitaet Mainz, Germany Lines: 30 Message-ID: <36DF0580.F28D2D25@uni-mainz.de> References: <19990303123948.25049.qmail@noatun.mjolner.dk> <36DDBA7E.2D596B1@uni-mainz.de> NNTP-Posting-Host: dialin393.zdv.uni-mainz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.0 i586) X-Accept-Language: en Xref: news.cs.au.dk comp.lang.beta:11863 Erik Ernst wrote: > Ah, in that case the XEmacs compiler is quite touchy .. the problem is > that line 147 in beta-font-lock.el says > > (setq beta-font-lock-decl-regexp [..] > > where is should have said > > (defconst beta-font-lock-decl-regexp [..] > > like all the other expressions around that point. With `setq' the ... > Hi Erik, thanks for the tip! I tried the modified code, and there are indeed two errors less when compiling. Unfortunately, I still get the following compiler complaint and no elc output: Compiling file /usr/local/lib/xemacs-20.4/lisp/beta/beta-font-lock.el at Thu Mar 4 23:03:30 1999 !! Symbol's value as variable is void ((beta-font-lock-decl-regexp)) I don't understand why one gets this message after changing line 147.--Do you any more ideas to try out? Thanks very much. Best, Michael