From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sand@blarg.net Newsgroups: gmane.emacs.bugs Subject: Re: Indentation bug in function INDENT-SEXP (from CVS sources) Date: Sat, 3 Feb 2007 12:54:43 -0800 Message-ID: <17860.63123.747279.829079@priss.frightenedpiglet.com> References: <74edf1b42a57241cff49d9b1b3734674@www.avvantamail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170580268 31546 80.91.229.12 (4 Feb 2007 09:11:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Feb 2007 09:11:08 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, sand To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 04 10:10:59 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HDdOk-0004sY-6S for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Feb 2007 10:10:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDdOl-0000D1-4C for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Feb 2007 04:10:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDRuN-0002Yr-Vn for bug-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:54:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDRuK-0002Yf-LP for bug-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:54:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDRuK-0002Yc-E5 for bug-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:54:48 -0500 Original-Received: from v-static-143-234.avvanta.com ([206.124.143.234] helo=celia.serv.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1HDRuJ-0006Uu-Tw for bug-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:54:48 -0500 Original-Received: (qmail 30308 invoked by uid 1000); 3 Feb 2007 20:54:43 -0000 In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.92.1 X-URL: http://home.blarg.net/~sand X-detected-kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 04 Feb 2007 04:10:56 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15575 Archived-At: Richard Stallman writes: > Thanks for fixing this bug. I will install a variant of your fix. > > This is a cleaned up version, and seems to work. Does it work well > for you? It works correctly with me test case. Thanks. Derek