From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: Occur stack Date: Wed, 15 Jan 2014 19:52:55 +0100 Message-ID: <52D6D907.4030702@online.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389811771 25420 80.91.229.3 (15 Jan 2014 18:49:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2014 18:49:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 15 19:49:38 2014 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 1W3VWz-0002MW-Oc for ged-emacs-devel@m.gmane.org; Wed, 15 Jan 2014 19:49:37 +0100 Original-Received: from localhost ([::1]:56706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VWz-0006tb-67 for ged-emacs-devel@m.gmane.org; Wed, 15 Jan 2014 13:49:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VWp-0006m8-Me for emacs-devel@gnu.org; Wed, 15 Jan 2014 13:49:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3VWi-0007qR-EY for emacs-devel@gnu.org; Wed, 15 Jan 2014 13:49:27 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.8]:59234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3VWi-0007qL-5A for emacs-devel@gnu.org; Wed, 15 Jan 2014 13:49:20 -0500 Original-Received: from purzel.sitgens (brln-4d0c6203.pool.mediaWays.net [77.12.98.3]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MdqcT-1VinLc3PKv-00Pn4T; Wed, 15 Jan 2014 19:49:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-Provags-ID: V02:K0:yRVxbVucPfryKvfNLGUp4FHkEXt4CIVRB27vkcPyHf/ Nh4A5t4N9dxyQJbWDhBO22TSesjYBFLkDHxCX+PnSaftH5O9sN dqdfXQonJJUjuo+v+EHvwDDTlYBUhDxD+KeuxHeknQPLB74jGS 4bLYY7fgihigkdyi/fyzxIDagPwaMSWqZ9q6N65GF7vD+2xrcb 3CSl5IT2NNm6hLGEW/uIN0NOW6l6CG63me0Q22forT77QmCD22 HWtaS8qKCoZjQQGnO3rM5iyV1KcWYS8V9RH2q9vT5GPRTq6n1v 0j5SmpvN7nATEE6EtGU7Kg39icnVKVCN6Vl0d50m67EnfXmbq2 4cGQGEPJVV4uPP3ufC9M= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.8 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:168486 Archived-At: Am 14.01.2014 17:24, schrieb Tom: > It often happens to me that I run an occur and when perusing > the results I need to do an other occur to follow up on some > of the matches. The problem is the second occurs clears out the > results of the first one, so I have to run that occur again. > > It occurred to me it would be nice if occur had a history, a stack, > so that if I do an other occur then the previous results are stored > somewhere and I can go back to them after I finished processing > the latest occur results. > > > Being able to jump back or read occur-history like M-x browse-kill-ring would be great. Andreas