view .dir-locals.el @ 20324:13ede127ec9a

graphics_toolkit.m: Check for minimum gnuplot version (bug #44978). * graphics_toolkit.m: Special exception checking for gnuplot version before switching toolkit. Call __gnuplot_has_feature__ with feature "minimum_version". * __gnuplot_has_feature__.m: Add new feature "minimum_version" with value >= 4.2.5.
author Rik <rik@octave.org>
date Sun, 28 Jun 2015 19:42:44 -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))))