* How to do regular expression seach in emacs buffer
@ 2009-03-16 12:32 Anand Dhanakshirur
2009-03-16 12:33 ` Andy Stewart
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Anand Dhanakshirur @ 2009-03-16 12:32 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I am using emacs 22.2.1.
Kindly tell me How to do regular expression seach in emacs buffer.
for ex: i want to know(highlight) the all the text which are als*.
etc.
rgds,
anand
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to do regular expression seach in emacs buffer
2009-03-16 12:32 How to do regular expression seach in emacs buffer Anand Dhanakshirur
@ 2009-03-16 12:33 ` Andy Stewart
2009-03-16 12:37 ` Lennart Borgman
2009-03-16 14:35 ` Bastien
2 siblings, 0 replies; 6+ messages in thread
From: Andy Stewart @ 2009-03-16 12:33 UTC (permalink / raw)
To: help-gnu-emacs
Anand Dhanakshirur <asd@cdotb.ernet.in> writes:
> Hi,
> I am using emacs 22.2.1.
> Kindly tell me How to do regular expression seach in emacs buffer.
> for ex: i want to know(highlight) the all the text which are als*.
> etc.
> rgds,
> anand
http://www.emacswiki.org/emacs/color-moccur.el
for search regxp in buffer.
http://www.emacswiki.org/emacs/moccur-edit.el
for edit search string.
-- Andy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to do regular expression seach in emacs buffer
2009-03-16 12:32 How to do regular expression seach in emacs buffer Anand Dhanakshirur
2009-03-16 12:33 ` Andy Stewart
@ 2009-03-16 12:37 ` Lennart Borgman
2009-03-16 14:35 ` Bastien
2 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman @ 2009-03-16 12:37 UTC (permalink / raw)
To: Anand Dhanakshirur; +Cc: help-gnu-emacs
On Mon, Mar 16, 2009 at 1:32 PM, Anand Dhanakshirur <asd@cdotb.ernet.in> wrote:
> Hi,
> I am using emacs 22.2.1.
> Kindly tell me How to do regular expression seach in emacs buffer.
> for ex: i want to know(highlight) the all the text which are als*.
Hi anand,
Look in the menus:
Edit - Search
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to do regular expression seach in emacs buffer
[not found] <mailman.3324.1237206239.31690.help-gnu-emacs@gnu.org>
@ 2009-03-16 12:41 ` mtfardy
2009-03-16 12:47 ` Marc Tfardy
0 siblings, 1 reply; 6+ messages in thread
From: mtfardy @ 2009-03-16 12:41 UTC (permalink / raw)
To: help-gnu-emacs
Anand Dhanakshirur schrieb:
> Hi,
> I am using emacs 22.2.1.
> Kindly tell me How to do regular expression seach in emacs buffer.
> for ex: i want to know(highlight) the all the text which are als*.
Search or highlight? For highlighting a regexp you can use
highlight-regexp. For search: C-M-s
regards
Marc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to do regular expression seach in emacs buffer
2009-03-16 12:41 ` mtfardy
@ 2009-03-16 12:47 ` Marc Tfardy
0 siblings, 0 replies; 6+ messages in thread
From: Marc Tfardy @ 2009-03-16 12:47 UTC (permalink / raw)
To: help-gnu-emacs
mtfardy schrieb:
> Anand Dhanakshirur schrieb:
>> Hi,
>> I am using emacs 22.2.1.
>> Kindly tell me How to do regular expression seach in emacs buffer.
>> for ex: i want to know(highlight) the all the text which are als*.
>
> Search or highlight? For highlighting a regexp you can use
> highlight-regexp. For search: C-M-s
C-M-s do highlighting too, but not permanent.
Marc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to do regular expression seach in emacs buffer
2009-03-16 12:32 How to do regular expression seach in emacs buffer Anand Dhanakshirur
2009-03-16 12:33 ` Andy Stewart
2009-03-16 12:37 ` Lennart Borgman
@ 2009-03-16 14:35 ` Bastien
2 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2009-03-16 14:35 UTC (permalink / raw)
To: Anand Dhanakshirur; +Cc: help-gnu-emacs
Anand Dhanakshirur <asd@cdotb.ernet.in> writes:
> Kindly tell me How to do regular expression seach in emacs buffer.
> for ex: i want to know(highlight) the all the text which are als*.
C-u C-s a l s *
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-16 14:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16 12:32 How to do regular expression seach in emacs buffer Anand Dhanakshirur
2009-03-16 12:33 ` Andy Stewart
2009-03-16 12:37 ` Lennart Borgman
2009-03-16 14:35 ` Bastien
[not found] <mailman.3324.1237206239.31690.help-gnu-emacs@gnu.org>
2009-03-16 12:41 ` mtfardy
2009-03-16 12:47 ` Marc Tfardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).