emacs-devel
[Top][All Lists]
Advanced

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

Re: doc-view.patch waiting for installation


From: Glenn Morris
Subject: Re: doc-view.patch waiting for installation
Date: Sun, 28 Oct 2007 21:52:44 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Tassilo Horn wrote:

> since my patch (<address@hidden>) was approved by Stefan
> and I made all changes suggested by RMS and others, would somebody go on
> and install it?

The supplied ChangeLog entry seems incomplete. Eg
doc-view-toggle-display is not mentioned, nor is not requiring 'cl any
more, nor doc-view-previous-major-mode, the stuff about "Use
image-mode scrolling for mouse-wheel." seems not apply, etc.

I got as far as this version:

2007-10-29  Tassilo Horn  <address@hidden>

            * doc-view.el: No longer require cl at compile time.
            (doc-view-current-display): Remove variable.
            (doc-view-previous-major-mode): New internal variable.
            (doc-view-mode-map): New binding K to kill the converter process.
            Remove doc-view-edit-doc binding.
            (doc-view-mode-text-map): Remove keymap.
            (doc-view-minor-mode-map): New keymap.
            (doc-view-kill-proc): Set
            doc-view-current-converter-process nil after killing process.
            (doc-view-current-cache-dir): Better cache dir naming.
            (doc-view-remove-if): New function.
            (doc-view-search-next-match, doc-view-search-previous-match):
            Use it.
            (doc-view-pdf/ps->png): Timer calls d-v-display instead
            d-v-display-maybe.
            (doc-view-ps->pdf): Resort args to make ps2pdf happy.
            (doc-view-convert-current-doc): Use
            doc-view-current-cache-dir as a function, not a variable.
            (doc-view-display-maybe): Remove function.
            (doc-view-buffer-message): Mention new binding K.
            (doc-view-toggle-display): Do stuff.   *** FIXME
            (doc-view-mode): Remove text/image switching code.
            Use plain defun.
            (doc-view-minor-mode): New minor mode.

            * progmodes/ps-mode.el (ps-mode): Enable doc-view-minor-mode.





reply via email to

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