Re: [9fans] Sam: Why is it not possible to loop over zeroxed windows?

2024-10-11 Thread umbraticus
Would you also want X a/blah/ to make three insertions in a file that has three zeroxed views open, &c? It seems like a decision the author of the tool had to take & I'm not convinced he took the wrong one. There could even be an argument for adding a Z cmd that does what you want; code it and shar

Re: [9fans] Tcl 9.0.0 port

2024-10-11 Thread ori
Quoth Conor Williams : > hello there 9fanners... > > Any ideas on the following (port of Tcl *9.0.0*) > > after doing this: > ip/ipconfig > ping www.google.ie > ftpfs -m /tmp/tcl2 -a "he...@hello.com" 123.123.123.123 > explode the tcl9.0.0 tar gz with tar -xvf > ape/psh > changes: > configure pri

[9fans] Tcl 9.0.0 port

2024-10-11 Thread Conor Williams
hello there 9fanners... Any ideas on the following (port of Tcl *9.0.0*) after doing this: ip/ipconfig ping www.google.ie ftpfs -m /tmp/tcl2 -a "he...@hello.com" 123.123.123.123 explode the tcl9.0.0 tar gz with tar -xvf ape/psh changes: configure printf "%s\n" to print egrep -E -> grep -e

Re: [9fans] Rc port.

2024-10-11 Thread wb . kloke
Thanks for this reminder. To install on FreeBSD, Make.Linux has te be copied to Make.FreeBSD and the usual /usr/local additions be made; you need gmake instead of standard bmake. > -I /usr/local/include > -L /usr/local/lib  -lreadline > and -fcommon in CFLAGS

Re: [9fans] Sam: Why is it not possible to loop over zeroxed windows?

2024-10-11 Thread wb . kloke
As far as I can tell, it is not bug but a feature that every window has its own idea of the location of dot, as is documented on the sam man page. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tccea439a6627e81b-M370479f3ef97b47316b98315

Re: [9fans] Rc port.

2024-10-11 Thread Robert Sherwood
Hey, I know this is a very old thread, but I wanted to thank you for posting this set of functions. I was looking into how to set the prompt to the CWD this this morning. This is exactly what I was looking for, and I've learned a lot about rc from reading it. This is why I never delete emails :) O