From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hideki Saito Subject: Re: "Ignore following space" coding? Date: Wed, 24 Apr 2013 01:20:39 -0700 Message-ID: References: <87vc7c2vwe.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUux9-0003ny-GE for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 04:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUux6-0002SB-FA for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 04:21:23 -0400 In-Reply-To: <87vc7c2vwe.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Hello Bastien Yeah, I figured "correctly" implementing this would be the biggest thing. (I think it involves the implementation of the full morphological analysis model into Emacs!) > > If I remember correctly, this was asked already once and we did try > to find a solution, but nothing was good. > I was thinking in more of a quick hack / workaround that possibly exists -- for instance, as "\" would escape the following letter (for instance "\\" for "\") but that can cancel out the following character, for example, when parsed through exporters. (Couldn't think of any myself, so I was just curious.) > Org (and Emacs?) heavily relies on distinguishing words with spaces, > so maybe you should consider an Org file as you do consider a program > file: spaces are often mandatory. This is the case when you want to > put some words in bold font. I think I will take your suggestions, and perhaps, I might think of some post-export processor that interact with exported LaTeX file (where this is more pertinent in my case) to correct linguistic irregularities. Thank you for your insight on this! Hideki Saito http://goo.gl/ErBLy