emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Proposal: Change for propertize


From: Lennart Borgman (gmail)
Subject: Re: Proposal: Change for propertize
Date: Wed, 28 Feb 2007 17:30:38 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666

Kim F. Storm wrote:
While fixing the places where we have

(propertize message 'face 'minibuffer-prompt)

to do

(apply 'propertize message minibuffer-prompt-properties)

it occurred to me that the following format would be nice:

(propertize message minibuffer-prompt-properties)

i.e. if propertize is called with just two arguments,
the second arg is a list of properties to use.


I like the idea.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]