From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57996 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in nnmaildir? Date: Mon, 28 Jun 2004 13:19:34 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: ding-owner@lists.math.uh.edu Message-ID: References: <20040529065248.GB804@ipanel.cn> <87hdsyqdsx.fsf@seamus.arnested.dk> <873c4ihx7m.fsf@seamus.arnested.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1088443196 22800 80.91.224.253 (28 Jun 2004 17:19:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2004 17:19:56 +0000 (UTC) Original-X-From: ding-owner+M6537=ding+2Daccount=gmane.org@lists.math.uh.edu Mon Jun 28 19:19:48 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BeznH-0001jJ-00 for ; Mon, 28 Jun 2004 19:19:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BeznG-0001Ov-04 for ding-account@gmane.org; Mon, 28 Jun 2004 12:19:46 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bezn8-0001On-00 for ding@lists.math.uh.edu; Mon, 28 Jun 2004 12:19:38 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bezn7-0005qi-S7 for ding@lists.math.uh.edu; Mon, 28 Jun 2004 12:19:37 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id EF3603A0034 for ; Mon, 28 Jun 2004 12:19:35 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Bezn5-0000DB-00 for ; Mon, 28 Jun 2004 19:19:35 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: multivac.its.cwru.edu Original-X-Trace: quimby.gnus.org 1088443175 659 129.22.114.26 (28 Jun 2004 17:19:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 28 Jun 2004 17:19:35 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:vYGEkRdNyyWEPIH1bvFUV/PG3gA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57996 Sorry for the long delay - the list seems to have forgotten my subscription. Arne J=F8rgensen wrote: > If Emacs is started in a non-english laguage environment (ie > LANG=3Dda_DK) the signaled error in `nnmaildir-request-set-mark' is not > "no such file or directory" but "ingen s=E5dan fil eller filkatalog". Ouch. Does anyone know if there's a way to get at the localization bits from Elisp? So I could look for (locale-translation "no such file or directory") or some such? > but I don't think the function should depend on the error message. I agree, but unfortunately the errno information isn't represented any other way. This is a weak spot in Emacs's design. paul