William Xu <[EMAIL PROTECTED]> 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


_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to