Re: lein repl and missing yank

2013-07-01 Thread Manuel Sugawara
On Sat, Jun 29, 2013 at 1:30 PM, Cedric Greevey cgree...@gmail.com wrote: OTOH, your readline can't handle inserting text you've just copied in some other application, such as copy snippet from web browser window (e.g. Clojuredocs example) and paste in REPL. This is an enhacement to JLine,

Re: lein repl and missing yank

2013-07-01 Thread Cedric Greevey
You know, I *had* just been wondering what might possibly be worse than the amount of mental state juggling one of them kill ring things must demand of the user, and now you've furnished an excellent candidate: having to keep track of a kill ring *and* a normal clipboard, *and* two sets of

Re: lein repl and missing yank

2013-06-29 Thread Cedric Greevey
OTOH, your readline can't handle inserting text you've just copied in some other application, such as copy snippet from web browser window (e.g. Clojuredocs example) and paste in REPL. Using the system-wide copy and paste has clear advantages over using an application-internal one. I'm sure I

Re: lein repl and missing yank

2013-06-28 Thread Manuel Sugawara
On Thu, Jun 27, 2013 at 10:50 AM, Manuel Sugawara manuel.sugaw...@gmail.com wrote: On Wed, Jun 26, 2013 at 6:51 PM, Phil Hagelberg p...@hagelb.org 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

Re: lein repl and missing yank

2013-06-28 Thread Jonathan Fischer Friberg
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

Re: lein repl and missing yank

2013-06-28 Thread Phil Hagelberg
On Friday, June 28, 2013 7:17:14 PM UTC-7, Jonathan Fischer Friberg wrote: Should pasting be part of jline? Am I the only one that finds that really odd? jLine is a port of readline to the JVM. readline supports a kill ring, so jLine should too. That's different from the terminal performing

Re: lein repl and missing yank

2013-06-27 Thread Manuel Sugawara
On Wed, Jun 26, 2013 at 6:51 PM, Phil Hagelberg p...@hagelb.org 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

lein repl and missing yank

2013-06-26 Thread Manuel Sugawara
Hi all, 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). I miss it a lot. Any idas what I'm missing?. lein --version reports: Leiningen 2.0.0-preview10 on Java 1.7.0_25 OpenJDK 64-Bit Server VM Thanks in advance.

Re: lein repl and missing yank

2013-06-26 Thread Cedric Greevey
Have you tried control-V, which has been the industry standard paste key binding for at least the past 20 years? Legacy bindings from before user interfaces started becoming more standardized will not typically work outside of the particular legacy applications (in your case, apparently emacs)

Re: lein repl and missing yank

2013-06-26 Thread Ben Wolfson
On Wed, Jun 26, 2013 at 4:31 PM, Cedric Greevey cgree...@gmail.com wrote: Have you tried control-V, which has been the industry standard paste key binding for at least the past 20 years? In terminals, and terminal applications? -- Ben Wolfson Human kind has used its intelligence to vary the

Re: lein repl and missing yank

2013-06-26 Thread Phil Hagelberg
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?

Re: lein repl and missing yank

2013-06-26 Thread Chris Allen
You could try: rlwrap lein repl as a stopgap. On Wednesday, June 26, 2013 3:26:58 PM UTC-7, Manuel Sugawara wrote: Hi all, 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). I miss it a lot. Any idas what I'm

Re: lein repl and missing yank

2013-06-26 Thread Stanislav Sedov
On Wed, 26 Jun 2013 19:31:49 -0400 Cedric Greevey cgree...@gmail.com mentioned: Have you tried control-V, which has been the industry standard paste key binding for at least the past 20 years? Legacy bindings from before user interfaces started becoming more standardized will not typically