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,24447ae3a447ad3a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-02 05:52:35 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!npeer.de.kpn-eurorings.net!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer00.lnd.ops.eu.uu.net!lnewsinpeer00.lnd.ops.eu.uu.net!bnewsoutpeer00.bru.ops.eu.uu.net!bnewsinpeer00.bru.ops.eu.uu.net!bnewspost00.bru.ops.eu.uu.net!emea.uu.net!read.news.fr.uu.net!not-for-mail From: "Emmanuel Briot" Subject: Re: Ada Mode indenting question Date: Thu, 02 Oct 2003 14:52:34 +0200 User-Agent: Pan/0.13.3 (That cat's something I can't explain) Message-ID: Newsgroups: comp.lang.ada References: To: doodad71@hotmail.com (Jack) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: lyon.act-europe.fr X-Trace: 1065099154 read.news.fr.uu.net 242 212.157.227.160 X-Complaints-To: abuse@fr.uu.net Xref: archiver1.google.com comp.lang.ada:113 Date: 2003-10-02T14:52:34+02:00 List-Id: On Tue, 30 Sep 2003 22:08:07 -0700, Jack wrote: > Before I reinstalled it, my Emacs used to properly indent the next > line when I hit "return" - that is, when I finished a line and hit > "return", the cursor would be waiting at the proper indentation. Add the following to your ~/.emacs file: (global-set-key "\C-m" 'newline-and-indent) regards, Emmanuel