Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Cc: ding@gnus.org
Subject: Re: Quassia Gnus v0.4 is released
Date: 15 Sep 1997 07:28:42 -0700	[thread overview]
Message-ID: <863en6zm5h.fsf@kramer.in.aventail.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "15 Sep 1997 00:47:37 +0200"

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> Bug fixes and stuff.

I needed this patch to gnus-start.el... name collision with
gnus-draft-setup being defined in both gnus-start and gnus-draft.  So if
gnus-draft was already loaded (ie: your second invocation of 'gnus' in an
Emacs session) you would bomb out with an invalid # or arguments.

-Bill P.

*** gnus-start.el~	Sun Sep 14 12:25:48 1997
--- gnus-start.el	Mon Sep 15 07:33:27 1997
***************
*** 690,696 ****
  
  	  ;; Do the actual startup.
  	  (gnus-setup-news nil level dont-connect)
! 	  (gnus-draft-setup)
  	  ;; Generate the group buffer.
  	  (gnus-group-list-groups level)
  	  (gnus-group-first-unread-group)
--- 690,696 ----
  
  	  ;; Do the actual startup.
  	  (gnus-setup-news nil level dont-connect)
! 	  (gnus-maybe-create-draft-group)
  	  ;; Generate the group buffer.
  	  (gnus-group-list-groups level)
  	  (gnus-group-first-unread-group)
***************
*** 698,704 ****
  	  (gnus-group-set-mode-line)
  	  (run-hooks 'gnus-started-hook))))))
  
! (defun gnus-draft-setup ()
    "Make sure the draft group exists."
    (unless (gnus-gethash "nndraft:draft" gnus-newsrc-hashtb)
      (gnus-request-create-group "draft" '(nndraft ""))
--- 698,704 ----
  	  (gnus-group-set-mode-line)
  	  (run-hooks 'gnus-started-hook))))))
  
! (defun gnus-maybe-create-draft-group ()
    "Make sure the draft group exists."
    (unless (gnus-gethash "nndraft:draft" gnus-newsrc-hashtb)
      (gnus-request-create-group "draft" '(nndraft ""))


      parent reply	other threads:[~1997-09-15 14:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-14 22:47 Lars Magne Ingebrigtsen
1997-09-15  4:27 ` SL Baur
1997-09-15 23:06   ` Lars Magne Ingebrigtsen
1997-09-15 11:56 ` Mansuriatus Shahrir Amir
1997-09-15 23:07   ` Lars Magne Ingebrigtsen
1997-09-15 14:28 ` William M. Perry [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=863en6zm5h.fsf@kramer.in.aventail.com \
    --to=wmperry@aventail.com \
    --cc=ding@gnus.org \
    /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).