emacs-devel
[Top][All Lists]
Advanced

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

Re: Possible defvar bug


From: Stefan Monnier
Subject: Re: Possible defvar bug
Date: Tue, 19 Feb 2013 12:28:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> (let ((crm-separator ","))
>>   (require 'crm))
>     This is a long-standing issue. The only solution at the moment is "don't
>     do that".
> We could make it give an error.  defvar is a primitive and could
> check the specpdl to see if the variable has a local binding.

defvar already gives a message for it (but defcustom doesn't).


        Stefan



reply via email to

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