From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geralt Newsgroups: gmane.emacs.help Subject: Re: How to find current font-lock settings of a buffer? Date: Sat, 7 Feb 2009 16:35:19 +0100 Message-ID: References: <2C73404D-3F35-4D7B-B9C3-C71B04BD739F@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234021649 3045 80.91.229.12 (7 Feb 2009 15:47:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 15:47:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 16:48:44 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVpQB-00081W-JM for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 16:48:43 +0100 Original-Received: from localhost ([127.0.0.1]:47739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVpOs-0001UN-Bl for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2009 10:47:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVpDI-0003ZZ-0z for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 10:35:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVpDG-0003Xa-CE for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 10:35:23 -0500 Original-Received: from [199.232.76.173] (port=60022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVpDG-0003XS-19 for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 10:35:22 -0500 Original-Received: from mail-fx0-f16.google.com ([209.85.220.16]:58780) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVpDF-0004yn-JP for help-gnu-emacs@gnu.org; Sat, 07 Feb 2009 10:35:21 -0500 Original-Received: by fxm9 with SMTP id 9so455356fxm.18 for ; Sat, 07 Feb 2009 07:35:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HvjINaiqgTsXInYBHhs32LQDGljCo4D+vpQUO13/8ks=; b=NM8jERannJC+esAqhnDJmiFvP6oZtHzUTfANxvNQAMpAWUfO3VWzyt3CvtM6rlTxIZ znshUdmTVl+NL410SeN0AkTjkFohUIJ0BBCEs3EXjfjyhcFx137AMs1S4KM2Z8e6pGU1 M/z6opZi+3EDXefXbTlkW5fI/Aen+dB0q9keM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Wgm11IAWIhgAcbwCVENkxLtHYr36Y937y6Q+CvNet3k0Y+PD5DpppKmFvk6Zgm0UX4 rZCt4GSo5c14aH7fvALnEU9tTjwJEF0ps/7yVV0I4ck0jQbwMvfD6sDp5nQR/XE2Ate2 Wy8Rhl5pRVbMv5yn84d29PBvlS2jbn6IcFQ14= Original-Received: by 10.181.199.11 with SMTP id b11mr1032660bkq.127.1234020919241; Sat, 07 Feb 2009 07:35:19 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61980 Archived-At: On Sat, Feb 7, 2009 at 4:31 PM, Peter Dyballa wrote: > > Am 07.02.2009 um 16:20 schrieb Geralt: > >> is there a way to find out if it is using a certain font > > > describe-font? > > -- > Greetings > > Pete > > Be careful of reading health books, you might die of a misprint. > =96 Mark Twain > > Sorry, I've used the wrong word, what I wanted to ask was: if a certain word ist displayed with the default face is there a way to find out if the mode really wanted to display it with the default face or is it just using the default face, because I didn't customize a more specialized face? Geralt.