Re: ;;; anything.el --- open anything

2007-08-25 Thread [EMAIL PROTECTED]
I use Wikipedia a lot, so I made a source similar to Google Suggest for Wikipedia titles. Here it is if someone's interested: (defvar anything-wikipedia-title-lookup-program nil The program is called with one argument and it should return matching titles from Wikipedia.) (setq

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

smartquotes.el -- Insertion of unicode quotes in text documents

2007-08-25 Thread Martin Blais
;;; Commentary ;; The functions provided by xmlunicode.el for the insertion of the fancy ;; unicode quotes (double and single) take into account the context of the ;; document for XML documents. Those quotes are more useful, in my experience, ;; in text files written in UTF-8 encoding, such as