bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HOW CAN I STOP THIS NOVICE MODE STUFF?


From: Bruce Korb
Subject: Re: HOW CAN I STOP THIS NOVICE MODE STUFF?
Date: Wed, 02 Jan 2008 16:12:07 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

Dan Nicolaescu wrote:
> It is, please send the list of variables that you have issues with.
> If such variables are defined in emacs itself, then the policy is to
> determine what type of arguments are safe for the variables. If the
> variables are defined in a package, then it is that package's duty to
> mark them as safe.

How does "the package" do that?  If the gnulib project doesn't
do this, then which package providers actually do know the code?

> The above is the current policy.
> 
> Unless you show that the policy is somehow wrong, you'd have trouble
> convincing people to change it (which is what you propose).

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.  :(

> 
> Just my 2 cents.

I'm certain I'm well into the dollars by now.  ;-)

Thank you - Bruce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]