bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: warn users to place comments outside custom stuff


From: Kevin Rodgers
Subject: Re: warn users to place comments outside custom stuff
Date: Wed, 03 Aug 2005 16:17:00 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Dan Jacobson wrote:
I comment out some lines in the (custom-set-faces) part of my .emacs
file.

My comments got deleted the next time I entered the wonderful menu
driven customization system.

Therefore, the warning
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
should be revised to
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
  ;; Place all comments outside this section or else they will
  ;; likely be deleted!

What part of "don't edit" don't you understand?

--
Kevin Rodgers





reply via email to

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