GNU bug report logs -
#12002
24.1.50; ERC nick change trouble
Previous Next
Reported by: Antoine Levitt <antoine.levitt <at> gmail.com>
Date: Fri, 20 Jul 2012 23:03:02 UTC
Severity: normal
Tags: patch
Merged with 6016,
6502
Found in versions 23.1, 24.1.50
Fixed in version 24.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 12002-done <at> debbugs.gnu.org (full text, mbox):
Version: 24.3
Thanks. I installed a simpler change (below). Please let me know if it
is not ok, since I don't use erc.
*** lisp/erc/erc-backend.el 2012-10-06 01:04:53 +0000
--- lisp/erc/erc-backend.el 2012-10-07 01:25:39 +0000
***************
*** 1316,1322 ****
(when (equal (erc-default-target) nick)
(setq erc-default-recipients
(cons nn (cdr erc-default-recipients)))
! (rename-buffer nn)
(erc-update-mode-line)
(add-to-list 'bufs (current-buffer)))))
(erc-update-user-nick nick nn host nil nil login)
--- 1316,1322 ----
(when (equal (erc-default-target) nick)
(setq erc-default-recipients
(cons nn (cdr erc-default-recipients)))
! (rename-buffer nn t) ; bug#12002
(erc-update-mode-line)
(add-to-list 'bufs (current-buffer)))))
(erc-update-user-nick nick nn host nil nil login)
This bug report was last modified 12 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.