[CMake] Emacs: Addition to cmake-model.el to show cmake documentation

Bill Hoffman bill.hoffman at kitware.com
Wed Apr 29 13:43:17 EDT 2009


James Bigler wrote:
> Thanks for the suggestion.  word-at-point works better than my hand 
> rolled code.
> 
> Here's the updated version.  I also fixed a slight annoyance where if 
> the help command output was short enough it would print the outout to 
> both the help buffer and the minibuffer.
> 
> I'm also open to additional suggestions.
> 
> James

Works for me:

(setq exec-path (cons "c:/Program Files/CMake 2.6/bin" exec-path))
(load "c:/hoffman/My Builds/CMake/Docs/cmake-emacs-help.el")

-Bill



More information about the CMake mailing list