From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: font-lock-face superseeds face? Date: Sat, 16 Jun 2007 10:48:48 +0200 Message-ID: <4673A3F0.6010402@gmx.at> References: <4672C230.5060201@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181984292 10088 80.91.229.12 (16 Jun 2007 08:58:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 08:58:12 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 16 10:58:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzU6i-0003qp-43 for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 10:58:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzU6h-0000Z2-82 for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 04:58:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzU6d-0000Ya-C0 for emacs-devel@gnu.org; Sat, 16 Jun 2007 04:58:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzU6b-0000Xt-De for emacs-devel@gnu.org; Sat, 16 Jun 2007 04:58:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzU6b-0000Xn-8i for emacs-devel@gnu.org; Sat, 16 Jun 2007 04:58:01 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HzU6a-0006GH-Lg for emacs-devel@gnu.org; Sat, 16 Jun 2007 04:58:00 -0400 Original-Received: (qmail invoked by alias); 16 Jun 2007 08:57:59 -0000 Original-Received: from M3196P008.adsl.highway.telekom.at (EHLO [88.117.47.104]) [88.117.47.104] by mail.gmx.net (mp017) with SMTP; 16 Jun 2007 10:57:59 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/8DS8KInr8/XFcnwdUGrN2MuNIsZhD5TV92URx5/ WaawfQ62V+4bjp User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <4672C230.5060201@gmail.com> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:73050 Archived-At: > Is not the text property 'font-lock-face supposed to superseed 'face? > Should not this give one character shown in the face 'highlight: > > (put-text-property (1- (point)) (point) 'font-lock-face 'highlight) It works properly here with Emacs -Q, putting the line into *scratch*, point after it, and doing C-x C-e. The closing parenthesis is displayed with the 'highlight face. What did you do to make it fail?