12/09/11 20:29, Ivan Kanis > Launch ERC and wait for someone to post a link > Move to the top of the buffer > Press TAB > > I get the following error: > > Debugger entered--Lisp error: (void-variable here) > call-interactively(erc-button-next nil nil) Confirmed. It looks like a lexical vs dynamic binding issue, apparently introduced by commit 104018. The following fixes it for me, but I'm not sure whether the preferred way of fixing this is the patch, or turning lexical-binding on. Stefan?