emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch for user-emacs-directory


From: Tom Tromey
Subject: Re: Patch for user-emacs-directory
Date: Sat, 02 Jun 2007 21:26:17 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "Eli" == Eli Zaretskii <address@hidden> writes:

Eli> You've removed quite a few of the calls to convert-standard-filename,
Eli> which I think is wrong.  Perhaps you thought that it exists only for
Eli> the MS-DOS port, but that assumption is false.

I see this hunk:

-     ((file-directory-p (convert-standard-filename "~/.emacs.d/"))
-      (convert-standard-filename
-       (expand-file-name "completions" "~/.emacs.d/")))
+     ((file-directory-p user-emacs-directory)
+      (expand-file-name "completions" user-emacs-directory))

I'm happy to reword this, but can you explain how this change can
cause failures?

Tom




reply via email to

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