emacs-devel
[Top][All Lists]
Advanced

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

enabled commands should go into custom-file


From: Sébastien Kirche
Subject: enabled commands should go into custom-file
Date: Tue, 12 Jul 2005 11:32:50 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin)

Hi,

I  just  used  for  the   first  time  the  commands  upcase-region  and
downcase-region. 

At this time emacs told me  that these commands are maybe confusing ones
and asked  whether I  wanted to  enable them. As  I answered  'yes' with
keeping  of  the enabled  status  for future  use,  I  noticed that  the
following lines were added to my .emacs :
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)

My .emacs  is often  and highly modified  by hand  and I don't  like any
automatic modification thus I  defined custom-file so that the customize
interface will have its own configuration file to play with.

As  enabling  a   disabled  by  default  command  is   also  a  kind  of
auto-modification of  the configuration and given that  a custom-file is
defined, shouldn't it go in it ?

Regards.

-- 
Sébastien Kirche





reply via email to

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