From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: inline source code blocks Date: Thu, 06 Mar 2014 21:52:25 -0500 Message-ID: <53193469.2040206@alum.mit.edu> References: <874n3bug4r.fsf@gmail.com> <87iorqu4qy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLku2-00057G-Br for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 21:52:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLktt-0006b3-By for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 21:52:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:41513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLktt-0006aZ-0M for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 21:52:41 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WLktq-0004Xg-Ac for emacs-orgmode@gnu.org; Fri, 07 Mar 2014 03:52:38 +0100 Received: from wrls-140-247-0-35.wrls.harvard.edu ([140.247.0.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2014 03:52:38 +0100 Received: from ilya_shl by wrls-140-247-0-35.wrls.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Mar 2014 03:52:38 +0100 In-Reply-To: <87iorqu4qy.fsf@gmail.com> 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: emacs-orgmode@gnu.org On 3/6/14 9:22 PM, Eric Schulte wrote: > How about the following alternative to my previous suggestion, which will eliminate the extra lines. Looks beautiful initially, but leads to some confusing behaviors due to invisible lines. But eliminating extra lines is only important for some sections of code; in others, the extra lines (though shortened) actually help. I'll use begin_src/end_src for the former and BEGIN_SRC/END_SRC for the latter, and have your prettier-org-code-blocks fontifier match just the lowercase version. Thanks a lot, ilya