Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.2--patch-42
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Thu Nov 24 01:29:57 MSK 2005
Standard-date: 2005-11-23 22:29:57 GMT
Modified-files: dockapp/xwem-mpd.el dockapp/xwem-time.el
lisp/xwem-interactive.el lisp/xwem-keyboard.el
lisp/xwem-misc.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.2--patch-42
steve@xxxxxxxxxxxxxx/xwem--steve--2.2--patch-15
Summary: Merge from steve, `disable-command' support added
Keywords: novice, fixes
* dockapp/xwem-mpd.el (mpd-lyric-filename): Whitespace in filenames is
just plain evil! If you are already have bunch of lyric files with
whitespaces you could use Z-Shell's zmv command to easily migrate to
new scheme, just do:
zsh$ cd <xwem-mpd-lyrics-dir>
zsh$ autoload zmv
zsh$ zmv '(*) -- (*) -- (*).txt' '$1--$2--$3.txt'
* dockapp/xwem-mpd.el (mpd-lyric-show): A little nicer display of lyric
files. Make the buffer read-only and enter `view-mode'
* dockapp/xwem-mpd.el (mpd-process-sentinel): itimer fix.
* lisp/xwem-interactive.el (define-xwem-command): [addon] Mark xwem
commands with `xwem-command' symbol property.
* lisp/xwem-interactive.el (xwem-command-p): [new] Return non-nil if
given command is xwem command defined with `define-xwem-command'.
* lisp/xwem-keyboard.el (xwem-kbd-dispatch-binding): [EXPERIMENTAL] Use
`command-execute' instead of `call-interactively' to make
`disabled-command-hook' working .. if you discovered problems with
`command-execute' let us know as soon as possible!
* lisp/xwem-misc.el (disabled-command-hook): [new] Advice added
|