From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Joel Salomon Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit References: , Subject: Re: [9fans] Emacs Date: Wed, 12 Jun 2002 08:54:05 +0000 Topicbox-Message-UUID: aa2019f8-eaca-11e9-9e20-41e7f4b1d025 Blake McBride wrote in message news:... > Things I commonly use in emacs: > > intelligent Keyboard macros > intelligent auto indent I'd settle for _dumb_ auto indent: when I type int foo (char*** foo, Rune bar) { first_line(); I want the next line to automatically start here, not here. This is a sensible default when programming, and makes it easy to indent code for clarity. A single backspace override is easier to type than 2 or 3 tabs before _every_ line. Shouldn't the editor promote the use of the One True Brace Style ? joel