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

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

[Octave-bug-tracker] [bug #39305] copy/paste not consitent or intuitive


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39305] copy/paste not consitent or intuitive
Date: Tue, 30 Jul 2013 06:02:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

Update of bug #39305 (project octave):

              Item Group:                    None => Other                  
                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #7:

It works for me if I read my ~/.inputrc after starting Octave. Octave installs
its own inputrc file that is read on startup, which disables the Ctrl-V
readline binding. That's a separate issue.

Ctrl-V does now pass through to the terminal when the clipboard is empty with
this patch, but there's some interaction with window focus as well or
something else I'm not understanding. For example, starting with an empty
clipboard:


octave:1> readline_read_init_file ("~/.inputrc");
octave:2> ^V^V ## typed Ctrl-V four times
## now select a word and copy with Ctrl-C
octave:2> ^V^V ## Ctrl-V is still self-inserting here
## now switch focus out of Octave and back to Octave
octave:2> learn ## Ctrl-V pastes the word now


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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