jabber-autoloads
mad <owner.mad.epa <at> gmail.com>
2009-07-27 12:33:51 GMT
Hi,
I download latest version jabber-el from git, configure and make, then run
emacs -Q, eval:
(add-to-list 'load-path "~/.emacs.d/elisp/jabber")
(require 'jabber-autoloads)
and have a error:
Debugger entered--Lisp error: (void-function jabber-propertize)
(jabber-propertize "Online" (quote face) (quote jabber-roster-user-online))
(cons "" (jabber-propertize "Online" (quote face) (quote jabber-roster-user-online)))
(list (cons "" (jabber-propertize "Online" ... ...)) (cons "away" (jabber-propertize "Away" ... ...))
(cons "xa" (jabber-propertize "Extended Away" ... ...)) (cons "dnd" (jabber-propertize "Do not
Disturb" ... ...)) (cons "chat" (jabber-propertize "Chatty" ... ...)) (cons "error"
(jabber-propertize "Error" ... ...)) (cons nil (jabber-propertize "Offline" ... ...)))
(\` (("" \, ...) ("away" \, ...) ("xa" \, ...) ("dnd" \, ...) ("chat" \, ...) ("error" \, ...) (nil \, ...)))
(defconst jabber-presence-strings (\` (... ... ... ... ... ... ...)) "Mapping from presence types to
readable, colorized strings")
eval-buffer(#<buffer *load*≥ nil "/home/mad/.emacs.d/elisp/jabber/jabber-autoloads.el" nil t) ;
Reading at buffer position 3433
load-with-code-conversion("/home/mad/.emacs.d/elisp/jabber/jabber-autoloads.el"
"/home/mad/.emacs.d/elisp/jabber/jabber-autoloads.el" nil t)
require(jabber-autoloads)
If (require 'jabber) then it`s all right.
Emacs version: GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.7) of
2009-07-27 on home
(Continue reading)