|
From: | Marco Parrone |
Subject: | Re: Emacs starter kit - disabled menus |
Date: | Tue, 24 May 2011 20:01:39 -0000 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Jorgen Grahn <grahn+nntp@snipabacken.se> writes: > And a +1 for your posting too! I don't have the heart to trim it while > replying. > > I can add that IMHO what you write also applies to giving copies of > your own .emacs to people. Some (most?) people have a lot of > undocumented stuff in it. Like this which I inherited from a guy > called Per in 1996: > > ;; Fix upcase-region and downcase-region > (put 'downcase-region 'disabled nil) > (put 'upcase-region 'disabled nil) > > I have no idea what it does ... > > /Jorgen It enables the downcase-region and upcase-region commands. It does so by setting the 'disabled property of the respective symbols to the value of nil. -- Marco Parrone <marco@marcoparrone.com> PGP Key fingerprint = 5E21 BED2 BF47 B3FB F17F 1DB4 D9BE B2B7 3C3A 07E2
[Prev in Thread] | Current Thread | [Next in Thread] |