MantisBT - CMake
View Issue Details
0014475CMakeCMakepublic2013-10-10 17:472016-06-10 14:31
Orion Poplawski 
Kitware Robot 
normalminoralways
closedmoved 
CMake 2.8.11.2 
 
0014475: Auto-load cmake-mode in emacs
cmake-mode is not available by default in emacs. This can be done by installing the following:

;;
;; Setup cmake-mode for autoloading
;;
(autoload 'cmake-mode "cmake-mode" "Major mode for editing CMake listfiles." t)
(setq auto-mode-alist
          (append
           '(("CMakeLists\\.txt\\'" . cmake-mode))
           '(("\\.cmake\\'" . cmake-mode))
           auto-mode-alist))

to /usr/share/emacs/site-lisp/site-start.d/cmake-init.el.
No tags attached.
Issue History
2013-10-10 17:47Orion PoplawskiNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042390
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042390)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.