From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Antanas Masevicius Newsgroups: gmane.emacs.help Subject: Re: query-replace / occur on multiple buffers Date: Thu, 25 Mar 2004 15:55:25 +0200 (EET) 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1080225133 24600 80.91.224.253 (25 Mar 2004 14:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 14:32:13 +0000 (UTC) Cc: Antanas Masevicius , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 25 15:32:04 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 1B6Vts-00059L-00 for ; Thu, 25 Mar 2004 15:32:04 +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 1B6Vch-0003lQ-26 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Mar 2004 09:14:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6Vc7-0003gC-DP for help-gnu-emacs@gnu.org; Thu, 25 Mar 2004 09:13:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6VbY-0003Yv-Sv for help-gnu-emacs@gnu.org; Thu, 25 Mar 2004 09:13:40 -0500 Original-Received: from [217.147.34.8] (helo=mail.cablenet.lt) by monty-python.gnu.org with esmtp (TLSv1:RC4-SHA:128) (Exim 4.30) id 1B6VKo-0001UJ-Db for help-gnu-emacs@gnu.org; Thu, 25 Mar 2004 08:55:50 -0500 Original-Received: from ctv-217-147-37-101.vinita.lt ([217.147.37.101] helo=z1sys.com) by mail.cablenet.lt with esmtp (Exim 4.30) id 1B6VF2-0000HN-6A; Thu, 25 Mar 2004 15:49:52 +0200 Original-Received: by z1sys.com (Postfix, from userid 1000) id 68DE1675C3; Thu, 25 Mar 2004 15:55:25 +0200 (EET) Original-Received: from localhost (localhost [127.0.0.1]) by z1sys.com (Postfix) with ESMTP id 5E6BA675BF; Thu, 25 Mar 2004 15:55:25 +0200 (EET) X-X-Sender: zolia@z1sys.com Original-To: Emory Smith In-Reply-To: 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:17647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17647 is there a way to include all subdirectories in dired buffer without "ls -lR" external command or (i) command? "ls" command is not available on win by default. Some built-in solution would be nice. This would help doing recursive replacements with (Q) Antanas On Wed, 24 Mar 2004, Emory Smith wrote: > using dired mode (C-x d), mark the relavent files with "dired-mark" (m) > and then use "dired-do-query-replace-regexp" (Q). > > > On Mar 24, 2004, at 12:31 AM, Antanas Masevicius wrote: > > > Hello, > > > > and what could be solution for replacement in certain directory? > > Is there any standard function? > > > > Antanas > > > > > > On Tue, 23 Mar 2004, Carsten Weinberg wrote: > > > >> On Mon, 22 Mar 2004 18:45:39 -0800 (PST) > >> exits funnel wrote: > >> > >>> Hello, > >>> > >>> Is there any way to use occur and/or query-replace on > >>> more than one buffer at a time or some other > >>> command(s) which serves the same function. I often > >>> find myself wanting to be able to find/replace all > >>> instances of a string in several buffers at once. I > >>> poked around the docs (and the FAQ) but couldn't find > >>> anything. Thanks in advance. > >>> > >>> -exits > >>> > >> > >> 'moccur' and 'moccur-edit' (see emacswicki). However I am not very > >> happy with it. > >> > >> Regards > >> -Carsten > >> > >> > >> _______________________________________________ > >> Help-gnu-emacs mailing list > >> Help-gnu-emacs@gnu.org > >> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > >> > > > > > > _______________________________________________ > > Help-gnu-emacs mailing list > > Help-gnu-emacs@gnu.org > > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > > > > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >