From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: feature request: text property to prevent font-locking Date: Sun, 31 Aug 2014 09:11:31 -0700 (PDT) Message-ID: <4954d8f3-a625-45e9-9c64-a7e7e1295002@default> References: <20140830092701.GA3351@acm.acm> <34f3e246-bbfb-4864-83e9-4a0c81d4202e@default> <87wq9pirvf.fsf@zigzag.favinet> <7a50dd60-5b1c-4f21-aa38-b095d4449d09@default> 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 1409501530 5991 80.91.229.3 (31 Aug 2014 16:12:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2014 16:12:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 31 18:12:03 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XO7jT-0001r8-Jm for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2014 18:11:59 +0200 Original-Received: from localhost ([::1]:50376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO7jT-0001d0-2N for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2014 12:11:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO7j9-0001cp-NU for emacs-devel@gnu.org; Sun, 31 Aug 2014 12:11:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XO7j2-0005Ra-1E for emacs-devel@gnu.org; Sun, 31 Aug 2014 12:11:39 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:24422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO7j1-0005Pm-PX for emacs-devel@gnu.org; Sun, 31 Aug 2014 12:11:31 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s7VGBUFw022891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 31 Aug 2014 16:11:31 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s7VGBUgj012429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 31 Aug 2014 16:11:30 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s7VGBTHB014904 for ; Sun, 31 Aug 2014 16:11:30 GMT In-Reply-To: <7a50dd60-5b1c-4f21-aa38-b095d4449d09@default> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173925 Archived-At: > With the patch I sent (bug #18367), font-lock no longer prevents > you from using `M-o o' etc. (If the patch is accepted then that > message ["Font-lock mode will override any faces you set in this > buffer"] should of course be removed.) That statement is not clear; sorry. The patch I sent is only for font-lock.el. It makes it possible to allow facemenu.el to protect its highlighting from font-locking. It does not, by itself, protect facemenu highlighting. For that, another patch is needed, which I will be glad to send if this feature is accepted. If you want to try it now to see, just load file facemenu+.el, in addition to file font-lock+.el. http://www.emacswiki.org/emacs-en/download/facemenu%2b.el http://www.emacswiki.org/emacs-en/download/font-lock%2b.el