From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: BEGIN_SRC..END_SRC Date: Mon, 07 May 2012 16:23:25 +0200 Message-ID: <85obq05aua.fsf@iznogoud.viz> References: <871umzrvfw.fsf@gmail.com> <87wr4rqg6g.fsf@gmail.com> <83d36j59gv.fsf@gnu.org> <87r4uz58e3.fsf@sec.modprobe.de> <83aa1n57p4.fsf@gnu.org> <5D17181ED92C4552AE8D4404DD035CA0@us.oracle.com> <87vck8sfyv.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1336400628 24940 80.91.229.3 (7 May 2012 14:23:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 May 2012 14:23:48 +0000 (UTC) Cc: Martyn Jago , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 07 16:23:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SROqn-0007EC-Av for ged-emacs-devel@m.gmane.org; Mon, 07 May 2012 16:23:45 +0200 Original-Received: from localhost ([::1]:59318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROqm-0004I3-Ag for ged-emacs-devel@m.gmane.org; Mon, 07 May 2012 10:23:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROqf-00046r-A5 for emacs-devel@gnu.org; Mon, 07 May 2012 10:23:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SROqY-0007BV-Rd for emacs-devel@gnu.org; Mon, 07 May 2012 10:23:36 -0400 Original-Received: from mx15.lb01.inode.at ([62.99.145.17]:30455 helo=mx.inode.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SROqY-00077O-Ki for emacs-devel@gnu.org; Mon, 07 May 2012 10:23:30 -0400 Original-Received: from [85.127.92.132] (port=7683 helo=iznogoud.viz) by smartmx-15.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SROqW-0007l0-0U; Mon, 07 May 2012 16:23:28 +0200 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SROqT-0000f3-C2; Mon, 07 May 2012 16:23:25 +0200 Mail-Followup-To: "Stephen J. Turnbull" , Martyn Jago , emacs-devel@gnu.org In-Reply-To: <87vck8sfyv.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Mon, 07 May 2012 14:44:08 +0900") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 62.99.145.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150350 Archived-At: On Mon, May 07 2012, Stephen J. Turnbull wrote: > Martyn Jago writes: > > > [org-mode idioms are] plain text. > > If it gets interpreted by a program and concealed because humans > really aren't interested in it, it's not plain text, it's markup. Except that it isn't. Gnus article mode does not hide the #+begin_src / #+end_src markers. Wolfgang