all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: "Stephen J. Turnbull" <stephen@xemacs.org>,  Alan Mackenzie <acm@muc.de>
Cc: rms@gnu.org, ulm@gentoo.org, emacs-devel@gnu.org, acm@muc.de,
	Eli Zaretskii <eliz@gnu.org>,
	drew.adams@oracle.com
Subject: Re: quotation marks [was Re: TUTORIAL.de updated]
Date: Sun, 22 Jan 2012 02:54:47 -0800	[thread overview]
Message-ID: <4F1BEAF7.8010003@cs.ucla.edu> (raw)
In-Reply-To: <87k44k5bb0.fsf@uwakimon.sk.tsukuba.ac.jp>

[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]

On 01/22/2012 01:36 AM, Stephen J. Turnbull wrote:
> I don't have it on either my Gentoo system or my Debian(!) system

It's from a Debian package, introduced in lenny (Debian GNU/Linux 5.0),
which was released about three years ago.  Here's a URL:

http://packages.debian.org/squeeze/console-setup

It's a GPLed shell script and is not that complicated -- it's a front
end to help out people who don't want to understand Linux consoles
(not that I blame them!).

If you don't have setupcon, you can try this recipe instead, as its
last two commands are what setupcon does, as far as fonts go:

  export LC_ALL=en_US.utf8
  printf '\033%%G'
  setfont -v /usr/share/consolefonts/Uni2-Fixed16.psf.gz

On 01/22/2012 02:22 AM, Alan Mackenzie wrote:
> Maybe you could give a run through of a hypothetical sequence of steps a
> tty user would go through to find out how to set up his console for this

Do you have setfont?  If so, do the above commands work?
I'll attach a copy of the psf.gz file.  (You can get its source from
the above URL.)

> it will be very strenuous for a normal tty user to get set up
> to see these curly quotes.

OK, but we're not talking about normal tty users.  We're talking about the
three Emacs developers who use Linux consoles to develop.  If we can
get a recipe working for them, then we've handled that problem.


[-- Attachment #2: Uni2-Fixed16.psf.gz --]
[-- Type: application/x-gzip, Size: 4112 bytes --]

  parent reply	other threads:[~2012-01-22 10:54 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-18 15:12 TUTORIAL.de updated Werner LEMBERG
2012-01-19  9:09 ` Martin
2012-01-19  9:37   ` Werner LEMBERG
2012-01-19 12:03     ` Eli Zaretskii
2012-01-19 13:02       ` Werner LEMBERG
2012-01-19 14:55         ` Stephen J. Turnbull
2012-01-19 16:24           ` Werner LEMBERG
2012-01-19 17:15         ` Eli Zaretskii
2012-01-20  5:00           ` Werner LEMBERG
2012-01-20  6:54             ` Eli Zaretskii
2012-01-19 15:52 ` Ulrich Mueller
2012-01-19 16:20   ` Werner LEMBERG
2012-01-19 16:41   ` quotation marks [was Re: TUTORIAL.de updated] Glenn Morris
2012-01-19 17:22     ` Drew Adams
2012-01-19 23:08       ` Paul Eggert
2012-01-20  3:02         ` Stephen J. Turnbull
2012-01-20  6:23           ` Paul Eggert
2012-01-20  6:48         ` Eli Zaretskii
2012-01-20  7:49         ` Alan Mackenzie
2012-01-20  8:45           ` Paul Eggert
2012-01-20  9:24             ` Eli Zaretskii
2012-01-20 22:17               ` Paul Eggert
2012-01-21  8:59                 ` Alan Mackenzie
2012-01-21 10:29                   ` Eli Zaretskii
2012-01-21 11:12                     ` Alan Mackenzie
2012-01-21 11:16                       ` Eli Zaretskii
2012-01-21 12:52                         ` Andreas Schwab
2012-01-22  3:27                           ` David De La Harpe Golden
2012-01-22  3:32                             ` David De La Harpe Golden
2012-01-22  6:30                   ` Richard Stallman
2012-01-22  8:00                   ` Paul Eggert
2012-01-22 10:22                     ` Alan Mackenzie
2012-01-22 13:06                       ` James Cloos
2012-01-21  9:10                 ` Eli Zaretskii
2012-01-22  6:30                   ` Richard Stallman
2012-01-22  8:18                     ` Paul Eggert
2012-01-22  9:36                       ` Stephen J. Turnbull
2012-01-22 10:24                         ` Teemu Likonen
2012-01-22 10:54                         ` Eli Zaretskii
2012-01-22 10:54                         ` Paul Eggert [this message]
2012-01-22 11:56                           ` Alan Mackenzie
2012-01-22 20:35                             ` Paul Eggert
2012-01-22 15:35                           ` Stephen J. Turnbull
2012-01-22 16:33                             ` Lars Magne Ingebrigtsen
2012-01-23  7:04                       ` Richard Stallman
2012-01-20 12:13             ` quotation marks Ulrich Mueller
2012-01-20 12:44               ` Juanma Barranquero
2012-01-20 15:51                 ` Drew Adams
2012-01-20 18:40                   ` Juanma Barranquero
2012-01-20 12:01           ` quotation marks [was Re: TUTORIAL.de updated] James Cloos
2012-01-22 15:03             ` Richard Stallman
2012-01-20 14:05         ` Stefan Monnier
2012-01-20 22:34           ` Paul Eggert
2012-01-21  1:13             ` Ted Zlatanov
2012-01-21  1:26               ` Paul Eggert
2012-01-21  6:10                 ` Stephen J. Turnbull
2012-01-21  8:37                   ` Andreas Schwab
2012-01-21 18:13                     ` Stephen J. Turnbull
2012-01-21 19:58                       ` Tom Tromey
2012-01-21 17:17                   ` Ted Zlatanov
2012-01-21 17:19                 ` Ted Zlatanov
2012-01-19 18:14   ` TUTORIAL.de updated Stephen J. Turnbull
2012-01-19 18:50     ` quotation marks (was: Re: TUTORIAL.de updated) Ulrich Mueller
2012-01-19 21:45       ` 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=4F1BEAF7.8010003@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=acm@muc.de \
    --cc=drew.adams@oracle.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    --cc=stephen@xemacs.org \
    --cc=ulm@gentoo.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.