GNU bug report logs -
#16088
24.3; ERC buffer name
Previous Next
Reported by: Cédric Chépied <cedric.chepied <at> gmail.com>
Date: Sun, 8 Dec 2013 12:45:02 UTC
Severity: minor
Tags: fixed
Found in version 24.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Cédric Chépied <cedric.chepied <at> gmail.com> writes:
>
>> I made this ugly fix cause I don't know erc code at all:
>>
>> (defun erc-get-buffer-create (server port target &optional proc)
>> "Create a new buffer based on the arguments."
>> (setq target (concat target "@" (prin1-to-string (erc-current-network))))
>> (get-buffer-create (erc-generate-new-buffer-name server port target proc)))
>>
>> All buffers are now named channel <at> server and I got sb <at> freenode and sb <at> oftc.
>
> erc buffers in Emacs 25.1 seem to be named like that already, so I think
> it looks like this has been fixed already.
I was mistaken. It says "channel <at> server" in the mode line, but the
buffers aren't given unique names.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 9 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.