[cmake-developers] [PATCH] cmake-mode.el: Fix extracting keyword at point in cmake-help

Brad King brad.king at kitware.com
Mon Jan 19 09:31:31 EST 2015


On 01/17/2015 07:27 PM, ptrv wrote:
> With commit 30f14aebeee90bc1af6236888599db86b2bd8fae 'word-at-point'
> function does not extract the whole keyword anymore if it contains an
> '_', because 'forward-word' stops at '_'. Use 'symbol-at-point' to
> extract whole keyword even if there is an '_'.

Thanks, applied:

 cmake-mode.el: Fix extracting keyword at point in cmake-help
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ca80598e

I've queued this regression fix for 3.1.1.

-Brad



More information about the cmake-developers mailing list