[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Replacing text in multiple buffers
From: |
Leo |
Subject: |
Re: Replacing text in multiple buffers |
Date: |
Fri, 4 Jul 2003 20:22:14 +1000 |
"Mark Redar" <mredar@yahoo.com> wrote in message
news:mailman.9132.1057266322.21513.help-gnu-emacs@gnu.org...
> I'm searching for a way to replace text in all the
> buffers currently open, a global replace for all
> buffers.
if the buffers are associated with files, create a tag-atbele and use
tags-query-replace.
if not save the buffers in a temp dir and use dired-do-query-replace-regexp
hope taht helps
leooo