all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Russell <jorussel@cisco.com>
Subject: Re: How to search through all buffers?
Date: 05 Apr 2003 01:11:59 -0500	[thread overview]
Message-ID: <m3smsxscb4.fsf@debussy.cisco.com> (raw)
In-Reply-To: 874r5dwo1u.fsf@indigo.shootybangbang.com

John Paul Wallington <jpw@gnu.org> writes:

> I misread `occur-read-primary-args'; this is cleaner:
> 
> (defun hanchrow-all-encompassing-occur (regexp &optional hidden-bufs-too)
>   "Show all lines in all visible buffers containing a match for REGEXP.
> With prefix arg HIDDEN-BUFS-TOO, show lines matching in all buffers."
>   (interactive (occur-read-primary-args))
>   (multi-occur (if hidden-bufs-too
> 		   (buffer-list)
> 		 (delq nil
> 		       (mapcar (lambda (buf)
> 				 (unless (string-match "^ " (buffer-name buf))
> 				   buf))
> 			       (buffer-list))))
> 	       regexp))

Wow, and I had never even heard of occur before.  This function is
great. Thanks. 

  reply	other threads:[~2003-04-05  6:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-05  2:34 How to search through all buffers? Eric Hanchrow
2003-04-05  4:11 ` John Paul Wallington
2003-04-05  4:44   ` John Paul Wallington
2003-04-05  6:11     ` John Russell [this message]
2003-04-07 18:23 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3smsxscb4.fsf@debussy.cisco.com \
    --to=jorussel@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.