[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dead code removal -- Re: HOW CAN I STOP THIS NOVICE MODE STUFF?
From: |
Bruce Korb |
Subject: |
dead code removal -- Re: HOW CAN I STOP THIS NOVICE MODE STUFF? |
Date: |
Thu, 3 Jan 2008 06:12:26 -0800 |
On Jan 2, 2008 4:44 PM, Dan Nicolaescu <dann@ics.uci.edu> wrote:
> > What I think I am asking for is documentation on how to make this test:
> >
> > (eq enable-local-variables :all)
> >
> > yield "#t" (or however it is spelled in emacs lisp).
> > Would that be:
> >
> > (set enable-local-variables :all)
> >
> > in my .emacs file? Another part of my request is that I think it
> > is a little over the top to have to delve into the emacs lisp code
> > to the point were I found the ``(eq enable-local-variables :all)''
> > test at all. :(
>
> As I said in my previous email there's no way to do this and AFAIK no
> desire to do it because [...]
I remembered that you said that, but I found that code and made the
assumption that if the ``(eq enable-local-variables :all)'' expression is
in the code, then there is also some way to cause it to yield "true".
I guess not. :) Perhaps the line should be removed.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- dead code removal -- Re: HOW CAN I STOP THIS NOVICE MODE STUFF?,
Bruce Korb <=