help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp-index-search on current word


From: Thierry Volpiatto
Subject: Re: elisp-index-search on current word
Date: Wed, 08 Oct 2008 08:07:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Xah <xahlee@gmail.com> writes:

> when i do elisp-index-search, is there a way to make the default
> choice the symbol the cursor is on?

,----
| (defun tv-get-index-at-point ()
|   (interactive)
|   (let ((expr (thing-at-point 'sexp)))
|     (elisp-index-search expr)))
`----


-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]