From unknown Sat Aug 09 01:11:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#24165: [PATCH] Fix typo about pattern variables Resent-From: sirgazil Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sat, 06 Aug 2016 00:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 24165 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 24165@debbugs.gnu.org Cc: sirgazil X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14704444371573 (code B ref -1); Sat, 06 Aug 2016 00:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Aug 2016 00:47:17 +0000 Received: from localhost ([127.0.0.1]:56997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bVpll-0000PI-It for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bVplj-0000P6-EE for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVpld-0006MX-Ea for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVpld-0006MT-C8 for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVplb-0002Ld-8d for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVplW-0006M2-T8 for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:06 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:44082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVplW-0006Lm-Jv for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:02 -0400 Received: by mail2.openmailbox.org (Postfix, from userid 1001) id 5B0331179E2; Sat, 6 Aug 2016 02:47:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470444420; bh=JqImgRk5bYXtDgnKgDQH6xkVDS/BlAA8jWrWuDFqY0c=; h=From:To:Cc:Subject:Date:From; b=PF/tEfHPqXIFcdWKaZ5mScDZ2nGzx+kkp0r2aCIECsNnsp23WiRo5V4vKSPAbOhsU EgHqKx8kpixFuFYwTh0JjBje0j4c3NwfWZZXydbpLiIYGK+cichJSXlA/fXTfos3bW 299Nz4Wf7U5PbxSqfE4Zbyjk7yb4lw7OvfPuM8IM= From: sirgazil DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470444420; bh=JqImgRk5bYXtDgnKgDQH6xkVDS/BlAA8jWrWuDFqY0c=; h=From:To:Cc:Subject:Date:From; b=PF/tEfHPqXIFcdWKaZ5mScDZ2nGzx+kkp0r2aCIECsNnsp23WiRo5V4vKSPAbOhsU EgHqKx8kpixFuFYwTh0JjBje0j4c3NwfWZZXydbpLiIYGK+cichJSXlA/fXTfos3bW 299Nz4Wf7U5PbxSqfE4Zbyjk7yb4lw7OvfPuM8IM= Date: Fri, 5 Aug 2016 19:52:44 -0500 Message-Id: <1470444764-6873-1-git-send-email-felipe.lopez@openmailbox.org> X-Mailer: git-send-email 2.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * doc/ref/sxml-match.texi (Matching XML Elements): Fix typo. --- doc/ref/sxml-match.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/sxml-match.texi b/doc/ref/sxml-match.texi index d2795a5..3adf347 100644 --- a/doc/ref/sxml-match.texi +++ b/doc/ref/sxml-match.texi @@ -147,7 +147,7 @@ expressions which are evaluated if the pattern is successfully match. The example above matches an element @code{e} with an attribute @code{i} and three children. -Pattern variables are must be ``unquoted'' in the pattern. The above expression +Pattern variables must be ``unquoted'' in the pattern. The above expression binds @var{d} to @code{1}, @var{a} to @code{3}, @var{b} to @code{4}, and @var{c} to @code{5}. -- 2.1.4 From unknown Sat Aug 09 01:11:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: sirgazil Subject: bug#24165: closed (Re: bug#24165: [PATCH] Fix typo about pattern variables) Message-ID: References: <878tw8sxxd.fsf@pobox.com> <1470444764-6873-1-git-send-email-felipe.lopez@openmailbox.org> X-Gnu-PR-Message: they-closed 24165 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 24165@debbugs.gnu.org Date: Sun, 07 Aug 2016 09:59:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1470563941-23694-1" This is a multi-part message in MIME format... ------------=_1470563941-23694-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #24165: [PATCH] Fix typo about pattern variables which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 24165@debbugs.gnu.org. --=20 24165: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D24165 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1470563941-23694-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 24165-done) by debbugs.gnu.org; 7 Aug 2016 09:58:32 +0000 Received: from localhost ([127.0.0.1]:58352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWKql-00069U-T6 for submit@debbugs.gnu.org; Sun, 07 Aug 2016 05:58:32 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:52015 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWKqk-00069N-1T for 24165-done@debbugs.gnu.org; Sun, 07 Aug 2016 05:58:30 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id B232129C27; Sun, 7 Aug 2016 05:58:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=j3kcLUB/KJqWWuPoLhmf/rP2YJg=; b=BKhgB0 kNjuSjgC+ZCjuQDdb6wZY/Jn+ad0+BOCWN59gSHKGpBb2VWfAZgXFdmY6K4E4TBr q/QmTr1wysDdl/PxP6cBYLP6I1jgtSczMBiAg7RwfksakaiTQZg649CEWrGVmj5r s0wXKTr049FIhOvgcmJ0qZ7479u5Wl5OwkNdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=MrY/f7Z2qr72CLMF4lDYM2oZd9DlyXV5 F7oO1A9jirGSgTZ6YBKPYnKY9A9UJrNfdzSTI1+DolbglFuK4QnjAr7kSO4vE4Po UU8oq/MSd3EdPNFVUWyRPazOD/helE1sYEd90hoBwzbNqTvqt7C7HlXuqqiXvpVt tYvjKS1FV1s= Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id AA5D029C26; Sun, 7 Aug 2016 05:58:29 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 1261329C25; Sun, 7 Aug 2016 05:58:28 -0400 (EDT) From: Andy Wingo To: sirgazil Subject: Re: bug#24165: [PATCH] Fix typo about pattern variables References: <1470444764-6873-1-git-send-email-felipe.lopez@openmailbox.org> Date: Sun, 07 Aug 2016 11:58:22 +0200 In-Reply-To: <1470444764-6873-1-git-send-email-felipe.lopez@openmailbox.org> (sirgazil's message of "Fri, 5 Aug 2016 19:52:44 -0500") Message-ID: <878tw8sxxd.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 7DC70686-5C85-11E6-B284-C1836462E9F6-02397024!pb-sasl1.pobox.com X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 24165-done Cc: 24165-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) On Sat 06 Aug 2016 02:52, sirgazil writes: > * doc/ref/sxml-match.texi (Matching XML Elements): Fix typo. Applied, thanks! Andy ------------=_1470563941-23694-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Aug 2016 00:47:17 +0000 Received: from localhost ([127.0.0.1]:56997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bVpll-0000PI-It for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bVplj-0000P6-EE for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVpld-0006MX-Ea for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVpld-0006MT-C8 for submit@debbugs.gnu.org; Fri, 05 Aug 2016 20:47:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVplb-0002Ld-8d for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVplW-0006M2-T8 for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:06 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:44082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVplW-0006Lm-Jv for bug-guile@gnu.org; Fri, 05 Aug 2016 20:47:02 -0400 Received: by mail2.openmailbox.org (Postfix, from userid 1001) id 5B0331179E2; Sat, 6 Aug 2016 02:47:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470444420; bh=JqImgRk5bYXtDgnKgDQH6xkVDS/BlAA8jWrWuDFqY0c=; h=From:To:Cc:Subject:Date:From; b=PF/tEfHPqXIFcdWKaZ5mScDZ2nGzx+kkp0r2aCIECsNnsp23WiRo5V4vKSPAbOhsU EgHqKx8kpixFuFYwTh0JjBje0j4c3NwfWZZXydbpLiIYGK+cichJSXlA/fXTfos3bW 299Nz4Wf7U5PbxSqfE4Zbyjk7yb4lw7OvfPuM8IM= From: sirgazil DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1470444420; bh=JqImgRk5bYXtDgnKgDQH6xkVDS/BlAA8jWrWuDFqY0c=; h=From:To:Cc:Subject:Date:From; b=PF/tEfHPqXIFcdWKaZ5mScDZ2nGzx+kkp0r2aCIECsNnsp23WiRo5V4vKSPAbOhsU EgHqKx8kpixFuFYwTh0JjBje0j4c3NwfWZZXydbpLiIYGK+cichJSXlA/fXTfos3bW 299Nz4Wf7U5PbxSqfE4Zbyjk7yb4lw7OvfPuM8IM= To: bug-guile@gnu.org Subject: [PATCH] Fix typo about pattern variables Date: Fri, 5 Aug 2016 19:52:44 -0500 Message-Id: <1470444764-6873-1-git-send-email-felipe.lopez@openmailbox.org> X-Mailer: git-send-email 2.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: sirgazil X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * doc/ref/sxml-match.texi (Matching XML Elements): Fix typo. --- doc/ref/sxml-match.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/sxml-match.texi b/doc/ref/sxml-match.texi index d2795a5..3adf347 100644 --- a/doc/ref/sxml-match.texi +++ b/doc/ref/sxml-match.texi @@ -147,7 +147,7 @@ expressions which are evaluated if the pattern is successfully match. The example above matches an element @code{e} with an attribute @code{i} and three children. -Pattern variables are must be ``unquoted'' in the pattern. The above expression +Pattern variables must be ``unquoted'' in the pattern. The above expression binds @var{d} to @code{1}, @var{a} to @code{3}, @var{b} to @code{4}, and @var{c} to @code{5}. -- 2.1.4 ------------=_1470563941-23694-1--