From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8453: enhancement to image mode Date: Sun, 10 Apr 2011 00:27:56 -0300 Message-ID: References: <4D9FB68C.50206@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302406677 21935 80.91.229.12 (10 Apr 2011 03:37:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2011 03:37:57 +0000 (UTC) Cc: 8453@debbugs.gnu.org To: Christian Wittern Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 10 05:37:53 2011 Return-path: Envelope-to: geb-bug-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 1Q8lTE-00025g-WC for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 05:37:53 +0200 Original-Received: from localhost ([127.0.0.1]:37446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8lTE-0003fn-Ds for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Apr 2011 23:37:52 -0400 Original-Received: from [140.186.70.92] (port=54786 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8lT8-0003d3-R6 for bug-gnu-emacs@gnu.org; Sat, 09 Apr 2011 23:37:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8lT7-0003zn-UI for bug-gnu-emacs@gnu.org; Sat, 09 Apr 2011 23:37:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8lT7-0003zj-Sm for bug-gnu-emacs@gnu.org; Sat, 09 Apr 2011 23:37:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Q8lKg-00062w-7o; Sat, 09 Apr 2011 23:29:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Apr 2011 03:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8453 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8453-submit@debbugs.gnu.org id=B8453.130240608823179 (code B ref 8453); Sun, 10 Apr 2011 03:29:02 +0000 Original-Received: (at 8453) by debbugs.gnu.org; 10 Apr 2011 03:28:08 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q8lJn-00061n-MR for submit@debbugs.gnu.org; Sat, 09 Apr 2011 23:28:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q8lJl-00061K-Iu for 8453@debbugs.gnu.org; Sat, 09 Apr 2011 23:28:06 -0400 Original-Received: from 213-159-126-200.fibertel.com.ar ([200.126.159.213]:51434 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Q8lJf-0002j4-F7; Sat, 09 Apr 2011 23:28:00 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5D2EB66124; Sat, 9 Apr 2011 23:27:56 -0400 (EDT) In-Reply-To: <4D9FB68C.50206@gmail.com> (Christian Wittern's message of "Sat, 09 Apr 2011 10:29:48 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 09 Apr 2011 23:29:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:45724 Archived-At: > With the help of Drew Adams on gnu.emacs.help, I added the following to > image-mode, which allows one to visit the following or previous image, which > is useful if images are in a series, such as in pages of books. If this is > deemed useful, I would like to have this added to emacs. This looks very handy, indeed. I'd recommend to slightly change the code so it just looks for the first filename greater than the current name (so it also works in the odd case where the current file is not in the directory any more). I'm currently traveling, so if someone else can take care of cleaning-up and installing this code, I'd appreciate it. Stefan PS: this again calls for closer integration between doc-mode and image-mode.