From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: insert-file-contents disables undo Date: Thu, 24 Jul 2008 10:01:18 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216908210 21045 80.91.229.12 (24 Jul 2008 14:03:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 14:03:30 +0000 (UTC) Cc: Katsumi Yamaoka , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 16:04:19 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 1KM1Q3-0001Zb-Es for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 16:03:47 +0200 Original-Received: from localhost ([127.0.0.1]:49177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM1PA-0002kS-19 for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 10:02:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM1Nm-00024y-BD for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:01:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM1Nl-00024M-NR for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:01:26 -0400 Original-Received: from [199.232.76.173] (port=37522 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM1Nl-000248-Gc for emacs-devel@gnu.org; Thu, 24 Jul 2008 10:01:25 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:47317) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM1Nh-00025C-0y; Thu, 24 Jul 2008 10:01:21 -0400 Original-Received: from alfajor.home (vpn-132-204-232-118.acd.umontreal.ca [132.204.232.118]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m6OE1iFK023350; Thu, 24 Jul 2008 10:01:44 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id EDDF11C523; Thu, 24 Jul 2008 10:01:18 -0400 (EDT) In-Reply-To: (Miles Bader's message of "Thu, 24 Jul 2008 19:25:39 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3066=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:101388 Archived-At: > Thanks for finding that! I don't immediately see the reason for the bug > in `insert-file-contents'; that function's handling of the undo list is > a huge festering pile of hair... Hmm... but isn't that pile of hair the immediate reason for the bug? Stefan