From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Unibyte characters Date: Fri, 31 Oct 2008 20:44:23 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225478680 30122 80.91.229.12 (31 Oct 2008 18:44:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 18:44:40 +0000 (UTC) Cc: handa@m17n.org, emacs-devel@gnu.org, miles@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 19:45:41 2008 connect(): Connection refused 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 1Kvz08-000679-EZ for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 19:45:40 +0100 Original-Received: from localhost ([127.0.0.1]:59765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvyz1-0007ec-J3 for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 14:44:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvyyw-0007eJ-Qp for emacs-devel@gnu.org; Fri, 31 Oct 2008 14:44:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvyyw-0007dm-1v for emacs-devel@gnu.org; Fri, 31 Oct 2008 14:44:26 -0400 Original-Received: from [199.232.76.173] (port=46899 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvyyv-0007dj-QE for emacs-devel@gnu.org; Fri, 31 Oct 2008 14:44:25 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:27286) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvyyu-0007YL-N8; Fri, 31 Oct 2008 14:44:24 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9M003GX9GP6M30@i-mtaout6.012.net.il>; Fri, 31 Oct 2008 20:46:02 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:105222 Archived-At: > From: Stefan Monnier > Cc: Miles Bader , handa@m17n.org, emacs-devel@gnu.org > Date: Fri, 31 Oct 2008 10:41:47 -0400 > > IIUC, this part of the manual dates back to the introduction of Mule, > when many people were using Emacs in unibyte mode. Yes. > Nowadays unibyte mode is not recommended I agree, but I was talking about the ELisp manual; Lisp programmers do need to know about unibyte buffers and strings, even if users are discouraged from using the unibyte mode.