octave-maintainers
[Top][All Lists]
Advanced

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

Re: slow input


From: Daniel J Sebald
Subject: Re: slow input
Date: Tue, 02 Apr 2013 19:19:45 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 04/02/2013 06:30 PM, Rik wrote:
On 04/02/2013 02:59 PM, address@hidden wrote:

 What happens if you put

 set blink-matching-paren off

 in your ~/.inputrc file and restart Octave?

Alas, this doesn't work for me. I can reproduce the problem with simple
text without punctuation.

If I use the three lines below as a test then the first two are
processed instantly and the third takes a good long while to print
character by character.

--Cut--
this is very long text
this is very long text
this is very long text
--Paste--

The interaction is clearly between Readline and whatever else might be
using the readline loop. For example, I can start without the GUI (no
readline) and pasting text works. But if I execute 'graphics_toolkit
fltk' then subsequent pasting is slow. Returning to gnuplot after fltk
has been initialized does not clear the slow pasting so something
quasi-permanent is left in place.

That sounds like something different from the match parens blink.

...

We might want to figure out someway to disable match parens blink in the GUI, or have some way of circumventing it. Recalling a command from history causes the same parens match effect and many users will complain.

Dan


reply via email to

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