Re: [Gtk-gnutella-devel] [PATCH] Final Bitzi Patch

2004-10-01 Thread alex
On Fri, 2004-10-01 at 13:55 -0400, James Ralston wrote: > On 2004-10-01 at 10:24+01 Alex Bennee <[EMAIL PROTECTED]> wrote: > > I believe emacs looks in the first 4 lines of a file for the format > > tag. > > No. See: > > http://www.gnu.org/software/emacs/manual/emacs.html#File%20Variables Ahh,

Re: [Gtk-gnutella-devel] Re: [PATCH] Final Bitzi Patch

2004-10-01 Thread Christian Biere
Hans de Graaff wrote: > I'm not sure this also applies to the format tag, but is this really > needed? All the files have standard extensions like .c and .h, so I > never have trouble to associate the right mode with them. I don't known the default settings of emacs but a tab is usually considered

Re: [Gtk-gnutella-devel] [PATCH] Final Bitzi Patch

2004-10-01 Thread James Ralston
On 2004-10-01 at 10:24+01 Alex Bennee <[EMAIL PROTECTED]> wrote: > Christian Biere said: > > > Those tags work as well when you place them at the last lines, > > right? This might be just a personal preference but I'd rather > > move them there then like the indent tags for Vi-based editors. >

[Gtk-gnutella-devel] Re: [PATCH] Final Bitzi Patch

2004-10-01 Thread Hans de Graaff
On 1 Oct 2004, Alex Bennee wrote: > I believe emacs looks in the first 4 lines of a file for the format > tag. Not being a LISP person I have not yet supplied a patch to the > GNU folk to allow other placing :-( This may be a difference between GNU Emacs and XEmacs, but with XEmacs I have no tro

[Gtk-gnutella-devel] Downloads: No sources *she got out, we need a search running*

2004-10-01 Thread Mike Mestnik
I have more then a hundred fileinfos in this broken state of not having any sources. I would like to search by urn. Dose this still work? Here is my code... #!/bin/sh grep ^SHA... fileinfo | awk '{ print " "; }' >> searches.xml grep ^NAME fileinfo | cut -d\ -f 2- | grep '^[a-zA-Z0-9\,-

Re: [Gtk-gnutella-devel] [PATCH] Final Bitzi Patch

2004-10-01 Thread Alex Bennee
Christian Biere said: >> added some emacs tags to file heads :-) > > Those tags work as well when you place them at the last lines, right? > This might be just a personal preference but I'd rather move them > there then like the indent tags for Vi-based editors. I believe emacs looks in the first