info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus v5.10.6 not working on GNU Emacs 21.3.1


From: Fabrice Niessen
Subject: Re: Gnus v5.10.6 not working on GNU Emacs 21.3.1
Date: Fri, 28 May 2004 14:26:35 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Hamster/2.0.0.1

... Still have one error: `No such function: nntp-request-create-group'

    Sending via mail...
    (...)
    221 closing connection - goodbye!
    Opening nnfolder server on archive...done
    Mark set
    Wrote d:/users/fni/home/Mail/archive/mail/MyFirstName
    while: No such function: nntp-request-create-group
    Opening nnfolder server...done
    (...)
    Saving file d:/users/fni/Mail/mail/MyFirstName MyLastName...

It happens when I write a message, and want to save it in the folder
`mail.MyFirstName MyLastName' (space in the folder name), with the

    ;; "Gcc:"-chooser, from Christoph Conrad
    (defvar header-gcc-history nil)
    (defun my-choose-gcc()
      (interactive)
      (let* (;; if this "group" is choosen the default "Gcc" remains
             (default "nnfolder:")
             ;; if this "group" is choosen the default "Gcc" is deleted
             (delete (concat default "Q"))
             ;; else the choosen group is inserted as "Gcc:"
             (groups (append gnus-newsrc-alist (list (list default 'dummy)
                                                     (list delete  'dummy))))
             (group (completing-read "Gcc: "
                                     groups
                                     nil t default 'header-gcc-history))
             (completion-ignore-case t))
        ;; input?
        (if (not (equal default group))
            (progn
              (message-remove-header "Gcc" t)
              (if (not (equal delete group))
                  (message-add-header (concat "Gcc: " group)))))))

    (add-hook 'message-send-hook 'my-choose-gcc)

    ;;}}}

This worked before, with Gnus v5.9.0 (and I don't /think/ having imported
other side-effects since then). Any idea on how to resolve this?

Best regards,
  Fabrice Niessen

___________________________________________
Fabrice Niessen - fni@missioncriticalit.com
Pre-sales, Network and Software Engineer
M i s s i o n   C r i t i c a l   I T
Phone ... +32 2-757.10.15
Fax ..... +32 2-759.27.60


reply via email to

[Prev in Thread] Current Thread [Next in Thread]