all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* warn users to place comments outside custom stuff
@ 2005-08-03 21:35 Dan Jacobson
  2005-08-03 22:17 ` Kevin Rodgers
       [not found] ` <mailman.2505.1123108597.20277.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Dan Jacobson @ 2005-08-03 21:35 UTC (permalink / raw)


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!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: warn users to place comments outside custom stuff
  2005-08-03 21:35 warn users to place comments outside custom stuff Dan Jacobson
@ 2005-08-03 22:17 ` Kevin Rodgers
       [not found] ` <mailman.2505.1123108597.20277.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Kevin Rodgers @ 2005-08-03 22:17 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: warn users to place comments outside custom stuff
       [not found] ` <mailman.2505.1123108597.20277.bug-gnu-emacs@gnu.org>
@ 2005-08-12 10:49   ` Alan Mackenzie
  2005-08-12 12:01     ` Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Mackenzie @ 2005-08-12 10:49 UTC (permalink / raw)


Kevin Rodgers <ihs_4664@yahoo.com> wrote on Wed, 03 Aug 2005 16:17:00 -0600:
> 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?

Um, the part that (implicitly) says "don't tamper with this, because
you're probably too stupid to understand it, and we don't feel it's worth
wasting our valuable time trying to explain it to a cretin like you".

I have to side with Dan here.  My .emacs file is _MY_ .emacs file, and if
some overbearing fascist system won't let me edit my file, I want to know
why.  I think the "don't edit or cut/paste it!"  badly needs an "or else
..." tacked onto the end of it.

> Kevin Rodgers

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: warn users to place comments outside custom stuff
  2005-08-12 10:49   ` Alan Mackenzie
@ 2005-08-12 12:01     ` Juanma Barranquero
  2005-08-20 23:04       ` Dan Jacobson
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2005-08-12 12:01 UTC (permalink / raw)
  Cc: gnu-emacs-bug

On 12 Aug 2005 12:49:45 +0200, Alan Mackenzie <acm@muc.de> wrote:

> I have to side with Dan here.  My .emacs file is _MY_ .emacs file, and if
> some overbearing fascist system won't let me edit my file, I want to know
> why.

There's even a better answer (other than not using customize). You can
put this on your .emacs:

 (setq custom-file "~/.emacs-custom.el")
 (load custom-file)

so customize won't touch it.

-- 
                    /L/e/k/t/u

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: warn users to place comments outside custom stuff
  2005-08-12 12:01     ` Juanma Barranquero
@ 2005-08-20 23:04       ` Dan Jacobson
  2005-08-21 10:03         ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Jacobson @ 2005-08-20 23:04 UTC (permalink / raw)


J>  (setq custom-file "~/.emacs-custom.el")
J>  (load custom-file)
J> so customize won't touch it.
But I still would want to put comments in there too.

Anyways, for users who like maintaining and understanding their
configuration files by hand, custom-set-variables is too
overbearing...

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: warn users to place comments outside custom stuff
  2005-08-20 23:04       ` Dan Jacobson
@ 2005-08-21 10:03         ` Reiner Steib
  0 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2005-08-21 10:03 UTC (permalink / raw)
  Cc: bug-gnu-emacs

On Sun, Aug 21 2005, Dan Jacobson wrote:

> J>  (setq custom-file "~/.emacs-custom.el")
> J>  (load custom-file)
> J> so customize won't touch it.
> But I still would want to put comments in there too.

Maybe "State -> Add Comment"?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-21 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-03 21:35 warn users to place comments outside custom stuff Dan Jacobson
2005-08-03 22:17 ` Kevin Rodgers
     [not found] ` <mailman.2505.1123108597.20277.bug-gnu-emacs@gnu.org>
2005-08-12 10:49   ` Alan Mackenzie
2005-08-12 12:01     ` Juanma Barranquero
2005-08-20 23:04       ` Dan Jacobson
2005-08-21 10:03         ` Reiner Steib

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.