unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Alan Mackenzie'" <acm@muc.de>, <3501@emacsbugs.donarmstrong.com>
Subject: bug#3501: 23.0.94; Use Unicode in Info (?)
Date: Tue, 9 Jun 2009 10:43:01 -0700	[thread overview]
Message-ID: <4A0B2BEF97F8491FA12CBE48BBCE7EC9@us.oracle.com> (raw)
In-Reply-To: <20090609171758.GB11634@muc.de>

> Please no.  I absolutely do not want to "experience" fancy 
> unicode characters when reading info.  It's bad enough
> getting them in email and in usenet postings from Xah Lee. ;-)

What'll you tell your new Unicode toaster, when your old toaster breaks? ;-)
Better give up on iPhone and other such new-fangled gadgets altogether.

> ASCII can be displayed perfectly on any
> screen or teletype or even punched card puncher that can 
> display English at all.  Unicode, by contrast, needs a fancy setup,
> even if lots of computers already have such a setup.

Wow! We should reduce Emacs display to the level of a card punch? Presumably a
hand-crank model - no reason to assume electrical support.

Isn't Emacs capable of somehow knowing whether the current display can show
non-ASCII chars? If not, we'll forever remain with horse-and-buggy, I guess.

I'm not against coddling your sturdy old card punch, but not at the price of
giving up the world beyond ASCII for the rest of, well, the world beyond ASCII
(does your punch _really_ speak ASCII, or does it speak EBCDIC or perhaps Univac
field-data chars?).

Would you by the same token remove the possibility of Emacs files to use Unicode
chars? Library buff-menu.el uses utf-8 encoding, for example, and displays a
U+2014 (em dash char) if available. It tests like this:

;; Use U+2014 (EM DASH) to underline if possible,
;; else use ASCII (i.e. U+002D, HYPHEN-MINUS).
(if (char-displayable-p ?\u2014) ?\u2014 ?-)

Presumably something similar (but preferably more general) can be done to ensure
that your card punch can swallow J/orgensen if it can't digest Jørgensen.

> Is that bad?  J/orgensen is more readable (IMHO) than JÀ«rgensen (or
> whatever that letter's two bytes actually are).

Jørgensen is more readable than J/orgensen, but J/orgensen is fine for a card
punch. ;-)






  reply	other threads:[~2009-06-09 17:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-08 21:58 bug#3501: 23.0.94; Use Unicode in Info (?) Drew Adams
2009-06-09  3:11 ` Eli Zaretskii
2009-06-09  3:23   ` Drew Adams
2009-06-09  3:42     ` Eli Zaretskii
2009-06-09  4:10       ` Drew Adams
2009-06-09 17:17     ` Alan Mackenzie
2009-06-09 17:43       ` Drew Adams [this message]
2009-06-09 18:17         ` Alan Mackenzie
2009-06-09 19:56           ` Drew Adams
2009-06-09 21:10             ` Alan Mackenzie
2009-06-09 21:31               ` Lennart Borgman
2009-06-09 22:48           ` Jason Rumney
2009-06-09 17:46       ` Lennart Borgman
2009-06-25 23:12 ` Stefan Monnier

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=4A0B2BEF97F8491FA12CBE48BBCE7EC9@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=3501@emacsbugs.donarmstrong.com \
    --cc=acm@muc.de \
    /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).