From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chris Newsgroups: gmane.emacs.help Subject: Re: extension for image view to go to next or previous image Date: Fri, 8 Apr 2011 16:11:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <508d0eb0-8ca7-45ce-9c8a-292d638f53f1@e26g2000vbz.googlegroups.com> References: <293db391-853d-4043-8b0b-aa68dad213bf@t13g2000vbo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302306058 13885 80.91.229.12 (8 Apr 2011 23:40:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2011 23:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 09 01:40:53 2011 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.69) (envelope-from ) id 1Q8LIE-0005wM-4r for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Apr 2011 01:40:46 +0200 Original-Received: from localhost ([127.0.0.1]:48506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8LID-0008N3-KR for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 19:40:45 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e26g2000vbz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 182.167.84.124 Original-X-Trace: posting.google.com 1302304277 30926 127.0.0.1 (8 Apr 2011 23:11:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 8 Apr 2011 23:11:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e26g2000vbz.googlegroups.com; posting-host=182.167.84.124; posting-account=SYqNqAoAAAD474ngH0CkO95DjHy_qVi7 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186612 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:80721 Archived-At: Dear Thierry, On Apr 8, 3:34=A0pm, Thierry Volpiatto wrote: > > You can use iterators to do that. I never had heard of it iterators in elisp, but they look useful. But it is a pity they can only go in one direction. Anyway, I will check out ioccur. I still think that maybe finding a way to "remote control" dired would be the easiest solution, than I would simply have the dired buffer in the background and get the info about which file comes next or previous from there. But I am still stuck at how to practically do that... All the best, Chris