From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: viewing log files (mainly _^H) Date: 04 Dec 2003 10:45:38 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070527611 14615 80.91.224.253 (4 Dec 2003 08:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2003 08:46:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 04 09:46:49 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARp8L-0008AF-00 for ; Thu, 04 Dec 2003 09:46:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARq3b-0006zl-IX for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Dec 2003 04:45:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARq3E-0006yu-Q6 for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 04:45:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARq2i-0006bp-45 for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 04:45:35 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ARq2h-0006ZR-DY for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 04:45:03 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Sergei Pokrovsky on Thu, 04 Dec 2003 12:15:46 +0600) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14928 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14928 > From: Sergei Pokrovsky > Newsgroups: gnu.emacs.help > Date: Thu, 04 Dec 2003 12:15:46 +0600 > > Some shell log files I have to view contain underlined output > (_^HA etc). I suppose there should be a viewing mode for such output > (in man, shell etc; but is it available as a separate function?). Try "M-x Man-fontify-manpage RET". (There's also a similar function woman-man-buffer in woman.el that you may wish to try.)