From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: blank-mode.el Date: Mon, 29 Oct 2007 11:00:31 +0100 Message-ID: <87k5p6me9s.fsf@kfs-lx.testafd.dk> References: <47251573.90509@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193652143 21152 80.91.229.12 (29 Oct 2007 10:02:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 10:02:23 +0000 (UTC) Cc: Drew Adams , "GNU Emacs \(devel\)" To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 11:02:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImRRt-000700-Fg for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 11:02:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImRRk-0006Nr-CF for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 06:02:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImRQE-000520-Av for emacs-devel@gnu.org; Mon, 29 Oct 2007 06:00:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImRQC-0004zp-QT for emacs-devel@gnu.org; Mon, 29 Oct 2007 06:00:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImRQC-0004zQ-LK for emacs-devel@gnu.org; Mon, 29 Oct 2007 06:00:36 -0400 Original-Received: from mail-relay.sonofon.dk ([212.88.64.25]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ImRQA-0004mQ-Jt for emacs-devel@gnu.org; Mon, 29 Oct 2007 06:00:35 -0400 Original-Received: (qmail 37378 invoked from network); 29 Oct 2007 10:00:32 -0000 Original-Received: from unknown (HELO kfs-lx.testafd.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 29 Oct 2007 10:00:32 -0000 In-Reply-To: <47251573.90509@ig.com.br> (Vinicius Jose Latorre's message of "Sun\, 28 Oct 2007 20\:04\:19 -0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82062 Archived-At: Vinicius Jose Latorre 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 http://www.cua.dk