Re: [Lynx-dev] Externals format circumvention

2021-06-23 Thread Jude DaShiell
I wonder would backslashing the hex or ascii character equivalent work?


On Wed, 23 Jun 2021, Mouse wrote:

> > I was trying to add
> > 'EXTERNAL:http:tmux new-window lynx -socks5_proxy=127.0.0.1:9050
> > %s:TRUE'
> > to my externals however the colon from "0.1:9050" interrupts with the
> > formatting of externals and therefore doesn't work.
>
> It's a workaround rather than a fix, but could you maybe create a
> script that runs tmux with those arguments (ncluding the
> colon-containing one), then have it run that script?
>
> /~\ The ASCII   Mouse
> \ / Ribbon Campaign
>  X  Against HTML  mo...@rodents-montreal.org
> / \ Email! 7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B
>
> ___
> Lynx-dev mailing list
> Lynx-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lynx-dev
>

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


Re: [Lynx-dev] Externals format circumvention

2021-06-23 Thread Mouse
> I was trying to add
> 'EXTERNAL:http:tmux new-window lynx -socks5_proxy=127.0.0.1:9050 
> %s:TRUE'
> to my externals however the colon from "0.1:9050" interrupts with the
> formatting of externals and therefore doesn't work.

It's a workaround rather than a fix, but could you maybe create a
script that runs tmux with those arguments (ncluding the
colon-containing one), then have it run that script?

/~\ The ASCII Mouse
\ / Ribbon Campaign
 X  Against HTMLmo...@rodents-montreal.org
/ \ Email!   7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B

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


Re: [Lynx-dev] Externals format circumvention

2021-06-23 Thread Thorsten Glaser
treasure...@cock.li dixit:

> I was trying to add
> 'EXTERNAL:http:tmux new-window lynx -socks5_proxy=127.0.0.1:9050 
> %s:TRUE'
> to my externals however the colon from "0.1:9050" interrupts with the 
> formatting of externals and therefore doesn't work.

If your shell is modern enough, you could try:

EXTERNAL:http:tmux new-window lynx -socks5_proxy=$'127.0.0.1\x3A9050' %s:TRUE

Good luck,
//mirabilos
-- 
Gestern Nacht ist mein IRC-Netzwerk explodiert. Ich hatte nicht damit
gerechnet, darum bin ich blutverschmiert… wer konnte ahnen, daß SIE so
reagier’n… gestern Nacht ist mein IRC-Netzwerk explodiert~~~
(as of 2021-06-15 The MirOS Project temporarily reconvenes on OFTC)

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


[Lynx-dev] Externals format circumvention

2021-06-23 Thread treasurey39

I was trying to add
'EXTERNAL:http:tmux new-window lynx -socks5_proxy=127.0.0.1:9050 
%s:TRUE'
to my externals however the colon from "0.1:9050" interrupts with the 
formatting of externals and therefore doesn't work.


I was wondering you know a way to make this external work.

Many Thanks.

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