emacs-devel
[Top][All Lists]
Advanced

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

Re: master a283996: Add command for customizing current newsticker feed


From: Ulf Jasper
Subject: Re: master a283996: Add command for customizing current newsticker feed
Date: Tue, 23 Feb 2021 19:38:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Am 23.02.2021 um 17:05 (+0000) schrieb Basil L. Contovounesios:
> This call to (append (..) nil t feed-name) will signal an error.

This is fixed now.

>> +  (customize-variable 'newsticker-url-list)
>> +  (delete-other-windows)
>
> Doesn't this interfere with the user's display-buffer-alist
> customisations?  customize-variable uses pop-to-buffer, so in
> theory no further window adjustment should be necessary.

Removed call to 'delete-other-windows'.

>> +  (when (re-search-forward (concat "Label: " feed-name) nil t)
>
> Should this be 'search-forward' instead?

Changed.

Thanks!
ulf




reply via email to

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