all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* enabled commands should go into custom-file
@ 2005-07-12  9:32 Sébastien Kirche
  2005-07-12 13:11 ` David Reitter
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Kirche @ 2005-07-12  9:32 UTC (permalink / raw)


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

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

end of thread, other threads:[~2005-07-12 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-12  9:32 enabled commands should go into custom-file Sébastien Kirche
2005-07-12 13:11 ` David Reitter

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.