Hide Forgot
When I open a CMakeFiles.txt in emacs, it is not colorize by default. There is no available menu in emacs to activate the cmake mode The emacs mode is installed in two places: /usr/share/emacs/site-lisp/cmake/cmake-mode.el /usr/share/cmake/editors/emacs/cmake-mode.el I needed to add some piece of code into my .emacs file: ; Add cmake listfile names to the mode list. (setq auto-mode-alist (append '(("CMakeLists\\.txt\\'" . cmake-mode)) '(("\\.cmake\\'" . cmake-mode)) auto-mode-alist)) (autoload 'cmake-mode "/usr/share/cmake/editors/emacs/cmake-mode.el" t)
cmake-2.8.12-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/cmake-2.8.12-2.fc19
Package cmake-2.8.12-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing cmake-2.8.12-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18792/cmake-2.8.12-2.fc19 then log in and leave karma (feedback).
Thanks a lot, I will wait for the update. YC
cmake-2.8.12-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.