From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: HIGHLIGHT and HEX mode Date: Mon, 27 Nov 2006 14:17:39 +0100 (CET) Message-ID: <3820711.1164633459476.JavaMail.www@wwinf4006> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164661353 2231 80.91.229.2 (27 Nov 2006 21:02:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 21:02:33 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 27 22:02:31 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gonbl-00048G-4M for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Nov 2006 22:01:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gonbk-0001Pt-Pg for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Nov 2006 16:01:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GogMl-00076A-Pd for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 08:17:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GogMh-00072B-Ge for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 08:17:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GogMh-00071t-3m for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 08:17:43 -0500 Original-Received: from [193.252.22.174] (helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GogMg-0004RG-Jl for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 08:17:42 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4001.voila.fr (SMTP Server) with ESMTP id 82ED2580016F for ; Mon, 27 Nov 2006 14:17:39 +0100 (CET) Original-Received: from wwinf4006 (wwinf4006 [172.22.157.33]) by mwinf4001.voila.fr (SMTP Server) with ESMTP id 76E62580016B for ; Mon, 27 Nov 2006 14:17:39 +0100 (CET) X-ME-UUID: 20061127131739487.76E62580016B@mwinf4001.voila.fr Original-To: bug-gnu-emacs X-Originating-IP: [193.226.173.50] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-Mailman-Approved-At: Mon, 27 Nov 2006 16:01:37 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15433 Archived-At: 1) open an arbitrary file C-x C-f /root/.emacs for example 2) suppose highlight current line minor mode is on. Sinon: (global-hl-line-mode 1) 3) (hexl-mode) 4) (hexl-mode-exit) BUG: (hexl-mode-exit) forgot to change again the highlight, and we see the normal text with the highl. from hex mode. Regards, Alin Soare