Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Kurt H Maier
On Sun, Oct 28, 2012 at 09:52:16PM +0100, pancake wrote: > Do you know ssg? Its a perl script that converts a markdown file into a > postscript slides.. I already have typesetting software. ssg's existence doesn't make markdown more useful, it just makes it slightly less useful than troff. > T

[dev] Troff for typsetting e-mails

2012-10-28 Thread trebol
Hi Christoph, In vi (nvi) I have some maps for mail (I'm using groff): "groff to plain utf8 and open as alternate %.ftext map =¡ :w^M:!groff -kstep -ms -Tutf8 -P -cobu % > %.fmt^M:e%.fmt^M "Change to alternate :e# map V :w^M:e#^M "spell Troff map =Ç :w^M:!hunspell -n -d en_US %^M:e!

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
Christoph Lohmann <2...@r-36.net> writes: >> d. Text - Looking at man pages, it adds a lot of terminal commands, it >> would not look nice in email. > > Well, only needed is a subset to align text on a line, add some > lines, [chomp...] > much more than a simple hack would approach. All right,

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread pancake
Do you know ssg? Its a perl script that converts a markdown file into a postscript slides.. Theres also an awk markdown parser to html and make it work on ansi is just plain simple (or output troff) Markdown is human readable and easy to parse to generate various outputs, it just needs a tool

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Kurt H Maier
On Sun, Oct 28, 2012 at 01:17:27PM -0400, Galos, David wrote: > It you really want to typeset your e-mails, why not use > markdown? > > * It is human readable, so no-one needs any fancy frontend > * You don't need any annoying multi-part nonsense > * After using things like werc, it should already

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Galos, David
It you really want to typeset your e-mails, why not use markdown? * It is human readable, so no-one needs any fancy frontend * You don't need any annoying multi-part nonsense * After using things like werc, it should already be second nature to many people. * Much non-markdown mail also happens

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Christoph Lohmann
Greetings. On Sun, 28 Oct 2012 17:37:27 +0100 Luis Anaya wrote: > 1. This deserves some explanation: > > If you were going to translate Troff commands for email , would you > typeset these into... > > [...] > > d. Text - Looking at man pages, it adds a lot of terminal commands, it > would not l

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread hiro
yes, I also use html for mails. This has been my mail formatter for years. But it sends plain text of course: https://mail.google.com/mail/h/

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Strake
On 28/10/2012, Luis Anaya wrote: >>> On Sun, Oct 28, 2012 at 01:21:40PM +0100, hiro wrote: >>> > typesetting? raw text can be typeset just fine with a keyboard. not >>> > sure what you're really up to. >>> > >>> >>> It is suckless answer to HTML email. >>> >> It might as well *be* HTML email. > >

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
Raphael Proust writes: >>> HTML is the most "logical" approach for formatting. >> >> What? > > Not sure. It actually looks like a troll whistle… I think it is a > troll whistle. No, it's not a troll whistle. I can get a troll bugle if I need to. 1. This deserves some explanation: If you were

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Raphael Proust
On Sun, Oct 28, 2012 at 3:24 PM, Kurt H Maier wrote: > On Sun, Oct 28, 2012 at 11:18:43AM -0400, Luis Anaya wrote: >> HTML is the most "logical" approach for formatting. > > What? Not sure. It actually looks like a troll whistle… I think it is a troll whistle. -- __ Raphaël Proust

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Kurt H Maier
On Sun, Oct 28, 2012 at 11:18:43AM -0400, Luis Anaya wrote: > HTML is the most "logical" approach for formatting. What? > Kurt stated, how come you do not use HTML in itself? No, he didn't.

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
Bjartur Thorlacius writes: > Christoph Lohmann wrote: >> as the subject says, I’m thinking of typesetting my e‐mail in troff. > I have never done that; I use plain UTF-8. But are you talking about > writing email in troff and converting it to HTML? Or what makes email > special, aside from t

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Christoph Lohmann
Greetings. On Sun, 28 Oct 2012 15:58:48 +0100 Bjartur Thorlacius wrote: > Christoph Lohmann wrote: > > as the subject says, I’m thinking of typesetting my e‐mail in troff. > I have never done that; I use plain UTF-8. But are you talking about > writing email in troff and converting it to HT

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Bjartur Thorlacius
Christoph Lohmann wrote: as the subject says, I’m thinking of typesetting my e‐mail in troff. I have never done that; I use plain UTF-8. But are you talking about writing email in troff and converting it to HTML? Or what makes email special, aside from the convention to use plain text inste

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread pancake
What about postscript mails? Or just... Markdown? Which kind of stuff do you need? Clickable links? Indentation? Comic sans? On Oct 28, 2012, at 15:06, Kurt H Maier wrote: > On Sun, Oct 28, 2012 at 09:52:46AM -0400, Andrew Hills wrote: >> On Sun, Oct 28, 2012 at 9:36 AM, Kurt H Maier wrote:

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Kurt H Maier
On Sun, Oct 28, 2012 at 09:52:46AM -0400, Andrew Hills wrote: > On Sun, Oct 28, 2012 at 9:36 AM, Kurt H Maier wrote: > > It might as well *be* HTML email. > > I assume that the typesetting will be done on his end, instead of just > dumping verbose formatting into your terminal. I don't think that

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Andrew Hills
On Sun, Oct 28, 2012 at 9:36 AM, Kurt H Maier wrote: > It might as well *be* HTML email. I assume that the typesetting will be done on his end, instead of just dumping verbose formatting into your terminal. I don't think that makes for a fair comparison. --Andrew Hills

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Kurt H Maier
On Sun, Oct 28, 2012 at 05:03:06PM +0400, p37si...@lavabit.com wrote: > On Sun, Oct 28, 2012 at 01:21:40PM +0100, hiro wrote: > > typesetting? raw text can be typeset just fine with a keyboard. not > > sure what you're really up to. > > > > It is suckless answer to HTML email. > It might as wel

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread p37sitdu
On Sun, Oct 28, 2012 at 01:21:40PM +0100, hiro wrote: > typesetting? raw text can be typeset just fine with a keyboard. not > sure what you're really up to. > It is suckless answer to HTML email.

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread hiro
typesetting? raw text can be typeset just fine with a keyboard. not sure what you're really up to.

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread markus schnalke
[2012-10-28 06:22] Christoph Lohmann <2...@r-36.net> > > as the subject says, I’m thinking of typesetting my e‐mail in troff. > Anyone here has done something similar? I have not done it before but as I like troff much I've thought about doing so. Eventually, I have decided against it because

[dev] Troff for typsetting e-mails

2012-10-27 Thread Christoph Lohmann
Greeting comrades. as the subject says, I’m thinking of typesetting my e‐mail in troff. Anyone here has done something similar? Sincerely, Christoph Lohmann