From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Delafond Subject: Emphasis spanning more than two lines doesn't get font-lock'ed Date: Tue, 16 Feb 2010 12:11:34 +0000 (UTC) Message-ID: <20100216130649.608@usenet.piggo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhMKa-0004fD-3h for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:15:08 -0500 Received: from [140.186.70.92] (port=49140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhMKY-0004ex-P7 for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhMKY-0000Q9-GQ for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:15:06 -0500 Received: from lo.gmane.org ([80.91.229.12]:33625) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhMKY-0000Q1-9T for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 07:15:06 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NhMKX-0004AV-6u for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 13:15:05 +0100 Received: from 64.2.3.200 ([64.2.3.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 13:15:05 +0100 Received: from sdelafond by 64.2.3.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 13:15:05 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a follow-up to Debian bug #569752[1], which states that with the following org snippet : foo *foo* foo foo foo *foo foo* foo foo foo foo *foo foo foo foo foo* foo foo you only get 2 spans of text highlighted by font-lock as "bold", instead of 3 (the 3rd one, spanning more than 2 lines, isn't recognized); seeing how exporting this same snippet through org does indeed show 3 emphasized spans, should this be considered a bug ? Cheers, --Seb [1] http://bugs.debian.org/569752