Your message dated Fri, 11 Aug 2017 18:38:25 +0000
with message-id <e1dgepf-0007hj...@fasolo.debian.org>
and subject line Bug#871627: Removed package(s) from unstable
has caused the Debian Bug report #484578,
regarding emacs22: better support of highlighting in Japanese manual pages with 
man.el
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 ow...@bugs.debian.org
immediately.)


-- 
484578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: emacs22
Severity: wishlist

Hi,

`man' command defined in man.el is a nice wrapper of `man' executable.
I frequently use it to see manual pages, but, am inconvenienced that
highlighting in Japanese manual pages does not work.

I and Japanese Debian users have just found the reason of this problem.
`man' executable calls `col' executable internally when printing manual
pages into standart-output, and more, `col' executable removes all
highlighting information.

I believe that the following setting resolves the described problem and
has no ill-effects to other environments.

    (setq Man-switches "-Tutf8")
    (defadvice Man-getpage-in-background
      (around debian-manpage-force-utf8 activate compile)
      (let ((locale-coding-system 'utf-8))
        ad-do-it))

Could you consider adding the above setting to standard emacs22 package?

Regards,

--
TSUCHIYA Masatoshi



--- End Message ---
--- Begin Message ---
Version: 24.5+1-11+rm

Dear submitter,

as the package emacs24 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/871627

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to