Gnus development mailing list
 help / color / mirror / Atom feed
From: Shaun Lipscombe <shaun.lipscombe@gasops.co.uk>
Subject: nnmail-pop-password, and nnheader-temp-write
Date: 17 Jun 1999 17:43:42 +0100	[thread overview]
Message-ID: <wkogie22wx.fsf@gasops.co.uk> (raw)


OK first off, I get prompted for a password when I collect mail, even
though nnmail-pop-password is set.  I have confirmed this with C-h v.
It worked fine in Gnus 5.4.65.  This is only a minor irritation, but
it slows the startup somewhat (its a windows machine, so it needs to
be rebooted 4 times a day, unlike the XEmacs session running on my
linux box at home which has been up for weeks, months?).

Secondly,  I think this is broken (I snipped it out of Lars' .gnus)

Specifically, the nnheader-temp-write.

(defun xface-insert ()
  (nnheader-temp-write nil
    (insert-file-contents "~/.xface")
    (buffer-string)))

(require 'message)
(setq message-required-news-headers
      (nconc message-required-news-headers
             (list '(X-Face . xface-insert))))
(setq message-required-mail-headers
      (nconc message-required-mail-headers
             (list '(X-Face . xface-insert))))

This is why I think this ( I have not wrapped it deliberately) I hope
I haven't annoyed anyone ...

Signaling: (void-function nnheader-temp-write)
  (nnheader-temp-write nil (insert-file-contents "~/.xface") (buffer-string))
  xface-insert()
  message-generate-headers(((X-Yow . yow) (X-Mayan-Date . mayan-date) From Date (optional . In-Reply-To) Message-ID (optional . User-Agent) (X-Face . xface-insert)))
  message-setup(((Subject . "Re: hello") (Cc . "shaun@gasops.co.uk") (To . "robert.hebden@gasops.co.uk (Dr Robert M. Hebden)") (References . "<wkogieeo1e.fsf@mail.gasops.co.uk>")) #<buffer  *gnus article copy*>)
  message-reply(nil t)
  message-wide-reply(nil)
  gnus-post-news(nil "nnml:gmsl" [1 "hello" "robert.hebden@gasops.co.uk (Dr Robert M. Hebden)" "17 Jun 1999 17:26:37 +0000" "<wkogieeo1e.fsf@mail.gasops.co.uk>" "" 121 39 "Xref: HALCYON gmsl:1" nil] "*Article*" (1) nil nil)
  gnus-summary-followup((1) nil)
  gnus-summary-followup-with-original(nil)
  call-interactively(gnus-summary-followup-with-original)
  gnus-article-read-summary-keys(nil)
  call-interactively(gnus-article-read-summary-keys)

if the xface insert function is breaking it, is there an alternative?

Thank you

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



             reply	other threads:[~1999-06-17 16:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-17 16:43 Shaun Lipscombe [this message]
1999-06-17 17:11 ` Shaun Lipscombe
1999-06-18  2:51 ` Stainless Steel Rat
1999-06-18  8:56   ` Shaun Lipscombe
1999-06-18 10:51     ` Kai.Grossjohann
1999-06-21 14:53       ` Shaun Lipscombe

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=wkogie22wx.fsf@gasops.co.uk \
    --to=shaun.lipscombe@gasops.co.uk \
    /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).