GNU bug report logs - #24057
25.1.50; ffap interprets comments beginning with "//" as file path

Previous Next

Package: emacs;

Reported by: Kaushal Modi <kaushal.modi <at> gmail.com>

Date: Fri, 22 Jul 2016 23:01:01 UTC

Severity: minor

Tags: fixed, patch

Merged with 7229, 8990

Found in versions 23.1, 23.3, 25.1.50

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


Message #78 received at 24057 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Kaushal Modi <kaushal.modi <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 24057 <at> debbugs.gnu.org
Subject: Re: bug#24057: 25.1.50;
 ffap interprets comments beginning with "//" as file path
Date: Thu, 16 Mar 2017 22:13:06 -0400
npostavs <at> users.sourceforge.net writes:

>
>> +           ;; Check if END character is part of a comment.
>> +           (save-excursion
>> +             (goto-char end)
>> +             (nth 4 (syntax-ppss))))
>
> This could be just (nth 4 (syntax-ppss end)).

Sorry, that should be (save-excursion (nth 4 (syntax-ppss end)))




This bug report was last modified 8 years and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.