From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Yanking isearch to highlight-regexp Date: Sat, 14 Jun 2008 23:42:55 +0200 Message-ID: <7dbe73ed0806141442h342f8ff0u83863f3980a7e229@mail.gmail.com> References: <4853F884.7000609@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213479789 31394 80.91.229.12 (14 Jun 2008 21:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 21:43:09 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 23:43:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7dXM-0005Gb-LX for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 23:43:52 +0200 Original-Received: from localhost ([127.0.0.1]:44241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7dWY-0006vP-Jl for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 17:43:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7dWU-0006v1-FH for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:42:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7dWT-0006uo-Gu for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:42:57 -0400 Original-Received: from [199.232.76.173] (port=34238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7dWT-0006uf-CM for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:42:57 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.152]:25863) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7dWS-0002az-QC for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:42:57 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so2647368ywk.66 for ; Sat, 14 Jun 2008 14:42:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tuD5zVbV0jFAH3am2MrKReqaNAjEJRgrx+h7NVKze3A=; b=PC4AsIOJOn3o44b7/Dy6ecxUrJuVoQ71lzEetFmG4T5erhle/ZNKqc5R7C04wruH8M hCR7ukdhME5MhJTlpEIon2Bxn/EdD+yOeVxVRnuWgovCiLTqd0rUcit790jJqo/wXvc4 xRpGeCOUZg6HzQPs6dJePqmblDjUiaiR6/oU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WcGZszjgP50c/FA3GxzCFmLOy5WWGpl/eTPGJKHNybdJrf6PTwpc7vYpUz/6AcxYk/ Pup/Ei9s2oGxCzDm7phvFX7z2gdqGR85zJWZQOl5PjSB9WjSvtuIRmgOZuNfTMsg1Nrr ZKpDS8WX7ba/GYvMs35PZ31ihgXXeU0iURc1k= Original-Received: by 10.150.192.7 with SMTP id p7mr7337116ybf.91.1213479775627; Sat, 14 Jun 2008 14:42:55 -0700 (PDT) Original-Received: by 10.151.15.17 with HTTP; Sat, 14 Jun 2008 14:42:55 -0700 (PDT) In-Reply-To: <4853F884.7000609@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99220 Archived-At: > Would it be practical to use C-s at higlight-regexp prompt to yank/paste > last isearch search string? I can definitely see how it could be useful. It would probably also be useful to go directly from an isearch into highlight-regexp. How important these things are (use vs increased code complexity etc) is of course another matter