From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: A few issues with thumbs.el Date: Fri, 27 May 2005 09:45:20 +0200 Message-ID: References: <87u0kqrsur.fsf-monnier+emacs@gnu.org> <87vf56q6fk.fsf-monnier+emacs@gnu.org> <87wtplpzih.fsf-monnier+emacs@gnu.org> <874qcppp24.fsf-monnier+emacs@gnu.org> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117181051 3372 80.91.229.2 (27 May 2005 08:04:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 08:04:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 10:04:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbZoS-0007m6-JQ for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 10:03:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbZsf-00062w-DP for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 04:07:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbZc4-0001dM-67 for emacs-devel@gnu.org; Fri, 27 May 2005 03:50:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbZbv-0001ci-VU for emacs-devel@gnu.org; Fri, 27 May 2005 03:50:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbZbp-0001bx-F5 for emacs-devel@gnu.org; Fri, 27 May 2005 03:50:23 -0400 Original-Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbZXr-0003Jk-6p for emacs-devel@gnu.org; Fri, 27 May 2005 03:46:15 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so904345wri for ; Fri, 27 May 2005 00:45:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QyCZTdO851HmZgcXxfUOUk9XLevzTd7QxcfsREG1LlszCoKzebBd2CHwr3exc4yT6Z7wsNxVHtbH7xwjpk67ehCPrZETDnm2XPeQ+cms0kdCXIfnPZaSlIrsXqVxuC9wD2IXIhzvPsfF+4yQweHeid9bbqoTEHKTLYQv2wdpUNI= Original-Received: by 10.54.26.33 with SMTP id 33mr1469605wrz; Fri, 27 May 2005 00:45:20 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Fri, 27 May 2005 00:45:20 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <874qcppp24.fsf-monnier+emacs@gnu.org> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37758 > Indeed, but I think it's worth mentioning it in the docstring since I got > caught by it: it's a sensible limitation, but it's not an obvious one. Yes, you're right. OTOH, to fix the function (other than modifying the docstring), I think there's no need to make a new convert-standard-filename-element. The interface of convert-standard-filename is not crowded, there's no harm in adding a new argument. --=20 /L/e/k/t/u