Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org, Magnus Henoch <mange@freemail.hu>
Subject: Re: change in open-tls-stream, jabber does not work any longer
Date: Thu, 17 Jul 2008 14:37:58 +0200	[thread overview]
Message-ID: <87y740znx5.fsf@mat.ucm.es> (raw)
In-Reply-To: <b4m3am8vhd9.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 17 Jul 2008 21:13:06 +0900")


   >> Debugger entered--Lisp error: (error "Selecting deleted or non-existent buffer")
   >> open-tls-stream("jabber" " *-jabber-process-*" "talk.google.com" 5223)
   >> jabber-ssl-connect()
   >> jabber-connect()
   >> (lambda nil (interactive) (jabber-connect) (switch-to-buffer "*-jabber-*"))()
   >> call-interactively(jabber)

   > Performing jabber again after loading tls.el (not tls.elc) will
   > make the cause of the problem more clearer.  (I'm ignorant of
   > jabber though.)

I am not so sure, after loading the file and debug-on-error t


I obtain
--8<------------------------schnipp------------------------->8---

Debugger entered--Lisp error: (error "Selecting deleted or non-existent buffer")
  set-buffer(" *-jabber-process-*")
  (save-current-buffer (set-buffer buffer) (message "Opening TLS connection to `%s'..." host) (while (and ... ...) (message "Opening TLS connection with `%s'..." cmd) (let ... ... ... ... ...)) (when (and done ...) (setq done nil) (delete-process process)))
  (with-current-buffer buffer (message "Opening TLS connection to `%s'..." host) (while (and ... ...) (message "Opening TLS connection with `%s'..." cmd) (let ... ... ... ... ...)) (when (and done ...) (setq done nil) (delete-process process)))
  (let ((cmds tls-program) (use-temp-buffer ...) process cmd done) (if use-temp-buffer (setq buffer ...)) (with-current-buffer buffer (message "Opening TLS connection to `%s'..." host) (while ... ... ...) (when ... ... ...)) (message "Opening TLS connection to `%s'...%s" host (if done "done" "failed")) (when use-temp-buffer (if done ...) (kill-buffer buffer)) done)
  open-tls-stream("jabber" " *-jabber-process-*" "talk.google.com" 5223)
  jabber-ssl-connect()
  jabber-connect()
  (lambda nil (interactive) (jabber-connect) (switch-to-buffer "*-jabber-*"))()
  call-interactively(jabber)
--8<------------------------schnapp------------------------->8---


After loading the old tls jabber works again.

Uwe Brauer 




  reply	other threads:[~2008-07-17 12:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-17 11:05 Uwe Brauer
2008-07-17 12:13 ` Katsumi Yamaoka
2008-07-17 12:37   ` Uwe Brauer [this message]
2008-07-18  0:25     ` Katsumi Yamaoka
2008-07-30  9:06       ` Uwe Brauer
2008-07-30 10:06         ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y740znx5.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    --cc=mange@freemail.hu \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).