* bug#37728: gnus-summary-isearch-article not worth the trouble
@ 2019-10-13 5:08 積丹尼 Dan Jacobson
2019-10-13 18:24 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-10-13 5:08 UTC (permalink / raw)
To: 37728
s runs the command gnus-summary-isearch-article...
and is a total bummer, because once you have found the text, all you can
do is look at it. If you want to copy it, sorry: any exiting the search
flies you back to the *Summary* buffer.
That's why "s" is so weird. It would be better if it never existed in
the first place. The user already knows how to switch to the *Article*
buffer and do C-s there like any other buffer.
Sure you could pack gnus-summary-isearch-article with extra ways to stop
the search, but it would be just making more unnecessary mess.
Gnus v5.13
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11)
of 2019-09-23, modified by Debian
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#37728: gnus-summary-isearch-article not worth the trouble
2019-10-13 5:08 bug#37728: gnus-summary-isearch-article not worth the trouble 積丹尼 Dan Jacobson
@ 2019-10-13 18:24 ` Lars Ingebrigtsen
2019-10-14 11:31 ` Robert Pluim
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-13 18:24 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 37728
積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
> s runs the command gnus-summary-isearch-article...
>
> and is a total bummer, because once you have found the text, all you can
> do is look at it. If you want to copy it, sorry: any exiting the search
> flies you back to the *Summary* buffer.
It's an odd command, but it's existed since the mid-80s, I think? So I
think it's a bit too late to remove it.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#37728: gnus-summary-isearch-article not worth the trouble
2019-10-13 18:24 ` Lars Ingebrigtsen
@ 2019-10-14 11:31 ` Robert Pluim
2019-10-18 8:27 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 6+ messages in thread
From: Robert Pluim @ 2019-10-14 11:31 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 37728, Lars Ingebrigtsen
>>>>> On Sun, 13 Oct 2019 20:24:51 +0200, Lars Ingebrigtsen <larsi@gnus.org> said:
Lars> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>> s runs the command gnus-summary-isearch-article...
>>
>> and is a total bummer, because once you have found the text, all you can
>> do is look at it. If you want to copy it, sorry: any exiting the search
>> flies you back to the *Summary* buffer.
Lars> It's an odd command, but it's existed since the mid-80s, I think? So I
Lars> think it's a bit too late to remove it.
(defadvice gnus-summary-isearch-article (after switch-to-article activate)
(other-window 1))
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#37728: gnus-summary-isearch-article not worth the trouble
2019-10-14 11:31 ` Robert Pluim
@ 2019-10-18 8:27 ` 積丹尼 Dan Jacobson
2019-10-18 10:01 ` Robert Pluim
0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-10-18 8:27 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 37728
>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:
RP> (defadvice gnus-summary-isearch-article (after switch-to-article activate)
RP> (other-window 1))
That seems smoother.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#37728: gnus-summary-isearch-article not worth the trouble
2019-10-18 8:27 ` 積丹尼 Dan Jacobson
@ 2019-10-18 10:01 ` Robert Pluim
2019-10-20 0:12 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 6+ messages in thread
From: Robert Pluim @ 2019-10-18 10:01 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 37728, Lars Ingebrigtsen
>>>>> On Fri, 18 Oct 2019 16:27:37 +0800, 積丹尼 Dan Jacobson <jidanni@jidanni.org> said:
>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:
RP> (defadvice gnus-summary-isearch-article (after switch-to-article activate)
RP> (other-window 1))
積丹尼> That seems smoother.
Thanks for testing. Let us know if we can close the bug.
Robert
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#37728: gnus-summary-isearch-article not worth the trouble
2019-10-18 10:01 ` Robert Pluim
@ 2019-10-20 0:12 ` 積丹尼 Dan Jacobson
0 siblings, 0 replies; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-10-20 0:12 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 37728
>>>>> "RP" == Robert Pluim <rpluim@gmail.com> writes:
RP> Thanks for testing. Let us know if we can close the bug.
They already did. :-(
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-10-20 0:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-13 5:08 bug#37728: gnus-summary-isearch-article not worth the trouble 積丹尼 Dan Jacobson
2019-10-13 18:24 ` Lars Ingebrigtsen
2019-10-14 11:31 ` Robert Pluim
2019-10-18 8:27 ` 積丹尼 Dan Jacobson
2019-10-18 10:01 ` Robert Pluim
2019-10-20 0:12 ` 積丹尼 Dan Jacobson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.