From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephan Hennig Newsgroups: gmane.emacs.devel Subject: Re: linum and AUCTeX: line number face Date: Tue, 18 Sep 2007 11:51:26 +0200 Message-ID: References: <46ea83d1$0$16117$9b4e6d93@newsspool1.arcor-online.net> <87zlzm9uy7.fsf@escher.local.home> <86tzpt5o8j.fsf@lola.quinscape.zz> <46EEBBA6.1020109@arcor.de> <87lkb4ykbb.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190110780 23544 80.91.229.12 (18 Sep 2007 10:19:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Sep 2007 10:19:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 18 12:19:39 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 1IXaB7-0002Nl-Um for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 12:19:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXaB6-00051y-Ev for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 06:19:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXaAr-0004sp-Uo for emacs-devel@gnu.org; Tue, 18 Sep 2007 06:19:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXaAp-0004rS-Tq for emacs-devel@gnu.org; Tue, 18 Sep 2007 06:19:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXaAp-0004rN-R1 for emacs-devel@gnu.org; Tue, 18 Sep 2007 06:19:19 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IXaAp-0001gI-Cb for emacs-devel@gnu.org; Tue, 18 Sep 2007 06:19:19 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IXaAd-00022n-Se for emacs-devel@gnu.org; Tue, 18 Sep 2007 12:19:07 +0200 Original-Received: from pd9f4cd1b.dip0.t-ipconnect.de ([217.244.205.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Sep 2007 12:19:07 +0200 Original-Received: from mailing_list by pd9f4cd1b.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Sep 2007 12:19:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9f4cd1b.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 Hamster/2.1.0.1501 In-Reply-To: <87lkb4ykbb.fsf@escher.local.home> 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:79187 Archived-At: Stephen Berman schrieb: > On Mon, 17 Sep 2007 19:38:46 +0200 Stephan Hennig wrote: > > All you have to do is evaluate that sexp, e.g. type M-: and at the > prompt enter (copy-face 'default 'linum) and then hit the return key. > But as Stefan Monnier surmised and I confirmed in another reply, > this doesn't do anything different than customizing the inherit > attribute of the face. Ok, thanks! >> But an explicit weight value is ignored. Is that intended >> behaviour? > > Again, not just weight, but also at least the highlighting done by > matching parentheses. Yes, I didn't notice that so far. This is really annoying when using inverse video for matching parentheses (I do): '(show-paren-match ((((class color) (background light)) (:foreground "#4488FF" :inverse-video t)))) '(show-paren-mismatch ((((class color)) (:foreground "red" :inverse-video t)))) Best regards, Stephan Hennig