emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

send_process change broken


From: Romain Francoise
Subject: send_process change broken
Date: Fri, 23 Feb 2007 19:37:38 +0100

Hi again,

This change:

2007-02-23  Kenichi Handa  <address@hidden>

        * process.c (send_process_object_unwind): New function.
        (send_process_object): New function.
        (Fprocess_send_region): Call send_process_object.
        (Fprocess_send_string): Likewise.

is broken...  message.el tries an IDN conversion in one of its
defcustoms init forms, and gets the following error:

*** Eval error ***  Wrong type argument: integer-or-marker-p, "räksmörgås"

To reproduce:

1. Ensure that you have the `idn' package installed.
2. emacs -Q
3. M-x load-file RET /usr/share/emacs/site-lisp/idna.el RET
4. M-: (idna-to-ascii "räksmörgås") RET

Reverting the change makes the bug go away.

Thanks,

-- 
Romain Francoise <address@hidden> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]