From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ryan Krauss" Newsgroups: gmane.emacs.help Subject: incremental regexp replace Date: Fri, 16 Jun 2006 21:12:45 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150506805 19489 80.91.229.2 (17 Jun 2006 01:13:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 01:13:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 17 03:13:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FrPNE-0004Nr-OD for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Jun 2006 03:13:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrPNE-0000no-3T for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Jun 2006 21:13:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FrPMm-0000dA-LU for help-gnu-emacs@gnu.org; Fri, 16 Jun 2006 21:12:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FrPMl-0000cO-10 for help-gnu-emacs@gnu.org; Fri, 16 Jun 2006 21:12:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FrPMk-0000cJ-R0 for help-gnu-emacs@gnu.org; Fri, 16 Jun 2006 21:12:46 -0400 Original-Received: from [64.233.162.195] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FrPWU-0004wC-S1 for help-gnu-emacs@gnu.org; Fri, 16 Jun 2006 21:22:50 -0400 Original-Received: by nz-out-0102.google.com with SMTP id 18so704521nzp for ; Fri, 16 Jun 2006 18:12:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bFcN4g+G6PLuqsL3jHOhTOiWHsjoQzco5oBlNYHuJY3IsAhise/dV0rSqcy3+68sQYi135jyV5ctKO9b+7EO8hL1xitL3I1N9erNH4R3HWSUIp7gZ2ErncMEgPVS+g6bZm40K3uDocO7mbmGGWmE2DH9r4f7Lmi7GQhZAGinOf4= Original-Received: by 10.65.250.4 with SMTP id c4mr2497668qbs; Fri, 16 Jun 2006 18:12:45 -0700 (PDT) Original-Received: by 10.64.47.13 with HTTP; Fri, 16 Jun 2006 18:12:45 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline 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:35514 Archived-At: If I use incremental regexp search as a way to figure out the correct syntax for my regexp, is there an easy way to copy that regexp into the kill-ring or something so that I can easily use it in a regexp replace operation? Thanks, Ryan