bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2307: marked as done (Bootstrap hangs in leim)


From: Emacs bug Tracking System
Subject: bug#2307: marked as done (Bootstrap hangs in leim)
Date: Fri, 13 Feb 2009 13:00:03 +0000

Your message dated Fri, 13 Feb 2009 13:56:27 +0100
with message-id <f7ccd24b0902130456v1d874c39pd900a005bcec4a11@mail.gmail.com>
and subject line Re: bug#2307: Bootstrap hangs in leim
has caused the Emacs bug report #2307,
regarding Bootstrap hangs in leim
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2307: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2307
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Bootstrap hangs in leim Date: Thu, 12 Feb 2009 12:01:14 +0100
Package: emacs
X-Debbugs-CC: handa@m17n.org
X-Debbugs-No-Ack: yes

(After circumventing bug#2304) bootstrapping Emacs hangs at this point:

Converting ziranma.cin to ZIRANMA.el...
Loading vc-cvs...
Converting ziranma.cin to ZIRANMA.el...done
Converting pinyin.map to PY.el...
Converting pinyin.map to PY.el...done
Converting CTLau.html to CTLau.el...
Converting CTLau.html to CTLau.el...done
Converting CTLau-b5.html to CTLau-b5.el...
Converting CTLau-b5.html to CTLau-b5.el...done
Converting cangjie-table.cns to tsang-cns.el...

[and it loops forever using a lot of CPU]

    Juanma



--- End Message ---
--- Begin Message --- Subject: Re: bug#2307: Bootstrap hangs in leim Date: Fri, 13 Feb 2009 13:56:27 +0100
Fixed by this change:

2009-02-13  Kenichi Handa  <handa@m17n.org>

        * international/titdic-cnv.el (tit-process-header): Use
        buffer-substring-no-properties instead of buffer-substring.
        (tit-process-body): Likewise.
        (tsang-quick-converter): Handle superfluous CR at eol.
        (py-converter): Use buffer-substring-no-properties instead of
        buffer-substring.  Handle superfluous CR at eol.
        (ziranma-converter): Likewise
        (ctlau-converter): Likewise.
        (miscdic-convert): Read a file without eol conversion.


--- End Message ---

reply via email to

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