emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fixes to allow erc-dcc-get-filter to work properly


From: Victor Orlikowski
Subject: Re: [PATCH] Fixes to allow erc-dcc-get-filter to work properly
Date: Sun, 10 Feb 2019 16:07:51 +0000

On Sat, Feb 09, 2019, at 04:49 AM, Eli Zaretskii wrote:
> As you see, the process whose filter is erc-dcc-get-filter is set up
> so that the name of its process-buffer is derived from
> erc-dcc-file-name, but I don't see the buffer-file-name of that buffer
> being set anywhere.  If I'm right, then your change should use
> buffer-name (the function) instead of buffer-file-name.  Can you
> verify that buffer-name returns the name of erc-dcc-file-name, and
> that using that return value resolves the problems you saw?

I can confirm that using '(buffer-name)' instead of
'erc-dcc-file-name' works *perfectly*.

Shall I submit a new patch, using that instead?

Thanks,
Victor
-- 
Victor J. Orlikowski <> vjo@(ee.|cs.)?duke.edu



reply via email to

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