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

[plamo:11807] Re: mule2.3 ->emacs20への移行



  山内です.こんにちは.

> 1. 日本語のmanを見ると、.SHで指定された部分の表示がおかしい
>    (例えば、バグ -> バ^H^Hバグ^H^Hグ)

  Plamo 2.2 の .emacs にある,

;;;
;;; emacs-20 で日本語の man を見る
;;;
(if (and (= emacs-major-version 20)
         (not (string-match "xemacs" emacs-version)))
    (add-hook 'Man-cooked-hook
              (lambda ()
                (goto-char (point-min))
                (while (search-forward-regexp "\222.-" nil t)
                  (delete-backward-char 1)
                  (insert "\255"))
                (goto-char (point-min))
                (while (re-search-forward "\\(.\\)\\(\b\b\\1\\)+" nil t)
                  (replace-match "\\1")
                  (if Man-fontify-manpage-flag
                      (put-text-property (match-beginning 0) (point)
                                         'face Man-overstrike-face)))
                )))

とは違うのでしょうか?よくわかりません....

------                                           ------
  Chisato Yamauchi
    Mail: cyamauch@hst.phyas.aichi-edu.ac.jp
          cyamauch@phyas.aichi-edu.ac.jp
    URL:  http://phe.phyas.aichi-edu.ac.jp/~cyamauch/
------                                           ------

Follow-Ups
[plamo:11808] Re: mule2.3 ->emacs20への移行, KAWABATA, Ken-ichi
References
[plamo:11806] mule2.3 -> emacs20への移行, KAWABATA, Ken-ichi

[検索ページ] [メール一覧]
Plamo ML 公開システム