From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25053 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: highlighting and fontification Date: 09 Sep 1999 18:34:25 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <37D7F38C.6417009@orgtek.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162511 12082 80.91.224.250 (21 Oct 2002 01:08:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:08:31 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA25625 for ; Thu, 9 Sep 1999 18:36:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAB29464; Thu, 9 Sep 1999 17:36:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 09 Sep 1999 17:37:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA10788 for ; Thu, 9 Sep 1999 17:36:59 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA25600 for ; Thu, 9 Sep 1999 18:34:55 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id SAA22103; Thu, 9 Sep 1999 18:34:25 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Daniel Monjar's message of "Thu, 09 Sep 1999 17:51:08 +0000" Original-Lines: 16 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25053 No, actually _this_ is underlined. :-) There are 3 emphasizations, underline, bold, and italic. Think of them in those terms, "u b i", in that order. They only work in combinations when expressed in that order. _underline_ *bold* /italic/ _/underline italic/_ _*underline bold*_ */bold italic/* _*/underline bold italic/*_ There are some weirdnesses involved in whether the regexps to notice these emphasizations cope with end-of-sentence and so forth. The "safe" rule is to put `.?!' outside the emphasized text. In the manual: `C-h i' -> Gnus -> The Summary Buffer -> Article Treatment -> Article Fontisizing