From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Compilation buffer Date: Thu, 25 Nov 2010 22:05:54 +0100 Message-ID: <87aakxjeq5.fsf@ambire.localdomain> References: <87eia9jwux.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1290719472 8632 80.91.229.12 (25 Nov 2010 21:11:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2010 21:11:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 25 22:11:08 2010 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.69) (envelope-from ) id 1PLj5v-00039d-Qi for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2010 22:11:07 +0100 Original-Received: from localhost ([127.0.0.1]:37272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLj5v-0008Sp-2s for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2010 16:11:07 -0500 Original-Received: from [140.186.70.92] (port=56583 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLj5R-0008SP-7Y for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 16:10:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLj5Q-00067c-Cv for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 16:10:37 -0500 Original-Received: from smtp207.alice.it ([82.57.200.103]:37667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLj5Q-00067T-6Z for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 16:10:36 -0500 Original-Received: from ambire.localdomain (82.48.1.144) by smtp207.alice.it (8.5.124.08) id 4C9E16C904C9059F for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 22:10:34 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1PLj0s-0003mK-FT for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 22:05:54 +0100 In-Reply-To: (Andrea Crotti's message of "Thu, 25 Nov 2010 17:57:18 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:75434 Archived-At: () Andrea Crotti () Thu, 25 Nov 2010 17:57:18 +0100 how from a buffer do I get easily IF there is a string in it? See =E2=80=98with-current-buffer=E2=80=99 and =E2=80=98search-forward=E2=80= =99.