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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,89104df3f4c230ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-10 17:11:29 PST From: Maarten Woxberg Newsgroups: comp.lang.ada Subject: Re: source beautifier Date: Sun, 11 Aug 2002 02:11:12 +0200 Organization: Island Message-ID: References: <190720021914217306%hopperj@macconnect.com> Reply-To: marwo264@spam.student.liu.se NNTP-Posting-Host: k27.ryd.student.liu.se Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.island.liu.se 1029024677 27844 130.236.212.27 (11 Aug 2002 00:11:17 GMT) X-Complaints-To: abuse@island.liu.se NNTP-Posting-Date: Sun, 11 Aug 2002 00:11:17 +0000 (UTC) User-Agent: Pan/0.11.3 (Unix) X-Comment-To: "Jan Prazak" Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!news-stob.telia.net!news-stoa.telia.net!telia.net!newsfeed.sunet.se!news01.sunet.se!puffinus.its.uu.se!news.Update.UU.SE!news.island.liu.se!not-for-mail Xref: archiver1.google.com comp.lang.ada:27922 Date: 2002-08-11T02:11:12+02:00 List-Id: On Sat, 20 Jul 2002 16:41:39 +0200, Jan Prazak wrote: > 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, and I use it only as an IDE for Ada 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) Change version of Emacs or/and check your .emacs file usualy reached by doing ~/emacs .emacs & from the commandline (in your home directory, thus the ~) Holding Shift and Pressing Left mousebutton allows you to select font and size from a menu. Although in most cases it changes back yes to the default font.. but that's why you should look in the .emacs file. /M�rten