unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41376: Features request - Improving newsticker
@ 2020-05-18  8:55 Nicola Manca
  2020-05-18 19:23 ` Ulf Jasper
  0 siblings, 1 reply; 10+ messages in thread
From: Nicola Manca @ 2020-05-18  8:55 UTC (permalink / raw)
  To: 41376

Dear Emacs Devs,

While starting to use newsticker-tree as RSS reader, I found out some 
missing features that IMHO would greatly improve its usability:

- Groups cannot be sorted as the feeds (M-<up/down>)

- New feeds can be added by pressing 'a', but not removed. AFAIK there 
is no function call to do this job. It would be nice to have a 'd' 
keybinding to remove a feed (maybe with a confirmation dialog).

- It would be quite handy if the feed's displayed name would correspond 
to the label assigned, some feeds have an incredibly long name that 
doesn't fit the right window (if you keep it at a reasonably width).

- Import opml does not preserve the tree structure, new groups have to 
be created and populated.

- Focus does not follow the cursor, this is quite uncomfortable when you 
want to operate on a feed you have the cursor on, but the highlighted 
one is another.

- Feeds arrangement needs to be save continuously by pressing 's', this 
is total counter-intuitive and, even if I was aware of it, many times I 
did save and found out my feeds spread around, again.

- Even if i disabled the visualization of icons next to a feed name, 
those who were already downloaded remained there.

- Some operations are incredibly slow, marking 'old' a feed with ~100 
items takes several seconds.

These are the small usability issues I found so far. They may seems 
minor but in my experience are those small stuff may be quite relevant 
for new users.

Regards,
Nicola Manca





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

* bug#41376: Features request - Improving newsticker
  2020-05-18  8:55 bug#41376: Features request - Improving newsticker Nicola Manca
@ 2020-05-18 19:23 ` Ulf Jasper
  2020-05-18 19:58   ` Nicola Manca
                     ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ulf Jasper @ 2020-05-18 19:23 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

Hi Nicola,

thanks for compiling this list.  All these issues have been around for
quite some time.  And some of them are rather annoying.  I think it's
time for me to resume work on newsticker.  Let's see ...

ulf





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

* bug#41376: Features request - Improving newsticker
  2020-05-18 19:23 ` Ulf Jasper
@ 2020-05-18 19:58   ` Nicola Manca
  2020-05-18 20:51   ` Nicola Manca
  2021-02-19 16:20   ` Ulf Jasper
  2 siblings, 0 replies; 10+ messages in thread
From: Nicola Manca @ 2020-05-18 19:58 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: 41376

On 18/05/20 21:23, Ulf Jasper wrote:
> Hi Nicola,
> 
> thanks for compiling this list.  All these issues have been around for
> quite some time.  And some of them are rather annoying.  I think it's
> time for me to resume work on newsticker.  Let's see ...
> 
> ulf
> 

Great news hearing that!

I hope at least some could be easily fixed.

Nicola





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

* bug#41376: Features request - Improving newsticker
  2020-05-18 19:23 ` Ulf Jasper
  2020-05-18 19:58   ` Nicola Manca
@ 2020-05-18 20:51   ` Nicola Manca
  2021-02-19 16:20   ` Ulf Jasper
  2 siblings, 0 replies; 10+ messages in thread
From: Nicola Manca @ 2020-05-18 20:51 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: 41376

On 18/05/20 21:23, Ulf Jasper wrote:
> Hi Nicola,
> 
> thanks for compiling this list.  All these issues have been around for
> quite some time.  And some of them are rather annoying.  I think it's
> time for me to resume work on newsticker.  Let's see ...
> 
> ulf
> 

Forgot to say that, but of course thanks a lot for the work done and the 
fast reply!

Nicola





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

* bug#41376: Features request - Improving newsticker
  2020-05-18 19:23 ` Ulf Jasper
  2020-05-18 19:58   ` Nicola Manca
  2020-05-18 20:51   ` Nicola Manca
@ 2021-02-19 16:20   ` Ulf Jasper
  2021-02-23 16:46     ` Ulf Jasper
  2 siblings, 1 reply; 10+ messages in thread
From: Ulf Jasper @ 2021-02-19 16:20 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

First issue has been fixed

> - Groups cannot be sorted as the feeds (M-<up/down>)

When a group is selected, M-<up/down> will move this group now.

When a feed is selected, M-S-<up/down> will move the enclosing group.
(This is not a new feature but apparently became broken some time ago.)







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

* bug#41376: Features request - Improving newsticker
  2021-02-19 16:20   ` Ulf Jasper
@ 2021-02-23 16:46     ` Ulf Jasper
  2021-02-24 18:34       ` Ulf Jasper
  0 siblings, 1 reply; 10+ messages in thread
From: Ulf Jasper @ 2021-02-23 16:46 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

Second issue has been fixed.

> - New feeds can be added by pressing 'a', but not removed. AFAIK there
> is no function call to do this job. It would be nice to have a 'd'
> keybinding to remove a feed (maybe with a confirmation dialog).

Added a command for customizing current feed, bound to 'c'.  This also
allows for deleting the feed.






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

* bug#41376: Features request - Improving newsticker
  2021-02-23 16:46     ` Ulf Jasper
@ 2021-02-24 18:34       ` Ulf Jasper
  2021-02-25  8:17         ` Nicola Manca
  2021-03-03 20:15         ` Ulf Jasper
  0 siblings, 2 replies; 10+ messages in thread
From: Ulf Jasper @ 2021-02-24 18:34 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

Third issue has been fixed.

Added customization options

  newsticker-treeview-use-feed-name-from-url-list-in-treeview
  newsticker-treeview-use-feed-name-from-url-list-in-itemview

for displaying feed name as given in 'newsticker-url-list' instead of
name contained in feed data.







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

* bug#41376: Features request - Improving newsticker
  2021-02-24 18:34       ` Ulf Jasper
@ 2021-02-25  8:17         ` Nicola Manca
  2021-03-03 20:21           ` Ulf Jasper
  2021-03-03 20:15         ` Ulf Jasper
  1 sibling, 1 reply; 10+ messages in thread
From: Nicola Manca @ 2021-02-25  8:17 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: 41376

On 24/02/2021 19:34, Ulf Jasper wrote:
> Third issue has been fixed.
> 
> Added customization options
> 
>    newsticker-treeview-use-feed-name-from-url-list-in-treeview
>    newsticker-treeview-use-feed-name-from-url-list-in-itemview
> 
> for displaying feed name as given in 'newsticker-url-list' instead of
> name contained in feed data.
> 
> 

Thank for all the work you're doing, Ulf!
I'll download the latest version to test it.

best wishes,
Nicola





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

* bug#41376: Features request - Improving newsticker
  2021-02-24 18:34       ` Ulf Jasper
  2021-02-25  8:17         ` Nicola Manca
@ 2021-03-03 20:15         ` Ulf Jasper
  1 sibling, 0 replies; 10+ messages in thread
From: Ulf Jasper @ 2021-03-03 20:15 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

Fourth issue has been fixed.

Group structure is preserved on opml import and export.





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

* bug#41376: Features request - Improving newsticker
  2021-02-25  8:17         ` Nicola Manca
@ 2021-03-03 20:21           ` Ulf Jasper
  0 siblings, 0 replies; 10+ messages in thread
From: Ulf Jasper @ 2021-03-03 20:21 UTC (permalink / raw)
  To: Nicola Manca; +Cc: 41376

No problem.  Sorry that it took such a long time to start the work.





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

end of thread, other threads:[~2021-03-03 20:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18  8:55 bug#41376: Features request - Improving newsticker Nicola Manca
2020-05-18 19:23 ` Ulf Jasper
2020-05-18 19:58   ` Nicola Manca
2020-05-18 20:51   ` Nicola Manca
2021-02-19 16:20   ` Ulf Jasper
2021-02-23 16:46     ` Ulf Jasper
2021-02-24 18:34       ` Ulf Jasper
2021-02-25  8:17         ` Nicola Manca
2021-03-03 20:21           ` Ulf Jasper
2021-03-03 20:15         ` Ulf Jasper

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).