From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.user Subject: Re: guile 2.0.9 build on mingw Date: Tue, 18 Jun 2013 22:31:14 +0300 Message-ID: <83obb3qkql.fsf@gnu.org> References: <83sj1hv2ml.fsf@gnu.org> <874ndx9y7h.fsf@pobox.com> <83ip2bt4qk.fsf@gnu.org> <8761xqhyyt.fsf@gnu.org> <83li6mt18y.fsf@gnu.org> <83wqq3mcq9.fsf@gnu.org> <87k3m3kor5.fsf@gnu.org> <83ehcalysu.fsf@gnu.org> <87sj0pvl4a.fsf@tines.lan> <837gi1n3v5.fsf@gnu.org> <87k3m1vg8b.fsf@tines.lan> <83txl4lhby.fsf@gnu.org> <8361xjky0f.fsf@gnu.org> <87obb4eo5s.fsf@tines.lan> <834ncvs5i2.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1371583930 24069 80.91.229.3 (18 Jun 2013 19:32:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 19:32:10 +0000 (UTC) Cc: guile-user@gnu.org To: ludo@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jun 18 21:32:10 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Up1dM-0002YT-Nc for guile-user@m.gmane.org; Tue, 18 Jun 2013 21:32:04 +0200 Original-Received: from localhost ([::1]:52192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1dM-0008J4-Ag for guile-user@m.gmane.org; Tue, 18 Jun 2013 15:32:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1cW-0007Oh-3P for guile-user@gnu.org; Tue, 18 Jun 2013 15:31:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up1cV-0000Yv-67 for guile-user@gnu.org; Tue, 18 Jun 2013 15:31:12 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:55786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1cU-0000YO-UH; Tue, 18 Jun 2013 15:31:11 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MOL00L00SUDPK00@a-mtaout22.012.net.il>; Tue, 18 Jun 2013 22:31:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MOL00L00SVXFI60@a-mtaout22.012.net.il>; Tue, 18 Jun 2013 22:31:09 +0300 (IDT) In-reply-to: <834ncvs5i2.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10466 Archived-At: > Date: Tue, 18 Jun 2013 20:17:25 +0300 > From: Eli Zaretskii > Cc: ludo@gnu.org, guile-user@gnu.org > > Ah, so REPL means "read-eval-print loop". It's a bit bizarre to see > this acronym used and explained in the Guile reference manual, but > not indexed, so please consider the trivial 2-line patch below. As long as we are on the topic of the Info docs: producing Info manuals with UTF-8 encoded characters is not a good idea for the MinGW build, because the Windows console does not support UTF-8, and so at least the stand-alone Info reader will show a lot of garbage on Windows. I suggest to use --disable-encoding for the MinGW build.