[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On being web-friendly and why info must die
From: |
Achim Gratz |
Subject: |
Re: On being web-friendly and why info must die |
Date: |
Wed, 17 Dec 2014 18:55:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Richard Stallman writes:
> > The simple markup is *bold*, =verbatim=, ~code~, /italic/
> > +strike-through+ and _underline_. The actual rules are a bit more
> > complicated since some of that is costumizable for historical reasons.
>
> Here's one way it could be done:
>
> //emph//
> /=dfn=/
> ==code==
> '=samp='
> .=file=.
> _kbd_
> *strong*
> @variable@
>
> (We don't need strike-through or underline.)
Org uses regex parsing for most of this stuff, so good performance very
much requires that you don't need to backtrack often. These suggestions
would work for proper (tokenized) parsing, but are most likely not
acceptable for Org (something like this has been tried before I should
add).
Besides, I don't really think that this suggestion fulfills the goal of
having easily discernible semantic markup. It's deeply magical, awkward
to type in some keyboard layouts and hard to read in a variety of fonts.
I guess that a lot of contributors would simply cargo-cult this markup
into the documentation without ever knowing what they are doing.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada
- Re: On being web-friendly and why info must die, (continued)
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/16
- Re: On being web-friendly and why info must die, Yuri Khan, 2014/12/16
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/17
- Re: On being web-friendly and why info must die, Achim Gratz, 2014/12/17
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/15
- Re: On being web-friendly and why info must die, Achim Gratz, 2014/12/15
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/16
- Re: On being web-friendly and why info must die, Alan Mackenzie, 2014/12/17
- Re: On being web-friendly and why info must die, Stephen J. Turnbull, 2014/12/17
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/17
- Re: On being web-friendly and why info must die,
Achim Gratz <=
- Re: On being web-friendly and why info must die, David Kastrup, 2014/12/17
- Re: On being web-friendly and why info must die, Eli Zaretskii, 2014/12/11
- Re: On being web-friendly and why info must die, Stephen J. Turnbull, 2014/12/11
- Re: On being web-friendly and why info must die, Eli Zaretskii, 2014/12/12
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/11
- Re: On being web-friendly and why info must die, Lennart Borgman, 2014/12/11
- Re: On being web-friendly and why info must die, Richard Stallman, 2014/12/12
- Re: On being web-friendly and why info must die, Stephen Leake, 2014/12/10
- Re: On being web-friendly and why info must die, Paul Eggert, 2014/12/10
- Re: On being web-friendly and why info must die, Paul Eggert, 2014/12/09