emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12207: closed (repl and comments or tabs)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12207: closed (repl and comments or tabs)
Date: Wed, 17 May 2017 20:31:01 +0000

Your message dated Wed, 17 May 2017 22:30:16 +0200
with message-id <address@hidden>
and subject line Re: bug#12207: repl and comments or tabs
has caused the debbugs.gnu.org bug report #12207,
regarding repl and comments or tabs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12207: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12207
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: repl and comments or tabs Date: Wed, 15 Aug 2012 22:11:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)
Hi Neil,

Mailing you since you were the last to touch the REPL, and perhaps you
have a desire for a small hack :)

There are two bugs that bother me off and on.  One is that pasting
Scheme code into the Guile REPL can cause autocompletion if the Scheme
code has tabs for whitespace.  I wonder, is there a way to fix that?

Another is that going up into the history where the history has
multi-line Scheme expressions with comments doesn't work, because a
comment from line N will cause lines N+1,N+2... to be commented out --
because they all end up on the same line.  Is there a way for the
history to preserve the multi-line nature of the input while only having
one prompt?  Dunno, just a thought.

Hope all is well.  Let me know if you are interested in these bugs.

Cheers,

Andy
-- 
http://wingolog.org/



--- End Message ---
--- Begin Message --- Subject: Re: bug#12207: repl and comments or tabs Date: Wed, 17 May 2017 22:30:16 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
On Thu 04 Aug 2016 22:55, Andy Wingo <address@hidden> writes:

> On Thu 28 Jul 2016 19:21, "address@hidden" <address@hidden> writes:
>
>> The following patch to readline should fix the tab issue:
>>
>> https://lists.gnu.org/archive/html/bug-bash/2014-10/msg00211.html
>>
>> (AFACT you need to put "set enable-bracketed-paste on" in your ~
>> /.inputrc too)
>
> Fascinating!  I guess from Guile's side we should do
>
>  rl_variable_bind ("enable-bracketed-paste", "on")
>
> in our readline code

Done.  Thanks for the tip.  See NEWS for details.

Andy


--- End Message ---

reply via email to

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