view .dir-locals.el @ 20964:6ac3d299c5ad

Add support for cairo based gnuplot terminals: "cairolatex", "epscairo", "epscairolatex", "epscairolatexstandalone", "pdfcairolatex", and "pdfcairolatexstandalone" (Part of Bug #44187). * __gnuplot_draw__.m: Add "cairolatex" & "epslatex" to terminals_with_size. * print.m: Include the gnuplot cairo based devices to the doc-string. * __gnuplot_print__.m: Add support for gnuplot terminal "epscairo". Also add support for gnuplot's LaTeX enhanced cairo terminals, including the standalonoe variants. When "-debug" is passed to print(), report on the expanded gnuplot terminal.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Tue, 22 Dec 2015 22:30:40 -0500
parents 9ff04de067ce
children df203b20cfc6
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))))