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

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

Re: Run Shell Command on Buffer


From: Ted Zlatanov
Subject: Re: Run Shell Command on Buffer
Date: Thu, 25 Jan 2007 15:11:57 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

On 25 Jan 2007, drew.adams@oracle.com wrote:

>>> It looks like `M-x occur' may be what you want.
>>
>> Yes, that is exactly it, thanks very much!
>
> If you like `occur', you might also be interested in this page:
> http://www.emacswiki.org/cgi-bin/wiki/OccurMode.

Also, the next-error/previous-error commands, which work under
grep/occur/compilation modes, are very useful.  Try them.  I bind mine
to F6/F7:

(global-set-key [f6] 'next-error)
(global-set-key [f7] 'previous-error)

They will jump to the next/previous point of interest out of all the
grep/occur/compilation points of interest related to the current
buffer.

Drew: can you update the wiki with this info, or I'll do it?  Also,
can you check that your replace+.el (mentioned in the Emacs wiki)
works with next/previous error?

Ted


reply via email to

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