view .dir-locals.el @ 27653:3564d3999960

fix message box when trying to open a non-existant function in the editor * main-window.cc (handle_edit_mfile_request): move message box from the interpreter thread into a gui slot and just emit the related new signal; (warning_function_not_found): new slot showing the message box (construct): connect new signal to new slot * main-window.h: new signal warning_function_not_found_signal and new slot warning_function_not_found
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 07 Nov 2019 20:11:08 +0100
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))