From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: insert-buffer-substring: which text properties does it copy Date: Mon, 16 Nov 2015 18:05:10 +0200 Message-ID: <83ziyeaq15.fsf@gnu.org> References: <20151114215806.6b29cffb@gauss> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1447713168 28188 80.91.229.3 (16 Nov 2015 22:32:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 22:32:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 16 23:32:40 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 1ZySKF-0005Zo-Ou for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 23:32:40 +0100 Original-Received: from localhost ([::1]:50944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZySKF-0002nw-8m for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 17:32:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMHR-0003FX-MH for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 11:05:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyMHL-0003NE-QN for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 11:05:21 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyMHL-0003N0-IJ for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 11:05:15 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NXX0050005F6E00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 18:05:14 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NXX004QW0OPYH80@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 18:05:14 +0200 (IST) In-reply-to: <20151114215806.6b29cffb@gauss> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:108096 Archived-At: > Date: Sat, 14 Nov 2015 21:58:06 -0800 > From: Joe Riel > > While insert-buffer-substring-no-properties copies none of the text > properties, insert-buffer-substring does not copy *all* text > properties. For example, it won't copy a keymap property. > > Any idea what text properties are included/excluded? They are listed in yank-excluded-properties, which see.