GNU bug report logs -
#15969
24.3.50; erc-button fails with error
Previous Next
Reported by: Eric Hanchrow <eric.hanchrow <at> gmail.com>
Date: Sun, 24 Nov 2013 22:45:02 UTC
Severity: normal
Found in version 24.3.50
Done: Eric Hanchrow <eric.hanchrow <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 15969-done <at> debbugs.gnu.org (full text, mbox):
That indeed works. What does that tell us?
On Sun, Nov 24, 2013 at 7:24 PM, Glenn Morris <rgm <at> gnu.org> wrote:
>
> Try this instead:
>
> *** lisp/erc/erc-button.el 2013-09-19 02:21:31 +0000
> --- lisp/erc/erc-button.el 2013-11-25 03:20:38 +0000
> ***************
> *** 514,520 ****
> (code (cdr (assoc action erc-nick-popup-alist))))
> (when code
> (erc-set-active-buffer (current-buffer))
> ! (eval code))))
>
> ;;; Callback functions
> (defun erc-button-describe-symbol (symbol-name)
> --- 514,520 ----
> (code (cdr (assoc action erc-nick-popup-alist))))
> (when code
> (erc-set-active-buffer (current-buffer))
> ! (eval code `((nick . ,nick))))))
>
> ;;; Callback functions
> (defun erc-button-describe-symbol (symbol-name)
>
This bug report was last modified 11 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.