From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: [sdl.web@gmail.com: Re: For after-the-release: enhanced partial completion] Date: Mon, 16 Jul 2007 17:46:16 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184633203 6243 80.91.229.12 (17 Jul 2007 00:46:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 00:46:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 02:46: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 1IAbCz-0003sR-9W for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 02:46:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAbCy-0001jP-RD for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 20:46:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAbCv-0001j6-89 for emacs-devel@gnu.org; Mon, 16 Jul 2007 20:46:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAbCs-0001ih-Qy for emacs-devel@gnu.org; Mon, 16 Jul 2007 20:46:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAbCs-0001ie-IK for emacs-devel@gnu.org; Mon, 16 Jul 2007 20:46:26 -0400 Original-Received: from outbound2.ucsd.edu ([132.239.1.206]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IAbCs-0006xa-2t for emacs-devel@gnu.org; Mon, 16 Jul 2007 20:46:26 -0400 Original-Received: from smtp.ucsd.edu (smtp.ucsd.edu [132.239.1.49]) by outbound2.ucsd.edu (8.13.6/8.13.6) with ESMTP id l6H0kLQw087949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 16 Jul 2007 17:46:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=2007001; d=ucsd.edu; c=simple; q=dns; b=lB34BaN60ffzRiULBswJAlQKCZq5949ZZb1MHoKVtuqR3JYL2fbfl/tkLqH4TSHcC FUL+O9yO9ihSiN6XZV9AQ== Original-Received: from mister-foo.local (0-16-cb-b9-d7-be.dynamic.ucsd.edu [128.54.54.202]) by smtp.ucsd.edu (8.13.6/8.13.4) with ESMTP id l6H0kK6F041769; Mon, 16 Jul 2007 17:46:21 -0700 (PDT) In-Reply-To: (Leo's message of "Mon\, 16 Jul 2007 23\:35\:39 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) X-detected-kernel: FreeBSD 6.x (1) 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:74939 Archived-At: Leo writes: > Has the following been dealt with? > > Archived-At: I'm still looking at this bug (it evidently happens only on Unicode 2, which I don't use), but found that a clean checkout doesn't seem to build. First, CHARSET_8_BIT_CONTROL is undefined in src/macterm.c. Second, even after getting around that, a whole bunch more charset-related symbols are undefined [1], and I didn't see anything similar elsewhere in the source. According to the ChangeLog, they once lived in charset.h. Any hints? /s [1] macterm.c:10392: error: 'charset_latin_iso8859_1' undeclared (first use in this function) macterm.c:10392: error: (Each undeclared identifier is reported only once macterm.c:10392: error: for each function it appears in.) macterm.c:10399: error: 'charset_mule_unicode_0100_24ff' undeclared (first use in this function) macterm.c:10402: error: 'charset_mule_unicode_2500_33ff' undeclared (first use in this function) macterm.c:10405: error: 'charset_mule_unicode_e000_ffff' undeclared (first use in this function)