emacs-devel
[Top][All Lists]
Advanced

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

Re: blank-mode.el


From: Kim F. Storm
Subject: Re: blank-mode.el
Date: Mon, 29 Oct 2007 11:00:31 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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.)

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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