From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: BUG: indenting lisp code marks buffer as dirty when it shouldn't Date: 27 Nov 2002 15:49:03 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <87fztngja8.fsf@pot.cnuce.cnr.it> References: <15840.45513.721157.204137@quack.quarl.org> <84r8dbypi7.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038408739 18976 80.91.224.249 (27 Nov 2002 14:52:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 14:52:19 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18H3Y1-0004vw-00 for ; Wed, 27 Nov 2002 15:52:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18H3ee-0006Vc-00 for ; Wed, 27 Nov 2002 15:59:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H3WG-0006Pm-00; Wed, 27 Nov 2002 09:50:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18H3V0-0004WW-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 09:49:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18H3Uy-0004Ul-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 09:49:09 -0500 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H3Ux-0004Rd-00 for emacs-devel@gnu.org; Wed, 27 Nov 2002 09:49:07 -0500 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.36 #1 (Debian)) id 18H3Ut-0000LH-00; Wed, 27 Nov 2002 15:49:03 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: <84r8dbypi7.fsf@lucy.cs.uni-dortmund.de> Original-Lines: 6 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9709 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9709 >> buffer before `indent-region', and see that `indent-region' makes the buffer >> dirty, even though it ahsn't actually changed. > >M-q has the same problem, but is it really _that_ important? I has always annoyed me, but not enough to try and debug it...