From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31023 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: Improved (non-annoying) underlining Date: 17 May 2000 15:29:02 +0100 Organization: Citrix Systems Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167481 11704 80.91.224.250 (21 Oct 2002 02:31:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:31:21 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 152D0D0520 for ; Wed, 17 May 2000 10:29:38 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB06698; Wed, 17 May 2000 09:29:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 May 2000 09:28:59 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA28543 for ; Wed, 17 May 2000 09:28:49 -0500 (CDT) Original-Received: from gatekeeper.ctxuk.citrix.com (gatekeeper.ctxuk.citrix.com [195.153.38.114]) by mailhost.sclp.com (Postfix) with ESMTP id EA41DD0520 for ; Wed, 17 May 2000 10:29:05 -0400 (EDT) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id PAA02699 for ; Wed, 17 May 2000 15:29:05 +0100 (BST) Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id PAA13439 for ; Wed, 17 May 2000 15:29:04 +0100 (BST) Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Wed, 17 May 2000 15:29:04 +0100 (GMT Daylight Time) Original-Received: from lanber.cam.eu.citrix.com ([10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id KQW945CN; Wed, 17 May 2000 15:29:03 +0100 Original-To: The Gnus Mailing List Original-Lines: 18 In-Reply-To: Karl Kleinpaste's message of "17 May 2000 08:58:13 -0400" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31023 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31023 Karl> Karl Kleinpaste 0> In article , Karl wrote: Karl> Using "*emphasis like this*" and "*emphasis* *like* *this*" Karl> makes no difference, as displayed by any font-aware reader like Karl> Gnus. It does if you tell Gnus not to hide the emaphasising characters: (setq gnus-emphasis-alist (mapcar (lambda (x) (list (car x) (nth 2 x) (nth 2 x) (nth 3 x))) gnus-emphasis-alist)) (It would be nice if we could have them displayed in default font, and only the emphasised works emboldened - as it is, everything in the match is either emboldened or hidden).