- Jan 16, 2015
-
-
Some links to cmake.org now redirect, so link to the new pages directly.
-
- Nov 12, 2014
-
-
Word commands, such as foward-word(M-f), backward-kill-word(M-backspace), don't work well like other major-modes if syntax of '_' is treated as "word". Tested-by:
Guillaume Papin <guillaume.papin@parrot.com>
-
- Sep 04, 2014
-
-
- Sep 03, 2014
-
-
- Feb 13, 2014
-
-
- Jan 29, 2014
-
-
-
Philipp Möller authored
-
- Jan 28, 2014
-
-
-
Drop use of the free variable from unscreamify-cmake-buffer. The proper way to do this would be defvar or let, but it is more sensible to drop the feature completely: replace-match will shift the point and the saved-point will be invalid. More careful coding could avoid this, but seems overkill.
-
This should not be used from lisp programs. Use the replacement suggested by the doc: (goto-char (point-min))
-
- Jan 02, 2014
-
-
- Nov 18, 2013
-
-
Brad King authored
The keybindings added by commit 301e67e3 (cmake-mode.el: add local keybindings, 2012-09-20) overlap the reserved C-c space: http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html Revert the commit to drop them. Reported-by:
Paul Smith <paul@mad-scientist.net> Reviewed-by:
Eric NOULARD <eric.noulard@gmail.com>
-
- Oct 15, 2013