From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: uncomment-region problem in scheme mode Date: Thu, 20 Apr 2006 14:25:20 -0400 Organization: Bell Sympatico Message-ID: <87acagqf4g.fsf-monnier+gnu.emacs.help@gnu.org> References: <1145529051.410579.70520@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145562035 19791 80.91.229.2 (20 Apr 2006 19:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 19:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 20 21:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWf0w-0001vV-Cy for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 21:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWf0v-0001uJ-T0 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 15:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ogYeZeUobIzB4jKMbhzhe8HPvWc= Original-Lines: 14 Original-NNTP-Posting-Host: 70.53.192.213 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1145557519 70.53.192.213 (Thu, 20 Apr 2006 14:25:19 EDT) Original-NNTP-Posting-Date: Thu, 20 Apr 2006 14:25:19 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:138901 Original-To: help-gnu-emacs@gnu.org 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:34519 Archived-At: > "GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit) of 2004-03-22 on cm-test" > and working on a scheme file "test.scm" which contains the lines > The execution of M-x uncomment-region on the above region yields > (display " hello 1" outport) > (display " hello 2" outport) > (display " hello 3" outport) That'd be a bug, but for what it's worth, I can't reproduce it with Emacs-CVS, so maybe I fixed it in the mean time, Stefan