help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs


From: Bill Clementson
Subject: Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs
Date: Mon, 27 Aug 2007 09:07:00 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

Hi Tassilo,

Tassilo Horn <tassilo@member.fsf.org> writes:
> Bill Clementson <billclem@gmail.com> writes:
>> Just another small point - you use process-file-shell-command in
>> doc-view.el but that command is only available in recent CVS emacs and
>> not in 22.1. You might want to consider using process-file instead.
>
> No, that's not possible.  `process-file' wants a PROGRAM whereas
> `process-file-shell-command' accepts a whole command line.  Because the
> somewhat strange order dvipdfm accepts its aruments it seems to be not
> doable with `process-file' and its arguments.
>
> But I can use `shell-command' (and I do it now).

In the conversion of doc-view-convert-doc, you made a typo:
doc-view-conversion-buffed should be doc-view-conversion-buffer

Also, I suggested using C-n and C-p to scroll the image. You changed
the bindings of C-v and M-v to scroll the image and added C-n and M-p
to do next/previous page. I think my suggested bindings are closer to
what people would expect (e.g. - C-v would move to the next page while
C-n would move down in the current page). In any case, if you decide
to keep the existing bindings, you should probably at least change M-p
to C-p.

> BTW: We really should move the discussion to gnu.emacs.help now.

I've sent this followup to the emacs help newsgroup.

> Bye,
> Tassilo
> -- 
>      My software never has bugs. It just develops random features.

The random feature this time was breaking on dvi generation. ;-)

- Bill





reply via email to

[Prev in Thread] Current Thread [Next in Thread]