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,start X-Google-Attributes: gid103376,public From: "Nobody" Subject: Ada Mode for XEmacs Date: 1998/12/17 Message-ID: <75ahtn$sk7@romeo.logica.co.uk>#1/1 X-Deja-AN: 423191778 Organization: Logica UK X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada Date: 1998-12-17T00:00:00+00:00 List-Id: I am currently trying to install the Ada mode for XEmacs from the Ada-Belgium site on my UNIX system. The installation instructions state the following:- Put all these files in your load path and insert 'dot.emacs' into your personal emacs start up file '.emacs'. For a system-wide installation it is best to copy the files in the site-lisp directory (usually /usr/local/share/emacs/site-lisp) and merge dot.emacs into default.el. Then they recommend a byte-recompile-directory command. I am attempting a system-wide installation on XEmacs 19.16, which I have just installed. My assumptions from the both above instructions are: 1) Copy all the files extracted from the tar file ( mostly *.el files) into /usr/local/share/emacs/site-lisp. 2) Copy all the lines of code from dot.emacs to default.el. 3) Byte-recompile-directory /usr/local/share/emacs/site-lisp 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/. Are my assumptions correct ? Has anyone else out there ever installed the Ada-mode XEmacs, if so could you provide me with so more detailed instructions? Or am I just using the byte-recompile-directory incorrectly or even compiling the wrong directory? I would appreciate any help anyone can provide my with. Cheers, Davinder Gautam gautamd@logica.com