From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: liuqiang Newsgroups: gmane.emacs.help Subject: About speedbar's font setting Date: Wed, 17 Oct 2007 16:07:52 +0800 Message-ID: <20071017080752.GA9147@Qiang> References: <71ab86070710161743r7232d7f1vb1ab2d9e68ab29f5@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192608504 12345 80.91.229.12 (17 Oct 2007 08:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 08:08:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 17 10:08:23 2007 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 1Ii3x0-0005xM-Rs for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 10:08:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii3wt-0004Da-4u for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 04:08:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii3we-0004DT-V9 for help-gnu-emacs@gnu.org; Wed, 17 Oct 2007 04:08:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii3wd-0004DH-HX for help-gnu-emacs@gnu.org; Wed, 17 Oct 2007 04:08:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii3wd-0004DE-Eg for help-gnu-emacs@gnu.org; Wed, 17 Oct 2007 04:07:59 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ii3wc-0001KY-Vi for help-gnu-emacs@gnu.org; Wed, 17 Oct 2007 04:07:59 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2778967wah for ; Wed, 17 Oct 2007 01:07:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=lrHcJoCt05poTD5SHeooDnBRYS78LPrx6nt+pt2n27U=; b=DFMTVh/YAmshmhq9MlLhXCO07gsZYDdGfaSFZUe7DSO80H3FuQNA9VKPf8WRwezuvN8vcShn1zdN23fVaDij+8Dok5zteUb45N4RD64LOn/8CZ22Fr9blK8pIbAPSNX7ddKa9JQXbNPoambOWQOIjWTHOwscJ0zUO39e1mdumns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=DzF/HmaLQeo040NcD7fEQ0P5JuBkvLT+buDc2BK2GMePKNn0ae29rLUuPl3oXahtQoICPRiFsqGl/9MI52nX9eW4PBIFZH4927UME/5uPpg8DCb1snvuw09SxsQ03E5ZNYzAMnaqbp4LvRAiQefKmk/iHFR8w21Wq03N/rzpgGY= Original-Received: by 10.115.77.1 with SMTP id e1mr285865wal.1192608477261; Wed, 17 Oct 2007 01:07:57 -0700 (PDT) Original-Received: from Qiang.localdomain ( [61.149.21.220]) by mx.google.com with ESMTPS id n40sm8357315wag.2007.10.17.01.07.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Oct 2007 01:07:56 -0700 (PDT) Original-Received: by Qiang.localdomain (Postfix, from userid 500) id 947AEBB8A0; Wed, 17 Oct 2007 16:07:52 +0800 (CST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <71ab86070710161743r7232d7f1vb1ab2d9e68ab29f5@mail.gmail.com> User-Agent: Mutt/1.5.14 (2007-02-12) X-detected-kernel: by monty-python.gnu.org: 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:48500 Archived-At: Next is font setting of GNU Emacs 23.0.60.1 in my computer: -------------------------------------------------- (set-default-font "Consolas-14") (set-fontset-font (frame-parameter nil 'font) 'han '("SimSun" . "unicode-bmp")) -------------------------------------------------- I use the following options to configure. -------------------------------------------------- --enable-font-backend --with-freetype --with-xft --with-gtk --with-x -------------------------------------------------- But the font setting of Speedbar does not comply it. Can you give me some advice about configure to make Speedbar's font setting accord with the emacs main frame?