From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#22983: [ Patch ] Re: bug#22983: syntax-ppss returns wrong result. Date: Sun, 1 Oct 2017 16:36:13 +0000 Message-ID: <20171001163613.GB3461@ACM> References: <20170911201204.GC3605@ACM> <20170917102956.GA4519@ACM> <20170918190847.GB4536@ACM> <20170919204753.GD19168@ACM> <8819156d-b58f-f87f-14b1-5e347202c752@yandex.ru> <20170924112637.GA5725@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1506876373 27819 195.159.176.226 (1 Oct 2017 16:46:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2017 16:46:13 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) Cc: John Wiegley , Philipp Stephani , 22983@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 18:46:09 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyhNY-0006fN-He for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 18:46:08 +0200 Original-Received: from localhost ([::1]:49175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyhNe-0000l7-E8 for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 12:46:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyhNW-0000k2-Tf for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:46:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyhNS-0002nS-RC for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:46:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:34289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dyhNS-0002mw-NK for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dyhNS-0008HK-EX for bug-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 Oct 2017 16:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22983 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 22983-submit@debbugs.gnu.org id=B22983.150687630431752 (code B ref 22983); Sun, 01 Oct 2017 16:46:02 +0000 Original-Received: (at 22983) by debbugs.gnu.org; 1 Oct 2017 16:45:04 +0000 Original-Received: from localhost ([127.0.0.1]:42970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyhMV-0008G2-No for submit@debbugs.gnu.org; Sun, 01 Oct 2017 12:45:04 -0400 Original-Received: from ocolin.muc.de ([193.149.48.4]:54898 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1dyhMT-0008FU-Kx for 22983@debbugs.gnu.org; Sun, 01 Oct 2017 12:45:02 -0400 Original-Received: (qmail 44663 invoked by uid 3782); 1 Oct 2017 16:44:56 -0000 Original-Received: from acm.muc.de (p548C6954.dip0.t-ipconnect.de [84.140.105.84]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 01 Oct 2017 18:44:55 +0200 Original-Received: (qmail 29500 invoked by uid 1000); 1 Oct 2017 16:36:13 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:137748 Archived-At: Hello, Dmitry. On Tue, Sep 26, 2017 at 02:53:52 +0300, Dmitry Gutov wrote: > Hi Alan, > On 9/24/17 2:26 PM, Alan Mackenzie wrote: > > Could I ask you to do it, please? I'm somewhat exhausted from debating > > another basic Emacs change. > Pushed to emacs-26, thanks. > > Ah yes, the documentation. I checked the doc in the elisp manual, and > > twice the phrase "from the beginning of the buffer" was used. I've > > clarified that with "from the beginning of the visible portion of the > > buffer". I've also amended "a cache" to "caches", though this doesn't > > seem too important. What do you think: > LGTM. I think you can push it and finally close this bug. ;-) Thanks. I've just done both of these things. Phew! -- Alan Mackenzie (Nuremberg, Germany).