From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Several suggestions for image support Date: Sat, 17 Apr 2004 15:02:45 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040417.150245.208967866.wl@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082228756 19894 80.91.224.253 (17 Apr 2004 19:05:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Apr 2004 19:05:56 +0000 (UTC) Cc: dak@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 17 21:05:46 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEv8M-0001JQ-00 for ; Sat, 17 Apr 2004 21:05:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEv8L-0004SE-00 for ; Sat, 17 Apr 2004 21:05:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEv7v-0006dK-1F for emacs-devel@quimby.gnus.org; Sat, 17 Apr 2004 15:05:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEv7g-0006YP-PG for emacs-devel@gnu.org; Sat, 17 Apr 2004 15:05:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEv6v-0006EZ-MJ for emacs-devel@gnu.org; Sat, 17 Apr 2004 15:04:49 -0400 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEv6o-0006Bz-0m; Sat, 17 Apr 2004 15:04:10 -0400 Original-Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BEv6n-0006hE-00; Sat, 17 Apr 2004 21:04:09 +0200 Original-Received: from [62.156.48.182] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BEv6m-0008Ea-00; Sat, 17 Apr 2004 21:04:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id i3HD2ka07830; Sat, 17 Apr 2004 15:02:46 +0200 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mew version 4.0.65 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21827 > Emacs should have a way to scroll through an image, so that C-v each > time can advance one window-height through the image. I strongly support this! Normally, I use a 24x12 bitmap font; together with preview-latex this gives quite big images which are really tedious to navigate within Emacs. Werner