From mboxrd@z Thu Jan 1 00:00:00 1970 From: Du Yanning Subject: Bug of code block Date: Mon, 17 Oct 2011 18:29:04 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015176f0530831d5a04af7c135d Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFkRP-0007IA-8p for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 06:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFkRO-0000H2-FV for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 06:29:07 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFkRO-0000Gy-A8 for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 06:29:06 -0400 Received: by iagf6 with SMTP id f6so5277251iag.0 for ; Mon, 17 Oct 2011 03:29:05 -0700 (PDT) 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 --0015176f0530831d5a04af7c135d Content-Type: text/plain; charset=ISO-8859-1 win7 emacs 23.3 org-mode 7.7 The appearance of source code inside code block #+BEGIN_SRC c++ void foo() { } #+END_SRC is affected by M-x buffer-face-set. However, It should look exactly the same as it is in a c++-mode buffer. --0015176f0530831d5a04af7c135d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable win7
emacs 23.3
org-mode 7.7


The appearanc= e of source code inside code block
#+BEGIN_SRC c++
=A0 void foo()
=A0 {
=A0 }
#+END_SRC
is affected by M-x buffer-face-set.
However, It should look= exactly the same as it is in a c++-mode buffer.
--0015176f0530831d5a04af7c135d--