From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Run Shell Command on Buffer Date: Fri, 26 Jan 2007 10:57:00 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169829640 3016 80.91.229.12 (26 Jan 2007 16:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Jan 2007 16:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 26 17:40:33 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HAU7r-0005UT-NK for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jan 2007 17:40:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAU7r-0000RI-7k for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jan 2007 11:40:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.astraweb.com!newsrouter-eu.astraweb.com!border2.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: news.albasani.net hOn3fUulQDjZffxYw3hA7ftXXd2LqYOEG8nahsnHz3OdVXbN5LQALSWQ17rMnjtev37StTJj/rULuHn/20acdfQo7+EW5rVx/E660y6QLXIf9MNSNLBylJcBZXcGzEtZ Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Fri, 26 Jan 2007 15:56:56 +0000 (UTC) X-User-ID: Wed54lvip9pR4AVrc8lx8FR1CLn26ueEZg+MqLgWW+0= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:wqIUEUIVVhJCvkUhNJMuYOfGSUY= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) X-NNTP-Posting-Host: 8cnJ6SY+V4VHWzKVkgAuz/FTmHJecAEUzT5owzxPqa4= Original-Xref: shelby.stanford.edu gnu.emacs.help:145070 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40673 Archived-At: On 25 Jan 2007, drew.adams@oracle.com wrote: >>> 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. You're right, I forgot. Sorry. Ted