This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: inserting some Emacs-specific stuff into the source files


Michael Livshin <mlivshin@bigfoot.com> writes:

> thi <ttn@revel.glug.org> writes:
> 
> > well, i have no preference...  just my 2c, disclaimer, disclaimer,
> > disclaimer.  perhaps if you do the work to add the local vars block to
> > each source file, it will be incorporated.
> 
> I'd just like to know if anyone is opposed.  the incorporation I'll
> perform myself, then ;).

I don't like eval blocks because then I have to decide whether to eval
it when I load the file.  (Evalling automatically is asking for
disaster!)

I'd prefer an approach that attached the attribute to the file but
didn't require an eval: execution (e.g., like setting the tab-width--
all you need to do is set the variable).

Greg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]