Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Cc: ding@gnus.org
Subject: Re: Bug in nnmaildir?
Date: Tue, 29 Jun 2004 17:16:47 -0400	[thread overview]
Message-ID: <m3fz8e6p4a.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <87isda144z.fsf@seamus.arnested.dk> (Arne =?iso-8859-1?Q?J=F8rgensen's?= message of "Tue, 29 Jun 2004 22:49:16 +0200")

Arne Jørgensen <arne@arnested.dk> wrote:
> How about setting the locale to en_US with the system-messages-locale
> variable when running the function?

Ok, see if this works for you:

diff -u -r7.4 nnmaildir.el
--- lisp/nnmaildir.el   20 May 2004 08:02:40 -0000      7.4
+++ lisp/nnmaildir.el   29 Jun 2004 21:15:22 -0000
@@ -1541,7 +1541,8 @@
                     permarkfile (concat mdir ":")
                     mfile (concat mdir (nnmaildir--art-prefix article)))
               (condition-case err
-                  (add-name-to-file permarkfile mfile)
+                  (let ((system-messages-locale "en_US"))
+                    (add-name-to-file permarkfile mfile))
                 (error
                  (cond
                   ((nnmaildir--eexist-p err))


paul



  reply	other threads:[~2004-06-29 21:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-29  6:52 Another newbie question Ding Lei
2004-06-03  0:16 ` Chris Ball
2004-06-04  1:01 ` Ding Lei
2004-06-26 20:12 ` Bug in nnmaildir? (was: Another newbie question...) Arne Jørgensen
2004-06-26 20:37   ` Bug in nnmaildir? Arne Jørgensen
2004-06-28 17:19     ` Paul Jarc
2004-06-29 19:50       ` Arne Jørgensen
2004-06-29 20:09         ` Paul Jarc
2004-06-29 20:49           ` Arne Jørgensen
2004-06-29 21:16             ` Paul Jarc [this message]
2004-06-29 21:51               ` Arne Jørgensen
2004-06-29 22:14               ` Arne Jørgensen
2004-06-30 15:45                 ` Paul Jarc
2004-06-28  8:20   ` Florian Dufour

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=m3fz8e6p4a.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    --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).