Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake-mode.el: Add help for variables/properties/complete. Factorize. | Philipp Möller | 2014-02-13 | 1 | -47/+81 |
| | |||||
* | cmake-mode.el: Add the ability to retrieve module help. | Philipp Möller | 2014-02-13 | 1 | -0/+31 |
| | |||||
* | cmake-mode.el: Add auto-completion to cmake-help-command | Philipp Möller | 2014-01-29 | 1 | -8/+19 |
| | |||||
* | cmake-mode.el: Clean up cmake-command-run and add buffername argument | Philipp Möller | 2014-01-29 | 1 | -30/+13 |
| | |||||
* | cmake-mode.el: Replace 'setq' with 'let' or inlining | Philipp Möller | 2014-01-28 | 1 | -22/+23 |
| | |||||
* | cmake-mode.el: Don't assign to free variable save-point | Philipp Möller | 2014-01-28 | 1 | -2/+0 |
| | | | | | | | | | 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. | ||||
* | cmake-mode.el: Avoid using beginning-of-buffer | Philipp Möller | 2014-01-28 | 1 | -1/+1 |
| | | | | | This should not be used from lisp programs. Use the replacement suggested by the doc: (goto-char (point-min)) | ||||
* | cmake-mode.el: Add autoload cookies | Yasuyuki Oka | 2014-01-02 | 1 | -4/+9 |
| | |||||
* | cmake-mode.el: Move header line to the top of file | Yasuyuki Oka | 2014-01-02 | 1 | -1/+2 |
| | |||||
* | cmake-mode.el: drop reserved keybindings (#14576) | Brad King | 2013-11-18 | 1 | -17/+1 |
| | | | | | | | | | | | | 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> | ||||
* | Move cmake.m4 from Utilities to Auxiliary | Brad King | 2013-10-15 | 2 | -0/+54 |
| | | | | | The latter fits more consistently with other third party integration files. | ||||
* | Rename Docs to Auxiliary | Brad King | 2013-10-15 | 9 | -0/+864 |
The directory contains auxiliary support files for integration with other tools, not documentation. |