From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Placing " at beginning and end of line? Date: Thu, 19 Mar 2015 19:55:42 +0600 Message-ID: References: <87a8z9ksni.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1426773381 6496 80.91.229.3 (19 Mar 2015 13:56:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2015 13:56:21 +0000 (UTC) Cc: help-gnu-emacs To: Sharon Kimble Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 19 14:56:19 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YYavn-0007DV-Oi for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2015 14:56:15 +0100 Original-Received: from localhost ([::1]:39297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYavn-0003N3-AS for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2015 09:56:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYavc-0003My-Ef for help-gnu-emacs@gnu.org; Thu, 19 Mar 2015 09:56:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYavb-0004Us-Lc for help-gnu-emacs@gnu.org; Thu, 19 Mar 2015 09:56:04 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:36310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYavb-0004Uj-HG for help-gnu-emacs@gnu.org; Thu, 19 Mar 2015 09:56:03 -0400 Original-Received: by iedm5 with SMTP id m5so2392830ied.3 for ; Thu, 19 Mar 2015 06:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=QA+bvFCOqlZiSj16o1ORUNtvINBTh7wH+3YGDlv/iG4=; b=t0M1mWCvDt0+M/laynwJG18mcrEbG/f/FCGjTVLeTDYAyz3WhLjaEH/wXS0tDni7gK YAYdvRu7I0dFGEjsbChAbt9WClGvSXG4wyU5NGElsNUHfXVvoMOPeskuPjqaPG+6LkSD S0mjUnjQX2TdT4KUhVkoGpL8W0q/blaBc4Hap5JEjS/4Dy6l2hGhcy0XhacDaCmOszI+ aAFHVV8nhZ/Scptw99xSnh0KZpS0etUQNVI5Je0UcCu05PgI/fUHdBE36rSXO7jGZDYZ BHqYtHEvZzKGYeKnWfBjOVsPvEJfyokyVInpo9vqMmu9FcDRj8ZY5XD4IhthH9B51XDI scvg== X-Received: by 10.107.26.195 with SMTP id a186mr40322675ioa.78.1426773362656; Thu, 19 Mar 2015 06:56:02 -0700 (PDT) Original-Received: by 10.107.3.132 with HTTP; Thu, 19 Mar 2015 06:55:42 -0700 (PDT) In-Reply-To: <87a8z9ksni.fsf@skimble.plus.com> X-Google-Sender-Auth: S8DKoOKfctKK4RnC7geCqqZEKpI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103215 Archived-At: On Thu, Mar 19, 2015 at 7:45 PM, Sharon Kimble wrote: > How can I place " at the beginning of a line, and " at the end of a > line, in a highlighted region please? This is a block of 10+ lines, > and I need quotes from the beginning and end of each line. Probably easiest would be to replace-regexp (C-M-%) .* with "\&".