From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#24739: 25.1; conf-mode can't handle non escaped single quotes Date: Sat, 27 Jul 2019 15:43:15 +0200 Message-ID: <87lfwjh9u4.fsf@mouse.gnus.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="60443"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 24739@debbugs.gnu.org To: Diego Berrocal Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 27 15:44:08 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hrMzX-000Fcc-SV for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Jul 2019 15:44:07 +0200 Original-Received: from localhost ([::1]:45846 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrMzW-0007Pt-7T for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Jul 2019 09:44:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37474) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrMzT-0007Ph-7z for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2019 09:44:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrMzS-0000lZ-0Q for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2019 09:44:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hrMzR-0000l6-TY for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2019 09:44:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hrMzR-0005H1-Pl for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2019 09:44:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Jul 2019 13:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24739 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 24739-submit@debbugs.gnu.org id=B24739.156423500220207 (code B ref 24739); Sat, 27 Jul 2019 13:44:01 +0000 Original-Received: (at 24739) by debbugs.gnu.org; 27 Jul 2019 13:43:22 +0000 Original-Received: from localhost ([127.0.0.1]:43915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrMyo-0005Fq-6K for submit@debbugs.gnu.org; Sat, 27 Jul 2019 09:43:22 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:38936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrMyl-0005Fd-MY for 24739@debbugs.gnu.org; Sat, 27 Jul 2019 09:43:21 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hrMyi-0001B3-FR; Sat, 27 Jul 2019 15:43:18 +0200 In-Reply-To: (Diego Berrocal's message of "Wed, 19 Oct 2016 16:37:36 +0000") 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: 209.51.188.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:163866 Archived-At: Diego Berrocal writes: > when in conf-mode, if one property has a value that has a single > non escaped quote, then it will keep searching for the matching quote > until the end of the file, which makes next properties not able to be > font-locked > > Reproduction text: > > Switch to scratch buffer > > M-x conf-mode > > firstProperty=Hi I'm Diego > secondProperty=I have a stringquote style. (I'm going through older Emacs bug reports that have received no response.) I can confirm that this bug is still present in Emacs 27 -- everything after the quote is in font-lock-string-face. The confusing thing is that I can't even determine what's doing the font-locking of that thing here. This is the definition: (defvar conf-font-lock-keywords '(;; [section] (do this first because it may look like a parameter) ("^[ \t]*\\[\\(.+\\)\\]" 1 'font-lock-type-face) ;; var=val or var[index]=val ("^[ \t]*\\(.+?\\)\\(?:\\[\\(.*?\\)\\]\\)?[ \t]*=" (1 'font-lock-variable-name-face) (2 'font-lock-constant-face nil t)) ;; section { ... } (do this last because some assign ...{...) ("^[ \t]*\\([^=:\n]+?\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend)) "Keywords to highlight in Conf mode.") No font-lock-string-face in sight, and there's no mention of it in the file. So is this some general font-lock thing that's configured somewhere else? Anybody know how this stuff works? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no