From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Jump to autoconf macro documentation Date: Mon, 31 Jan 2011 11:31:24 +0100 Message-ID: <87ipx59xfn.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296471282 20228 80.91.229.12 (31 Jan 2011 10:54:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 10:54:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 31 11:54:38 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjrOu-000705-5a for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Jan 2011 11:54:37 +0100 Original-Received: from localhost ([127.0.0.1]:57729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjr97-0001Yo-2r for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Jan 2011 05:38:09 -0500 Original-Received: from [140.186.70.92] (port=57102 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjr89-0001Y5-Uz for help-gnu-emacs@gnu.org; Mon, 31 Jan 2011 05:37:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjr88-00080T-QJ for help-gnu-emacs@gnu.org; Mon, 31 Jan 2011 05:37:09 -0500 Original-Received: from smtp206.alice.it ([82.57.200.102]:34111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjr88-0007zv-GD for help-gnu-emacs@gnu.org; Mon, 31 Jan 2011 05:37:08 -0500 Original-Received: from ambire.localdomain (82.48.1.76) by smtp206.alice.it (8.5.124.08) id 4C1A268C109E0C01; Mon, 31 Jan 2011 11:37:06 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1Pjr2a-0002Oz-FH; Mon, 31 Jan 2011 11:31:24 +0100 In-Reply-To: (Andrea Crotti's message of "Mon, 31 Jan 2011 11:18:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.102 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78867 Archived-At: () Andrea Crotti () 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) ?