From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Isearch: retrieve last successful search string from when you quit (`C-g') Date: Mon, 1 Oct 2012 13:00:37 -0700 Message-ID: <8E73124E6F3A446697F517750C0A4857@us.oracle.com> References: <0860CD16FA6A43A7B3FB40FE34C6B934@us.oracle.com> <39255EF6E11E4DA1BB439ED7BBAB1695@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349121693 24177 80.91.229.3 (1 Oct 2012 20:01:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 20:01:33 +0000 (UTC) Cc: emacs-devel@gnu.org, 'Stefan Monnier' , 'Dani Moncayo' To: "'Lennart Borgman'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 22:01:36 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TImAx-0003g7-A1 for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 22:01:11 +0200 Original-Received: from localhost ([::1]:40310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TImAr-0006Ea-S9 for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 16:01:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TImAp-0006EV-7W for emacs-devel@gnu.org; Mon, 01 Oct 2012 16:01:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TImAk-0006wk-E5 for emacs-devel@gnu.org; Mon, 01 Oct 2012 16:01:03 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:26563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TImAk-0006wb-8d for emacs-devel@gnu.org; Mon, 01 Oct 2012 16:00:58 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q91K0tDF002141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Oct 2012 20:00:56 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q91K0tA0007840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Oct 2012 20:00:55 GMT Original-Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q91K0sjT003981; Mon, 1 Oct 2012 15:00:54 -0500 Original-Received: from dradamslap1 (/10.159.219.190) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 01 Oct 2012 13:00:54 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac2gBjtf22LvcA5kSf+ms7jxI/cDGQACNQKg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153877 Archived-At: > Would it be possible to add the search string aborted with C-g to the > other end of the search string history? (It is cyclic, isn't it?) No, it is not. That is why you see these messages: "Beginning of history; no preceding item" "End of history; no default available" Otherwise, yes, that would be a reasonable suggestion. (But it still would not let you yank the string into an existing search string one or more times.)