Micheal McEvoy | 1 May 2006 16:00

Re: Symbol's function definition is void: nil

>>>>> "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)

Henry Atting | 1 May 2006 18:22
Picon

Re: Symbol's function definition is void: nil

I did it this way: I installed it under Ubuntu via aptitude, as it
is part of the distribution (the package is called
emacs-jabber). Under Debian I installed the deb from
sourceforge.net. Both are working equally well with ssl. 
I put nothing in addition to my init.el, since I did customization
with customize-group jabber. 
Maybe something like that could help, because I think the error code
is pointing to something missing in your jabber.el. But as I am not yet
quite familiar with emacs-jabber (I did not use it for a long time)
this guess could be complete nonense.

Henry

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Magnus Henoch | 18 May 2006 16:21
Picon
Favicon

Re: join groupchat when a password is required

Henry Atting <late <at> literaturlatenight.de> writes:

> Is this possible with jabber-el? To join a groupchat when a password
> for that group is required?
> I want to join a group from which I got the password, but I cannot
> find any function in jabber, which would me allow to insert the
> required password anywhere. As a consequence  authorization failed
> and I cannot join in.

Finally getting around to hack jabber.el a bit...

I've implemented this in the CVS version.  It checks whether a
password is needed, and if so asks for it.

--

-- 
Magnus
JID: legoscia <at> jabber.cd.chalmers.se

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
henry atting | 18 May 2006 23:16
Picon

Re: join groupchat when a password is required

,----
| I've implemented this in the CVS version.  It checks whether a
| password is needed, and if so asks for it.
`----
Great!

Thank you

henry

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Mikhail Gusarov | 22 May 2006 19:22
Favicon
Gravatar

Broken emacs-jabber with latest emacs-snapshot/debian sid

Hi,

After upgrade emacs to latest emacs-snapshot from debian/sid
(1:20060518-1), chat buffer has broken: instead of positioning cursor
on the last line, after '---', it places it to the beginning of the
buffer, and sending the message sends the whole buffer contents.

Same problem occured with vanilla Emacs built from tip of
emacs--devo--0 branch, started with 'emacs -q' and with jabber-emacs
loaded only.

I assume something has been changed in the internals of Emacs 22, and
emacs-jabber should be adapted accordingly.

--

-- 
JID: dottedmag <at> jabber.dottedmag.net

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Magnus Henoch | 28 May 2006 22:22
Picon
Favicon

Re: Broken emacs-jabber with latest emacs-snapshot/debian sid

Mikhail Gusarov <dottedmag <at> dottedmag.net> writes:

> Hi,
>
> After upgrade emacs to latest emacs-snapshot from debian/sid
> (1:20060518-1), chat buffer has broken: instead of positioning cursor
> on the last line, after '---', it places it to the beginning of the
> buffer, and sending the message sends the whole buffer contents.
>
> Same problem occured with vanilla Emacs built from tip of
> emacs--devo--0 branch, started with 'emacs -q' and with jabber-emacs
> loaded only.
>
> I assume something has been changed in the internals of Emacs 22, and
> emacs-jabber should be adapted accordingly.

As I understand the messages on emacs-devel, backwards compatibility
will be restored shortly.  You can use an old version of ewoc.el until
the patch gets committed and trickles down into emacs-snapshot.

ewoc used to require that every entry ends with a newline, but it no
longer does.  This means that the empty line at the beginning of the
chat buffer and the '---' at the end are no longer necessary (at least
for Emacs 22).  My thought about that is to remove the blank line but
leave the '---'.  What do others think?

--

-- 
Magnus
JID: legoscia <at> jabber.cd.chalmers.se

(Continue reading)

Mathias Dahl | 29 May 2006 08:40
Picon

Re: Re: Broken emacs-jabber with latest emacs-snapshot/debian sid

> My thought about that is to remove the blank line but
> leave the '---'.  What do others think?

I have gotten used to it. I think it is good with a separator. But
maybe it should be configurable.

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642

Gmane