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
keyb
On Sat, Jun 29, 2013 at 1:30 PM, Cedric Greevey 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, not a replacemen
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 copy
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 pa
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
On Thu, Jun 27, 2013 at 10:50 AM, Manuel Sugawara wrote:
> On Wed, Jun 26, 2013 at 6:51 PM, Phil Hagelberg 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 (ya
On Wed, Jun 26, 2013 at 6:51 PM, Phil Hagelberg 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
On Wed, 26 Jun 2013 19:31:49 -0400
Cedric Greevey 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 work
> outside of t
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
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?
https://github.com/tr
On Wed, Jun 26, 2013 at 4:31 PM, Cedric Greevey 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 flavour of dri
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) wher
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.
Regards
13 matches
Mail list logo