From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lowell Newsgroups: gmane.emacs.help Subject: Re: commenting in Scheme mode Date: Thu, 31 Jul 2003 00:29:13 -0700 Organization: Department of Computer Science, UBC Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F28C549.9050704@cs.ubc.ca> References: <84y8yg6rop.fsf@slowfox.is.informatik.uni-duisburg.de> 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 1059636844 11140 80.91.224.249 (31 Jul 2003 07:34:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 07:34:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 31 09:34:02 2003 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 19i7wo-0002tL-00 for ; Thu, 31 Jul 2003 09:34:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19i7tD-0000TR-PG for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2003 03:30:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cs.ubc.ca!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: cascade.cs.ubc.ca Original-X-Trace: mughi.cs.ubc.ca 1059636557 8749 142.103.7.7 (31 Jul 2003 07:29:17 GMT) Original-X-Complaints-To: usenet@cs.ubc.ca Original-NNTP-Posting-Date: Thu, 31 Jul 2003 07:29:17 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en In-Reply-To: <84y8yg6rop.fsf@slowfox.is.informatik.uni-duisburg.de> Original-Xref: shelby.stanford.edu gnu.emacs.help:115576 X-Originally-To: =?ISO-8859-1?Q?Kai_Gro=DFjohann?= Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11494 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11494 > Does it help to frob the variable comment-start? What does frob mean? > Maybe M-; instead of comment-region works better? (Only in Nope. M-; also only adds one semicolon to the beginning of a line. Lowell