Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus 0.66 is released
Date: 07 Apr 1996 11:49:16 -0700	[thread overview]
Message-ID: <m2bul3lvir.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 07 Apr 1996 10:58:12 -0700

A few minor glitches I've been able to fix.  The patch is against
v0.65, but works against v0.66.

Supercite should be autoloaded, and nnml-prepare-save-mail-hook should
be allowed to be changed out of .gnus.

--- ChangeLog	1996/04/06 22:10:44	1.69
+++ ChangeLog	1996/04/07 18:18:10
@@ -1,3 +1,11 @@
+Sat Apr  6 15:03:39 1996  Steven L. Baur  <steve@miranova.com>
+
+	* gnus-setup.el (gnus-use-sc): Arrange for autoload of supercite
+	if necessary.
+
+	* nnml.el (nnml-server-variables): Obey user preferences for
+	nnml-prepare-save-mail-hook.
+
 Sat Apr  6 19:03:10 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>
 
 	* nnvirtual.el (nnvirtual-close-group): Don't update component
--- gnus-setup.el	1996/04/03 18:28:21	1.6
+++ gnus-setup.el	1996/04/07 18:18:18
@@ -161,7 +161,8 @@
 (if gnus-use-sc
     (progn
       (add-hook 'mail-citation-hook 'sc-cite-original)
-      (setq message-cite-function 'sc-cite-original)))
+      (setq message-cite-function 'sc-cite-original)
+      (autoload 'sc-cite-original "supercite")))
 \f
 ;;;### (autoloads (gnus-batch-score gnus-fetch-group gnus gnus-slave gnus-no-server gnus-update-format) "gnus" "lisp/gnus.el" (12473 2137))
 ;;; Generated autoloads from lisp/gnus.el
--- nnml.el	1996/04/03 22:54:00	1.26
+++ nnml.el	1996/04/06 23:36:09
@@ -97,7 +97,7 @@
     (nnml-current-directory nil)
     (nnml-generate-active-function ,nnml-generate-active-function)
     (nnml-article-file-alist nil)
-    (nnml-prepare-save-mail-hook nil)
+    (nnml-prepare-save-mail-hook ,nnml-prepare-save-mail-hook)
     (nnml-current-group nil)
     (nnml-inhibit-expiry ,nnml-inhibit-expiry)
     (nnml-status-string "")

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


      reply	other threads:[~1996-04-07 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-07 17:58 Lars Magne Ingebrigtsen
1996-04-07 18:49 ` Steven L Baur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2bul3lvir.fsf@deanna.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).