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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89104df3f4c230ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-12 13:31:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: source beautifier Date: 12 Aug 2002 16:21:39 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <190720021914217306%hopperj@macconnect.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1029184252 21246 128.183.220.71 (12 Aug 2002 20:30:52 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 12 Aug 2002 20:30:52 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:27960 Date: 2002-08-12T20:30:52+00:00 List-Id: > > On Fri, 19 Jul 2002 22:14:21 -0100, jim hopper wrote: > > > >> what platform are you interested in?? I am doing a gui for it for mac > > > > Linux > > > > But I think the emacs indent-region function is ok for my purposes (for > > now), I didn't know that it exists. But as soon as there will be another > > good IDE available, I will stop using emacs, because > > > > 1) it's just too big, Just out of curiosity, what measure are you using here? Megabytes of disk space? Load time? keystrokes/functionality to learn? > > and I use it only as an IDE for Ada Well, it is very good for lots of other things. But some people prefer other IDEs. > > 2) it seems to work incorrectly (the main font can't be changed) > > (actually it can be done, but when I restart emacs, the font > > background changes to its default value) You can set the font either on the command line, or in your .emacs. Yes, that's one of the many things you have to learn about Emacs. -- -- Stephe