view .dir-locals.el @ 18410:073fbe7e6a3a gui-release

Use native separatos in __fltk_getfile__ * liboctave/system/file-ops.cc, liboctave/system/file-ops.h (file_ops::native_separator_path): New function. * libinterp/dldfcn/__fltk_uigetfile__.cc (__fltk_uigetfile__): use file_ops::native_separator_path for returned file path.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 29 Jan 2014 19:25:13 -0500
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))))