From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Re: xml-parse-file and text properties Date: Tue, 25 Jul 2006 12:16:21 -0700 Message-ID: <1153854981.8800.35.camel@turtle.as.arizona.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153855059 6656 80.91.229.2 (25 Jul 2006 19:17:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 19:17:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 25 21:17:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5SPQ-0008Ou-Pn for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 21:17:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5SPP-00023p-Os for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 15:17:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5SPF-00023k-Lb for emacs-devel@gnu.org; Tue, 25 Jul 2006 15:17:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5SPC-00022z-0H for emacs-devel@gnu.org; Tue, 25 Jul 2006 15:17:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5SPB-00022t-MA for emacs-devel@gnu.org; Tue, 25 Jul 2006 15:17:21 -0400 Original-Received: from [128.196.210.37] (helo=nsa.as.arizona.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G5SQY-0007Bj-Qs for emacs-devel@gnu.org; Tue, 25 Jul 2006 15:18:47 -0400 Original-Received: from biff.as.arizona.edu (biff.as.arizona.edu [128.196.211.142]) by nsa.as.arizona.edu (8.13.6/8.13.6) with ESMTP id k6PJGHD3022041 for ; Tue, 25 Jul 2006 12:16:20 -0700 Original-Received: from turtle.as.arizona.edu (turtle.as.arizona.edu [128.196.208.207]) by biff.as.arizona.edu (8.12.8/8.12.8) with ESMTP id k6PJGGJP014407; Tue, 25 Jul 2006 12:16:16 -0700 Original-To: Stefan Monnier In-Reply-To: X-Mailer: Evolution 2.2.3 (2.2.3-4.fc4) X-Scanned-By: MIMEDefang 2.57 on 10.192.0.8 X-so-MailScanner-Information: Please contact the ISP for more information X-so-MailScanner: Found to be clean X-so-MailScanner-SpamCheck: so4: not spam, SpamAssassin (not cached, score=-1.373, required 7.6, autolearn=disabled, ALL_TRUSTED -1.44, AWL 0.07) X-so-MailScanner-From: jdsmith@as.arizona.edu 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:57633 Archived-At: On Tue, 2006-07-25 at 12:27 -0400, Stefan Monnier wrote: > > Just for completeness: Richard checked in the changes below, and they > > have the effect of avoiding the unwanted text properties for parsed > > files not already loaded in a buffer. > > Getting different results depending on whether or not the user happens to > be visiting the buffer is hardly a feature. Agreed, but of the misfeatures, returning text properties when parsing a file which has never even been visited is the more odious, in my opinion.