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

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

bug#2435: Bug 2435


From: Stefan Monnier
Subject: bug#2435: Bug 2435
Date: Sat, 07 Mar 2009 18:07:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

>> AFAIK building objects is perfectly fine, yes.
>> I wonder why you use record_unwind_protect rather than specbind, tho.
> Don't we need record_unwind_protect for the case that quit
> is signaled in emacs_open that is called from openp?

specbind does the same thing (except that it's specially designed for
the job at hand of temporarily modifying a variable).

>> Also if we do that, we should add a note in the docstring of
>> charset-map-path that it does not obey file-name-handler-alist.
> Ok.

Thanks,


        Stefan






reply via email to

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