From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c426f424187b025d X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Ada Mode for XEmacs Date: 1998/12/17 Message-ID: <75b4c2$m6n$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 423237686 References: <75ahtn$sk7@romeo.logica.co.uk> X-Http-Proxy: 1.0 x3.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Thu Dec 17 14:27:17 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1998-12-17T00:00:00+00:00 List-Id: In article <75ahtn$sk7@romeo.logica.co.uk>, "Nobody" wrote: > Unfortunately my assumptions do not work. As when I byte-recompile the > directory, XEmacs informs me that 0 files were compiled. > In addition, I had to create a default.el file and my site-lisp directory > was empty before I copied all the new files over. All my lisp files are > resident in another directory called /usr/local/emacs-19.16/lisp/. I use normal Emacs. But with a default installation of normal emacs the site-lisp directory is indeed empty. I believe it is intended as a place to put customizations. Therefore it makes perfect sense that there is nothing in it on a default installation! Not being able to byte-compile the directory is not fatal. Emacs can (and will) run off of the .el files. Compiling them just makes emacs run faster. However, before you give up on compiling, try loading them into an emacs buffer and byte compiling the individual files one-by-one. Note that you are quite likely to get some warnings when you do this. Just pretend you're a C programmer and ignore them. :-) -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own