From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Default font 'default have no corresponding variable Date: Mon, 18 Feb 2008 16:13:33 -0500 Message-ID: References: <47B985B2.1070505@gmail.com> <87k5l2o0er.fsf@catnip.gol.com> <47B9AB51.7070002@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203369242 7255 80.91.229.12 (18 Feb 2008 21:14:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 21:14:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 22:14:26 2008 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 1JRDJW-0000wr-Ax for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 22:14:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRDJ1-0001oB-BN for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 16:13:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRDIv-0001nb-Si for emacs-devel@gnu.org; Mon, 18 Feb 2008 16:13:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRDIu-0001n0-At for emacs-devel@gnu.org; Mon, 18 Feb 2008 16:13:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRDIu-0001mw-4i for emacs-devel@gnu.org; Mon, 18 Feb 2008 16:13:36 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRDIt-0002rF-OL for emacs-devel@gnu.org; Mon, 18 Feb 2008 16:13:35 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAOaDuUfO+KMJdGdsb2JhbACQVgEwnGWBAg X-IronPort-AV: E=Sophos;i="4.25,373,1199682000"; d="scan'208";a="14677045" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 18 Feb 2008 16:13:35 -0500 Original-Received: from pastel.home ([206.248.163.9]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id YXF00435; Mon, 18 Feb 2008 16:13:35 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 45C5A8153; Mon, 18 Feb 2008 16:13:33 -0500 (EST) In-Reply-To: ("Johan =?iso-8859-1?Q?Bockg=1FFFFFFFrd=22's?= message of "Mon, 18 Feb 2008 21:37:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:89524 Archived-At: >> `xemacs -q' tells me that `default' indeed exists but has value "void". >> Not sure what that means. > Dynamic scoping. Good catch ;-) Stefan