all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mihai Olteanu <mihai_olteanu@fastmail.fm>
To: 21800@debbugs.gnu.org
Subject: bug#21800: Fix HEX ADDR values in hexl-mode doc string
Date: Sat, 31 Oct 2015 13:41:19 +0200	[thread overview]
Message-ID: <1446291679.2624574.425301849.3DF5030E@webmail.messagingengine.com> (raw)

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  <mihai_olteanu@fastmail.fm>

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


From 5825707c2e678db72c0c1939293b4e3162c88e9e Mon Sep 17 00:00:00 2001
From: Mihai Olteanu <mihai_olteanu@fastmail.fm>
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





             reply	other threads:[~2015-10-31 11:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-31 11:41 Mihai Olteanu [this message]
2015-11-07 12:37 ` bug#21800: Fix HEX ADDR values in hexl-mode doc string Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446291679.2624574.425301849.3DF5030E@webmail.messagingengine.com \
    --to=mihai_olteanu@fastmail.fm \
    --cc=21800@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.