From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Copying preserves font-lock-face Date: Tue, 26 Sep 2006 18:10:57 -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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1159308703 5529 80.91.229.2 (26 Sep 2006 22:11:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Sep 2006 22:11:43 +0000 (UTC) Cc: rudalics@gmx.at, cyd@stupidchicken.com, nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 27 00:11:41 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 1GSL9J-0005HZ-3d for ged-emacs-devel@m.gmane.org; Wed, 27 Sep 2006 00:11:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSL9I-0004kq-KR for ged-emacs-devel@m.gmane.org; Tue, 26 Sep 2006 18:11:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSL8l-0004bM-Lx for emacs-devel@gnu.org; Tue, 26 Sep 2006 18:10:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSL8l-0004ax-6L for emacs-devel@gnu.org; Tue, 26 Sep 2006 18:10:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSL8k-0004as-Tt for emacs-devel@gnu.org; Tue, 26 Sep 2006 18:10:58 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSLDT-0001hi-OL for emacs-devel@gnu.org; Tue, 26 Sep 2006 18:15:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GSL8j-0005Ut-1g; Tue, 26 Sep 2006 18:10:57 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 26 Sep 2006 13:02:01 -0400) 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:60257 Archived-At: > Certainly with Enriched mode on, we would not want > any faces to be lost. Enriched mode doesn't use font-lock-face. That's right; it should be converted to `face'. I implemented it already. Everyone else can stop thinking about this one now.