emacs-devel
[Top][All Lists]
Advanced

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

Re: C-h v fails when a symbol has variable documentation yet is unbound


From: Alan Mackenzie
Subject: Re: C-h v fails when a symbol has variable documentation yet is unbound
Date: Thu, 10 Nov 2005 08:25:05 +0000 (GMT)

Good Morning!

On Wed, 9 Nov 2005, Richard M. Stallman wrote:

>This change seems correct.  Would you please install it?

Done.  (My very first commission to the Emacs repository.  :-)

>Meanwhile, why is it necessary for c-syntactic-context to be unbound
>most of the time?  Couldn't it have some innocuous global value?

Hmm.  Thinking about it, yes, it could indeed have been nil.  There are
several places in CC Mode which test (boundp 'c-syntactic-context).  But
there might now also be code in derived modes which test this too.  So it
seems inadvisable to change it.

But it would have been better, right from ancient history, to have used
nil rather than unboundedness here.

-- 
Alan Mackenzie (Munich, Germany)






reply via email to

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