From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Crashes with non-default language environments Date: Sun, 10 Feb 2008 22:02:00 -0500 Message-ID: References: <87y79wve9b.fsf@jurta.org> <87zlu96bp2.fsf@jurta.org> <87prv4l96f.fsf@jurta.org> <87lk5scl3a.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202698945 5708 80.91.229.12 (11 Feb 2008 03:02:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 03:02:25 +0000 (UTC) Cc: Juri Linkov , emacs-pretest-bug@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 04:02:47 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 1JOOwR-0000JF-Cz for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 04:02:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOOvy-0004e5-7B for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 22:02:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOOvs-0004dz-Vs for emacs-devel@gnu.org; Sun, 10 Feb 2008 22:02:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOOvr-0004db-HY for emacs-devel@gnu.org; Sun, 10 Feb 2008 22:02:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOOvr-0004dX-92 for emacs-devel@gnu.org; Sun, 10 Feb 2008 22:02:11 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOOvq-0004u7-TC for emacs-devel@gnu.org; Sun, 10 Feb 2008 22:02:10 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JOOvq-00078N-Kd for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 22:02:10 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JOOvn-0004tf-J0 for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 22:02:10 -0500 Original-Received: from 76-10-146-187.dsl.teksavvy.com ([76.10.146.187] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOOvm-0004tX-OK for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 22:02:07 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id A6F42B402C; Sun, 10 Feb 2008 22:02:00 -0500 (EST) In-Reply-To: <87lk5scl3a.fsf@catnip.gol.com> (Miles Bader's message of "Mon, 11 Feb 2008 10:56:09 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88714 gmane.emacs.pretest.bugs:21017 Archived-At: >> Of course, string-AS-unibyte is the worst of all three. But nobody >> suggested to use that one. I just suggested to replace >> string-MAKE-uniybte by string-TO-unibyte. > Where's this string-to-unibyte function? My emacs doesn't have it... Oh, that's right, we still don't have it. We only have the 3 variants on the uni->multi, but not on the multi->uni. I guess now is a good time to introduce it. Stefan