From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: One example of code I can't understand Date: Mon, 20 Jul 2009 15:01:48 -0400 Message-ID: References: <833a8soxmc.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1248116571 16596 80.91.229.12 (20 Jul 2009 19:02:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2009 19:02:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 20 21:02:43 2009 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 1MSy8G-000146-NM for ged-emacs-devel@m.gmane.org; Mon, 20 Jul 2009 21:02:40 +0200 Original-Received: from localhost ([127.0.0.1]:57266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSy8F-0004Ue-Vk for ged-emacs-devel@m.gmane.org; Mon, 20 Jul 2009 15:02:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSy7V-0004HV-IL for emacs-devel@gnu.org; Mon, 20 Jul 2009 15:01:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSy7R-0004Go-4z for emacs-devel@gnu.org; Mon, 20 Jul 2009 15:01:53 -0400 Original-Received: from [199.232.76.173] (port=34019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSy7Q-0004Gl-Uy for emacs-devel@gnu.org; Mon, 20 Jul 2009 15:01:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54713) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSy7Q-0004Lz-Is for emacs-devel@gnu.org; Mon, 20 Jul 2009 15:01:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MSy7Q-0005Mn-7H; Mon, 20 Jul 2009 15:01:48 -0400 In-reply-to: <833a8soxmc.fsf@gnu.org> (message from Eli Zaretskii on Mon, 20 Jul 2009 06:13:15 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/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:112852 Why do we need to cater to unibyte operation in Emacs 23? 1. Unibyte buffers may be needed for certain internal operations. I am not sure -- we need to ask Handa. 2. As for editing of unibyte buffers by users, maybe nobody will mind if we get rid of that now. But we should not eliminate it without first polling the users, to see who uses it and whether it is important.