emms-help
[Top][All Lists]
Advanced

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

[emms-help] [Jonas Bernoulli] Re: Fwd: please remove bundled tq.el


From: Yoni Rabkin
Subject: [emms-help] [Jonas Bernoulli] Re: Fwd: please remove bundled tq.el
Date: Sat, 16 Mar 2013 09:21:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

--- Begin Message --- Subject: Re: Fwd: please remove bundled tq.el Date: Sat, 16 Mar 2013 02:51:18 +0100 User-agent: mu4e 0.9.9.5-dev6; emacs 24.2.93.1
Actually "available separately" was wrong - is part of GNU Emacs. 
If think it is not part of XEmacs though.

You should probably move this file to a separate directory, add file
.nosearch (to it to prevent the directory from being added to the
load-path) and then only use the bundled version when necessary:

,----
| (or (require tq nil t)
|     (let ((load-path
|            (cons (expand-file-name "fallback-libs"
|                                    (or load-file-name buffer-file-name)
|                                    load-path))))
|       (require 'tq)))
`----

Gnus does it similar to this.

  Regards,
  Jonas


Yoni Rabkin <address@hidden> writes:

> Jonas Bernoulli <address@hidden> writes:
>
>>> This library is available separately and the version in emms is not
>>> up-to-date anymore.
>
> Could you point me to where the up-to-date version is maintained so that
> I can check it against emms-mpd?


--- End Message ---

-- 
   "Cut your own wood and it will warm you twice"

reply via email to

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