emacs-devel
[Top][All Lists]
Advanced

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

Re: bug#12022: [PATCH] Unable to use anonymous functions for Key Transla


From: Barry OReilly
Subject: Re: bug#12022: [PATCH] Unable to use anonymous functions for Key Translations
Date: Fri, 17 Aug 2012 11:05:52 -0400

> I installed your patch slightly simplified (FUNCTIONP already does the Ffboundp and SYMBOLP checks).

What I'm really doing involves the need for a closure, so I proceeded to enable lexical binding.  This causes the test case to fail again.  I looked into it and found that DEFUN("functionp", ...) checks EQ (car, Qclosure) but FUNCTIONP does not.  We could add the same check to FUNCTIONP, but I'm wondering if one of these functions should leverage the other?


reply via email to

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