From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: buffer is modified after commit Date: Thu, 14 Feb 2008 02:56:54 +0100 Message-ID: References: <47B3639E.9070007@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202954231 16476 80.91.229.12 (14 Feb 2008 01:57:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 01:57:11 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 02:57:34 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPTLx-0002sB-8A for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 02:57:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPTLT-00083i-K8 for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 20:57:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPTLO-00083d-AZ for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:56:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPTLM-00083R-CC for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:56:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPTLM-00083O-8p for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:56:56 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPTLL-0007UY-UM for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:56:56 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so338434wah.10 for ; Wed, 13 Feb 2008 17:56:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=j/bQdmya7l1pTzEa6TIQGZP1HDdTLHnMKLKlrUq3Qmw=; b=R3CLofr23LrDwFXxT7WeCzxjW8QNGm5R4qWhtckv6yWLxYwqLXzwJLUdfrQD4uJ2inuWGIQ8WoPY9D2q2FmznTbIxQ9aAsQTVCuUbxBpSVIw8PD7x9ZNqIZD4iylqWvGlBMSDb1z0tAD5GGOi3LOwmUnahqRikr6ZWKmEolm3l0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=vbBOSVLkEn98dd3XB9mNaWN5q42tkYxk0hQB6pV0KOGsNXWChXH3rClp5zFnNhr1uCct6BSHRN0fGbVbXWX7dBCMOYkuvYw+sDp0lqubnn37bRxpbnWJG0GkMwFtJoQW5Lt7rRmifUsVE9FsIDcvYBlHzAKj9jOROgrtx+dcUOE= Original-Received: by 10.115.17.11 with SMTP id u11mr746525wai.149.1202954215006; Wed, 13 Feb 2008 17:56:55 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 13 Feb 2008 17:56:54 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89029 Archived-At: On Feb 13, 2008 11:01 PM, Stefan Monnier wrote: > By the way, I've installed a change on the 22 branch which should fix > the buffer-modified-p problem (and removes this number 3 hack). I've tried it on the trunk, and the problem seems indeed to be fixed. Thanks. Juanma