From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: scrolling images? Date: Thu, 26 Sep 2002 17:45:04 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033076840 24153 127.0.0.1 (26 Sep 2002 21:47:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2002 21:47:20 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ugTf-0006HR-00 for ; Thu, 26 Sep 2002 23:47:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17uhBa-00075U-00 for ; Fri, 27 Sep 2002 00:32:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ugTk-00066x-00; Thu, 26 Sep 2002 17:47:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17ugRX-0005qV-00 for emacs-devel@gnu.org; Thu, 26 Sep 2002 17:45:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ugRV-0005qJ-00 for emacs-devel@gnu.org; Thu, 26 Sep 2002 17:45:06 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ugRV-0005qD-00 for emacs-devel@gnu.org; Thu, 26 Sep 2002 17:45:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17ugRU-0005Ce-00; Thu, 26 Sep 2002 17:45:04 -0400 Original-To: ke@gnu.franken.de In-reply-to: (message from Karl Eichwalder on Thu, 26 Sep 2002 09:05:07 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8185 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8185 The manual lacks info on working with images. Maybe I'm wrong but I only see this section: I don't think there is anything else a user can do with images. Aside from that, there are only the facilities for programs. You cannot view all parts of an image which is larger than the frame (e.g. on an 800x600 display try http://www.ub.uni-bielefeld.de/diglib/adelung/grammati/1/jpeg/00000000.jpg -- scanned title page of a German dictionary (1808); I can send the image by mail if necessary). I guess we need to have commands that can scroll through images. Really C-v ought to do it. This relates to one of the items in etc/TO-DO. Are you interested in working on it?