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

2007-08-27 Thread Tim X
Tassilo Horn [EMAIL PROTECTED] writes: Tim X [EMAIL PROTECTED] writes: Hi Tim, 5. Dired key: It would be nice to have a defcustom value that would specify a dired map key that would call doc-view on a file (with a new doc-view function that doesn't prompt for the file name). This would

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

2007-08-26 Thread Bill Clementson
Stefan Monnier [EMAIL PROTECTED] writes: [ Please guys, this is a sources-only newsgroup. ] I posted this reply to the emacs help newsgroup as well. Presumably any further discussion should occur there. Well, why do you think you have to wait? Go on with your work and eventually the

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

2007-08-26 Thread Tassilo Horn
Bill Clementson [EMAIL PROTECTED] writes: Hi Bill, 1. It is slow: It would probably be better to provide an async mode option. In other words, instead of waiting for the convert process to complete, let the user view the pages that have been generated and periodically, have doc-view

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

2007-08-26 Thread Tassilo Horn
Tim X [EMAIL PROTECTED] writes: Hi Tim, 5. Dired key: It would be nice to have a defcustom value that would specify a dired map key that would call doc-view on a file (with a new doc-view function that doesn't prompt for the file name). This would make it easier to browse pdf files in dired.

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

2007-08-26 Thread Henrik Enberg
Guys, the gnu-emacs-sources info page¹ has the following to say: | This list/newsgroup will be for the posting, by their authors, of Emacs | Lisp and C sources and patches that improve GNU Emacs. Its contents | will be reviewed by the FSF for inclusion in future releases of GNU | Emacs. | Please

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

2007-08-26 Thread Bill Clementson
Hi Tassilo Tassilo Horn [EMAIL PROTECTED] writes: Bill Clementson [EMAIL PROTECTED] writes: 1. It is slow: It would probably be better to provide an async mode option. In other words, instead of waiting for the convert process to complete, let the user view the pages that have been generated

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

2007-08-26 Thread Bill Clementson
Hi Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: Bill Clementson [EMAIL PROTECTED] writes: Hi Bill, I am new to git, so maybe I'm doing something wrong. No, the problem was on my side. Please try again. Yep, that did it. Wow, the performance increase with gs is incredible! That's

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

2007-08-26 Thread Tassilo Horn
Bill Clementson [EMAIL PROTECTED] writes: Hi Bill, Wow, the performance increase with gs is incredible! That's really amazing. :-) Yep, but it's a bummer that I dunno how to cut of the margins. BTW, you might want to add the following bindings to doc-view-mode-map: (define-key map

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

2007-08-25 Thread Tassilo Horn
Bill Clementson [EMAIL PROTECTED] writes: Hi Bill, Only the Macports install worked on my Powerbook G4 (and that took ages to build all the dependencies because Macports builds versions of the dependencies that work with the package you're installing even if you have non-Macports versions of

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

2007-08-25 Thread Bill Clementson
Hi Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: Bill Clementson [EMAIL PROTECTED] writes: There are a few ways that it could probably be made better though: 1. It is slow: It would probably be better to provide an async mode option. In other words, instead of waiting for the convert

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

2007-08-25 Thread Tim X
Bill Clementson [EMAIL PROTECTED] writes: 5. Dired key: It would be nice to have a defcustom value that would specify a dired map key that would call doc-view on a file (with a new doc-view function that doesn't prompt for the file name). This would make it easier to browse pdf files in

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

2007-08-24 Thread Tassilo Horn
Xavier Maillard [EMAIL PROTECTED] writes: Hi Xavier, I'll try to do that this evening. Ok. Today I made some major changes to make it more convenient to use, because doc-view.el is going to be part of GNU Emacs in the near future. The current version is in my Git repository and a patch is

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

2007-08-24 Thread Bill Clementson
Hi Tassilo, Tassilo Horn [EMAIL PROTECTED] writes: Ok. Today I made some major changes to make it more convenient to use, because doc-view.el is going to be part of GNU Emacs in the near future. The current version is in my Git repository and a patch is sent to emacs-devel. :-) Ok, this is

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

2007-08-23 Thread Tassilo Horn
Xavier Maillard [EMAIL PROTECTED] writes: Hi Xavier, I've started to write something down onto emacwiki[1]. It needs still some work to be usefull. [1] http://www.emacswiki.org/cgi-bin/wiki/DocViewMode I've seen it and I left a comment. If you want you can upload it to emacswiki and keep

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

2007-08-22 Thread Reiner Steib
[ Crosspost Followup-To: gnu.emacs.help ] On Wed, Aug 22 2007, Tassilo Horn wrote: (defcustom doc-view-cache-directory /tmp/doc-view Maybe use `temporary-file-directory' or `make-temp-name'. The base directory, where the PNG imoges will be saved.