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 _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
