From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Propertizing the minor-mode-alist Date: Thu, 16 Sep 2004 10:00:28 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1095335866.7357.83.camel@pineapple.bkk.thaiopensource.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095343263 25953 80.91.229.6 (16 Sep 2004 14:01:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2004 14:01:03 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 16 16:00:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7wob-0007w3-00 for ; Thu, 16 Sep 2004 16:00:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7wuH-0004vr-N5 for ged-emacs-devel@m.gmane.org; Thu, 16 Sep 2004 10:06:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7wu8-0004uH-5N for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:06:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7wu1-0004s5-CB for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:06:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7wu1-0004s2-9i for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:06:25 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7woH-0004vc-AB for emacs-devel@gnu.org; Thu, 16 Sep 2004 10:00:29 -0400 Original-Received: from empanada.home ([70.48.82.84]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040916135828.YCAM1635.simmts5-srv.bellnexxia.net@empanada.home>; Thu, 16 Sep 2004 09:58:28 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id E92DC2E85DF; Thu, 16 Sep 2004 10:00:28 -0400 (EDT) Original-To: James Clark In-Reply-To: <1095335866.7357.83.camel@pineapple.bkk.thaiopensource.com> (James Clark's message of "Thu, 16 Sep 2004 18:57:46 +0700") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27166 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27166 > Perhaps there could be a new keyword :propertize-default that changes > the text properties of only those characters in the string that do not > already have a value for any of the specified properties. Or maybe this > should be the behavior of :propertize. I think it makes sense to change the behavior of `:propertize' here. Stefan