unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ulrich Mueller <ulm@gentoo.org>
To: "Stephen J. Turnbull" <stephen@xemacs.org>
Cc: emacs-devel@gnu.org
Subject: Re: quotation marks (was: Re: TUTORIAL.de updated)
Date: Thu, 19 Jan 2012 19:50:03 +0100	[thread overview]
Message-ID: <20248.26075.153199.234934@a1i15.kph.uni-mainz.de> (raw)
In-Reply-To: <87zkdj5zl3.fsf@uwakimon.sk.tsukuba.ac.jp>

>>>>> On Fri, 20 Jan 2012, Stephen J Turnbull wrote:

>> (BTW, are there any plans to stop that abuse of the grave accent as
>> an opening quotation mark in the rest of the documentation? Or am I
>> the only one who uses fonts where the `' pair looks so ugly and
>> asymmetric?)

> In printed documentation TeX will turn it into proper quotation
> marks.  So, probably no change in Texinfo sources.

Shouldn't it be written as @samp{foo} in Texinfo sources anyway?

> It should be possible to patch the to-Info and to-HTML drivers in
> makeinfo to generate proper quotes in Latin-1.  Ask Karl Berry if a
> patch would be accepted.

> In docstrings, changing this would require teaching various parts of
> the help system to recognize quotes rather than grave accent.  But
> maybe help display functions (eg, C-h f) could do the translation
> using display tables.

I think that display tables won't work, because some docstrings
contain code with (lisp) backquotes. I guess these shouldn't be shown
as quotes. ;-)

For example, this one:

   backquote is a Lisp macro in `backquote.el'.
   [...]
   `(a ,b c)      => (a (ba bb bc) c)	; insert the value of b
   `(a ,@b c)     => (a ba bb bc c)	; splice in the value of b



  reply	other threads:[~2012-01-19 18:50 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
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     ` Ulrich Mueller [this message]
2012-01-19 21:45       ` quotation marks (was: Re: TUTORIAL.de updated) 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

  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=20248.26075.153199.234934@a1i15.kph.uni-mainz.de \
    --to=ulm@gentoo.org \
    --cc=emacs-devel@gnu.org \
    --cc=stephen@xemacs.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).