Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Fabrice Niessen <fni@missioncriticalit.com>
Subject: Re: Gnus v5.10.6 not working on GNU Emacs 21.3.1
Date: Fri, 28 May 2004 14:26:35 +0200	[thread overview]
Message-ID: <un03szqis.fsf@laposte.net> (raw)
In-Reply-To: <m3k6ywix9p.fsf@defun.localdomain>

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


      parent reply	other threads:[~2004-05-28 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 10:00 Fabrice Niessen
2004-05-28 10:25 ` Jesper Harder
     [not found]   ` <uvfig255x.fsf@laposte.net>
     [not found]     ` <m3k6ywix9p.fsf@defun.localdomain>
2004-05-28 12:26       ` Fabrice Niessen [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=un03szqis.fsf@laposte.net \
    --to=fni@missioncriticalit.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).