On Wed, 10 Jul 2019 at 18:48, James A. Robinson wrote:
> in acme using button 3 and open up Cpio.java:151. Is there any way
> for me to just button 3 click within the text of the filename to get
> the same behavior?
I believe when you 3 a single position
acme selects the "word" around that posit
Has anyone done any work (successful or otherwise) towards getting Plan 9 to
drive USB in device mode? If so, can you share any code or comments? This would
be particularly useful on the Raspberry Pi Zero’s OTG interface, as a serial or
HID device, but experiences with other versions of this wou
If I add a plumber rule for javac output:
type is text
data matches '\[ERROR\] ([.a-zA-Z¡-�0-9_/\-]+\.java):\[([0-9]+),[0-9]+\] .*'
arg isfile $1
data set $file
attr add addr=$2
plumb to edit
plumb client $editor
I can sweep a line (short of its trailing newline):
[ERROR] /Users/jimr/proj/github