From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: Adding a keybinding for a major mode Date: Fri, 17 Oct 2008 00:32:41 +0200 Message-ID: <48F7C109.3040505@gmail.com> References: <9927493c-c6ba-4298-8a31-fc2b11d8cc59@q26g2000prq.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1224196461 7972 80.91.229.12 (16 Oct 2008 22:34:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 22:34:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 17 00:35:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqbR9-0001WB-EE for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Oct 2008 00:35:19 +0200 Original-Received: from localhost ([127.0.0.1]:55992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqbQ4-0000lZ-EH for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Oct 2008 18:34:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqbPh-0000ii-Q3 for help-gnu-emacs@gnu.org; Thu, 16 Oct 2008 18:33:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqbPf-0000fv-Dj for help-gnu-emacs@gnu.org; Thu, 16 Oct 2008 18:33:48 -0400 Original-Received: from [199.232.76.173] (port=34091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqbPf-0000fg-2T for help-gnu-emacs@gnu.org; Thu, 16 Oct 2008 18:33:47 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:53959) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KqbPe-0007NV-LH for help-gnu-emacs@gnu.org; Thu, 16 Oct 2008 18:33:46 -0400 Original-Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:60765 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KqbPE-000757-80; Fri, 17 Oct 2008 00:33:32 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <9927493c-c6ba-4298-8a31-fc2b11d8cc59@q26g2000prq.googlegroups.com> X-Enigmail-Version: 0.95.7 X-Antivirus: avast! (VPS 081015-0, 2008-10-15), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.87 X-Scan-Result: No virus found in message 1KqbPE-000757-80. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KqbPE-000757-80 5b90d250600e32577353721202d84d08 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58855 Archived-At: Xah wrote: > On Oct 13, 6:40 am, Corey Foote wrote: >> How come the short cuts for M-x comment region (C-c C-c) and M-x (C-u C-c C-c) uncomment-region only work in some major modes an not others (for example emacs-lisp mode)? And how would I enable them for certain modes? > > maybe because comment-region and uncomment-region are probably > replaced by comment-dwim (Ctrl+;). Yes. > Lennart Borgman wrote: > «Maybe because they break the conventions? > (info "(elisp) Key Binding Conventions") > » > > emacs lisp mode is a old, basic mode... i doubt it breaks emacs > keybinding conventions. You are right, I should learn to read a bit better before I answer: C-c C-c is reserved for major modes ...