all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: 900276502f..: Paul Eggert 2018-11-13 Act like POSIX sh if $HOME is relative
Date: Wed, 12 Dec 2018 16:14:25 +0100	[thread overview]
Message-ID: <877egerd4e.fsf@telefonica.net> (raw)
In-Reply-To: CALDnm50N0WjQVGuNTPhjCFhqCZud+RXBz7g_=ABy1eS9g280Jg@mail.gmail.com

João Távora <joaotavora@gmail.com> writes:

> On Wed, Dec 12, 2018 at 1:41 PM Óscar Fuentes <ofv@wanadoo.es> wrote:
>
>> "João Távora" <joaotavora@gmail.com> writes:
>>
>> > I've only now caught up with the discussion of bug#33255.  Are the
>> > consequences of interpreting the string "c:" on Windows as a relative
>> > file name understood?
>> >
>> > With HOME="z:", it used to be that (expand-file-name "~/blabla")
>> > returned "z:/blabla" but now it returns
>> > "z:/source/emacs/emacs/src/z:/blabla", which is not a valid Windows
>> > pathname.
>>
>> [snip]
>>
>> I was about to post a reply but Yuri already answered, so I'll only add
>> a pointer to an official reference about this topic:
>>
>> https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats
>>
>
> Óscar, I get it that z:bla has a meaning. But is this meaning ever useful
> when for expanding "~/bla"?
>
> I didn't say the change was "wrong".  I just asked, basically:
>
> * if anyone had contemplated this particular problem on Windows;
> * if it's possible to interpret HOME specially for this particular bit of
> backward compatibility without breaking the cases of bug#33255

I don't know about the motivation of this change and have no time to
study it (a cursory look at the diff shows some concerning points wrt
Windows compatibility such as

        hope one's home directory doesn't contain ':' or '%'.  */

).

A Windows path with no slash after the volume letter is relative and
always was. For the specific case of HOME, I can't think of a sane
scenario where a user could take advantage of interpreting V: as a
relative path for HOME on Emacs, but maybe I'm not being imaginative
enough.

You are asking for being bug-compatible with previous Emacs because you
must cope with bugs on other applications :-) Do you think that this
problem is frequent enough? What applications are those that don't admit
an slash after the volume letter in HOME?




  reply	other threads:[~2018-12-12 15:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-12 12:42 900276502f..: Paul Eggert 2018-11-13 Act like POSIX sh if $HOME is relative João Távora
2018-12-12 13:19 ` Yuri Khan
2018-12-12 14:54   ` João Távora
2018-12-12 15:22   ` Eli Zaretskii
2018-12-12 15:29     ` Drew Adams
2018-12-12 16:35       ` Eli Zaretskii
2018-12-12 13:28 ` Óscar Fuentes
2018-12-12 14:53   ` João Távora
2018-12-12 15:14     ` Óscar Fuentes [this message]
2018-12-12 15:28       ` João Távora
2018-12-12 16:55         ` Óscar Fuentes
2018-12-12 17:19           ` João Távora
2018-12-12 17:20           ` Eli Zaretskii
2018-12-12 15:16   ` Stefan Monnier
2018-12-12 16:30     ` Eli Zaretskii
2018-12-12 15:20 ` Eli Zaretskii
2018-12-12 15:30   ` João Távora
2018-12-12 16:35     ` Eli Zaretskii

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=877egerd4e.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --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.