[glug-t] Re: emacs search !
- From: Vimal Joseph <vimalekm@xxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Thu, 10 Mar 2005 18:55:50 +0530
On Thu, 2005-03-10 at 08:19 +0000, Senthil Sargunan wrote:
> Thanks
>
> The bigger code is case sensitive which is not wanted.
> The smaller code doesnt wrap around after eof .
comment out the lines that set the variable case-fold-search to nil to
make the search case insensitive.
;(setq case-fold-search nil)
> And is there a way to highlight the word occurence in the buffer like C-s
> does .. ??
>
try read the isearch.el the C-s code... it may help you. :)
~vimal
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
- References:
- [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