From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Misc problems with INSTALL file Date: Tue, 19 Aug 2008 10:22:26 +0900 Message-ID: References: <877iaejafg.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1219109020 27964 80.91.229.12 (19 Aug 2008 01:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2008 01:23:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 19 03:24:32 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 1KVFxX-0003cg-Dg for ged-emacs-devel@m.gmane.org; Tue, 19 Aug 2008 03:24:31 +0200 Original-Received: from localhost ([127.0.0.1]:52296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVFwa-0004Tb-8b for ged-emacs-devel@m.gmane.org; Mon, 18 Aug 2008 21:23:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVFwW-0004TQ-En for emacs-devel@gnu.org; Mon, 18 Aug 2008 21:23:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVFwV-0004Rb-4a for emacs-devel@gnu.org; Mon, 18 Aug 2008 21:23:28 -0400 Original-Received: from [199.232.76.173] (port=60192 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVFwU-0004RN-QK for emacs-devel@gnu.org; Mon, 18 Aug 2008 21:23:26 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62174) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVFwU-00007E-HG for emacs-devel@gnu.org; Mon, 18 Aug 2008 21:23:27 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m7J1MfbY010503; Tue, 19 Aug 2008 10:22:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m7J1MfBj027876; Tue, 19 Aug 2008 10:22:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m7J1MQQV009808; Tue, 19 Aug 2008 10:22:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KVFvW-0004ai-Ou; Tue, 19 Aug 2008 10:22:26 +0900 In-reply-to: <877iaejafg.fsf@kfs-lx.rd.rdm> (storm@cua.dk) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:102617 Archived-At: In article <877iaejafg.fsf@kfs-lx.rd.rdm>, storm@cua.dk (Kim F. Storm) writes: > I noticed the following stuff in INSTALL which should be fixed: > > To take proper advantage of Emacs 21's mule-unicode charsets, you need > > a suitable font. For `Unicode' (ISO 10646) fonts for X, see > Emacs 21 should be just Emacs. > Do we still speak of "mule-unicode" ? I think no. How about the change something like this? *** INSTALL.~1.135.~ 2008-08-01 10:56:23.000000000 +0900 --- INSTALL 2008-08-19 10:21:19.000000000 +0900 *************** *** 177,184 **** The Emacs distribution does not include fonts and does not install them. You must do that yourself. ! To take proper advantage of Emacs 21's mule-unicode charsets, you need ! a suitable font. For `Unicode' (ISO 10646) fonts for X, see (packaged in Debian), (packaged in Debian). (In recent Debian versions, there is an extensive `misc-fixed' iso10646-1 --- 177,186 ---- The Emacs distribution does not include fonts and does not install them. You must do that yourself. ! Emacs running on the GNU system supports both X fonts and local fonts ! (i.e. the fonts managed by the fontconfig library). ! ! For `Unicode' (ISO 10646) X fonts, see (packaged in Debian), (packaged in Debian). (In recent Debian versions, there is an extensive `misc-fixed' iso10646-1 --- Kenichi Handa handa@ni.aist.go.jp