From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20249 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Pre-Processed maiil splitting under Gnus? Date: 12 Jan 1999 18:21:32 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199901112208.RAA04940@magrathea.cosmic.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158574 16758 80.91.224.250 (21 Oct 2002 00:02:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:02:54 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA04386 for ; Tue, 12 Jan 1999 12:53:47 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB25805; Tue, 12 Jan 1999 11:53:22 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Jan 1999 11:53:28 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA16538 for ; Tue, 12 Jan 1999 11:53:18 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp005.uio.no [129.240.240.6]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA04359 for ; Tue, 12 Jan 1999 12:53:09 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id SAA13605; Tue, 12 Jan 1999 18:52:51 +0100 Mail-Copies-To: never X-Now-Reading: Katherine V. Forrest's _Liberty Square_ X-Now-Playing: Lamb's _Lamb_: "God Bless" Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "12 Jan 1999 17:38:21 +0100" User-Agent: Gnus/5.07007 (Pterodactyl Gnus v0.70) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > 1) As demonstrated by Tom Lord, GNU regex (which both Emacsen use) is > still not POSIX. > > 2) Why are there, at least in XEmacs, two sets of functions, posix- > regexp functions, and "normal" regexp functions? Also, the > internal code has various posix-p flags that apparently specify > whether POSIX behaviour is desired. I though the reason for > duplicate functionality was to gain speed in the non-POSIX (the > more usual) case. My understanding of this is that certain Posixly things were incorporated -- in specific, a more complex backtracking thing. Backtracking can be very slow, so the non-Posix functions use a simpler version. So the naming is misleading -- it should probably be excessive-backtracking-p instead of posix-p, but the latter rolls more easily off the tongue, perhaps. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen