From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Nicolas Richard" Newsgroups: gmane.emacs.devel Subject: Re: Occur stack Date: Tue, 14 Jan 2014 17:35:22 +0100 Message-ID: <8738kq5xo5.fsf@yahoo.fr> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389717393 1767 80.91.229.3 (14 Jan 2014 16:36:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jan 2014 16:36:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 14 17:36: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 1W36yi-0000tq-Ii for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 17:36:36 +0100 Original-Received: from localhost ([::1]:49175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36yh-000772-Lf for ged-emacs-devel@m.gmane.org; Tue, 14 Jan 2014 11:36:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36xu-0006Ft-V4 for emacs-devel@gnu.org; Tue, 14 Jan 2014 11:35:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W36xn-00078U-H3 for emacs-devel@gnu.org; Tue, 14 Jan 2014 11:35:46 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36xn-00078G-28 for emacs-devel@gnu.org; Tue, 14 Jan 2014 11:35:39 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W36xh-0007jK-Jl for emacs-devel@gnu.org; Tue, 14 Jan 2014 17:35:33 +0100 Original-Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 17:35:33 +0100 Original-Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 17:35:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:84P84kSpxYByi+owAPRW0cMkEzY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:168354 Archived-At: Tom writes: > 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. With M-x rename-buffer you can keep the *Occur* buffer around. Would that be sufficient for your needs ? -- Nico.