view .dir-locals.el @ 19000:1ad621d894ba

Fix set(gca, 'xtick', []) with gnuplot backend (bug #42936). * __go_draw_axes__.m: initially "unset xtick;" is issued. To avoid the ticks reappearing, all set xtick commands have to be omitted if xtick == [], otherwise gnuplot fills in the ticks even if (say) only the mirroring state is set.
author Serviscope Minor <serviscope_minor@verybigfrog.com>
date Fri, 08 Aug 2014 16:40:54 +0100
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))))