view .dir-locals.el @ 17511:cd98a50bfa63

hidden.m: Fix hidden so that it also works for trimesh objects. * scripts/plot/trimesh.m: Set "Tag" property of patch object to "trimesh". * scripts/plot/hidden.m: Search for surface objects or objects with Tag "trimesh".
author Rik <rik@octave.org>
date Wed, 25 Sep 2013 16:00:09 -0700
parents 7600200a54c8
children
line wrap: on
line source

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