view .dir-locals.el @ 21651:b4354327d2b5

dbstop: Fix confusion when breakpoints are changed by the GUI (bug #47675) * file-editor-tab.cc (file_editor_tab::handle_context_menu_break_condition, filed_editor_tab::check_restor_breakpoints): Clear conditions as well as lines, so conditions don't jump between bps. * file-editor-tab.cc (file_editor_tab::do_breakpoint_marker): Don't re-connect when reappropriating markers.
author Lachlan Andrew <lachlanbis@gmail.com>
date Tue, 12 Apr 2016 21:29:01 +1000
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))))