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: paths are sensative to double separators Date: Wed, 18 Mar 2009 18:50:38 -0700 Message-ID: <20090319015037.GC6695@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1SQmhf2mF2YjsYvc" X-Trace: ger.gmane.org 1237427462 29826 80.91.229.12 (19 Mar 2009 01:51:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 01:51:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 19 02:52:19 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 1Lk7Qg-0004qe-CX for ged-emacs-devel@m.gmane.org; Thu, 19 Mar 2009 02:52:18 +0100 Original-Received: from localhost ([127.0.0.1]:50982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk7PK-0003wk-4q for ged-emacs-devel@m.gmane.org; Wed, 18 Mar 2009 21:50:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lk7PE-0003wa-6Z for emacs-devel@gnu.org; Wed, 18 Mar 2009 21:50:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lk7P9-0003w8-Mi for emacs-devel@gnu.org; Wed, 18 Mar 2009 21:50:47 -0400 Original-Received: from [199.232.76.173] (port=53524 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk7P9-0003w5-G9 for emacs-devel@gnu.org; Wed, 18 Mar 2009 21:50:43 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.246]:37925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lk7P9-0004H0-4N for emacs-devel@gnu.org; Wed, 18 Mar 2009 21:50:43 -0400 Original-Received: by rv-out-0708.google.com with SMTP id f25so344711rvb.6 for ; Wed, 18 Mar 2009 18:50:41 -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:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=B4EDdt9om+QJ91fewPhD38CeMLVhlfdU3Rb7C0yeidM=; b=qJNLdjrRZXyrCMyFrs/d2TV7QwGDTL5L0thB0nZ8PBEtt481tXmatJ/Pb1IFLkOYDu DPpSPrAajnUEGeE3nwLRjy4JETygi1nu7oIZFzBpzYhznABs017iWIZP/w1IXyq+R5Xf /qwYsq1jpRFs7DuSX1269iB6V1cHLjqcTMMok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=Q3Jr7/eXGdSvMBsNh9Ds5JI5TCdeAtBdiJvYOGYERzZh6vhvel9rnIZtkvtV8wWeiJ xujzQL+j+Coc9wNIGgAxiKCJeHY6ESGxnXyUE4/mZIbQVGeUgFMurH6JoKTcGpAil294 EZ63hixBQq184OR1yrZm1NSTEFTOsQN0U6kAc= Original-Received: by 10.140.207.18 with SMTP id e18mr488309rvg.4.1237427441231; Wed, 18 Mar 2009 18:50:41 -0700 (PDT) Original-Received: from @ (c66-235-1-45.sea2.cablespeed.com [66.235.1.45]) by mx.google.com with ESMTPS id g22sm1153729rvb.13.2009.03.18.18.50.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 18:50:40 -0700 (PDT) Content-Disposition: inline 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:109681 Archived-At: --1SQmhf2mF2YjsYvc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I have noticed that paths in Emacs are sensitive to double separators e.g: (load /foo/bar/baz.el) ;; works (load /foo/bar//baz.el) ;; broken The same behavior occurs with (find-file). This doesn't seem like a good thing. Is there a good reason for it that I am not aware of ? GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, X toolkit) of 2009-03-07 on localho= st Cheers, Mike Mattie --=20 GnuPG Key: B9012279 is available from HKP server pgp.mit.edu --1SQmhf2mF2YjsYvc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAknBpO0ACgkQdfRchrkBInlDJACfblvhB/iSVK/8Hs+JVjsMS+/7 UpoAoL9XI7gDAjGytxXwAcarlxcDK8sc =Ln/6 -----END PGP SIGNATURE----- --1SQmhf2mF2YjsYvc--