|
From: | Thien-Thi Nguyen |
Subject: | Re: Jump to autoconf macro documentation |
Date: | Mon, 31 Jan 2011 11:31:24 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Andrea Crotti <andrea.crotti.0@gmail.com> () Mon, 31 Jan 2011 11:18:01 +0100 (setq autoconf-macro-syntax-table (make-syntax-table)) (modify-syntax-entry ?_ "w" autoconf-macro-syntax-table) ((macro (with-syntax-table autoconf-macro-syntax-table (thing-at-point 'word)))) Why not use (thing-at-point 'symbol) ?
[Prev in Thread] | Current Thread | [Next in Thread] |