From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: insert-buffer-substring: which text properties does it copy Date: Mon, 16 Nov 2015 07:55:17 -0800 (PST) Message-ID: <76ed3325-18df-4977-b0e1-f49eeccfdbf6@default> References: <20151114215806.6b29cffb@gauss> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447708348 16463 80.91.229.3 (16 Nov 2015 21:12:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 21:12:28 +0000 (UTC) To: Joe Riel , Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 16 22:12:15 2015 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 1ZyR4M-0008Q4-Rz for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 22:12:11 +0100 Original-Received: from localhost ([::1]:49562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyR4H-0004Ep-5r for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 16:12:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyM7o-0002mc-0v for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 10:55:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyM7k-0000wC-Q5 for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 10:55:23 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:46465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyM7k-0000vp-JK for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 10:55:20 -0500 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tAGFtHNr008566 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 16 Nov 2015 15:55:17 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id tAGFtHNM018566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 16 Nov 2015 15:55:17 GMT Original-Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id tAGFtGPs018665; Mon, 16 Nov 2015 15:55:17 GMT In-Reply-To: <20151114215806.6b29cffb@gauss> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:108092 Archived-At: > insert-buffer-substring does not copy *all* text > properties. For example, it won't copy a keymap property. Sounds like a bug, to me.