From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Attention XEmacs users Date: Tue, 20 Jun 2006 15:47:13 +0200 Message-ID: <51f8d6c18c8a5c7541be9d341034dc50@science.uva.nl> References: <20060615132109.GA1296@ELSAMSW37164> <20060620120902.GB1132@ELSAMSW37164> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsgZh-00078M-Si for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 09:47:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsgZf-00077t-Bb for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 09:47:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsgZf-00077q-5G for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 09:47:23 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FsgkB-0004RI-WD for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 09:58:16 -0400 In-Reply-To: <20060620120902.GB1132@ELSAMSW37164> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tim O'Callaghan Cc: emacs-orgmode Hi Tim, On Jun 20, 2006, at 14:09, Tim O'Callaghan wrote: > > Also ":" needed to be added to org-link-escape-chars, as below: > (defconst org-link-escape-chars '((":" . ":") ("[" . "%5B") ("]" . > "%5D") (" " . "%20")) > "Association list of escapes for some characters problematic in > links.") Is there a typo in this setting? The above setting should lead to an infinite loop, because you keep replacing ":" with ":" when trying to escape the link characters. And as far as I can see, org-mode passes the file name right through to `find-file'. Could anyone try to reporduce this? - Carsten > > The fix is for a problem that occurs, when trying to open a remote > file link. org-open-at-point mangles the EFS file links, possibly > tramp ones as well, i've not tried. It by replaces every ':' with '!'. > > The link file:/user@machine:/disk:/home/dir/WRK/ tries to open the > file "/user@machine!/disk!/home/dir/WRK/" > > Its probably not the best way of going about it, but it works. > > Tim. > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477