bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27930: 24.5; The underline of hyperlink text is unbounded


From: Eli Zaretskii
Subject: bug#27930: 24.5; The underline of hyperlink text is unbounded
Date: Sun, 29 Sep 2019 10:39:36 +0300

> From: Stefan Kangas <stefan@marxist.se>
> Date: Sun, 29 Sep 2019 03:58:25 +0200
> Cc: martin rudalics <rudalics@gmx.at>, 27930@debbugs.gnu.org, 
> huwei9527@gmail.com
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> From: hw <huwei9527@gmail.com>
> >> Date: Thu, 03 Aug 2017 20:43:42 +0800
> >>
> >>
> >> When I reference to Info node with "C-x h handle-switch-frame RET",
> >> I get the *Help* buffer poped up. The first line shows:
> >>
> >> handle-switch-frame is an interactive built-in function in `C source
> >> code'
> >>
> >> The text "C source code" above is a hyperlink so it is blue with
> >> underline, but the underline extend to the right edge of
> >> the buffer window, which I think should stop at the end line right
> >> after the text "source". So the text above in my text teminal looks
> >> like this:
> >>
> >> <left>                 <mid>                   <right>
> >> XXXX function in `____________________________________
> >> ___'.
> >
> > I think this is expected on a TTY: the face of the last character is
> > extended all the way to the end of the window.  That's how Emacs was
> > designed to work in this case.
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> Date: Fri, 04 Aug 2017 10:55:00 +0200
> >> From: martin rudalics <rudalics@gmx.at>
> >> CC: huwei9527@gmail.com, 27930@debbugs.gnu.org
> >>
> >>  >> But it works the same way on a GUI frame.
> >>  >
> >>  > Not here, it doesn't.  Maybe there's some kind of misunderstanding.
> >>
> >> Indeed.  A similar problem on a GUI occurs with the following
> >> customization:
> >>
> >> (custom-set-faces
> >>   '(button ((t (:background "#D8D0C8" :box (:line-width 2 :color 
> >> "grey72")))))
> >>   '(highlight ((t (:inherit button :box (:line-width 2 :style 
> >> released-button))))))
> >
> > Yes, that's the intended behavior of :box.
> 
> According to the above, this all works as expected.  I'm therefore
> closing this as notabug.

We might be able to do something with this when the "face extension"
branch is merged.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]