From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27950 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: what the heck happened to gnus-spec ?! Date: 08 Dec 1999 18:54:44 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t9aenl2u8r.fsf@mraz.iskon.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035164884 27258 80.91.224.250 (21 Oct 2002 01:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:48:04 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA12262 for ; Wed, 8 Dec 1999 12:55:34 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB21110; Wed, 8 Dec 1999 11:55:24 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Dec 1999 11:55:26 -0600 (CST) 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 LAA10238 for ; Wed, 8 Dec 1999 11:55:13 -0600 (CST) Original-Received: from mraz.iskon.hr (root@mraz.iskon.hr [195.29.170.8]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA12254 for ; Wed, 8 Dec 1999 12:54:48 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id SAA22427; Wed, 8 Dec 1999 18:54:44 +0100 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > --- gnus-spec.el Wed Jan 20 01:51:17 1999 > +++ /usr/local/src/pgnus/lisp/gnus-spec.el Wed Dec 8 10:14:35 1999 > @@ -291,10 +291,10 @@ > ;; SPEC-ALIST and returns a list that can be eval'ed to return the > ;; string. If the FORMAT string contains the specifiers %( and %) > ;; the text between them will have the mouse-face text property. > - ;; If the FORMAT string contains the specifiers %< and %>, the text between > + ;; If the FORMAT string contains the specifiers %[ and %], the text between > ;; them will have the balloon-help text property. > (if (string-match > - "\\`\\(.*\\)%[0-9]?[{(<]\\(.*\\)%[0-9]?[})>]\\(.*\n?\\)\\'" > + "\\`\\(.*\\)%[0-9]?[{(«]\\(.*\\)%[0-9]?[»})]\\(.*\n?\\)\\'" [...] > - (while (re-search-forward "%\\([0-9]+\\)?\\([{}()<>]\\)" nil t) > + (while (re-search-forward "%\\([0-9]+\\)?\\([«»{}()]\\)" nil t) [...] > - (= delim ?\<)) > + (= delim ?\«)) Disgusting! What is this Latin 1 shit doing there? I don't think it will work for people running non-Latin-1 fonts.