X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=todo;h=92ff87edb200eba19eae03a55604df8b463c8f4d;hp=2bba189cd541750f4674fae136fa28fd447de7bc;hb=fda79fc773c3018266173a6c4ea3776685845c1d;hpb=eb90e09192c1beb355a98d2402df497eab10ed74 diff --git a/todo b/todo index 2bba189cd..92ff87edb 100644 --- a/todo +++ b/todo @@ -1,6 +1,20 @@ ;; Also know as the "wish list". Some are done. For the others, no ;; promise when to be implemented. +* gnus-topic-kill-region + From Colin Marquardt + + I noticed that when re-arranging topics, C-k yanks a topic just fine + (runs gnus-topic-kill-group). + + However, my habit is to do marking and the yanking the region, so I + would run C-w on the marked topic. But C-w runs + gnus-group-kill-region and doesn't yank the topic (for groups it + works fine). + + So could we have a gnus-topic-kill-region, or a + gnus-group-kill-region which handles topics as well? + * Speed up sorting in summary buffer if there is a limit. Suggested by Daniel Ortmann . @@ -1505,6 +1519,5 @@ exceeding lisp nesting on huge groups. ;; Local Variables: ;; mode: outline ;; coding: iso-2022-7bit -;; buffer-file-coding-system: iso-2022-7bit ;; paragraph-separate: "[ ]*$" ;; End: