emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] Re: orgnization of emms config files


From: Tassilo Horn
Subject: Re: [emms-help] Re: orgnization of emms config files
Date: Fri, 12 Oct 2007 19:45:59 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

William Xu <address@hidden> writes:

Hi William,

> I sent a patching setting it to ~/.emacs.d/emms at present, at least
> as a note. We can alter it later when necessary..

Nice, thanks.  But I noticed that you use `nnheader-concat' to form
filesystem path.  I see a little problems here: XEmacs users may not
have Gnus installed.  (AFAIK it's not bundled with XEmacs by default.)

The normal platform independent way to form paths is

  (concat (file-name-as-directory "foo") "bar") => "foo/bar"

and that's exactly what `nnheader-concat' does.

Bye,
Tassilo




reply via email to

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