> certain program†i run in acme produces error messages in form ``$ERROR in > $FILE on line $LINENO''. i have a plumber rule that opens $FILE in the acme > window, but i'd like it to also position at line $LINENO. without having to > perform full mouse sweep :D > > the question: is there a sensible way to access text /around/ text plumbed > from acme (i.e., context), either from plumber rules or from plumber client > program?
does it not work to write a plumb rule that parses the whole line? then it would possible to double-click at the edges of the line to select the whole line. - erik
