From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Bug solved Date: Thu, 30 Nov 2006 03:46:45 +0900 (JST) Message-ID: <20061130.034645.193695034.jet@gyve.org> References: <3586896.1164809578196.JavaMail.www@wwinf4201> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164826290 15264 80.91.229.2 (29 Nov 2006 18:51:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 18:51:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 19:51:27 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpUWL-00034O-SS for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 19:51:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpUWL-0000da-GX for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 13:51:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpUSL-0003SN-Jr for emacs-devel@gnu.org; Wed, 29 Nov 2006 13:46:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpUSI-0003Ns-Ki for emacs-devel@gnu.org; Wed, 29 Nov 2006 13:46:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpUSI-0003Nh-AE for emacs-devel@gnu.org; Wed, 29 Nov 2006 13:46:50 -0500 Original-Received: from [210.130.0.19] (helo=mo00.iij4u.or.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpUSH-0004k2-T6 for emacs-devel@gnu.org; Wed, 29 Nov 2006 13:46:50 -0500 Original-Received: MO(mo00)id kATIkkIf008275; Thu, 30 Nov 2006 03:46:46 +0900 (JST) Original-Received: from localhost (h219-110-075-073.catv01.itscom.jp [219.110.75.73]) by r-kk.iij4u.or.jp (4U-MR/r-kk) id kATIkjx6001776; Thu, 30 Nov 2006 03:46:46 +0900 (JST) Original-To: alinsoar@voila.fr In-Reply-To: <3586896.1164809578196.JavaMail.www@wwinf4201> X-Mailer: Mew version 4.2.53 on Emacs 22.0.51 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63053 Archived-At: > BUG: > > > 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 > > > > I attached here > - the output from cvs -d:pserver:anonymous@cvs.gnu.org:/sources/emacs diff -c emacs/lisp/hexl.el > - a lisp/changelog entry > - a little text file with comments > > Please inform me if you accepted the solution. > > Best regards, > > Alin Soare Maybe I introduced this bug. So I'd like to review your patch. Give me two or three days. Thank you. Masatake YAMATO