all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joost Kremers <joostkremers@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs
Date: 29 Aug 2007 21:44:28 GMT	[thread overview]
Message-ID: <slrnfdbq42.1ud.joostkremers@j.kremers4.news.arnhem.chello.nl> (raw)
In-Reply-To: 878x7ujfov.fsf@baldur.tsdh.de

Tassilo Horn wrote:

hi tassilo,

>> btw, because my screen is rather small (12inch ibook), a converted
>> page isn't shown in full, and i have to scroll down to see the bottom
>> part. (slicing doesn't help, as the screen is just too small.)
>
> You can still slice with:

yes, i saw that function. however, the thing is, the text itself is simply
too large to fit on my screen. ;-) telling doc-view to create smaller
images wouldn't work either, because then the text becomes too small to
read.

>> other viewers (xdvi, xpdf) usually use the space bar to scroll down
>> and jump to the top of the next page if the bottom of the page is
>> shown. usually, DEL or backspace does the opposite.
>
> Implemented.

thanks, i just downloaded the new version. your way of doing it is a bit
smarter than mine. ;-) unfortunately, moving backward from the top of page
X to the bottom of page X-1 doesn't work. the cause seems to be to be what
i would consider a bug in emacs, though.

the problem is that calling (goto-char (point-max)) makes the entire image
disappear from the visible part of the buffer; only the line "Page x of y"
is visible. if at this point i hit DEL to scroll down the image and make it
visible, emacs displays the *top* part of the image, not the bottom part,
which i would expect.

like i said, i think this should be considered a bug in emacs. if the
buffer contents is scrolled down, and emacs needs to scroll an image into
view, it apparently shows the top of the image, even if the image is too
large to be visible all at once. what emacs *should* do in such cases,
IMHO, is show the *bottom* part of an image first, and only show the top
part of the image when the contents is scrolled down further.

btw, defparameter is back again, and you've made a typo:
doc-view-scroll-dows-or-previous-page (twice)
...................^


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)

  reply	other threads:[~2007-08-29 21:44 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87wsvnfoyp.fsf@baldur.tsdh.de>
2007-08-22 20:28 ` doc-view.el --- View PDF/PostStript/DVI files in Emacs Reiner Steib
     [not found] ` <mailman.5132.1187810757.32220.gnu-emacs-sources@gnu.org>
     [not found]   ` <87zm0i6gq2.fsf@gnu.org>
     [not found]     ` <87d4xe6f6z.fsf@gnu.org>
     [not found]       ` <mailman.5174.1187854510.32220.gnu-emacs-sources@gnu.org>
     [not found]         ` <87zm0hq6kz.fsf@gnu.org>
     [not found]           ` <87hcmoc1tg.fsf@baldur.tsdh.de>
     [not found]             ` <m0ir7448cj.fsf@gmail.com>
     [not found]               ` <87d4xcoxyn.fsf@baldur.tsdh.de>
     [not found]                 ` <mailman.5331.1188079187.32220.gnu-emacs-sources@gnu.org>
2007-08-26  5:18                   ` Stefan Monnier
2007-08-26  6:34                     ` Bill Clementson
2007-08-26 13:49                     ` Martin Rubey
2007-08-26 16:55                       ` Tassilo Horn
     [not found]                 ` <m0ejhr46ol.fsf@gmail.com>
     [not found]                   ` <878x7ylhdk.fsf@baldur.tsdh.de>
     [not found]                     ` <m0y7fyjhwv.fsf@gmail.com>
     [not found]                       ` <87fy26gn55.fsf@baldur.tsdh.de>
     [not found]                         ` <m0tzqmjev6.fsf@gmail.com>
     [not found]                           ` <m04pilk28l.fsf@gmail.com>
     [not found]                             ` <874pil8f2m.fsf@baldur.tsdh.de>
2007-08-27 16:07                               ` Bill Clementson
     [not found]                                 ` <mailman.5478.1188334117.32220.help-gnu-emacs@gnu.org>
2007-08-29  7:06                                   ` Tassilo Horn
2007-08-29 14:41                                     ` Bill Clementson
     [not found]                                 ` <45D3FC07-69EB-471D-9502-BF208EAFBC79@Web.DE>
     [not found]                                   ` <m0bqcsejqq.fsf@gmail.com>
2007-08-29 23:42                                     ` Xavier Maillard
     [not found]                                     ` <mailman.36.1188431692.18990.help-gnu-emacs@gnu.org>
2007-08-30  7:16                                       ` Tassilo Horn
     [not found]                               ` <mailman.5410.1188230840.32220.help-gnu-emacs@gnu.org>
     [not found]                                 ` <87odgsjef5.fsf@baldur.tsdh.de>
     [not found]                                   ` <slrnfd7sum.ucr.joostkremers@j.kremers4.news.arnhem.chello.nl>
     [not found]                                     ` <87absbg53e.fsf@baldur.tsdh.de>
2007-08-29 16:25                                       ` Joost Kremers
2007-08-29 19:36                                         ` Tassilo Horn
2007-08-29 21:44                                           ` Joost Kremers [this message]
2007-08-30  7:14                                             ` Tassilo Horn
2007-08-30  9:37                                               ` Joost Kremers
2007-08-30 11:52                                                 ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Tassilo Horn
2007-08-30 17:25                                                   ` Bill Clementson
2007-08-30 22:02                                                     ` doc-view.el blog posting Bill Clementson
2007-09-02  1:00                                                       ` Xavier Maillard
2007-09-02  5:09                                                         ` Bill Clementson
2007-09-03  1:00                                                           ` Xavier Maillard
     [not found]                                                         ` <mailman.159.1188709811.18990.help-gnu-emacs@gnu.org>
2007-09-02  8:32                                                           ` Tassilo Horn
2007-09-03  0:41                                                             ` Bill Clementson
2007-09-03 11:15                                                               ` Peter Dyballa
2007-09-03 18:58                                                                 ` Bill Clementson
2007-09-03 21:00                                                                   ` Peter Dyballa
2007-09-03 23:04                                                                     ` Bill Clementson
2007-09-05  1:10                                                                       ` Bill Clementson
2007-09-03  1:00                                                             ` Xavier Maillard
     [not found]                                                     ` <mailman.77.1188511380.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:47                                                       ` Tassilo Horn
2007-08-31  1:00                                                   ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Xavier Maillard
     [not found]                                                   ` <mailman.83.1188525985.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:42                                                     ` doc-view.el now allows searching Tassilo Horn
2007-09-02  8:21                                                       ` Xavier Maillard
2007-08-31 11:55                                                   ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Joost Kremers
2007-08-31 14:42                                                     ` doc-view.el now allows searching Tassilo Horn
2007-08-31 15:27                                                       ` Joost Kremers
2007-08-31 15:38                                                       ` Joost Kremers
2007-08-31 17:15                                                         ` Tassilo Horn
     [not found]                                                   ` <mailman.72.1188494731.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:55                                                     ` Tassilo Horn
2007-08-31 16:44                                                       ` Bill Clementson
2007-08-31 13:02                                                     ` Tassilo Horn
2007-08-31 16:38                                                       ` Bill Clementson
2007-08-31 19:06                                                         ` Peter Dyballa
2007-08-31 20:56                                                           ` Bill Clementson
     [not found]                                                         ` <mailman.123.1188587537.18990.help-gnu-emacs@gnu.org>
2007-08-31 20:16                                                           ` Tassilo Horn
     [not found]                                                       ` <mailman.117.1188578356.18990.help-gnu-emacs@gnu.org>
2007-08-31 17:46                                                         ` Tassilo Horn
2007-08-31 20:29                                                           ` Bill Clementson
     [not found]                                                           ` <mailman.124.1188592219.18990.help-gnu-emacs@gnu.org>
2007-08-31 21:54                                                             ` Tassilo Horn
2007-09-01  0:28                                                               ` Bill Clementson
     [not found]                                                               ` <mailman.128.1188606528.18990.help-gnu-emacs@gnu.org>
2007-09-01  8:32                                                                 ` Tassilo Horn
2007-09-01 17:45                                                                   ` Bill Clementson
     [not found]                                                                   ` <mailman.135.1188668772.18990.help-gnu-emacs@gnu.org>
2007-09-01 21:59                                                                     ` Tassilo Horn
2007-09-02  0:42                                                                       ` Bill Clementson
     [not found]                                                                       ` <mailman.146.1188693912.18990.help-gnu-emacs@gnu.org>
2007-09-02  8:58                                                                         ` Tassilo Horn
2007-09-03  0:30                                                                           ` Bill Clementson
2007-09-03  1:00                                                                           ` Xavier Maillard
     [not found]                                                                           ` <mailman.203.1188785343.18990.help-gnu-emacs@gnu.org>
2007-09-03 11:12                                                                             ` Tassilo Horn
2007-09-04  1:00                                                                               ` Xavier Maillard
2007-08-29 21:50                                           ` doc-view.el --- View PDF/PostStript/DVI files in Emacs Bill Clementson
     [not found]                                           ` <mailman.20.1188424257.18990.help-gnu-emacs@gnu.org>
2007-08-30  7:09                                             ` Tassilo Horn
2007-08-30  7:51                                               ` Tassilo Horn
2007-08-30 17:15                                               ` Daniel Jensen
2007-08-30 17:34                                                 ` Tassilo Horn
2007-08-29 23:42                                       ` Xavier Maillard
     [not found]                                       ` <mailman.35.1188431691.18990.help-gnu-emacs@gnu.org>
2007-08-30  0:14                                         ` Joost Kremers
2007-08-31  1:00                                           ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrnfdbq42.1ud.joostkremers@j.kremers4.news.arnhem.chello.nl \
    --to=joostkremers@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.