From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3D2B0279.6050907@nas.com> From: Jack Johnson User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] how to unsubscribe References: <20020709031716.3805.qmail@g.bio.cse.psu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 9 Jul 2002 08:34:17 -0700 Topicbox-Message-UUID: c74e8b18-eaca-11e9-9e20-41e7f4b1d025 Scott Schwartz wrote: > | Nitesh Garg wrote: > | > I want to unsubscribe from this group > | > pls tell me how ??????????????? > > Sam: > | Was it the crappy web browser? Speaking of crappy web browser, as a relative newcomer to Plan 9 I love the plumbing trick with acme. I tweaked both Rob and Micah's tips. Micah's didn't work for me out of the gate, because it was feeding 'image http://blah.blah.blah' as the URL to wurl2img, so instead I took Rob's match and mangled it to: '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=]+([:.][a-zA-Z0-9_?,%#~&/\-+=]+)*[.](gif|jpg|png)+' (which is probably wrong, but works) so that URLs for images will pop open a separate window, and other URLs fall back to htmlfmt. Most of this is also covered in plumb(6) for the edification of my fellow newbies. Hindsight is 20/20. Also on the newbie front, the Plan 9 wiki is insanely useful but I've noticed that the step-by-step guides are not always sequential. Are there any guidelines for submitting changes or are we encouraged to just go for it? -Jack