From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: query-replace / occur on multiple buffers Date: 24 Mar 2004 13:20:21 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20040323024539.12412.qmail@web40502.mail.yahoo.com> <20040323195643.290f09bd@linux.local> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080127255 23782 80.91.224.253 (24 Mar 2004 11:20:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 11:20:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 24 12:20:52 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B66RI-0007YR-00 for ; Wed, 24 Mar 2004 12:20:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B66Qc-0007rD-H9 for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Mar 2004 06:20:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B66QA-0007pr-Mo for help-gnu-emacs@gnu.org; Wed, 24 Mar 2004 06:19:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B66Pe-0007jb-Dd for help-gnu-emacs@gnu.org; Wed, 24 Mar 2004 06:19:41 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B66OY-0007NT-FE for help-gnu-emacs@gnu.org; Wed, 24 Mar 2004 06:18:02 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Antanas Masevicius on Wed, 24 Mar 2004 09:31:52 +0200 (EET)) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17637 > Date: Wed, 24 Mar 2004 09:31:52 +0200 (EET) > From: Antanas Masevicius > > and what could be solution for replacement in certain directory? > Is there any standard function? See the node "Operating on Files" in the Emacs manual: it describes a Dired command bound to the `Q' key that does this.