From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Copying preserves font-lock-face Date: Tue, 26 Sep 2006 13:02:01 -0400 Message-ID: References: <17684.33575.513181.276604@kahikatea.snap.net.nz> <45155CE0.6040200@gmx.at> <17686.8709.23521.874061@kahikatea.snap.net.nz> <4516532E.8040906@gmx.at> <87bqp37ggk.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159290171 2370 80.91.229.2 (26 Sep 2006 17:02:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Sep 2006 17:02:51 +0000 (UTC) Cc: rudalics@gmx.at, Chong Yidong , nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 26 19:02:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GSGKA-000555-5O for ged-emacs-devel@m.gmane.org; Tue, 26 Sep 2006 19:02:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSGK9-0000pj-IN for ged-emacs-devel@m.gmane.org; Tue, 26 Sep 2006 13:02:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSGJz-0000pB-CD for emacs-devel@gnu.org; Tue, 26 Sep 2006 13:02:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSGJy-0000oH-31 for emacs-devel@gnu.org; Tue, 26 Sep 2006 13:02:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSGJx-0000o8-RH for emacs-devel@gnu.org; Tue, 26 Sep 2006 13:02:13 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSGOd-0004dz-0N; Tue, 26 Sep 2006 13:07:03 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 7F8B42CEF87; Tue, 26 Sep 2006 13:02:12 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id A332A3FE0; Tue, 26 Sep 2006 13:02:01 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 95DEA6C194; Tue, 26 Sep 2006 13:02:01 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue\, 26 Sep 2006 11\:41\:37 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60244 Archived-At: > Such modes can probably manipulate yank-excluded-properties if > necessary. I don't know of any mode where getting rid of the > font-lock-face would be wrong. > Text mode is one. Basically, any mode where font lock really does > nothing at all. Why? > Certainly with Enriched mode on, we would not want > any faces to be lost. Enriched mode doesn't use font-lock-face. Stefan