Gnus development mailing list
 help / color / mirror / Atom feed
From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To: Reiner Steib <reinersteib+gmane@imap.cc>,
	Simon Josefsson <jas@extundo.com>
Cc: emacs-pretest-bug@gnu.org, ding@gnus.org
Subject: Re: cannot start Gnus with idna.el
Date: Sun, 01 Jun 2008 08:59:26 +0900	[thread overview]
Message-ID: <86y75qja8x.fsf@ra333.heimat.gr.jp> (raw)
In-Reply-To: <v9y75z98of.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sat, 24 May 2008 14:40:48 +0200")

Thank you for the comment.

After "make maintainer-clean" in emacs/lisp directory, I successfully
bootstrapped the latest emacs. And then I'm trying this problem again.

>>>>> In <v9y75z98of.fsf@marauder.physik.uni-ulm.de> 
>>>>>	Reiner Steib <reinersteib+gmane@imap.cc> wrote:

> > The "while" in idna-to-ascii-response() seems infinite loop.
> >
> > (defun idna-to-ascii-response ()
> >   (while (and (eq (process-status idna-to-ascii-process) 'run)
> >               (null idna-to-ascii-response))
> >     (accept-process-output idna-to-ascii-process 1))
> >   idna-to-ascii-response)

> Isn't this a bug in `idna.el' then?  Cc-ing Simon therefore.

I'm not sure.

> > The idna-to-ascii-response is called from message.el and the failure
> > itself occurs in
> >
> > (idna-to-ascii "räksmörgås")

> Does it mean, that you can reproduce the problem when evaluating this
> expression after starting "emacs -Q"?

No.

After starting "emacs -Q", loaded /some/where/idna.el, opened
gnus/lisp/message.el (no load of gnus) and evaluated this expression. It
was successfull.

(idna-to-ascii "räksmörgås")
"xn--rksmrgs-5wao1o"

Thanks.
-- 
NAKAJI Hiroyuki




  reply	other threads:[~2008-05-31 23:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 23:28 NAKAJI Hiroyuki
2008-05-24 12:40 ` Reiner Steib
2008-05-31 23:59   ` NAKAJI Hiroyuki [this message]
2009-01-01 17:03 ` Reiner Steib
2009-01-01 18:14   ` Reiner Steib
2010-09-26  1:59     ` Lars Magne Ingebrigtsen

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=86y75qja8x.fsf@ra333.heimat.gr.jp \
    --to=nakaji@jp.freebsd.org \
    --cc=ding@gnus.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=jas@extundo.com \
    --cc=reinersteib+gmane@imap.cc \
    /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).