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: find-file-noselect needs save-match-data Date: Tue, 05 Jun 2007 21:10:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181092262 28708 80.91.229.12 (6 Jun 2007 01:11:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 01:11:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Herbert Euler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 03:11:00 2007 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 1Hvk38-0002cG-Fx for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 03:10:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvk37-0001WC-Vq for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 21:10:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hvk34-0001S5-EZ for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:10:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hvk32-0001Rt-2q for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:10:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvk31-0001Rq-Tx for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:10:51 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hvk31-0007tj-HZ for emacs-devel@gnu.org; Tue, 05 Jun 2007 21:10:51 -0400 Original-Received: from ceviche.home ([70.55.144.218]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070606011050.YYCJ25739.tomts25-srv.bellnexxia.net@ceviche.home> for ; Tue, 5 Jun 2007 21:10:50 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5A15CB4C29; Tue, 5 Jun 2007 21:10:50 -0400 (EDT) In-Reply-To: (Herbert Euler's message of "Mon\, 04 Jun 2007 23\:17\:19 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:72306 Archived-At: > If `find-file-noselect' is without `save-match-data', there will be a > bug when `type-break-mode' is turned on. To reproduce the bug, start > emacs with the -Q option and execute the following expressions: I think this patch is wrong-headed: the bug is in type-break rather than in files.el. Maybe there's also a documentation bug somewhere that explains this type-break bug. Stefan