From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Traub Newsgroups: gmane.emacs.help Subject: Re: How to set shortcut for uncomment-region?!? Date: Tue, 14 Jan 2003 13:47:32 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1042548709 806 80.91.224.249 (14 Jan 2003 12:51:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2003 12:51:49 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18YQXk-0000Cs-00 for ; Tue, 14 Jan 2003 13:51:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YQWK-00082w-07 for gnu-help-gnu-emacs@m.gmane.org; Tue, 14 Jan 2003 07:50:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-X-Trace: news.t-online.com 1042548525 04 20977 fwI-ExXVSXasBK 030114 12:48:45 Original-X-Complaints-To: abuse@t-online.com X-Sender: 520037675374-0001@t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:108940 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5468 Kester Clegg wrote: > Dave Sumsky writes: > > >>I move to the end of the third line >> >>C-#include >>#include >>#include >> ^ >> >>And now I have a region, which I want to comment, so I try M-;, what's >>the result? This: >> >>#include >>#include >>#include // >> >>But I would like to see this: >> >>// #include >>// #include >>// #include > > > > What happens if you do M-x comment-region ? > > Hi, try C-c C-c Greets, Thomas...