help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uncomment-region problem in scheme mode


From: Rupert Swarbrick
Subject: Re: uncomment-region problem in scheme mode
Date: Fri, 21 Apr 2006 12:25:26 +0100
User-agent: Mail/News 1.5 (X11/20060228)

Stefan Monnier wrote:
>> "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

A stand-in solution would be kill-rectangle, which is normally bound to
C-x r k, so if the mode comments the lines literally as you posted (I
haven't ever used scheme) you could just lose the first 2 characters of
each or the lines.

Rupert





reply via email to

[Prev in Thread] Current Thread [Next in Thread]