| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
It can be useful sometimes to reset the cache:
- Whenever too many undesirable tracks have populated the collection, it's
faster to reset and re-add only the desired tracks.
- Whenever it gets corrupted (it ideally should not...).
|
|
|
|
|
|
|
| |
From Emacs 24.1, `kill-emacs-hook' is ran even in batch mode (commit
1e5ffe30b3f7682ee8467e7694b5f63371e31cf9). As a consequence, upon
Debian package installation, byte compilation fails at the end as
/root/.emacs.d/emms/ does not exist and should not be created neither.
|
|
|
|
|
|
|
|
| |
Following the quickstart guide, then adding a directory tree after
creating a playlist, an error message is displayed upon leaving Emacs
as the cache directory does not exist.
Signed-off-by: Lucas Bonnet <lucas@rincevent.net>
|
|
|
|
|
| |
* AUTHORS, FAQ, NEWS, README, lisp/emms-bookmarks.el,
lisp/emms-cache.el, lisp/later-do.el: Fix typos and spacing.
|
|
|
|
|
|
|
| |
after-init-hook.
* emms-cache.el (emms-cache): Call emms-cache-restore directly instead
of using after-init-hook.
|
| |
|
|
|
|
|
|
|
|
| |
Also,
- Force utf-8 encoding in all files.
- Update header of tq.el from version in Emacs.
|
|
|