From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks Date: Thu, 14 Mar 2013 17:51:03 +0100 Message-ID: <87d2v2ncw8.fsf@bzg.ath.cx> References: <87ppza17lp.fsf@gmail.com> <514190B9.9080301@mpip-mainz.mpg.de> <87li9qdj4x.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGBN4-0006ip-QB for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 12:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGBMy-0005fc-Nm for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 12:51:14 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:50952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGBMy-0005fE-1y for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 12:51:08 -0400 Received: by mail-wg0-f48.google.com with SMTP id 16so2194199wgi.15 for ; Thu, 14 Mar 2013 09:51:07 -0700 (PDT) In-Reply-To: <87li9qdj4x.fsf@riseup.net> (W. Greenhouse's message of "Thu, 14 Mar 2013 16:46:22 +0000") 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: "W. Greenhouse" Cc: OrgMode ML Hi all, wgreenhouse-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org (W. Greenhouse) writes: > A less pleasant/even worse way (practically heresy in some circles, > though some Org users do it) would just be to compose your documents > using visual-line-mode instead of auto-fill-mode. Then whole paragraphs > are one "line." ... and a deepest fix would be to re-implement markup fontification with a proper use of `font-lock-fontify-region-function'... if anyone feels ready to put a stab at this, he has my full support and will fix a historical limitation of Org's code. PS: The current way multiline markup is fontified is buggy because it feels random, but it is correct under some conditions. -- Bastien