From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27741 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: scoring Date: 05 Dec 1999 22:53:51 +0100 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 1035164712 26126 80.91.224.250 (21 Oct 2002 01:45:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:12 +0000 (UTC) Cc: ding@gnus.org 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 QAA27597 for ; Sun, 5 Dec 1999 16:56:07 -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 PAB14416; Sun, 5 Dec 1999 15:54:50 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Dec 1999 15:55:04 -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 PAA27127 for ; Sun, 5 Dec 1999 15:54:54 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA27580 for ; Sun, 5 Dec 1999 16:54:29 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id WAA12438; Sun, 5 Dec 1999 22:53:53 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id WAA07769; Sun, 5 Dec 1999 22:53:52 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-6) id WAA10677; Sun, 5 Dec 1999 22:53:51 +0100 Original-To: Brian May In-Reply-To: Brian May's message of "02 Dec 1999 12:41:06 +1100" Original-Lines: 16 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4.93 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27741 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27741 Brian May writes: > In fact, I never have got any control characters to work within [ .. ] > yet (except for ^). As this example is documented, I felt it should > work (and isn't just me doing something wrong). Well, the Lisp reader turns \n into a real newline character, and the regex engine groks real newline characters. Customize, however, does not turn \n into a real newline character, so you have to use C-q C-j there. Maybe that was it? Excuse me if this was a stupid idea. kai -- A preposition is not a good thing to end a sentence with.