From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Tiro still can't usefully link emacs-unicode-2 on Windows Date: Wed, 14 Nov 2007 12:35:24 +0000 Message-ID: <473AEB8C.4070600@gnu.org> References: <9FB99973-F6B4-4077-8817-8E9C62630144@Freenet.DE> <006901c82577$ea039b60$d5101252@JRWXP1> <4738D788.2010607@gnu.org> <000901c82659$5efad1e0$d5101252@JRWXP1> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195044337 18772 80.91.229.12 (14 Nov 2007 12:45:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 12:45:37 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Richard Wordingham Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 13:45:41 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 1IsHce-0001xW-IY for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 13:45:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsHcS-0001R3-84 for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 07:45:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsHcJ-0001MU-Nq for emacs-devel@gnu.org; Wed, 14 Nov 2007 07:45:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsHcE-0001JD-73 for emacs-devel@gnu.org; Wed, 14 Nov 2007 07:45:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsHcD-0001Iy-QY for emacs-devel@gnu.org; Wed, 14 Nov 2007 07:45:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsHcD-00014A-0h for emacs-devel@gnu.org; Wed, 14 Nov 2007 07:45:09 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsHcC-0006Yr-HA for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 07:45:08 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IsHT4-0006QL-Si for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 07:35:45 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsHT4-0006Q6-HM for emacs-pretest-bug@gnu.org; Wed, 14 Nov 2007 07:35:42 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id E92C650198; Wed, 14 Nov 2007 12:35:36 +0000 (GMT) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <000901c82659$5efad1e0$d5101252@JRWXP1> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: 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:83186 gmane.emacs.pretest.bugs:20280 Archived-At: Richard Wordingham wrote: > If this is a reference to running 'cvs update -kb' in the nt > directory, note that I found that I also had to run it in at least the > leim\CXTERM-dic and lisp\international dictionaries. These seem like regressions that were previously fixed in Emacs 22. > I then made it cleanly (apart from numerous warnings during > byte-compilation and messages saying that files could not be deleted), > but again it would not run. The only clue I have as to why is that > when I run emacs.exe from the cmd.exe command line I get the message, > ' Wrong type argument: stringp, nil'. This is triggered by a recent merge of w32-win.el. Some code that was moved was previously commented out in the emacs-unicode-2 branch due to not working, and the merge reenabled it. I have fixed the code now (the problem was caused by the default fontset now being indicated by t rather than nil).