Should pasting be part of jline? Am I the only one that finds that really odd?
In my opinion, pasting should be part of the terminal - and it is. Standard shortcuts are ctrl+shift+v for gnome-terminal (and I assume other modern terminals, but I don't really know). The old standard is middle-click for copy/pasting in linux. This works for example in xterm. Jonathan On Sat, Jun 29, 2013 at 3:52 AM, Manuel Sugawara <[email protected]>wrote: > On Thu, Jun 27, 2013 at 10:50 AM, Manuel Sugawara < > [email protected]> wrote: > >> On Wed, Jun 26, 2013 at 6:51 PM, Phil Hagelberg <[email protected]> wrote: >> >>> On Wednesday, June 26, 2013 3:26:58 PM UTC-7, Manuel Sugawara wrote: >>> > Am working on a linux terminal with the REPL (as in lein repl) and the >>> C-y binding does not work (yank-command, or paste). >>> >>> Definitely a bug that it's not working. Can you report it on the reply >>> project? >>> >> >> Thanks, Looking at jline source code suggests that is a missing feature. >> Just sent a message to the group to confirm this. Will report back. >> > > After a further inspection in the jline code this *is* a missing feature. > Just sent a pull request to fix that. Mean time, happy with my patched > version. > > Regards, > Manuel. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
