bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16088: 24.3; ERC buffer name


From: Lars Ingebrigtsen
Subject: bug#16088: 24.3; ERC buffer name
Date: Sun, 27 Dec 2015 22:55:41 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> Cédric Chépied <cedric.chepied@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@server and I got sb@freenode and sb@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@server" in the mode line, but the
> buffers aren't given unique names.

Actually, it looks like the second buffer should be called sb/oftc with
the current code.  Does this still fail for you in Emacs 25.1?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]