emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Incorrect fontification for man in utf8 environment


From: Michael Welsh Duggan
Subject: Re: 23.0.60; Incorrect fontification for man in utf8 environment
Date: Tue, 06 May 2008 23:41:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Some more research on this:

The resulting file from:

 TERM=dumb GROFF_NO_SGR=1 man man > /tmp/man.out

on my system is:

Attachment: man.out
Description: Binary data

Looking at this file using hexl-find-file, one can see that formatting
codes are inserted in the output.  See from byte 0xad for example.

The coding system is set in man.el by:

            (coding-system-for-read
             (if default-enable-multibyte-characters
                 locale-coding-system 'raw-text-unix))

So the coding sytem is utf-8-unix on my system.  The aforementioned
formatting codes seem as if they are being interpreted as utf8-encoded
characters, causing the output from earlier in this bug report.

-- 
Michael Welsh Duggan
(address@hidden)

reply via email to

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