Re: [Lynx-dev] paste and… Re: copy URL to clipboard shortcut

2020-04-20 Thread Tim Chase
On 2020-04-20 19:42, Thorsten Glaser wrote:
> Dixi quod…
> 
> >export RL_CLCOPY_CMD='xsel -i'  
> # and
> export RL_PASTE_CMD='xsel -o'

this also suggests that, even if you don't run X but you do run
a multiplexer like tmux, you could use something like

   RL_CLCOPY_CMD='tmux loadb -'
   RL_PASTE_CMD='tmux showb'

which might just come in handy (/me files away for future use)

-tim



___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


[Lynx-dev] paste and… Re: copy URL to clipboard shortcut

2020-04-20 Thread Thorsten Glaser
Dixi quod…

>export RL_CLCOPY_CMD='xsel -i'
# and
export RL_PASTE_CMD='xsel -o'

>… for the PRIMARY selection (“middle click”), and…
>
>export RL_CLCOPY_CMD='xsel -ib'
# and
export RL_PASTE_CMD='xsel -ob'

>… for the CLIPBOARD (“Ctrl-V” or “Shift-Insert”).

>>>On 4/20/20 7:35 PM, Halaasz Saandor via Lynx-dev wrote:
>
Well, one can assign a key to "TO_CLIPBOARD". I assign "S" to it.

>For the archives, you’ll need to add…
>
>KEYMAP:S:TO_CLIPBOARD
>
>… to your /etc/lynx.cfg for this.

There’s also a PASTE_URL, which acts like ‘g’ + paste + Enter,
from what I can gather quickly scanning the source.

Not very useful.

There should be PASTE (editmap) bound to ^W, but that doesn’t work
either. (Incidentally, ^W also doesn’t do what it normally does in
Emacs editing mode.) Did anyone get THAT to work (because THAT ac‐
tually would be useful) and if so, how?

bye,
//mirabilos
-- 
Yay for having to rewrite other people's Bash scripts because bash
suddenly stopped supporting the bash extensions they make use of
-- Tonnerre Lombard in #nosec

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] paste and… Re: copy URL to clipboard shortcut

2020-04-20 Thread Thorsten Glaser
Dixi quod…

>There should be PASTE (editmap) bound to ^W, but that doesn’t work
>either. (Incidentally, ^W also doesn’t do what it normally does in
>Emacs editing mode.) Did anyone get THAT to work (because THAT ac‐
>tually would be useful) and if so, how?

For that matter, pressing ^X^W in the textarea in edit_help.html
seems to delete the entire line, while ^W causes a core dump
(double free) in 2.9.0dev.5-1 (Debian sid/amd64)…

*Now* colour me curious.

bye,
//mirabilos
-- 
 you introduced a merge commit│ % g rebase -i HEAD^^
 sorry, no idea and rebasing just fscked │ Segmentation
 should have cloned into a clean repo  │  fault (core dumped)
 if I rebase that now, it's really ugh │ wuahh

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev