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

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

[Octave-bug-tracker] [bug #49323] Readline library does not support vi-m


From: Rik
Subject: [Octave-bug-tracker] [bug #49323] Readline library does not support vi-mode correctly
Date: Thu, 13 Oct 2016 03:31:21 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #11, bug #49323 (project octave):

That is surely at the root of the problem.


octave-cli -f
graphics_toolkit gnuplot
function f () end
123<Left Arrow>  # works
add_input_event_hook ('f');
123<Left Arrow>  # broken
remove_input_event_hook ('f');
123<Left Arrow>  # works


The fact that it is completely reversible by removing the event hook function
means the diagnosis is probably correct.

What's to be done?  The 'XXX' comment looks like it might be marking something
experimental.  The 'XXX' is beside the call to the rl_gather_tyi function
which gives me little confidence.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49323>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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