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,
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
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.
>
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
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\,-
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