emacs-devel
[Top][All Lists]
Advanced

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

Re: :file keyword for Customize


From: Stefan Monnier
Subject: Re: :file keyword for Customize
Date: Tue, 13 May 2008 10:28:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> How about adding a :file keyword for `defcustom' and `defface'?
>> 
>> (defcustom foo-bar-flag t
>> "Non-nil means toto."
>> :type 'boolean :group 'foo
>> :file (if (eq system-type 'windows-nt)
>> "C:\\foo-stuff\\foo-cus.el"
>> "/toto/foo-stuff/foo-cus.el"))

OK guys, can we stop this?
The above is an absolute non-starter.


        Stefan




reply via email to

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