emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21800: closed (Fix HEX ADDR values in hexl-mode do


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21800: closed (Fix HEX ADDR values in hexl-mode doc string)
Date: Sat, 07 Nov 2015 12:38:02 +0000

Your message dated Sat, 07 Nov 2015 14:37:24 +0200
with message-id <address@hidden>
and subject line Re: bug#21800: Fix HEX ADDR values in hexl-mode doc string
has caused the debbugs.gnu.org bug report #21800,
regarding Fix HEX ADDR values in hexl-mode doc string
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21800: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21800
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fix HEX ADDR values in hexl-mode doc string Date: Sat, 31 Oct 2015 13:41:19 +0200
Hello,

Please find bellow the ChangeLog and the Patch for fixing the
hexadecimal address
values that appear in the documentation string for hexl-mode. 
Visiting a file in hexl mode displays the addresses in the 00, 11, 22,
etc. format, not
00, 01, 02, etc. format that is currently given as an example in the
above mentioned 
doc string.


2015-10-31  Mihai Olteanu  <address@hidden>

        * lisp/hexl.el: Fix HEX ADDR values in hexl-mode doc string


>From 5825707c2e678db72c0c1939293b4e3162c88e9e Mon Sep 17 00:00:00 2001
From: Mihai Olteanu <address@hidden>
Date: Sat, 31 Oct 2015 13:23:41 +0200
Subject: [PATCH] Fix hexl-mode doc string

* lisp/hexl.el: Fix HEX ADDR values in hexl-mode doc string
---
 lisp/hexl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/hexl.el b/lisp/hexl.el
index 499253e..20a48bc 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -294,7 +294,7 @@ in hexl format.

 A sample format:

-  HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f     ASCII-TEXT
+  HEX ADDR: 0011 2233 4455 6677 8899 aabb ccdd eeff     ASCII-TEXT
   --------  ---- ---- ---- ---- ---- ---- ---- ----  ----------------
   00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64  This is hexl-mod
   00000010: 652e 2020 4561 6368 206c 696e 6520 7265  e.  Each line re
--
1.9.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#21800: Fix HEX ADDR values in hexl-mode doc string Date: Sat, 07 Nov 2015 14:37:24 +0200
> From: Mihai Olteanu <address@hidden>
> Date: Sat, 31 Oct 2015 13:41:19 +0200
> 
> Please find bellow the ChangeLog and the Patch for fixing the
> hexadecimal address
> values that appear in the documentation string for hexl-mode. 
> Visiting a file in hexl mode displays the addresses in the 00, 11, 22,
> etc. format, not
> 00, 01, 02, etc. format that is currently given as an example in the
> above mentioned 
> doc string.

Thanks, I pushed this.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]