[Bug: 21.5-b29] Xemacs ignores custom.el

Jerry James james at xemacs.org
Tue Mar 1 12:52:51 EST 2011


On Tue, Mar 1, 2011 at 10:35 AM, Rodney Sparapani <rsparapa at mcw.edu> wrote:
> On 03/ 1/11 11:11 AM, Jeff Sparkes wrote:
>>
>> Do you set custom-file in ~/.xemacs/init.el?  The default value of
>> custom-file is nil, not ~/.xemacs/custom.el, so it won't be loaded by
>> default.
>
> Hi Jeff:
>
> The default value of custom-file is not nil here; neither on stable nor
> beta.
>
> Rodney

I'm not sure it matters anyway.  See this code in load-user-init-file
(startup.el):

  (if (not custom-file)
      (setq custom-file (make-custom-file-name user-init-file)))

That's in both 21.4 and 21.5, so I think that ~/.xemacs/custom.el does
get loaded by default unless you pass -q on the command line.
-- 
Jerry James
http://www.jamezone.org/



More information about the XEmacs-Beta mailing list