From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: indirect-buffers and text-properties Date: Thu, 30 Jan 2014 16:36:57 +0100 Message-ID: <87lhxxa3c6.fsf@yahoo.fr> References: <87fvo5r6uk.fsf@newcastle.ac.uk> <52EA70C2.9080507@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391096231 30316 80.91.229.3 (30 Jan 2014 15:37:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 15:37:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 30 16:37:17 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1W8tg5-0006jE-IT for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 16:37:17 +0100 Original-Received: from localhost ([::1]:50889 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8tg5-0002gD-42 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 10:37:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8tfo-0002g8-BN for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 10:37:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8tfi-00055P-6W for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 10:37:00 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:30738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8tfi-000549-0l for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 10:36:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqAEAPRw6lKkD4Xx/2dsb2JhbABZhxy6JIEgdIImAQEEI1YQCAMaAgUhAgIPAQRJE4dwARSrQFOWEQGJcxeBKYZJhxAHgm+BSQSYKIYxi26DLjs Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 30 Jan 2014 16:36:52 +0100 In-Reply-To: <52EA70C2.9080507@easy-emacs.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6h\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Thu, 30 Jan 2014 16:33:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95808 Archived-At: Andreas R=C3=B6hler writes: > M-x org-edit-src-code > uses an indirect buffer, but fontifies correctly. It is not an indirect buffer in my version, it uses generate-new-buffer. --=20 Nico.