From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 22 08:32:08 2013 Received: (at submit) by debbugs.gnu.org; 22 Feb 2013 13:32:08 +0000 Received: from localhost ([127.0.0.1]:43927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8sjN-0004p0-Er for submit@debbugs.gnu.org; Fri, 22 Feb 2013 08:32:06 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60551) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8sjI-0004oY-5Y for submit@debbugs.gnu.org; Fri, 22 Feb 2013 08:32:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8shm-0004fc-Ap for submit@debbugs.gnu.org; Fri, 22 Feb 2013 08:30:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:53963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8shm-0004fY-6x for submit@debbugs.gnu.org; Fri, 22 Feb 2013 08:30:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8shf-0007gh-7r for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 08:30:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8shc-0004dH-JI for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 08:30:19 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:33045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8shc-0004d1-BW for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 08:30:16 -0500 Received: by mail-pb0-f53.google.com with SMTP id un1so409100pbc.12 for ; Fri, 22 Feb 2013 05:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=ReXy4TLMzSsnn4wE5yJwDorGqDEh2AZd0EQ9DXt+ca0=; b=rW9wSUEPPIF+1M+V/ShGfB1cyUcYrQzz5BEJAlT6awdiUNodv3erJ0a0Fz+xe+ZCI5 N8SaMV5KTxlBZ4VYRBWBcvQbjrLJjqLv3Lwuclx9LDG3Rd6e+iOM1oQ6xTFkTAGHAh0m COD4SyYYI4QkbHSQXkyltVeRoexi5ATHwirAGHJxPiqwSj+k3+m76zAV+yXD1qj5uGsR P9R054l/FVuPgcqCy/ij4XIzYTL3HV3wJYb7h6GXiCm7Xu7d84k5ljU8YNKSyyNz44oB XxBqF92XaLjpirB6SO/xhpecJ93UztAIVFVMitwjsuS6gU39n5B0paUJVjRljmqBVJiP ZtyQ== X-Received: by 10.66.144.105 with SMTP id sl9mr3972381pab.154.1361539815257; Fri, 22 Feb 2013 05:30:15 -0800 (PST) Received: from Emacs ([123.114.133.176]) by mx.google.com with ESMTPS id hp7sm2548909pbc.8.2013.02.22.05.30.11 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 05:30:14 -0800 (PST) Date: Fri, 22 Feb 2013 21:30:02 +0800 From: Xue Fuqiao To: bug-gnu-emacs@gnu.org Subject: [patch] Trivial doc fix for regexp in elisp manual Message-Id: <20130222213002.3c5131e1f63a5a1847a524e8@gmail.com> Organization: The Church of Emacs X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) There is a minor bug in searching.texi (some constructs like "\(?:" are not two-character sequences), so I made the following patch: *** trunk/doc/lispref/ChangeLog.orig 2013-02-17 22:42:17.309803000 +0800 --- trunk/doc/lispref/ChangeLog 2013-02-22 21:21:05.601320008 +0800 *************** *** 1,3 **** --- 1,8 ---- + 2013-02-22 Xue Fuqiao + + * searching.texi (Regexp Backslash): Doc fix for backslash + constructs in regular expressions. + 2013-02-15 Glenn Morris * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode. *** trunk/doc/lispref/searching.texi 2013-02-03 09:46:50.383143000 +0800 --- trunk/doc/lispref/searching.texi.new 2013-02-22 21:17:57.144385485 +0800 *************** through @samp{f} and @samp{A} through @s *** 589,598 **** For the most part, @samp{\} followed by any character matches only that character. However, there are several exceptions: certain ! two-character sequences starting with @samp{\} that have special ! meanings. (The character after the @samp{\} in such a sequence is ! always ordinary when used on its own.) Here is a table of the special ! @samp{\} constructs. @table @samp @item \| --- 589,598 ---- For the most part, @samp{\} followed by any character matches only that character. However, there are several exceptions: certain ! sequences starting with @samp{\} that have special meanings. (The ! character after the @samp{\} in such a sequence is always ordinary ! when used on its own.) Here is a table of the special @samp{\} ! constructs. @table @samp @item \| -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 20 23:34:54 2013 Received: (at 13785-done) by debbugs.gnu.org; 21 Apr 2013 03:34:54 +0000 Received: from localhost ([127.0.0.1]:34345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UTl3F-0007Bs-Tl for submit@debbugs.gnu.org; Sat, 20 Apr 2013 23:34:54 -0400 Received: from mail-ia0-f179.google.com ([209.85.210.179]:40118) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UTl3B-0007Be-Ou for 13785-done@debbugs.gnu.org; Sat, 20 Apr 2013 23:34:50 -0400 Received: by mail-ia0-f179.google.com with SMTP id p22so561450iad.38 for <13785-done@debbugs.gnu.org>; Sat, 20 Apr 2013 20:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=YLLcGoz9xmPYu1pWcAy4LKcRJH712ZA+hmAHr7Ppt7U=; b=c6FpFqFMeqlIeExu9eFLEpvCbvqmtA3uC2dOQF3ZIkEPZXtB6s6mr/850+HGOQ+NDU a360tBfA2jcBukXjSPy1A0FrehHENDiDxy8Mp6+JKMS+Oh3OaibwUNoBY8ruIdHrJ1nz TC7g9z3GKBQOgqqdTtuZ2zZvh6HEUfgcYln9Q3ud6uNIoexOzw3Yu0eDe9wN05MGDjSK PAfXMsMNhfMXf3lYsrCm0G57eSihsIFviUUsRbdbUyZ20FY8ffDiSCtsdahPw5JdeGon FhcbCWRLA5tUpz3ULqXtPt+yG3PzLEn+zLGhFdgJedyrm4TQi0h32RXtX1tzqf+Dargj qMMw== MIME-Version: 1.0 X-Received: by 10.50.51.226 with SMTP id n2mr5265191igo.25.1366515006009; Sat, 20 Apr 2013 20:30:06 -0700 (PDT) Received: by 10.43.18.10 with HTTP; Sat, 20 Apr 2013 20:30:05 -0700 (PDT) Date: Sun, 21 Apr 2013 11:30:05 +0800 Message-ID: Subject: Re: [patch] Trivial doc fix for regexp in elisp manual From: xfq To: 13785-done@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 13785-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Fixed. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/ From unknown Mon Jun 23 04:14:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 19 May 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator