unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; broken mouse-face highlighting in Gnus
@ 2008-02-11 15:47 Stephen Berman
  2008-02-16 23:56 ` 23.0.60; Deja vu font breaks " Stephen Berman
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Berman @ 2008-02-11 15:47 UTC (permalink / raw)
  To: emacs-devel

1. emacs -Q
2. Eval this:
   (setq gnus-summary-line-format "%U%R%z%((%4L) %-20,20f \x2502 %*%B%s%)\n"
	  gnus-sum-thread-tree-root "\x25b6 "
	  gnus-sum-thread-tree-false-root "\x25b7 "
	  gnus-sum-thread-tree-vertical "\x2502 "
	  gnus-sum-thread-tree-leaf-with-other "\x251c\x2500\x25b8 ..."
	  gnus-sum-thread-tree-single-leaf "\x2570\x2500\x25b8 ...")
3. M-x gnus, browse a group that has threaded messages and see the fancy
threading display produced by the above settings in the Summary buffer.
4. Select a subject header in the Summary buffer, such that the subject
contains one of the fancy threading characters, or one of the strings
"Re: ", "RE: ", "23.", "2.", and place the cursor on one of these
characters (on the first character in the strings "Re: ", "RE: ", "23.",
"2.").
5. Move the mouse over the subject header and observe the highlighting
everywhere except the character after the cursor (in the case of
"\x251c\x2500\x25b8 ..." and "\x2570\x2500\x25b8 ...", if the cursor is
over "\x2500", the both the immediately preceding and immediately
following characters are not highlighted).

Repeat the above in Emacs 23.0.50 but with the following settings in
step 2 (since the above are invalid characters in pre-unicode-2 Emacs):
   (setq gnus-summary-line-format "%U%R%z%((%4L) %-20,20f \x49022 %*%B%s%)\n"
	    gnus-sum-thread-tree-root "\x490f6 "
	    gnus-sum-thread-tree-false-root "\x490f7 "
	    gnus-sum-thread-tree-leaf-with-other "\x4903c\x49020\x490fa ..."
	    gnus-sum-thread-tree-vertical "\x49022"
	    gnus-sum-thread-tree-single-leaf "\x490b0\x49020\x490fa ...")
Now at step 5 the entire subject shows mouse-face highlighting as it
should, i.e. no gaps.

Steve Berman





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

end of thread, other threads:[~2008-02-18  1:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-11 15:47 23.0.60; broken mouse-face highlighting in Gnus Stephen Berman
2008-02-16 23:56 ` 23.0.60; Deja vu font breaks " Stephen Berman
2008-02-17  0:40   ` Johan Bockgård
2008-02-17 13:07     ` Stephen Berman
2008-02-17 20:25       ` Johan Bockgård
2008-02-17 20:47         ` Bad drawing of xft fonts overlapping box cursor Johan Bockgård
2008-02-18  0:36           ` Stephen Berman
2008-02-18  0:58             ` Jason Rumney
2008-02-18  0:36         ` 23.0.60; Deja vu font breaks mouse-face highlighting in Gnus Stephen Berman
2008-02-18  1:12           ` Johan Bockgård

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