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: Thu, 04 Dec 2003 17:41:09 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8011-Thu04Dec2003174109+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070555069 7280 80.91.224.253 (4 Dec 2003 16:24:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2003 16:24:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 04 17:24:23 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 1ARwH9-00037x-00 for ; Thu, 04 Dec 2003 17:24:23 +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 1ARweP-0006YG-9c for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Dec 2003 11:48:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARwae-0005U0-F5 for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 11:44:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARwa2-0005Fb-T9 for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 11:44:25 -0500 Original-Received: from [192.114.186.22] (helo=gollum.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARwa2-0005EY-2E for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 11:43:54 -0500 Original-Received: from zaretski ([80.230.144.52]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BZI53484; Thu, 4 Dec 2003 17:42:10 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Sergei Pokrovsky on Thu, 04 Dec 2003 15:18:31 +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:14937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14937 > From: Sergei Pokrovsky > Newsgroups: gnu.emacs.help > Date: Thu, 04 Dec 2003 15:18:31 +0600 > > The only problem is that it modifies the buffer; but I can do with it. "M-~" should take care of that, as you probably know already ;-) > In fact, I expected something like "font-lock" You could try hi-lock-mode (and define ^H.*^H as a pattern to highlight with "M-x highlight-regexp"), but that would leave those ugly ^H characters visible.