help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Occur lite


From: Raffaele Ricciardi
Subject: Re: Occur lite
Date: Sun, 15 Jul 2012 17:45:33 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

On 07/15/2012 05:41 PM, Raffaele Ricciardi wrote:
An indirect solution: run occur and then run a regexp over the *Occur*
buffer to capture each word. Something like:

(call-interactively #'occur)
(switch-to-buffer "*Occur*") ;; Or with-current-buffer
(goto-char (point-min))
;; etc.

I spoke too fast. RTFM, e.g. the documentation of occur provides exactly what you need.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]