Re: guitar-tune.el 0.1

2008-01-13 Thread Reiner Steib
On Sun, Jan 13 2008, Evans Winner wrote: > Just a couple of thoughts: [...] Please don't start such discussions gnu.emacs.sources/gnu-emacs-sources (this newsgroup/list), which is for posting *sources*. Better use gnu.emacs.help/help-gnu-emacs instead. Thanks, Reiner. Followup-To: gnu.emacs.he

Re: smtp-openssl.el

2007-10-24 Thread Reiner Steib
[ Please direct responses to gnu.emacs.help/gmane.emacs.help/help-gnu-emacsgnu.org, not to gnu.emacs.sources/gmane.emacs.sources/gnu.emacs.sourcesgnu.org ] On Tue, Oct 23 2007, Phillip Lord wrote: > Here is a new version of smtp-openssl.el. > > This file enables the use of openssl as opposed

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."  

Re: User agent highlighting in gnus

2007-08-19 Thread Reiner Steib
On Sat, Aug 18 2007, Xavier Maillard wrote: > highlights user-agent header according to three distinct lists of > good, bad and unknown user-agents. Using `gnus-header-face-alist' seems much more simple. Something like the following... (add-to-list 'gnus-header-face-alist (list (concat

gnu.emacs.sources: Only sources and patches, please (was: linum.el -- Display line numbers to the left of buffers)

2007-03-25 Thread Reiner Steib
Hi, please let's move _discussions_ about packages posted to gnu-emacs-sources/gnu.emacs.sources to help-gnu-emacs/gnu.emacs.help gnu-emacs-sources is intended only for code and patches... | List-Id: GNU Emacs source code postings and patches I'd suggest to add... | Followup-To: gnu.emacs.hel

Re: comment-uncomment-line-or-region.el

2006-09-19 Thread Reiner Steib
On Tue, Sep 19 2006, Andreas Roehler wrote: > ;; Tries to be a quick commenting/uncommenting > ;; facility, as it respects region - active-mark and > ;; transient-mark-mode - but doesn't depend on them. If > ;; on a line, wanting to comment or uncomment them, > ;; you don't have to care if transie

Re: load-directory.el

2006-05-05 Thread Reiner Steib
On Fri, May 05 2006, John Sturdy wrote: > http://www.cb1.com/~john/computing/emacs/lisp/startup/library-path.el > contains a find-library function, like find-file but offering > completion on the names of libraries on the load-path. Emacs' 22 builtin `find-library' already offers this. BTW, gnu.

Re: extview.el --- open files with external viewer

2006-04-03 Thread Reiner Steib
On Mon, Apr 03 2006, Ted Zlatanov wrote: > The Gnus code has a mailcap.el file, in which the function > mailcap-parse-mailcaps parses the appropriate files. I would suggest > looking at it to see how your idea can be done correctly. mailcap.el > is in the Emacs Lisp tree as well, if you don't wa

Re: w32-send-mapi.el 0.1

2005-03-07 Thread Reiner Steib
On Mon, Mar 07 2005, Mathias Dahl wrote: > ;;; w32-send-mapi.el --- send e-mail messages using MAPI [...] > ;; URL: http://groups.google.com/groups?q=w32-send-mapi A persistent URL would be better. Maybe on EmacsWiki if you don't have other web space? > ;; It uses MAPI to send a message by fetc