From unknown Sun Sep 21 14:26:37 2025 X-Loop: don@donarmstrong.com Subject: bug#1262: a small bug in an example in doc/lispref/positions.texi Reply-To: Seweryn Kokot , 1262@debbugs.gnu.org Resent-From: Seweryn Kokot Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 27 Oct 2008 19:40:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1262 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12251358831510 (code B ref -1); Mon, 27 Oct 2008 19:40:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Oct 2008 19:31:23 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9RJVJVi001504 for ; Mon, 27 Oct 2008 12:31:20 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuXo6-0007Wg-5L for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuXo4-0007VL-Ie for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:17 -0400 Received: from [199.232.76.173] (port=51027 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuXo4-0007V8-8i for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:16 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]:12793) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuXo3-0004vw-Ok for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:16 -0400 Received: by ug-out-1314.google.com with SMTP id 36so36503uga.17 for ; Mon, 27 Oct 2008 12:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject:from :x-operating-system:date:message-id:user-agent:mime-version :content-type; bh=cvf1PxTcZr5xlD3g/bRPDKGu7oehFIj3dZImp4VnZEI=; b=rO/6W4rO/bX8vWFn3R6HQXh7+tGqwDZuan3NlE5788Aj5KNhy77ll6dR7p9hVxuoLo 35YpVlQ9ItZKuxtgRE2YjVT3iWZ1AYTwqnELWO8i4qCQrQkUd8JvqEpPgdJ4lLZaU2Np Nu+OuPAYhLf6FqeuqVmw5EJdtKj2+Elch3hBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:from:x-operating-system:date:message-id:user-agent :mime-version:content-type; b=j3o3eXm/zai9j/YYaKjWGWpvAMmQ1645bnW0J9sZenwGcQLFAenVgdTdWTwIx86oOZ TGGKOHHEIWq1DcQkRR4bmGslmTYq27iveMAq2qZ68V6FpRC0iZoXurdkCVWgRD0iZbCO Fc7xeLJbxVyHUueFivt77HVUwt6Ct0GAUgdyA= Received: by 10.86.89.1 with SMTP id m1mr3621765fgb.16.1225135871287; Mon, 27 Oct 2008 12:31:11 -0700 (PDT) Received: from localhost.localdomain (nat-warynskiego.po.opole.pl [217.173.199.132]) by mx.google.com with ESMTPS id 4sm534208fgg.4.2008.10.27.12.31.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 12:31:10 -0700 (PDT) To: bug-gnu-emacs@gnu.org From: Seweryn Kokot X-Operating-System: Debian GNU/Linux Date: Mon, 27 Oct 2008 20:34:14 +0100 Message-ID: <87r661vnm1.fsf@poczta.po.opole.pl> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: diff -ud /home/sewi/emacs_cvs/emacs/doc/lispref/positions.texi /tmp/buffer-content-3184kDC --- /home/sewi/emacs_cvs/emacs/doc/lispref/positions.texi 2008-01-08 21:45:51.000000000 +0100 +++ /tmp/buffer-content-3184kDC 2008-10-27 20:18:48.000000000 +0100 @@ -793,7 +793,7 @@ @group (skip-chars-forward "a-zA-Z ") - @result{} nil + @result{} 18 ---------- Buffer: foo ---------- I read "The cat in the hat@point{} Diff finished. Mon Oct 27 20:18:48 2008 -- regards, Seweryn From unknown Sun Sep 21 14:26:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Seweryn Kokot Subject: bug#1262 closed by Chong Yidong (Re: a small bug in an example in doc/lispref/positions.texi) Message-ID: References: <87bpx5vi87.fsf@cyd.mit.edu> <87r661vnm1.fsf@poczta.po.opole.pl> X-Emacs-PR-Message: they-closed 1262 X-Emacs-PR-Package: emacs Reply-To: 1262@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1225143303-31456-1" This is a multi-part message in MIME format... ------------=_1225143303-31456-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1262: a small bug in an example in doc/lispref/positions.texi It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 1262: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1262 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1225143303-31456-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cyd@stupidchicken.com Mon Oct 27 14:30:31 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1262-done) by emacsbugs.donarmstrong.com; 27 Oct 2008 21:30:31 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9RLUSx3031392 for <1262-done@emacsbugs.donarmstrong.com>; Mon, 27 Oct 2008 14:30:29 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 0431957E0B4; Mon, 27 Oct 2008 17:30:32 -0400 (EDT) From: Chong Yidong To: Seweryn Kokot Cc: 1262-done@debbugs.gnu.org Subject: Re: a small bug in an example in doc/lispref/positions.texi Date: Mon, 27 Oct 2008 17:30:32 -0400 Message-ID: <87bpx5vi87.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks, I've checked in your fix. ------------=_1225143303-31456-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From sewkokot@gmail.com Mon Oct 27 12:31:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Oct 2008 19:31:23 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9RJVJVi001504 for ; Mon, 27 Oct 2008 12:31:20 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuXo6-0007Wg-5L for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuXo4-0007VL-Ie for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:17 -0400 Received: from [199.232.76.173] (port=51027 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuXo4-0007V8-8i for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:16 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]:12793) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuXo3-0004vw-Ok for bug-gnu-emacs@gnu.org; Mon, 27 Oct 2008 15:31:16 -0400 Received: by ug-out-1314.google.com with SMTP id 36so36503uga.17 for ; Mon, 27 Oct 2008 12:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject:from :x-operating-system:date:message-id:user-agent:mime-version :content-type; bh=cvf1PxTcZr5xlD3g/bRPDKGu7oehFIj3dZImp4VnZEI=; b=rO/6W4rO/bX8vWFn3R6HQXh7+tGqwDZuan3NlE5788Aj5KNhy77ll6dR7p9hVxuoLo 35YpVlQ9ItZKuxtgRE2YjVT3iWZ1AYTwqnELWO8i4qCQrQkUd8JvqEpPgdJ4lLZaU2Np Nu+OuPAYhLf6FqeuqVmw5EJdtKj2+Elch3hBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:from:x-operating-system:date:message-id:user-agent :mime-version:content-type; b=j3o3eXm/zai9j/YYaKjWGWpvAMmQ1645bnW0J9sZenwGcQLFAenVgdTdWTwIx86oOZ TGGKOHHEIWq1DcQkRR4bmGslmTYq27iveMAq2qZ68V6FpRC0iZoXurdkCVWgRD0iZbCO Fc7xeLJbxVyHUueFivt77HVUwt6Ct0GAUgdyA= Received: by 10.86.89.1 with SMTP id m1mr3621765fgb.16.1225135871287; Mon, 27 Oct 2008 12:31:11 -0700 (PDT) Received: from localhost.localdomain (nat-warynskiego.po.opole.pl [217.173.199.132]) by mx.google.com with ESMTPS id 4sm534208fgg.4.2008.10.27.12.31.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 12:31:10 -0700 (PDT) To: bug-gnu-emacs@gnu.org Subject: a small bug in an example in doc/lispref/positions.texi From: Seweryn Kokot X-Operating-System: Debian GNU/Linux Date: Mon, 27 Oct 2008 20:34:14 +0100 Message-ID: <87r661vnm1.fsf@poczta.po.opole.pl> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: diff -ud /home/sewi/emacs_cvs/emacs/doc/lispref/positions.texi /tmp/buffer-content-3184kDC --- /home/sewi/emacs_cvs/emacs/doc/lispref/positions.texi 2008-01-08 21:45:51.000000000 +0100 +++ /tmp/buffer-content-3184kDC 2008-10-27 20:18:48.000000000 +0100 @@ -793,7 +793,7 @@ @group (skip-chars-forward "a-zA-Z ") - @result{} nil + @result{} 18 ---------- Buffer: foo ---------- I read "The cat in the hat@point{} Diff finished. Mon Oct 27 20:18:48 2008 -- regards, Seweryn ------------=_1225143303-31456-1--