From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24779 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Underlines -- WIBNI Date: 24 Aug 1999 08:40:30 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <7t1so59xvpt.fsf@fly.srk.fer.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162287 10615 80.91.224.250 (21 Oct 2002 01:04:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:04:47 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA28089 for ; Tue, 24 Aug 1999 08:41:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id HAB04845; Tue, 24 Aug 1999 07:41:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 24 Aug 1999 07:41:59 -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 HAA27931 for ; Tue, 24 Aug 1999 07:41:48 -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 IAA28070 for ; Tue, 24 Aug 1999 08:41:01 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id IAA03320; Tue, 24 Aug 1999 08:40:30 -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: Toni Drabik's message of "24 Aug 1999 13:29:50 +0200" Original-Lines: 35 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:24779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24779 There appear to be inconsistent conditions (regexps need work?) in which emphasis is carried out. For example, the following are all underlined: _like this_. _like this._ _like this_. _like this._ Note especially the placement of `_' and `.'. By comparison, sentences ending in `?' and `!' are not similarly graced: _like this_? _like this?_ _like this_? _like this?_ Of these, only the 1st and 3rd should underline, because `?' isn't part of the acceptable punctuation. Neither is `,' which is why the following is not underlined: _You mean, you actually see this sentence as underlined_? But remove the `,' and it's fine: _You mean you actually see this sentence as underlined_? --karl