1 May 2006 16:00
Re: Symbol's function definition is void: nil
Micheal McEvoy <mmcevoy <at> digitalmotorworks.com>
2006-05-01 14:00:29 GMT
2006-05-01 14:00:29 GMT
>>>>> "Henry" == Henry Atting <atting <at> literaturlatenight.de> writes:
Henry> You surely set the variable jabber-connection-type to ssl?
Henry> henry
Yup, that's what is causing the error. With out that, I just get
connection refused.
Here's the jabber setting that I have in my dotemacs
;;-----------------------------------------------------------------------------
;; JABBER
;;-----------------------------------------------------------------------------
(setq load-path (add-to-list 'load-path "/opt/gnu/jabber/"))
(require 'jabber)
(setq jabber-connection-type "ssl")
(setq jabber-connection-ssl-program "gnutls")
(setq jabber-global-history-filename "~/.emacs-jabber/jabber_global_message_log")
(setq jabber-history-enable-rotation t)
(setq jabber-history-enabled t)
(setq jabber-nickname "mmcevoy")
(setq jabber-port 5222)
(setq jabber-server "jabber.dmotorworks.com")
(setq jabber-use-global-history nil)
(setq jabber-username "mmcevoy")
Micheal
--
--
(Continue reading)
RSS Feed