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: Drew Adams
Subject: RE: Run Shell Command on Buffer
Date: Thu, 25 Jan 2007 13:04:03 -0800

> > 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.

I think that is only the case for Emacs 22.

> Drew: can you update the wiki with this info, or I'll do it?

Done.

> Also, can you check that your replace+.el (mentioned in the Emacs wiki)
> works with next/previous error?

Yes, it works.






reply via email to

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