From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: bash comments in emacs Date: Sun, 27 Apr 2008 14:02:13 +0200 Organization: http://www.gnu.org/software/emacs/ Message-ID: References: <87d4obr6h8.fsf@hubble.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209300038 3733 80.91.229.12 (27 Apr 2008 12:40:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2008 12:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 27 14:41:14 2008 connect(): Connection refused 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 1Jq6Bt-0007qT-MX for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2008 14:41:13 +0200 Original-Received: from localhost ([127.0.0.1]:58769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jq6BD-0006tz-DO for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2008 08:40:31 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: feeder.motzarella.org U2FsdGVkX18RcSbvKKyHuxzHwfrm3guvrN8S0MAlGHzvKz/La829MIcqlP/j5WXwABfGqmraj8F49sIGyUKZivSKJOsQzI45E5SgltUl+DoD6V/YPYnDbsOfshTe8ZHX/5M4oVWEqH/5YqATztn0mA== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sun, 27 Apr 2008 12:02:19 +0000 (UTC) X-Auth-Sender: U2FsdGVkX19lSxzH/GRl3wa87W+pQd7dkMT0Iigy6BqgNmUX/v7Zug== Cancel-Lock: sha1:cbuEHRaN5lnUvHinKND8Hlo7pf0= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.2 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:158209 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:53574 Archived-At: Pascal Bourguignon writes: > "Amadeus W.M." writes: > >> How can I set up a shortcut to comment out or uncomment whole regions in >> a bash script? Like C-c C-c for C++ comments. > > C-; > > Note that it's C-; also for C++ comments and any other comment. I > don't you where you got that C-c C-c... What command does that invoke? On my Emacs system it has always been M-; to comment out. It invokes comment-dwim.