MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014475 | CMake | CMake | public | 2013-10-10 17:47 | 2016-06-10 14:31 |
Reporter | Orion Poplawski | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.11.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014475: Auto-load cmake-mode in emacs | ||||
Description | 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-10-10 17:47 | Orion Poplawski | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042390 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|