From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Code inspection: W32 specific problems Date: Tue, 19 Jul 2005 10:51:09 +0200 Message-ID: References: <42D94106.6010500@comcast.net> <42DC5135.5050802@comcast.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121763787 14158 80.91.229.2 (19 Jul 2005 09:03:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jul 2005 09:03:07 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 19 11:03:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dunzi-0007uf-UA for ged-emacs-devel@m.gmane.org; Tue, 19 Jul 2005 11:02:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Duo1f-0008FX-Mt for ged-emacs-devel@m.gmane.org; Tue, 19 Jul 2005 05:04:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DunuK-0006Gi-4m for emacs-devel@gnu.org; Tue, 19 Jul 2005 04:56:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DunuE-0006Du-Mi for emacs-devel@gnu.org; Tue, 19 Jul 2005 04:56:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DunuE-00069P-J4 for emacs-devel@gnu.org; Tue, 19 Jul 2005 04:56:50 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Duny0-00057T-4J; Tue, 19 Jul 2005 05:00:44 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id AF2FC5EE055; Tue, 19 Jul 2005 10:51:15 +0200 (CEST) Original-To: David Hunter In-Reply-To: <42DC5135.5050802@comcast.net> (David Hunter's message of "Mon, 18 Jul 2005 21:02:45 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:41067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41067 David Hunter writes: > Kim F. Storm wrote: >>>Qw32_charset_default was declared in w32term.c rev 1.62 in early >>>2000, but was not defined there either. It is potentially used by >>>several codepaths, notably in enum_font_cb2(). The related symbol >>>'w32-charset-default' also exists in documentation. It should be >>>defined. >> What about its initial value? >> Is it always set from lisp before first usage? > > Hmm, I think I might have used the wrong terms to describe the > issue. My grip on eLisp is not yet that strong (and probably never > will be :) ). No, you were correct -- I didn't look at the actual code, so I incorrectly assumed that the code looked at the value of w32-charset-default (as a lisp variable). It only uses the symbol itself. -- Kim F. Storm http://www.cua.dk