emacs-devel
[Top][All Lists]
Advanced

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

Re: Don't concat directories to file names


From: Tom Tromey
Subject: Re: Don't concat directories to file names
Date: Thu, 14 Jun 2007 13:40:23 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "rms" == Richard Stallman <address@hidden> writes:

>     -(defcustom image-dired-dir "~/.emacs.d/image-dired/"
>     +(defcustom image-dired-dir (concat user-emacs-directory "image-dired/")

rms> This has the right result, but for clarity such code really ought to
rms> use expand-file-name.

Sorry about this.  I will try to fix it up sometime soon.
I believe the reason I chose to use concat rather than
expand-file-name was to be conservative, on the off chance that some
code cared about the precise text in use.

Tom




reply via email to

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