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

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

bug#17123: 24.3.50; C-x C-c -> Invalid function: with-current-buffer-win


From: Michael Heerdegen
Subject: bug#17123: 24.3.50; C-x C-c -> Invalid function: with-current-buffer-window
Date: Thu, 27 Mar 2014 23:59:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > --8<---------------cut here---------------start------------->8---
> > (defun test (x)
> >   (unknown-macro (+ x 1)))
>
> > (defmacro unknown-macro (&rest body) `(progn ,@body))
> > --8<---------------cut here---------------end--------------->8---
>
> Right, such code is incorrect and we do not intend to support it.

Ok, that makes sense.  And the "invalid function" error is a good pointer to
dependency problems anyway.

Michael.





reply via email to

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