unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
@ 2019-05-16 15:52 積丹尼 Dan Jacobson
  2019-05-16 18:10 ` Eric Abrahamsen
  0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-05-16 15:52 UTC (permalink / raw)
  To: 35765

Doing C-h m I see:
C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
C-c C-s RET RET			gnus-summary-sort-by-marks
C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
But the middle one is not hyperlinked.

Gnus v5.13
GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
 of 2019-02-03, modified by Debian





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

* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
  2019-05-16 15:52 bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer 積丹尼 Dan Jacobson
@ 2019-05-16 18:10 ` Eric Abrahamsen
  2019-05-16 22:15   ` Basil L. Contovounesios
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Abrahamsen @ 2019-05-16 18:10 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 35765

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> Doing C-h m I see:
> C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
> C-c C-s RET RET			gnus-summary-sort-by-marks
> C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
> But the middle one is not hyperlinked.
>
> Gnus v5.13
> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
>  of 2019-02-03, modified by Debian

FWIW, it is correctly hyperlinked in Emacs master.





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

* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
  2019-05-16 18:10 ` Eric Abrahamsen
@ 2019-05-16 22:15   ` Basil L. Contovounesios
  2019-05-16 22:21     ` Eric Abrahamsen
  2019-05-17  5:31     ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Basil L. Contovounesios @ 2019-05-16 22:15 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: 積丹尼 Dan Jacobson, 35765

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>
>> Doing C-h m I see:
>> C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
>> C-c C-s RET RET			gnus-summary-sort-by-marks
>> C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
>> But the middle one is not hyperlinked.
>>
>> Gnus v5.13
>> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
>>  of 2019-02-03, modified by Debian
>
> FWIW, it is correctly hyperlinked in Emacs master.

As expected, following your fix[1] in master.

[1: 13248f7444]: Fix name of gnus-summary-sort-by-mark(s)
  2017-11-13 21:40:17 -0800
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=13248f7444630508cfc3b78a07e8d96613af11c8

Eli, can this be backported to emacs-26?

Thanks,

-- 
Basil





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

* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
  2019-05-16 22:15   ` Basil L. Contovounesios
@ 2019-05-16 22:21     ` Eric Abrahamsen
  2019-05-17  5:31     ` Eli Zaretskii
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Abrahamsen @ 2019-05-16 22:21 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: 積丹尼 Dan Jacobson, 35765


On 05/16/19 23:15 PM, Basil L. Contovounesios wrote:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>>
>>> Doing C-h m I see:
>>> C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
>>> C-c C-s RET RET			gnus-summary-sort-by-marks
>>> C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
>>> But the middle one is not hyperlinked.
>>>
>>> Gnus v5.13
>>> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
>>>  of 2019-02-03, modified by Debian
>>
>> FWIW, it is correctly hyperlinked in Emacs master.
>
> As expected, following your fix[1] in master.

Ha, I had completely forgotten doing that!





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

* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
  2019-05-16 22:15   ` Basil L. Contovounesios
  2019-05-16 22:21     ` Eric Abrahamsen
@ 2019-05-17  5:31     ` Eli Zaretskii
  2019-05-17 14:26       ` Basil L. Contovounesios
  1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-05-17  5:31 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: eric, jidanni, 35765

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Thu, 16 May 2019 23:15:48 +0100
> Cc: 積丹尼 Dan Jacobson <jidanni@jidanni.org>,
> 	35765@debbugs.gnu.org
> 
> >> Doing C-h m I see:
> >> C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
> >> C-c C-s RET RET			gnus-summary-sort-by-marks
> >> C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
> >> But the middle one is not hyperlinked.
> >>
> >> Gnus v5.13
> >> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
> >>  of 2019-02-03, modified by Debian
> >
> > FWIW, it is correctly hyperlinked in Emacs master.
> 
> As expected, following your fix[1] in master.
> 
> [1: 13248f7444]: Fix name of gnus-summary-sort-by-mark(s)
>   2017-11-13 21:40:17 -0800
>   https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=13248f7444630508cfc3b78a07e8d96613af11c8
> 
> Eli, can this be backported to emacs-26?

Yes, thanks.





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

* bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer
  2019-05-17  5:31     ` Eli Zaretskii
@ 2019-05-17 14:26       ` Basil L. Contovounesios
  0 siblings, 0 replies; 6+ messages in thread
From: Basil L. Contovounesios @ 2019-05-17 14:26 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: eric, 35765-done, jidanni

tags 35765 fixed
close 35765 26.3
quit

Eli Zaretskii <eliz@gnu.org> writes:

>> From: "Basil L. Contovounesios" <contovob@tcd.ie>
>> Date: Thu, 16 May 2019 23:15:48 +0100
>> Cc: 積丹尼 Dan Jacobson <jidanni@jidanni.org>,
>> 	35765@debbugs.gnu.org
>> 
>> >> Doing C-h m I see:
>> >> C-c C-s RET C-d			gnus-summary-sort-by-most-recent-date
>> >> C-c C-s RET RET			gnus-summary-sort-by-marks
>> >> C-c C-s RET C-n			gnus-summary-sort-by-most-recent-number
>> >> But the middle one is not hyperlinked.
>> >>
>> >> Gnus v5.13
>> >> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
>> >>  of 2019-02-03, modified by Debian
>> >
>> > FWIW, it is correctly hyperlinked in Emacs master.
>> 
>> As expected, following your fix[1] in master.
>> 
>> [1: 13248f7444]: Fix name of gnus-summary-sort-by-mark(s)
>>   2017-11-13 21:40:17 -0800
>>   https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=13248f7444630508cfc3b78a07e8d96613af11c8
>> 
>> Eli, can this be backported to emacs-26?
>
> Yes, thanks.

Thanks, done[2].  I'm therefore closing this report.

[2: 7ce4b35ac4]: Backport: Fix name of gnus-summary-sort-by-mark(s)
  2019-05-17 15:23:28 +0100
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7ce4b35ac427506bb8b43ab14a134bd2e707c9d6

-- 
Basil





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

end of thread, other threads:[~2019-05-17 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16 15:52 bug#35765: gnus-summary-sort-by-marks not hyperlinked in *Help* buffer 積丹尼 Dan Jacobson
2019-05-16 18:10 ` Eric Abrahamsen
2019-05-16 22:15   ` Basil L. Contovounesios
2019-05-16 22:21     ` Eric Abrahamsen
2019-05-17  5:31     ` Eli Zaretskii
2019-05-17 14:26       ` Basil L. Contovounesios

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