all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Andrea Crotti <andrea.crotti.0@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Jump to autoconf macro documentation
Date: Mon, 31 Jan 2011 11:31:24 +0100	[thread overview]
Message-ID: <87ipx59xfn.fsf@ambire.localdomain> (raw)
In-Reply-To: <m1lj21z89y.fsf@82-089.eduroam.rwth-aachen.de> (Andrea Crotti's message of "Mon, 31 Jan 2011 11:18:01 +0100")

() 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)

?



  reply	other threads:[~2011-01-31 10:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-30 10:47 Jump to autoconf macro documentation Andrea Crotti
2011-01-30 15:09 ` Le Wang
2011-01-30 16:03   ` Andrea Crotti
2011-01-30 16:09   ` Thien-Thi Nguyen
2011-01-30 16:16 ` Kevin Rodgers
2011-01-30 17:31   ` Andrea Crotti
2011-01-31  0:02     ` Andrea Crotti
2011-01-31  0:46       ` Le Wang
2011-01-31 10:18         ` Andrea Crotti
2011-01-31 10:31           ` Thien-Thi Nguyen [this message]
2011-01-31 22:11           ` Kevin Rodgers
     [not found] <mailman.1.1296384469.21090.help-gnu-emacs@gnu.org>
2011-01-31 16:14 ` Stefan Monnier
2011-01-31 23:19   ` Andrea Crotti
2011-02-01 15:24     ` Oleksandr Gavenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipx59xfn.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=andrea.crotti.0@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.