From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [BABEL] Two minor issues Date: Sat, 20 Nov 2010 00:07:11 +0000 Message-ID: <87zkt4uac0.fsf@gmail.com> References: <81aalwq74o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJazk-0006nA-W4 for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 19:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJazj-0002NM-Jt for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 19:07:56 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:48364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJazj-0002Mx-An for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 19:07:55 -0500 In-Reply-To: <81aalwq74o.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 30 Oct 2010 16:28:47 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org Hi Jambunathan, Sorry to be so slow to get to these, Jambunathan K writes: > 1. Improper fontification of Babel blocks > > With babel native fontification on, I see that the commented elisp > code down below is not fontified. The problem persists if I kill the > buffer and find it again. > > #+begin_src emacs-lisp > ;; (message "Hello World") > #+end_src err, and I haven't had the energy to investigate this one yet! (While we're at it, here's another org-src fontification minibug that I expect others have noticed: the closing parenthesis here comes up fontified with what looks like the string face #+begin_src emacs-lisp (defvar x nil "string") #+end_src ) > 2. C-c C-v C-M-h and C-c C-v C-x interaction > > In the block below do > > 1. C-c C-v C-M-h, C-c C-v C-x C-M-\ > 2. Mark (just) the code-block with C-SPC etc etc. C-c C-v C-x C-M-\ > > See the difference in behaviour. OK, but I've just fixed that one. Dan > > #+begin_src xml > This is a xref to > text:ref-name="__RefHeading__1669_1684552201">Heading8 > . > #+end_src > > I have transient mark mode on. > > Jambunathan K. > > > > > > > > > > > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode