unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57045: 28.1; Newsticker sort by column with all the item
@ 2022-08-07 14:22 Cletip Cletip
  2022-08-07 21:55 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Cletip Cletip @ 2022-08-07 14:22 UTC (permalink / raw)
  To: 57045

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

Hello,
Tried with emacs -Q.
When using Newsticker, select all items. When sorting by a column,
nothing is displayed.
Thank you in advance for your answers.

[-- Attachment #2: Type: text/html, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-07 14:22 bug#57045: 28.1; Newsticker sort by column with all the item Cletip Cletip
@ 2022-08-07 21:55 ` Lars Ingebrigtsen
  2022-08-09 13:25   ` Cletip Cletip
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-07 21:55 UTC (permalink / raw)
  To: Cletip Cletip; +Cc: 57045

Cletip Cletip <clement020302@gmail.com> writes:

> Tried with emacs -Q.
> When using Newsticker, select all items. When sorting by a column,
> nothing is displayed. 
> Thank you in advance for your answers.

Do you have a complete step-by-step recipe to reproduce the problem,
starting from "emacs -Q"?






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-07 21:55 ` Lars Ingebrigtsen
@ 2022-08-09 13:25   ` Cletip Cletip
  2022-08-09 19:06     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Cletip Cletip @ 2022-08-09 13:25 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 57045

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Sorry, late answer.
Yes, of course:
in a terminal:
emacs -Q

Then, in emacs :
- M-x newsticker-show-news
- in "Virtual Feed", click on "All items"
- click on "Date"

You can check that the sorting is supposed to work, by doing the same
manipulation on Emacs Wiki :
- in "Feed", click on "emacs wiki"
- click on "Date"
As you can see, the news are sorted, and not gone, like in "All items"
after click on "Date" button.

Le dim. 7 août 2022 à 23:55, Lars Ingebrigtsen <larsi@gnus.org> a écrit :

> Cletip Cletip <clement020302@gmail.com> writes:
>
> > Tried with emacs -Q.
> > When using Newsticker, select all items. When sorting by a column,
> > nothing is displayed.
> > Thank you in advance for your answers.
>
> Do you have a complete step-by-step recipe to reproduce the problem,
> starting from "emacs -Q"?
>
>

[-- Attachment #2: Type: text/html, Size: 1371 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-09 13:25   ` Cletip Cletip
@ 2022-08-09 19:06     ` Lars Ingebrigtsen
  2022-08-11 11:35       ` Ulf Jasper
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-09 19:06 UTC (permalink / raw)
  To: Cletip Cletip; +Cc: Ulf Jasper, 57045

Cletip Cletip <clement020302@gmail.com> writes:

> emacs -Q
>
> Then, in emacs :
> - M-x newsticker-show-news
> - in "Virtual Feed", click on "All items"
> - click on "Date"

(And this makes the List buffer empty.)

Yes, I can reproduce this.  Trying to follow the logic in the code here,
it seems like it may be missing a call to
newsticker--treeview-list-all-items (or something) after setting the new
sort order, but I'm not familiar with the code.

Adding Ulf to the CCs.







^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-09 19:06     ` Lars Ingebrigtsen
@ 2022-08-11 11:35       ` Ulf Jasper
  2022-08-12 12:39         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Ulf Jasper @ 2022-08-11 11:35 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Cletip Cletip, 57045

Am 09.08.2022 um 21:06 (+0200) schrieb Lars Ingebrigtsen:
> Cletip Cletip <clement020302@gmail.com> writes:
>
>> emacs -Q
>>
>> Then, in emacs :
>> - M-x newsticker-show-news
>> - in "Virtual Feed", click on "All items"
>> - click on "Date"
>
> (And this makes the List buffer empty.)

Fixed in f7438fc859.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-11 11:35       ` Ulf Jasper
@ 2022-08-12 12:39         ` Lars Ingebrigtsen
  2022-08-12 15:49           ` Cletip Cletip
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-12 12:39 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: Cletip Cletip, 57045

Ulf Jasper <ulf.jasper@web.de> writes:

> Fixed in f7438fc859.

Thanks; I can confirm that this fixes the problem, so I'm closing thing
bug report.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#57045: 28.1; Newsticker sort by column with all the item
  2022-08-12 12:39         ` Lars Ingebrigtsen
@ 2022-08-12 15:49           ` Cletip Cletip
  0 siblings, 0 replies; 7+ messages in thread
From: Cletip Cletip @ 2022-08-12 15:49 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Ulf Jasper, 57045

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

I confirm too, thanks a lot for this and your reactivity !

On Fri, 12 Aug 2022, 14:39 Lars Ingebrigtsen, <larsi@gnus.org> wrote:

> Ulf Jasper <ulf.jasper@web.de> writes:
>
> > Fixed in f7438fc859.
>
> Thanks; I can confirm that this fixes the problem, so I'm closing thing
> bug report.
>

[-- Attachment #2: Type: text/html, Size: 650 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-12 15:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 14:22 bug#57045: 28.1; Newsticker sort by column with all the item Cletip Cletip
2022-08-07 21:55 ` Lars Ingebrigtsen
2022-08-09 13:25   ` Cletip Cletip
2022-08-09 19:06     ` Lars Ingebrigtsen
2022-08-11 11:35       ` Ulf Jasper
2022-08-12 12:39         ` Lars Ingebrigtsen
2022-08-12 15:49           ` Cletip Cletip

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).