From: Fabrice Popineau <fabrice.popineau@supelec.fr>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: server.el problem ?
Date: Wed, 1 Aug 2012 20:51:48 +0200 [thread overview]
Message-ID: <CAFgFV9POHnXtMNz5Uw+q6uo8oka-XcKX+i2LawTA=jNeSKLz-Q@mail.gmail.com> (raw)
In-Reply-To: <833946eiip.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
>
> Are you saying the current code runs a URL through expand-file-name?
>
It seems so. Moreover :
(expand-file-name "c:/home/.emacs" "c:/temp")
"c:/home/.emacs"
(expand-file-name "http://www.google.fr/foo.html" "c:/home")
"c:/home/http:/www.google.fr/foo.html"
(expand-file-name "org-protocol://capture://www.google.fr/foo.html"
"c:/home")
"c:/home/org-protocol:/capture:/www.google.fr/foo.html"
Emacs currrent trunk (more or less), windows 7, compiled by myself.
Anybody can confirm ?
Instead of using string-match, perhaps we have a predicate somewhere
that tests strings for being a URL?
>
I'm glad if anybody provides a cleaner patch.
--
Fabrice
[-- Attachment #2: Type: text/html, Size: 1531 bytes --]
next prev parent reply other threads:[~2012-08-01 18:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 12:01 server.el problem ? Fabrice Popineau
2012-08-01 14:25 ` Tassilo Horn
2012-08-01 18:36 ` Fabrice Popineau
2012-08-01 18:47 ` Tassilo Horn
2012-08-01 15:31 ` Eli Zaretskii
2012-08-01 18:51 ` Fabrice Popineau [this message]
2012-08-01 19:09 ` Tassilo Horn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAFgFV9POHnXtMNz5Uw+q6uo8oka-XcKX+i2LawTA=jNeSKLz-Q@mail.gmail.com' \
--to=fabrice.popineau@supelec.fr \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.