From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4073 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: `mouse-face' under XEmacs Date: 23 Nov 1995 13:37:01 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: <199511220031.QAA15455@desiree.teleport.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144873 28441 80.91.224.250 (20 Oct 2002 20:14:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:14:33 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id GAA11989 for ; Thu, 23 Nov 1995 06:05:09 -0800 Original-Received: from surt.ifi.uio.no (4867@surt.ifi.uio.no [129.240.76.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 23 Nov 1995 13:37:03 +0100 Original-Received: (from larsi@localhost) by surt.ifi.uio.no ; Thu, 23 Nov 1995 13:37:02 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Felix Lee's message of Tue, 21 Nov 1995 16:31:39 -0800 Original-Lines: 24 In-Reply-To: Felix Lee's message of Tue, 21 Nov 1995 16:31:39 -0800 Xref: main.gmane.org gmane.emacs.gnus.general:4073 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4073 Felix Lee writes: > > On the other hand, it looks so, like, gauche. I mean, highlighting > > the entire line, with those ragged right edges... Yuck! > > if the highlighting went to the window edge, or if it didn't diddle > the background color, then it would look ok. Yes, I guess... Can one do that under XEmacs? Speaking of `mouse-face', you can now do this: (setq gnus-summary-line-format "%3(%U%R%z%I%)%(%[%4L: %-20,20n%]%) %2(%s%)\n") (setq gnus-mouse-face-2 'bold) (setq gnus-mouse-face-3 'italic) Then the Subject will magically become bold when you put the mouse cursor on that part of the text. How... useless! I love it! :-) (This won't work under XEmacs, of course.) I've also done some work on post-processing the output from `gnus-parse-simple-format' to avoid most `format's. Simple `insert's and `princ's will be used where possible. I have done no testing to see how this affect speed, but it should help. At least, it shouldn't hurt. Much. :-) -- Home is where the cat is.