From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#14784: Occur from more Isearch types Date: Wed, 26 Jun 2019 17:44:15 +0200 Message-ID: References: <87ip0r6x68.fsf@mail.jurta.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="5673"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 14784@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 26 17:45:18 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgA6n-0001Mk-MS for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Jun 2019 17:45:17 +0200 Original-Received: from localhost ([::1]:41338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgA6m-000216-Ly for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Jun 2019 11:45:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47924) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgA6d-0001y2-CW for bug-gnu-emacs@gnu.org; Wed, 26 Jun 2019 11:45:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgA6b-0004V8-D9 for bug-gnu-emacs@gnu.org; Wed, 26 Jun 2019 11:45:07 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgA6X-0004QF-Ue for bug-gnu-emacs@gnu.org; Wed, 26 Jun 2019 11:45:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgA6X-0007CR-Qk for bug-gnu-emacs@gnu.org; Wed, 26 Jun 2019 11:45:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Jun 2019 15:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14784 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14784-submit@debbugs.gnu.org id=B14784.156156386227599 (code B ref 14784); Wed, 26 Jun 2019 15:45:01 +0000 Original-Received: (at 14784) by debbugs.gnu.org; 26 Jun 2019 15:44:22 +0000 Original-Received: from localhost ([127.0.0.1]:36877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgA5u-0007B5-9T for submit@debbugs.gnu.org; Wed, 26 Jun 2019 11:44:22 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:51104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgA5t-0007As-5O for 14784@debbugs.gnu.org; Wed, 26 Jun 2019 11:44:21 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgA5n-0001TM-Km; Wed, 26 Jun 2019 17:44:18 +0200 In-Reply-To: <87ip0r6x68.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 04 Jul 2013 02:28:15 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:161523 Archived-At: Juri Linkov writes: > Like bug#14673 added `Buffer-menu-multi-occur' to invoke Occur > from multiple marked buffers, it would also make sense to invoke Occur > from other search types where the search space differs from the default > single-buffer search. Then typing `M-s o' in the minibuffer's isearch > will show occurrences from all minibuffer history elements, and > when typed in the comint's history isearch, will show occurrences > from all shell history elements: [...] > +(defun minibuffer-occur (regexp &optional nlines) > + "Show all entries in the minibuffer history containing a match for REGEXP. > +Like `occur', but acts on the contents of the minibuffer history > +in the currently active minibuffer." > + (interactive (occur-read-primary-args)) > + (when (and (minibufferp) minibuffer-history-variable) > + (let* ((history-variable minibuffer-history-variable) > + (history (symbol-value history-variable))) > + (with-current-buffer > + (get-buffer-create (format " *Minibuffer history %s*" > + history-variable)) > + (erase-buffer) > + (dolist (line history) > + (insert (query-replace-descr line) "\n")) > + (occur-1 regexp nlines (list (current-buffer))))))) That's an interesting feature... But with normal `C-s i foo M-s o', we can then jump to the result, while we can't really do that there, can we? So there's a bit of a disconnect between using an Occur buffer and the minibuffer... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no