Re: Hebrew in markup

2015-03-07 Thread Eli Zaretskii
> Date: Sat, 07 Mar 2015 16:10:19 +0200 > From: Eli Zaretskii > Cc: linux-il@cs.huji.ac.il > > IOW, my suggestion only solves the issue of editing the source file, > while having it displayed correctly as far as the visual order is > concerned. My suggestion doesn't solve the issue of producing

Re: Hebrew in markup

2015-03-07 Thread Eli Zaretskii
> Date: Sat, 7 Mar 2015 14:56:55 +0100 > From: Tzafrir Cohen > > > > cat Makefile > > > > > > all test.html > > > %.html: %.md > > > markdown $< >$@ > > > > Well, doesn't that work with what I suggested? You could have the > > dir= directives in the source file; they will be ignored by Emacs

Re: Hebrew in markup

2015-03-07 Thread Tzafrir Cohen
On Sat, Mar 07, 2015 at 03:16:42PM +0200, Eli Zaretskii wrote: > > Date: Sat, 7 Mar 2015 13:39:08 +0100 > > From: Tzafrir Cohen > > > > On Sat, Mar 07, 2015 at 02:21:06PM +0200, Eli Zaretskii wrote: > > > > > > > You also leave the overall direction dynamic and control > > > > > each paragraph's

Re: Hebrew in markup

2015-03-07 Thread Eli Zaretskii
> Date: Sat, 7 Mar 2015 13:39:08 +0100 > From: Tzafrir Cohen > > On Sat, Mar 07, 2015 at 02:21:06PM +0200, Eli Zaretskii wrote: > > > > > You also leave the overall direction dynamic and control > > > > each paragraph's direction with the first strong directional character > > > > of the paragra

Re: Hebrew in markup

2015-03-07 Thread Tzafrir Cohen
On Sat, Mar 07, 2015 at 02:21:06PM +0200, Eli Zaretskii wrote: > > > You also leave the overall direction dynamic and control > > > each paragraph's direction with the first strong directional character > > > of the paragraph, or with LRM/RLM if the first character is not what > > > you need. > >

Re: Hebrew in markup

2015-03-07 Thread Eli Zaretskii
> Date: Sat, 7 Mar 2015 13:08:50 +0100 > From: Tzafrir Cohen > > > You can make the whole document RTL by setting a buffer-local > > variable. > > How do I make this variable part of the document? With file-local variables. For example, put this at the end of the file: ;;; Local Variables:

Re: Hebrew in markup

2015-03-07 Thread Tzafrir Cohen
Thanks for your answer, On Sat, Mar 07, 2015 at 11:14:39AM +0200, Eli Zaretskii wrote: > > Date: Sat, 7 Mar 2015 02:42:48 +0100 > > From: Tzafrir Cohen > > > > I'd like to write a Heberw document, get a nice result HTML and still be > > able to save the source in proper version control. > > > >

Re: Hebrew in markup

2015-03-07 Thread Eli Zaretskii
> Date: Sat, 7 Mar 2015 02:42:48 +0100 > From: Tzafrir Cohen > > I'd like to write a Heberw document, get a nice result HTML and still be > able to save the source in proper version control. > > I could use raw HTML, but there are better options nowadays - asciidoc, > markdown (various implement