emacs-devel
[Top][All Lists]
Advanced

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

Re: blank-mode.el


From: Vinicius Jose Latorre
Subject: Re: blank-mode.el
Date: Mon, 29 Oct 2007 12:37:35 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5

Kim F. Storm wrote:
Vinicius Jose Latorre <address@hidden> writes:

So, if blank-toggle is binded to a key, for example, C-c b, then the
user could
type:

   C-c b t      toggle tabs
   C-c b s      toggle spaces and hard spaces
   C-c b r      toggle trailing blanks
   C-c b b      toggle spaces before tab
   C-c b l      toggle lines

I like the idea (and blank-mode in general), but according to the
Emacs Lisp reference, C-c b is reserved for major modes:

   The key sequences bound in a minor mode should consist of `C-c'
followed by one of `.,/?`'"[]\|~!#$%^&*()-_+='.  (The other punctuation
characters are reserved for major modes.)

No problem, the key binding above was only an example, it could be any other key binding.





reply via email to

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