emacs-devel
[Top][All Lists]
Advanced

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

Re: tramp-compat-funcall -> compat-funcall?


From: Stefan Monnier
Subject: Re: tramp-compat-funcall -> compat-funcall?
Date: Sun, 25 Sep 2016 10:00:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>>> With Emacs 25, yes. But there are still warnings when compiling with
>>> Emacs 23, I  believe.
>> As I said, if you care about the warnings you get under old Emacsen,
>> I can't help you (I can understand supporting some older Emacsen, but
>> worrying about the warnings they give baffles me completely).
> I haven't asked for help :-)

Can't remember who, but someone requested something like
`compat-funcall` in core Emacs.  That's what I was responding
to, fundamentally, and my answer is that we do have that but in
a different form: in the form of idioms like (if (fboundp 'foo) (foo
...)).


        Stefan



reply via email to

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