From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: uni-mirrored.el and uni-bidi.el Date: Fri, 12 Aug 2011 13:43:20 -0400 Message-ID: <874o1mcypz.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313171010 20290 80.91.229.12 (12 Aug 2011 17:43:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Aug 2011 17:43:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 12 19:43:27 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QrvlW-0007AU-QN for ged-emacs-devel@m.gmane.org; Fri, 12 Aug 2011 19:43:26 +0200 Original-Received: from localhost ([::1]:55734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrvlW-0001aL-DF for ged-emacs-devel@m.gmane.org; Fri, 12 Aug 2011 13:43:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrvlU-0001Zt-8P for emacs-devel@gnu.org; Fri, 12 Aug 2011 13:43:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrvlT-0003LC-7d for emacs-devel@gnu.org; Fri, 12 Aug 2011 13:43:24 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:42277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrvlS-0003Km-4K; Fri, 12 Aug 2011 13:43:22 -0400 Original-Received: from furball (dhcp-128-36-14-148.central.yale.edu [128.36.14.148]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p7CHhKnQ015489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 12 Aug 2011 13:43:21 -0400 X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143163 Archived-At: Was there any resolution on the question of replacing the internal bidi tables with those in uni-mirrored.el and uni-bidi.el (or vice versa)? It would be nice not to have two independent copies of these tables. This is immediately relevant if we want to change some C code to be bidi aware, like generate-new-buffer-name. Should such code use the internal tables, or uni-*.el?