[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: accessing the Linux clipboard...



Carl Distefano wrote:
Ah, yes. I had totally forgotten about that behavior. If VA$MO on an
Untitled file is 0, it takes on the filename of a file CAlled into
the same window. You can get around it minimalistically by GTing an
empty S/G into the file before CAlling. That's sufficient to set
VA$MO to 1. (You can dispense, BTW, with "BX es 0Q2 ", as Editor
clears Error Suppression internally when a program finishes.)

XPLeNCODE v2.0
b-gin [UNTITLED]
[BX_]es 1[Q2_]
[GT_]{<}SV01,{>}{<}GT01{>}
{<}SV01,\xy4\clip\toxy{>}
[BX_]do/nv unix xclip -o -selection c > /home/
pgl/data/{<}PV01{>}[Q2_]
[BX_]ca/100 {<}PV01{>}[Q2_]
[BX_]ch /{010}/[wC]/[Q2_]
[BX_]st/nv {<}PV01{>}[Q2_]
[GT_]
[BX_]me {<}PV01{>}[Q2_]
{<}EX{>}[cr|lf]
-nd
XPLeNCODE
Thanks for the fix. There's an error, however, in "/home/pgl/data/≪PV01≫" -- PV01 contains a DOS, not Linux, path.

Paul