view .dir-locals.el @ 18740:8b90d4be063b stable

Fix extra backslash escape for gnuplot when interpreter=none (bug #36744). Don't escape '_' or '^'. Instead send 'noenhanced' property to gnuplot. * __go_draw_axes__.m: Remove no_super_sub_scripts function, and rely on __do_enhanced__ instead.
author Rik <rik@octave.org>
date Wed, 07 May 2014 20:49:25 -0700
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))