Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Default coding system when fetching mail
Date: Sun, 04 Jan 2004 22:01:19 +0100	[thread overview]
Message-ID: <m3wu871l9c.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <m3r7yfifz5.fsf@pdrechsler.fqdn.th-h.de>

Patrick Drechsler <patrick.drechsler@gmx.net> writes:

> Debugger entered--Lisp error: (quit)
>   read-coding-system("Select coding system (default utf-8): " utf-8)

[...]

>   write-region(1 7769 "~/.emacs-mail-crash-box" t)
>   append-to-file(1 7769 "~/.emacs-mail-crash-box")

[...]

>   pop3-movemail("~/.emacs-mail-crash-box")

Are you sure that this is the pop3.el that's included with the Gnus
distribution?  It doesn't use `append-to-file', and its call to
`write-region' is this:

	    (let ((coding-system-for-write 'binary))
	      (write-region (point-min) (point-max) crashbox t 'nomesg))

              
-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  reply	other threads:[~2004-01-04 21:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-04 13:28 Patrick Drechsler
2004-01-04 20:37 ` Lars Magne Ingebrigtsen
2004-01-04 21:03   ` Patrick Drechsler
2004-01-04 21:01     ` Lars Magne Ingebrigtsen [this message]
2004-01-04 22:59       ` Patrick Drechsler

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=m3wu871l9c.fsf@quimbies.gnus.org \
    --to=larsi@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).