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: Matthew Heaney Subject: Re: Ada Mode for XEmacs Date: 1998/12/17 Message-ID: #1/1 X-Deja-AN: 423304657 Sender: matt@mheaney.ni.net References: <75ahtn$sk7@romeo.logica.co.uk> <75b4c2$m6n$1@nnrp1.dejanews.com> NNTP-Posting-Date: Thu, 17 Dec 1998 09:12:17 PDT Newsgroups: comp.lang.ada Date: 1998-12-17T00:00:00+00:00 List-Id: dennison@telepath.com writes: > 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. :-) Another way to byte-compile an elisp file is to visit a dired-mode buffer, move to cursor on the name of the file you want to compile, and then use the 'B' command to compile it.