emacs-devel
[Top][All Lists]
Advanced

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

Re: Multiple next-error sources


From: Stefan Monnier
Subject: Re: Multiple next-error sources
Date: Fri, 07 Nov 2014 13:08:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> While it's true that
>> (add-hook 'next-error-functions #'my-function)
>> is shorter than
>> (add-function :before-until next-error-function #'my-function)
>> I don't think it warrants the addition of a next-error-functions.
> Why not?

I'd return the question: given the above, why add next-error-functions?


        Stefan



reply via email to

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