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:19:30 +0100 (CET) Message-ID: <13771868.1164633570940.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 1164661363 2257 80.91.229.2 (27 Nov 2006 21:02:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 21:02:43 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 27 22:02:40 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 1Gonbr-00049r-96 for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Nov 2006 22:01:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gonbq-0001XK-Qc for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Nov 2006 16:01:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GojiY-0006G3-2w for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 11:52:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GojiS-00067j-6V for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 11:52:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GojiR-00067B-TE for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 11:52:24 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GojiQ-0007Tw-LS for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 11:52:22 -0500 Original-Received: from [193.252.22.174] (helo=smtp1.voila.fr) by mx20.gnu.org with esmtp (Exim 4.52) id 1GogOc-00034C-Fa for bug-gnu-emacs@gnu.org; Mon, 27 Nov 2006 08:19:42 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4006.voila.fr (SMTP Server) with ESMTP id 06D821C006B0 for ; Mon, 27 Nov 2006 14:19:31 +0100 (CET) Original-Received: from wwinf4006 (wwinf4006 [172.22.157.33]) by mwinf4006.voila.fr (SMTP Server) with ESMTP id E97071C006AA for ; Mon, 27 Nov 2006 14:19:30 +0100 (CET) X-ME-UUID: 20061127131930956.E97071C006AA@mwinf4006.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:15434 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. version: GNU Emacs 22.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-11-24 on alin.ro system: FC6: Linux alin.ro 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 athlon i386 GNU/Linux Regards, Alin Soare