From: Glenn Morris <rgm@gnu.org>
To: 6422-done@debbugs.gnu.org
Subject: bug#6422: [describe-char PATCH 1/2] describe-char: add missing space in Unicode "Decomposition" line
Date: Fri, 18 Jun 2010 22:32:52 -0400 [thread overview]
Message-ID: <mm7hlviwff.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <20100614122343.26121.60672.stgit@lux.e.vtech>
Gustav Hållberg wrote:
> If there is an "info" field, make sure to add a space after it.
I believe the minimum version of this change is just
--- lisp/descr-text.el 2010-06-03 15:34:35 +0000
+++ lisp/descr-text.el 2010-06-18 19:48:07 +0000
@@ -301,7 +301,7 @@
(lambda (arg)
(string (string-to-number arg 16)))
parts " "))
- (concat info parts))))
+ (concat info (if info " ") parts))))
(list "Decimal digit value"
(nth 5 fields))
(list "Digit value"
so that's what I installed.
I would have found an example very helpful, eg
emacs -Q --eval \
'(setq describe-char-unicodedata-file "admin/unidata/UnicodeData.txt")'
M-x ucs-insert RET 0132 RET
C-u C-x =
next prev parent reply other threads:[~2010-06-19 2:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 12:23 bug#6424: [describe-char PATCH 0/2] Minor output beautifications Gustav Hållberg
2010-06-14 12:23 ` bug#6422: [describe-char PATCH 1/2] describe-char: add missing space in Unicode "Decomposition" line Gustav Hållberg
2010-06-19 2:32 ` Glenn Morris [this message]
2010-06-14 12:23 ` bug#6423: [describe-char PATCH 2/2] describe-char: remove superfluous space at end of "Unicode data" line Gustav Hållberg
2010-06-19 2:40 ` Glenn Morris
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mm7hlviwff.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=6422-done@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).