From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Diogo F. S. Ramos" Newsgroups: gmane.lisp.guile.devel Subject: [PATCH 1/2] Remove link to Emacs' regexp syntax Date: Wed, 26 Mar 2014 00:27:20 -0300 Message-ID: <1395804441-29214-1-git-send-email-dfsr@riseup.net> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1395804467 413 80.91.229.3 (26 Mar 2014 03:27:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2014 03:27:47 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 26 04:27:56 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WSeVQ-0007e7-1A for guile-devel@m.gmane.org; Wed, 26 Mar 2014 04:27:56 +0100 Original-Received: from localhost ([::1]:45372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSeVP-0000iV-KU for guile-devel@m.gmane.org; Tue, 25 Mar 2014 23:27:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSeVH-0000YJ-Kv for guile-devel@gnu.org; Tue, 25 Mar 2014 23:27:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSeVB-00066g-Lc for guile-devel@gnu.org; Tue, 25 Mar 2014 23:27:47 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:46759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSeVB-000664-Go for guile-devel@gnu.org; Tue, 25 Mar 2014 23:27:41 -0400 Original-Received: from fruiteater.riseup.net (fruiteater-pn.riseup.net [10.0.1.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 09EC94D054 for ; Tue, 25 Mar 2014 20:27:41 -0700 (PDT) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dfsr@fruiteater.riseup.net) with ESMTPSA id 38270F6C X-Mailer: git-send-email 1.9.1 X-Virus-Scanned: clamav-milter 0.98.1 at mx1 X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 198.252.153.129 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17021 Archived-At: Linking to Emacs' regexps as an example of regexp syntax gives the wrong impression that Guile supports it, which is not true. * doc/ref/api-regex.texi: Remove link to Emacs' regexp syntax --- doc/ref/api-regex.texi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/ref/api-regex.texi b/doc/ref/api-regex.texi index 082fb87..f95eddb 100644 --- a/doc/ref/api-regex.texi +++ b/doc/ref/api-regex.texi @@ -14,10 +14,7 @@ A @dfn{regular expression} (or @dfn{regexp}) is a pattern that describes a whole class of strings. A full description of regular -expressions and their syntax is beyond the scope of this manual; -an introduction can be found in the Emacs manual (@pxref{Regexps, -, Syntax of Regular Expressions, emacs, The GNU Emacs Manual}), or -in many general Unix reference books. +expressions and their syntax is beyond the scope of this manual. If your system does not include a POSIX regular expression library, and you have not linked Guile with a third-party regexp library such -- 1.9.1