From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Re: Several serious problems Date: Thu, 15 Aug 2002 04:30:47 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200207250312.g6P3C6F06647@aztec.santafe.edu> <200207261535.g6QFZpK08935@aztec.santafe.edu> <200208090742.g797gRQ11838@rum.cs.yale.edu> <200208101716.g7AHGsf05962@wijiji.santafe.edu> <200208121620.g7CGKvq29247@rum.cs.yale.edu> <200208130148.g7D1m4v07052@wijiji.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029378799 25059 127.0.0.1 (15 Aug 2002 02:33:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2002 02:33:19 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, handa@etl.go.jp, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17fARn-0006W3-00 for ; Thu, 15 Aug 2002 04:33:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17fAr5-0006LO-00 for ; Thu, 15 Aug 2002 04:59:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fASi-0000Cv-00; Wed, 14 Aug 2002 22:34:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fARu-00006S-00 for emacs-devel@gnu.org; Wed, 14 Aug 2002 22:33:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fARt-00006B-00 for emacs-devel@gnu.org; Wed, 14 Aug 2002 22:33:22 -0400 Original-Received: from dns.franken.de ([193.175.24.33] helo=elvis.franken.de) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fARs-000065-00; Wed, 14 Aug 2002 22:33:20 -0400 Original-Received: from uucp by elvis.franken.de with local-rmail (Exim 3.22 #1) id 17fARn-0003Se-00; Thu, 15 Aug 2002 04:33:15 +0200 Original-Received: by tux.gnu.franken.de (Postfix, from userid 270) id AD9A3A445B; Thu, 15 Aug 2002 04:30:47 +0200 (CEST) Original-To: rms@gnu.org In-Reply-To: <200208130148.g7D1m4v07052@wijiji.santafe.edu> (Richard Stallman's message of "Mon, 12 Aug 2002 19:48:04 -0600 (MDT)") Original-Lines: 71 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6556 Richard Stallman writes: > I think we just need to add a call like > > (load "ucs-tables") > (unify-8859-on-encoding-mode 1) > > to startup.el (and add ucs-tables.el to the list of files that are > dumped). Excuse my ignorance: do you really mean startup.el? > > Eli, or someone else, can you try this in RC and see how it works? ATM, I'm running the appended patch without problems. I guess, it's a know limitation that unification of characters different from the latin-1 set, isn't supported by the RC branch? I can unify a-umlaut from latin-2; but unification does not take place for characterslike "LATIN SMALL LETTER L WITH STROKE" (x0142). Index: src/puresize.h =================================================================== RCS file: /cvsroot/emacs/emacs/src/puresize.h,v retrieving revision 1.57.14.1 diff -u -r1.57.14.1 puresize.h *** src/puresize.h 22 Feb 2002 11:21:04 -0000 1.57.14.1 --- src/puresize.h 15 Aug 2002 02:18:49 -0000 *************** *** 42,48 **** #endif #ifndef BASE_PURESIZE ! #define BASE_PURESIZE (710000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ --- 42,48 ---- #endif #ifndef BASE_PURESIZE ! #define BASE_PURESIZE (715000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ Index: lisp/loadup.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/loadup.el,v retrieving revision 1.113 diff -u -r1.113 loadup.el *** lisp/loadup.el 15 Jul 2001 16:15:34 -0000 1.113 --- lisp/loadup.el 15 Aug 2002 02:18:49 -0000 *************** *** 106,111 **** --- 106,115 ---- (load "language/tibetan") (load "language/vietnamese") (load "language/misc-lang") + (load "international/ucs-tables") + (unify-8859-on-encoding-mode 1) + ;; (ucs-unify-8859 'encode-only) + (update-coding-systems-internal) (load "indent") -- ke@suse.de (work) / keichwa@gmx.net (home): | http://www.suse.de/~ke/ | ,__o Free Translation Project: | _-\_<, http://www.iro.umontreal.ca/contrib/po/HTML/ | (*)/'(*)