From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: How to do regular expression seach in emacs buffer Date: Mon, 16 Mar 2009 13:37:14 +0100 Message-ID: References: <49BE46EE.1000104@cdotb.ernet.in> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237207083 18367 80.91.229.12 (16 Mar 2009 12:38:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2009 12:38:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Anand Dhanakshirur Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 16 13:39:20 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LjC60-00041F-9c for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Mar 2009 13:39:08 +0100 Original-Received: from localhost ([127.0.0.1]:56939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjC4d-0004Xp-W6 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Mar 2009 08:37:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjC4I-0004Xi-Lt for help-gnu-emacs@gnu.org; Mon, 16 Mar 2009 08:37:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjC4B-0004X3-UE for help-gnu-emacs@gnu.org; Mon, 16 Mar 2009 08:37:22 -0400 Original-Received: from [199.232.76.173] (port=50024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjC4B-0004Wz-NE for help-gnu-emacs@gnu.org; Mon, 16 Mar 2009 08:37:15 -0400 Original-Received: from mail-fx0-f176.google.com ([209.85.220.176]:56940) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjC4B-0006hf-As for help-gnu-emacs@gnu.org; Mon, 16 Mar 2009 08:37:15 -0400 Original-Received: by fxm24 with SMTP id 24so3620279fxm.42 for ; Mon, 16 Mar 2009 05:37:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ry9tHNiJ9xgFB4y6bAFc83SixGhl2c3JLwCfEMg3TIk=; b=CD8TbDXsAQVMszhwGy5sQh7DATZ9/mx05xr/6xQ8XYlYQ8nN+jZll4J3ebeY5Sea9P +ivRvwTiwCn5n7M2TZ5qaXyjoGKL9xlqNNWM8GSuuNY7XaKfC5on3zFVmAchz35QX3NS irx7Ch8iKh6Zi+uZPuHjijyLju6w9QJ/oXATM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZtoM5/6O1hgVGRvwuYOd5BH2lMM4ldmwIlc225G45ZfTPQ1rYwLLDtk0GIbvlQwRjk M1QeShXwWWlGPcJ8Cohnoy4gaV0h9vqpfkbsfXfH9NDpFfs7vcY79W+mMjUnMtNm8QX1 SJMDhTPF8FpILoaKKHlRUYi37trPAKMrwyetU= Original-Received: by 10.223.111.134 with SMTP id s6mr3219512fap.37.1237207034412; Mon, 16 Mar 2009 05:37:14 -0700 (PDT) In-Reply-To: <49BE46EE.1000104@cdotb.ernet.in> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62974 Archived-At: On Mon, Mar 16, 2009 at 1:32 PM, Anand Dhanakshirur 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