GNU bug report logs - #15969
24.3.50; erc-button fails with error

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Eric Hanchrow <eric.hanchrow <at> gmail.com>
Cc: 15969 <at> debbugs.gnu.org
Subject: bug#15969: 24.3.50; erc-button fails with error
Date: Sun, 24 Nov 2013 22:24:28 -0500
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.