From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103590: Convert some names in texinfo files to UTF-8. Date: Tue, 8 Mar 2011 14:14:26 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299590123 20796 80.91.229.12 (8 Mar 2011 13:15:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 13:15:23 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 14:15:19 2011 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.69) (envelope-from ) id 1Pwwkx-0007S1-9A for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 14:15:19 +0100 Original-Received: from localhost ([127.0.0.1]:33503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwwkw-0002Fj-J9 for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 08:15:18 -0500 Original-Received: from [140.186.70.92] (port=39817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwwko-0002Eh-QO for emacs-devel@gnu.org; Tue, 08 Mar 2011 08:15:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwwkn-0002sN-JM for emacs-devel@gnu.org; Tue, 08 Mar 2011 08:15:10 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:64954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwwkl-0002rV-P3; Tue, 08 Mar 2011 08:15:07 -0500 Original-Received: by qyk2 with SMTP id 2so3034724qyk.0 for ; Tue, 08 Mar 2011 05:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=c/r9Vzql3mRg03f/X2r7771dJZKvOLsemra2aMA2Z60=; b=ti1OfY2Lf/g9PrOX8mdzWd3QSHia0/3xq0lxM0aBdBlx3O9UbmFL65bXzY8lMtOKlc xdPT2UcF6f9AYZeMk1odnwjbsZSAGqTcDwvHGOENhbMjwOsP0hUsCtrxkF8jVFS4+P4N rgcjngvSfTX79oywc1i6wtW6aw00VN3kVh0fI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=UGFENpGUJidKodjFK/QTxUooiWNx7WrN5imITIod/DKDDHbZxcKM38pf5QyIfQwUpo we/8Lkzoy0E5TZA2lHv+2sglxC3NsQbEYWVHKzZyjQTvwIrsgRzVDaA1f5/yFvpvXjgc sW+HBqdWXgS174nAdGUpPy2zp7hZstwZfwZAQ= Original-Received: by 10.224.28.132 with SMTP id m4mr4347387qac.130.1299590107116; Tue, 08 Mar 2011 05:15:07 -0800 (PST) Original-Received: by 10.229.74.212 with HTTP; Tue, 8 Mar 2011 05:14:26 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.169 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:136886 Archived-At: On Tue, Mar 8, 2011 at 09:59, Glenn Morris wrote: > =C2=A0Convert some names in texinfo files to UTF-8. This brings me grief on Windows, because there aren't that many texinfo binary distributions out there for Windows. makeinfo 4.8, which is very stable, does not grok UTF-8: makeinfo --force --enable-encoding -I. emacs.texi emacs.texi:33: warning: unrecognized encoding name `UTF-8'. and makeinfo 4.13a (the current one at GnuWin32) is buggy as hell and just crashes. ISTR Eli's said that he builds his own texinfo,but that's a bit of overkill= ... =C2=A0 =C2=A0 Juanma