View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015429CMakeCMakepublic2015-03-04 15:232016-06-10 14:31
ReporterHaroogan 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015429: Emacs: Please, inherit `cmake-mode' from `prog-mode'
DescriptionThe title speaks for itself. Is there any particular reason that you decided not to make any inheritance for `cmake-mode'? Some people (including me) have things like

(add-hook 'text-mode-hook 'fci-mode)
(add-hook 'prog-mode-hook 'fci-mode)

which make life easier, and that's exactly one of those features what proper mode inheritance was intended for.

Please, consider using proper way of Emacs major mode definition, i.e.

(define-derived-mode cmake-mode prog-mode "CMAKE" ...

Thank you.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0038146)
Brad King (manager)
2015-03-04 15:32

Thanks for pointing this out. No CMake developers are experts in emacs mode development so the cmake-mode is maintained by contributors. Please propose a specific patch.
(0038184)
Brad King (manager)
2015-03-09 09:54

For reference, some work is underway here:

 https://github.com/Kitware/CMake/pull/146 [^]
(0042724)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-03-04 15:23 Haroogan New Issue
2015-03-04 15:32 Brad King Note Added: 0038146
2015-03-09 09:54 Brad King Note Added: 0038184
2016-06-10 14:29 Kitware Robot Note Added: 0042724
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


Copyright © 2000 - 2018 MantisBT Team