From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: parse-partial-sexp confused by temp? Date: Thu, 30 Apr 2015 09:57:41 +0200 Message-ID: <5541E075.3070902@easy-emacs.de> References: <554090E2.9020208@easy-emacs.de> <5540FB2C.2070505@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1430380694 16504 80.91.229.3 (30 Apr 2015 07:58:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2015 07:58:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 09:57:59 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YnjM7-0007Bd-4t for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 09:57:59 +0200 Original-Received: from localhost ([::1]:42494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnjM6-00017Z-C1 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 03:57:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnjLw-00015X-6v for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 03:57:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnjLr-0004Wm-Hb for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 03:57:48 -0400 Original-Received: from mout.kundenserver.de ([212.227.17.24]:53364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnjLr-0004WX-8y for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 03:57:43 -0400 Original-Received: from [192.168.178.31] ([77.6.188.92]) by mrelayeu.kundenserver.de (mreue104) with ESMTPSA (Nemesis) id 0Mddka-1YdnAo1Ho4-00PN3R for ; Thu, 30 Apr 2015 09:57:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: X-Provags-ID: V03:K0:4Yvhx01/2xead/v+vHcaXF4tIcg7e20Jz/iFEY0pc/XRw4COmkW JfmmeaNKi8nGCYIPvZT9cQqgQaQADeTbNi2sJL7zOL3RDFhcq7VvRBksqpe0N2hbvMD1spd /zS4xLHZHlcLtk26yU1Geq2p2LNL1wnHAiRNvVRlUanrvb/LwcaXp6TzYTiZmG2H3oKVGp9 1jnQQ1n6unGFzOk40Utuw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.24 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104090 Archived-At: Am 30.04.2015 um 00:25 schrieb Stefan Monnier: >> However, this would not explain the wrong result saying inside a string. > The syntax-propertize part could. > >> Came across an error in other context, where it turned out syntax-ppss >> did read only from beginning of line, > Hard to believe. Have you reported it as a bug? > > Not yet. Will investigate it next time. Will have a closer look at this (syntax.el): (if (and old-pos (> old-pos pos)) (setq old-pos nil)) ;; Use the OLD-POS if usable and close. Don't update the `last' cache.