emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 0528a7c: Ensure that expand-file-name returns a


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 0528a7c: Ensure that expand-file-name returns an absolute file name
Date: Mon, 08 Jul 2019 19:13:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>     * src/fileio.c (Fexpand_file_name): Don't directly use the current
>     buffer's default-directory if it is relative.  Instead replace it
>     by its expansion relative to invocation-directory.  (Bug#36502)

I don't think invocation-directory is a better choice than any
other directory.  A relative `default-directory` value is an error.
We should signal that error rather than try and paper over it.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]