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

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

bug#9583: 24.0.50; erc button-next-function assumes lexical binding inva


From: Antoine Levitt
Subject: bug#9583: 24.0.50; erc button-next-function assumes lexical binding invalidly
Date: Fri, 23 Sep 2011 08:40:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

23/09/11 05:19, Evan Izaksonas-Smith
> Start Emacs however you like, go to any location in the buffer besided
> the input line and hit TAB.  The message: "completion-at-point: Symbol's
> value as variable is void: here" will appear.  this is solved by
> changing line 433 from
>
> (let ((here (point)))
> to
> (lexical-let ((here (point)))

Yes, see also bug #9487. This solution is more elegant than the one
posted there. Someone please apply this.






reply via email to

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