From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: gratuitous changes Date: Fri, 31 Jan 2003 15:51:42 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87isw5orup.fsf@alice.dynodns.net> References: <200301312148.h0VLmG128712@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044053518 15968 80.91.224.249 (31 Jan 2003 22:51:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 22:51:58 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ek0r-00049Q-00 for ; Fri, 31 Jan 2003 23:51:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ek7C-0005Au-00 for ; Fri, 31 Jan 2003 23:58:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ek1b-00074B-01 for emacs-devel@quimby.gnus.org; Fri, 31 Jan 2003 17:52:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ek11-0006nj-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 17:52:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ek0r-0006RD-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 17:52:02 -0500 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ek0j-0006G0-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 17:51:49 -0500 Original-Received: from [216.183.69.135] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 1023976 for emacs-devel@gnu.org; Fri, 31 Jan 2003 15:50:37 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 18ek0d-0007cA-00 for ; Fri, 31 Jan 2003 15:51:43 -0700 Original-To: emacs-devel@gnu.org In-Reply-To: (Andreas Schwab's message of "Fri, 31 Jan 2003 23:16:20 +0100") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11265 >>>>> On Fri Jan 31, Andreas writes: > If you use M-C-q (c-indent-exp) on an opening brace nearby you > won't have that problem. whitespace.el also does a great job at keeping whitespace "normalized". John