ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69122] [Ruby trunk - Bug #11133] [Open] Wrong Hyperlink representation in man page
       [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
@ 2015-05-11 11:37 ` v.ondruch
  2016-07-20 10:19 ` [ruby-core:76473] [Ruby trunk Bug#11133] " v.ondruch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: v.ondruch @ 2015-05-11 11:37 UTC (permalink / raw
  To: ruby-core

Issue #11133 has been reported by Vit Ondruch.

----------------------------------------
Bug #11133: Wrong Hyperlink representation in man page
https://bugs.ruby-lang.org/issues/11133

* Author: Vit Ondruch
* Status: Open
* Priority: Normal
* Assignee: Akinori MUSHA
* ruby -v: ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
There was pointed out recently, that Ruby's man pages are not represented correctly in gnome-terminal [1]. But as per discussion with Gnome folks [2], it might be more widespread then just gnome-terminal [2]. Would you mind to revert r39640 (or fix by other means) to improve the user experience?



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1218871
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:76473] [Ruby trunk Bug#11133] Wrong Hyperlink representation in man page
       [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
  2015-05-11 11:37 ` [ruby-core:69122] [Ruby trunk - Bug #11133] [Open] Wrong Hyperlink representation in man page v.ondruch
@ 2016-07-20 10:19 ` v.ondruch
  2016-09-23 11:31 ` [ruby-core:77371] [Ruby trunk Bug#11133][Feedback] " knu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: v.ondruch @ 2016-07-20 10:19 UTC (permalink / raw
  To: ruby-core

Issue #11133 has been updated by Vit Ondruch.


Although Gnome Terminal was fixed, the Ruby's man page are still rather unique according to [1]. Would you consider to use more common man pages formatting?


[1] https://bugzilla.gnome.org/show_bug.cgi?id=749008#c5

----------------------------------------
Bug #11133: Wrong Hyperlink representation in man page
https://bugs.ruby-lang.org/issues/11133#change-59717

* Author: Vit Ondruch
* Status: Open
* Priority: Normal
* Assignee: Akinori MUSHA
* ruby -v: ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
There was pointed out recently, that Ruby's man pages are not represented correctly in gnome-terminal [1]. But as per discussion with Gnome folks [2], it might be more widespread then just gnome-terminal [2]. Would you mind to revert r39640 (or fix by other means) to improve the user experience?



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1218871
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:77371] [Ruby trunk Bug#11133][Feedback] Wrong Hyperlink representation in man page
       [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
  2015-05-11 11:37 ` [ruby-core:69122] [Ruby trunk - Bug #11133] [Open] Wrong Hyperlink representation in man page v.ondruch
  2016-07-20 10:19 ` [ruby-core:76473] [Ruby trunk Bug#11133] " v.ondruch
@ 2016-09-23 11:31 ` knu
  2016-09-26 14:26 ` [ruby-core:77409] [Ruby trunk Bug#11133] " v.ondruch
  2016-11-05  2:39 ` [ruby-core:77949] [Ruby trunk Bug#11133][Closed] " knu
  4 siblings, 0 replies; 5+ messages in thread
From: knu @ 2016-09-23 11:31 UTC (permalink / raw
  To: ruby-core

Issue #11133 has been updated by Akinori MUSHA.

Status changed from Open to Feedback

Sorry for the delay, and thanks for spotting it.

I've replaced the use of the `Pa` macro with `Lk` in r56211.  The `Lk` macro was added to mdocml a long time ago, which I didn't notice when I committed r39640.

As for the original problem in URL detection, is there any update on the gnome-terminal side?

----------------------------------------
Bug #11133: Wrong Hyperlink representation in man page
https://bugs.ruby-lang.org/issues/11133#change-60616

* Author: Vit Ondruch
* Status: Feedback
* Priority: Normal
* Assignee: Akinori MUSHA
* ruby -v: ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
There was pointed out recently, that Ruby's man pages are not represented correctly in gnome-terminal [1]. But as per discussion with Gnome folks [2], it might be more widespread then just gnome-terminal [2]. Would you mind to revert r39640 (or fix by other means) to improve the user experience?



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1218871
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:77409] [Ruby trunk Bug#11133] Wrong Hyperlink representation in man page
       [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-09-23 11:31 ` [ruby-core:77371] [Ruby trunk Bug#11133][Feedback] " knu
@ 2016-09-26 14:26 ` v.ondruch
  2016-11-05  2:39 ` [ruby-core:77949] [Ruby trunk Bug#11133][Closed] " knu
  4 siblings, 0 replies; 5+ messages in thread
From: v.ondruch @ 2016-09-26 14:26 UTC (permalink / raw
  To: ruby-core

Issue #11133 has been updated by Vit Ondruch.


Akinori MUSHA wrote:
> Sorry for the delay, and thanks for spotting it.
> 
> I've replaced the use of the `Pa` macro with `Lk` in r56211.  The `Lk` macro was added to mdocml a long time ago, which I didn't notice when I committed r39640.
> 
> As for the original problem in URL detection, is there any update on the gnome-terminal side?

Yes, it should be fixed, there was this [1] ticket referenced in the original gnome-terminal bug [2]. Testing on Fedora Rawhide with:

$ rpm -q gnome-terminal
gnome-terminal-3.21.90-2.fc26.x86_64

The URLs in man pages of Ruby 2.3.1 are recognized correctly. Testing also with r56256, the URLs are recognized correctly as well, although they are bold now (if this was intentional).


[1] https://bugzilla.gnome.org/show_bug.cgi?id=756038
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008#c7



----------------------------------------
Bug #11133: Wrong Hyperlink representation in man page
https://bugs.ruby-lang.org/issues/11133#change-60664

* Author: Vit Ondruch
* Status: Feedback
* Priority: Normal
* Assignee: Akinori MUSHA
* ruby -v: ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
There was pointed out recently, that Ruby's man pages are not represented correctly in gnome-terminal [1]. But as per discussion with Gnome folks [2], it might be more widespread then just gnome-terminal [2]. Would you mind to revert r39640 (or fix by other means) to improve the user experience?



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1218871
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:77949] [Ruby trunk Bug#11133][Closed] Wrong Hyperlink representation in man page
       [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-09-26 14:26 ` [ruby-core:77409] [Ruby trunk Bug#11133] " v.ondruch
@ 2016-11-05  2:39 ` knu
  4 siblings, 0 replies; 5+ messages in thread
From: knu @ 2016-11-05  2:39 UTC (permalink / raw
  To: ruby-core

Issue #11133 has been updated by Akinori MUSHA.

Status changed from Feedback to Closed

Thanks for your confirmation!  It's just as intended that the URLs being rendered in bold.

----------------------------------------
Bug #11133: Wrong Hyperlink representation in man page
https://bugs.ruby-lang.org/issues/11133#change-61271

* Author: Vit Ondruch
* Status: Closed
* Priority: Normal
* Assignee: Akinori MUSHA
* ruby -v: ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
There was pointed out recently, that Ruby's man pages are not represented correctly in gnome-terminal [1]. But as per discussion with Gnome folks [2], it might be more widespread then just gnome-terminal [2]. Would you mind to revert r39640 (or fix by other means) to improve the user experience?



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1218871
[2] https://bugzilla.gnome.org/show_bug.cgi?id=749008



-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2016-11-05  2:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-11133.20150511113733@ruby-lang.org>
2015-05-11 11:37 ` [ruby-core:69122] [Ruby trunk - Bug #11133] [Open] Wrong Hyperlink representation in man page v.ondruch
2016-07-20 10:19 ` [ruby-core:76473] [Ruby trunk Bug#11133] " v.ondruch
2016-09-23 11:31 ` [ruby-core:77371] [Ruby trunk Bug#11133][Feedback] " knu
2016-09-26 14:26 ` [ruby-core:77409] [Ruby trunk Bug#11133] " v.ondruch
2016-11-05  2:39 ` [ruby-core:77949] [Ruby trunk Bug#11133][Closed] " knu

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