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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b80cdba86bdc9052 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-20 09:50:08 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!rutgers!att-out!undergrad.math.uwaterloo.ca!watserv2.uwaterloo.ca!torn!howland.reston.ans.net!agate!library.ucla.edu!csulb.edu!nic-nac.CSU.net!newsserver.sdsc.edu!acsc.com!kaiwan.kaiwan.com!not-for-mail From: dshochat@kaiwan009.kaiwan.com (David D. Shochat) Newsgroups: comp.lang.ada Subject: ada-mode problems Date: 20 Dec 1994 09:50:08 -0800 Organization: KAIWAN Internet (310/527-4279,818/756-0180,714/638-4133) Message-ID: <3d75gg$lid@kaiwan009.kaiwan.com> References: <3c7vgq$1abl@hearst.cac.psu.edu> NNTP-Posting-Host: kaiwan009.kaiwan.com Keywords: GNAT emacs ada-mode Date: 1994-12-20T09:50:08-08:00 List-Id: I too am having trouble with ada-mode. I have: GNAT 2.0 on Solaris 2.3 emacs 19.28 ada-mode 2.8 from cs.nyu.edu /pub/gnat I'm using the sample .emacs from the manual essentially unchanged (except for loading the .el files from the directory where I unloaded the tar file). Some things do seem to work (e.g. indentation). But when I try to use the compile command from the Ada menu, I just get a "make -k" prompt in the minibuffer. I tried changing it to gcc -c, but then it didn't insert the file name. The manual claims there's a variable compilation-insert-name which is presumably set to t by default, but when I searched compile.el, there was no such variable. Also, it is undefined. Another problem: ada-auto-case is set to t, but I can't seem to get it to change case "as I type". The buffer is definitely in Ada mode (says Ada at the bottom, Ada menu appears). I suppose I need to learn a lot more about emacs to resolve all of this, but I'd appreciate any help. David Shochat dshochat@logicon.com