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:07:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: 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 1302306046 13837 80.91.229.12 (8 Apr 2011 23:40:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2011 23:40:46 +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:43 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 1Q8LIA-0005tN-NE for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Apr 2011 01:40:42 +0200 Original-Received: from localhost ([127.0.0.1]:48493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8LI9-0008MN-WB for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 19:40:42 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!p3g2000vbv.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 182.167.84.124 Original-X-Trace: posting.google.com 1302304059 7395 127.0.0.1 (8 Apr 2011 23:07:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 8 Apr 2011 23:07:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p3g2000vbv.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:186611 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:80720 Archived-At: Thank you Drew, I tried your suggestions. On Apr 8, 10:55=A0pm, "Drew Adams" wrote: > Here are a couple of ways I would do it - there are no doubt other ways. > Essentially, you just need a way to cycle among files. Yeah in a way this is true, but what I had in mind was a bit of lisp code that would allow me to press 'n' (or SPC) on an image and then see the next one, 'p' would get me the previous one. > > 1. Use Icicles. =A0`C-x C-f', then cycle using `up'/`down'. =A0When a fil= e is an > image file the image is displayed. =A0To cycle among only files `foo*', t= ype `foo' > then cycle. Hmm, I tried to use icicles, but it seems to fight with ido, which I am using. If they can't figure it out, I am with ido. But at the moment, I am not sure this is the route I want to take. > 2. Use `image-dired'. Use `right'/`left' + `RET' in the thumbnails buffer= to > cycle among images. I also looked at image-dired, but that seems to be a different use case. If there was a way to make the thumbnails larger, it might be useful in some ways, but not for my main purpose. All the best, Chris