From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Re: Benchmarking queries Date: Sat, 19 Sep 2009 13:54:03 -0700 Message-ID: <1253393643.24639.190.camel@localhost.localdomain> References: <87my4rda1u.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1253393698 16670 80.91.229.12 (19 Sep 2009 20:54:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Sep 2009 20:54:58 +0000 (UTC) Cc: Guile Development To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Sep 19 22:54:51 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mp6xG-0003MC-VD for guile-devel@m.gmane.org; Sat, 19 Sep 2009 22:54:51 +0200 Original-Received: from localhost ([127.0.0.1]:35180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mp6xF-0006u8-UI for guile-devel@m.gmane.org; Sat, 19 Sep 2009 16:54:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mp6xA-0006sL-61 for guile-devel@gnu.org; Sat, 19 Sep 2009 16:54:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mp6x8-0006rW-DK for guile-devel@gnu.org; Sat, 19 Sep 2009 16:54:43 -0400 Original-Received: from [199.232.76.173] (port=50567 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mp6x8-0006rT-8z for guile-devel@gnu.org; Sat, 19 Sep 2009 16:54:42 -0400 Original-Received: from smtp109.prem.mail.sp1.yahoo.com ([98.136.44.54]:48762) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mp6x7-0005b0-PB for guile-devel@gnu.org; Sat, 19 Sep 2009 16:54:42 -0400 Original-Received: (qmail 66307 invoked from network); 19 Sep 2009 20:54:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=ysNXsOoTY4vo/DWaZ209Do7FZGJT6rcVuVCg6u+Ip6W8K9gWBHT55/T/UErJ3o1usM8qvS9WDoljuj8ZPETQhttF0RQ/JR6ztzxkJR5yvuTICqTwPKI8eFrMqsAX95NlCbLiGuToKzWypq8Cnsk/K0MT7NFzZYD/j5fvLBEwGV0= ; Original-Received: from adsl-71-130-218-93.dsl.irvnca.pacbell.net (spk121@71.130.218.93 with plain) by smtp109.prem.mail.sp1.yahoo.com with SMTP; 19 Sep 2009 13:54:40 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: DCA3MMEVM1lxH2Xn7Tf9OhV5utg9n7fKUfZ3zSPffPser040jnMiltSt8ncigPkkgvgblc4XSTf7b0RDG2LRMuDaSC3r3suhivSm9yKxB1pauONfZX_LwHXBKkjrAi91YtPvI6I.ndl1LX9nDPqJG1fheJ6rmOh3.ltUEVmbTyyFl7CUFYVfwyilbTFVrBwSd88gMbn1wXUpxDaIPEzmmz8e_IfcqL4FtVxiyjwb X-Yahoo-Newman-Property: ymail-3 In-Reply-To: <87my4rda1u.fsf@ossau.uklinux.net> X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9357 Archived-At: On Sat, 2009-09-19 at 01:59 +0100, Neil Jerram wrote: > 1. The files with an Emacs "coding: latin-1" comment can only be > compiled if I add an extra comment "coding: latin1". In other words it > seems that Guile (=> libunistring) only understands latin1 without the > hyphen. Is this expected, and is there anything we can do about it? In the string_abstraction2 branch, I'd added functionality to translate some common EMACS names for encodings into the proper linunistring names for encodings, but, that hasn't made its way into master. For latin-1, the name libunistring expects is ISO-8859-1. So it was my bad for not changing latin-1 to iso-8859-1 when I merged it from string_abstraction2 to master. I haven't put the Emacs aliases into master yet because I want that list to be in scheme code in ice-9 instead of in C code. I haven't really thought through the details of how that should be done. Thanks, Mike