From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Mattie Newsgroups: gmane.emacs.devel Subject: Re: paths are sensative to double separators Date: Thu, 19 Mar 2009 14:32:53 -0700 Message-ID: <20090319213252.GB11718@reforged> References: <20090319015037.GC6695@reforged> <20090319175054.GA11263@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" X-Trace: ger.gmane.org 1237498403 17467 80.91.229.12 (19 Mar 2009 21:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 21:33:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 19 22:34:39 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkPsm-0008V7-T0 for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 22:34:33 +0100 Original-Received: from localhost ([127.0.0.1]:39686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkPrQ-0002OX-EE for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 17:33:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkPrL-0002Ny-Eh for emacs-devel@gnu.org; Thu, 19 Mar 2009 17:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkPrG-0002Nm-2S for emacs-devel@gnu.org; Thu, 19 Mar 2009 17:33:02 -0400 Original-Received: from [199.232.76.173] (port=54967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkPrF-0002Nj-Pf for emacs-devel@gnu.org; Thu, 19 Mar 2009 17:32:57 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.177]:21287) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkPrF-0002XC-D5 for emacs-devel@gnu.org; Thu, 19 Mar 2009 17:32:57 -0400 Original-Received: by wa-out-1112.google.com with SMTP id j40so399930wah.26 for ; Thu, 19 Mar 2009 14:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=ttj6hwmjUyifoR2P/ywQhtL7lFSM39cN5mwbQDebUhM=; b=IYsX6WbsPscce5ptJczGbs8AhlPmhmFzDYrL5ZQzPCj1lTGWgicYwa9fdeK1m3ZuzH FdHQBlgrvidOVs0AFnwOsCqGOag4i5jkhISXT9P90TuMg6ZG9amb69Xpwrd8BUQdItbY LVUCQH7+FQfo2lN+6r8aqZ8Y436t+qlGujops= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=eqipfHJS0ff2fhU84wyVmQInaqFPlozL60tN+E22LOIcxVHRbNbksQ1rAgYs8cuvgq 0HlS4W3rpVF2ker+TIBBH1BefQlBMx6TKxgU45XN8Fxelrf+Da6jc6v48ihPEASiD7zh Ru3dX4I/4NSyFX31HvScm7YRQ4ODM641MQWrM= Original-Received: by 10.114.192.3 with SMTP id p3mr1932350waf.166.1237498375372; Thu, 19 Mar 2009 14:32:55 -0700 (PDT) Original-Received: from @ (c66-235-1-45.sea2.cablespeed.com [66.235.1.45]) by mx.google.com with ESMTPS id m31sm1575627wag.64.2009.03.19.14.32.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Mar 2009 14:32:54 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:109708 Archived-At: --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 19, 2009 at 04:34:26PM -0400, Stefan Monnier wrote: > > the 'load' case is what spurred me to bring up the issue. I cannot > > be sure that some path set by the user contains a trailing '/', > > and so I need to append one. >=20 > My crystal ball tells me you shouldn't worry about such details and use > higher-level functions such as expand-file-name. >=20 >=20 > Stefan Thank you for the suggestion. Finding the equivalant distributed Emacs func= tions for my home-brew defuns is a perrenial quest. --=20 GnuPG Key: B9012279 is available from HKP server pgp.mit.edu --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAknCugQACgkQdfRchrkBInlQugCfXSToCKBZVlWFMroJJNpkDpV8 En8AoLnVlzOf6TEZvZleRbWU9pSRwaDg =lhQD -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX--