From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58002 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: Tue, 29 Jun 2004 16:09: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> <87n02m16up.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 1088539941 31153 80.91.224.253 (29 Jun 2004 20:12:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 20:12:21 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6543@lists.math.uh.edu Tue Jun 29 22:12:06 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 1BfOxZ-0002hx-00 for ; Tue, 29 Jun 2004 22:12:05 +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 1BfOvP-0004va-00; Tue, 29 Jun 2004 15:09:51 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BfOvI-0004vU-00 for ding@lists.math.uh.edu; Tue, 29 Jun 2004 15:09:44 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BfOvG-0006Bp-Hh for ding@lists.math.uh.edu; Tue, 29 Jun 2004 15:09:42 -0500 Original-Received: from mirapoint1.tis.cwru.edu (mirapoint1.TIS.CWRU.Edu [129.22.104.46]) by justine.libertine.org (Postfix) with ESMTP id 6F1763A01F0 for ; Tue, 29 Jun 2004 15:09:41 -0500 (CDT) Original-Received: from multivac.cwru.edu (multivac.ITS.CWRU.Edu [129.22.114.26]) by mirapoint1.tis.cwru.edu (MOS 3.4.3-CR) with SMTP id BWF98261; Tue, 29 Jun 2004 16:09:38 -0400 (EDT) Original-Received: (qmail 27024 invoked by uid 500); 29 Jun 2004 20:09:59 -0000 Original-To: =?iso-8859-1?Q?Arne_J=F8rgensen?= In-Reply-To: <87n02m16up.fsf@seamus.arnested.dk> (Arne =?iso-8859-1?Q?J=F8rgensen's?= message of "Tue, 29 Jun 2004 21:50:38 +0200") Mail-Copies-To: nobody Mail-Followup-To: =?iso-8859-1?Q?Arne_J=F8rgensen?= , ding@gnus.org Original-Lines: 20 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58002 Arne J=F8rgensen wrote: > prj@po.cwru.edu (Paul Jarc) writes: >> 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? > > Isn't the text coming from some library and not from emacs code? Maybe. But I think it's possible for Emacs to expose the translation function anyway - which is not to say that it actually does. > How about checking the existence of the file or directory before > accessing it instead of the depending on the error message afterwards? That's what it did before; I changed it to make it faster. Does anyone know any other way of getting the errno information? paul