[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9318: 23.3.50; The first call of encode-coding-region() returns wron
|
From: |
Chong Yidong |
|
Subject: |
bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result |
|
Date: |
Sat, 20 Aug 2011 17:26:04 -0400 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Kazuhiro Ito <address@hidden> writes:
>> When I start Emacs and evaluate the below code, unexpected result returns.
>
>> (let ((func (lambda ()
>> (with-temp-buffer
>> (mapc 'insert '(166 25339))
>> (encode-coding-region (point-min) (point-max) 'ctext-unix)
>> (buffer-string)))))
>> (cons (funcall func)
>> (funcall func)))
>> ->
>> ("address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@"
>> . "^[$(D\"C^[$(H*f^[(B")
>
>> car of the result is not constant.
>
> I noticed this problem is not Windows specific. I confirmed that it
> is reproducible in Emacs 23.3.1 (build by pkgsrc) on NetBSD/amd64 via
> SSH from remote host. But it doesn't occur on openSUSE 11.3.
Could you run Emacs under a debugger, trigger the crash, and provide a
backtrace? (You will need to have compiled Emacs with debugging
symbols.)
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result on on Windows, Kazuhiro Ito, 2011/08/18
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result on on Windows, Andreas Schwab, 2011/08/18
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Kazuhiro Ito, 2011/08/19
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result,
Chong Yidong <=
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Andreas Schwab, 2011/08/24
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Kazuhiro Ito, 2011/08/25
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Kazuhiro Ito, 2011/08/26
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Kazuhiro Ito, 2011/08/27
- bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result, Kazuhiro Ito, 2011/08/30