view .dir-locals.el @ 26899:236d8f52cbb3

identify "x .foo@bar" or "x @foo" as command syntax (bug #55891) * lex.ll ({FQIDENT}{S}*@{S}*{FQIDENT}): If we are at the beginning of a statement and there is a space before the first "." or "@" character, parse as a normal identifier, which will lead to parsing as a command. Also set m_beginning_of_statement to false if a superclass identifier is found. * debug.cc: Use command syntax for dbstop commands with @ftp/dir and @audioplayer/set again as it provides a test for this form of command syntax.
author John W. Eaton <jwe@octave.org>
date Wed, 13 Mar 2019 18:54:11 +0000
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))