summaryrefslogtreecommitdiff
path: root/Auxiliary/cmake-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Properly handle cases where `topic` argument is defaultedDamien Nguyen2023-04-211-2/+2
* cmake-mode.el: escape shell argumentsZhengyi Fu2023-04-011-2/+2
* Add new flow-control commands for variables and policies scopes managementMarc Chevrier2022-08-221-2/+2
* cmake-mode.el: add support for bracket_comment and bracket_argumentmontag4512022-06-171-1/+37
* cmake-mode.el: Fix indentation of 'closing parens only lines'Kai Tetzlaff2022-03-181-17/+39
* cmake-mode.el: Fix rx usage for Emacs 26marciosmiderle2021-01-041-1/+1
* cmake-mode.el: Require the rx packageJoerg Bornemann2020-12-161-0/+1
* cmake-mode.el: Add navigation by function and macroJoerg Bornemann2020-12-111-0/+61
* cmake-mode.el: Improve help display with reStructuredText modecondy2020-12-091-10/+31
* cmake.el: enable view-mode when lookupcondy2020-11-191-1/+2
* cmake-mode.el: Drop support for Emacs < 24Hong Xu2019-07-091-7/+3
* cmake-mode.el: Fix "unescaped character literals" warningJeff Kowalski2018-07-091-1/+1
* Various typo fixesLuz Paz2018-01-041-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmake-mode.el: Replace use of obsolete function (since Emacs 24.3).Jostein Kjønigsen2016-08-011-1/+1
* cmake-mode.el: Fix byte-compilation warnings.Jostein Kjønigsen2016-07-261-7/+8
* cmake-mode.el: Make cmake-tab-width a customizable variableTaylor Braun-Jones2016-05-101-1/+3
* cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019)Julian Schmidt2016-03-161-1/+2
* cmake-mode.el: unscreamify symbols instead of wordsKevin Burge2015-10-081-1/+1
* cmake-mode.el: treat keywords as symbolsKevin Burge2015-10-081-4/+4
* cmake-mode.el: Refine variable font-lockRoy Crihfield2015-08-141-1/+1
* cmake-mode.el: Fix function name font-lockRoy Crihfield2015-08-131-1/+1
* cmake-mode.el: Derive cmake-mode from prog-modeRoy Crihfield2015-07-271-35/+23
* cmake-mode.el: Add font-lock for keywords and variablesRoy Crihfield2015-07-271-3/+11
* cmake-mode.el: Rename function to be consistentRoy Crihfield2015-07-271-9/+11
* cmake-mode.el: Use `rx' for regexpsRoy Crihfield2015-07-271-16/+26
* cmake-mode.el: Minor clean-upRoy Crihfield2015-07-271-41/+20
* cmake-mode.el: Add support for prog-mode hooks (#15521)Jostein Kjønigsen2015-06-231-1/+3
* cmake-mode.el: Re-add explicit call to require thingatptPeter Vasil2015-01-191-0/+1
* cmake-mode.el: Fix extracting keyword at point in cmake-helpPeter Vasil2015-01-191-3/+7
* cmake-mode.el: syntax of '_' should be treated as symbolSyohei YOSHIDA2014-11-121-2/+1
* cmake-mode.el: Add help for variables/properties/complete. Factorize.Philipp Möller2014-02-131-47/+81
* cmake-mode.el: Add the ability to retrieve module help.Philipp Möller2014-02-131-0/+31
* cmake-mode.el: Add auto-completion to cmake-help-commandPhilipp Möller2014-01-291-8/+19
* cmake-mode.el: Clean up cmake-command-run and add buffername argumentPhilipp Möller2014-01-291-30/+13
* cmake-mode.el: Replace 'setq' with 'let' or inliningPhilipp Möller2014-01-281-22/+23
* cmake-mode.el: Don't assign to free variable save-pointPhilipp Möller2014-01-281-2/+0
* cmake-mode.el: Avoid using beginning-of-bufferPhilipp Möller2014-01-281-1/+1
* cmake-mode.el: Add autoload cookiesYasuyuki Oka2014-01-021-4/+9
* cmake-mode.el: Move header line to the top of fileYasuyuki Oka2014-01-021-1/+2
* cmake-mode.el: drop reserved keybindings (#14576)Brad King2013-11-181-17/+1
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+357