[glug-t] Re: emacs search !
- From: "Vimal Joseph" <vimal@xxxxxxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Wed, 9 Mar 2005 23:45:32 +0530 (IST)
On Wed, 2005-03-09 at 16:35 +0000, Senthil Sargunan wrote:
Thanks
> But the codes dont show the word under search in the minibuffer or they
> highlight the word under
> search ... any work arounds ..
>
add the line
(message "Searching %s" (thing-at-point 'symbol))
just after the line (interactive)
to display your search key in the minibuffer.
replace all occurrences of 'symbol with 'word in the elisp code to get
exact word match.. (emacs-wiki is a symbol but two words)
HTH
~vimal
PS: sorry for breaking the thread every time.... it happens because
freeshell offers pop but not smtp.. and freelists.org rejects mail from my
local mta.... so i have to use their webmail to send mails.
--
Free as in Freedom <www.gnu.org>
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
- Follow-Ups:
- [glug-t] Re: emacs search !
- From: Senthil Sargunan
Other related posts:
- » [glug-t] emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- » [glug-t] Re: emacs search !
- [glug-t] Re: emacs search !
- From: Senthil Sargunan