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: bidi-display-reordering is now non-nil by default Date: Wed, 24 Aug 2011 09:35:21 +0300 Message-ID: <83zkizgvva.fsf@gnu.org> References: <4E48D309.6050503@acdlabs.ru> <83hb5jujjs.fsf@gnu.org> <874o1j10zv.fsf@fencepost.gnu.org> <8362lyvcli.fsf@gnu.org> <83k4aasnm9.fsf@gnu.org> <838vqmx9tj.fsf@gnu.org> <83ei0cimdl.fsf@gnu.org> <831uwchrvw.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1314167734 4340 80.91.229.12 (24 Aug 2011 06:35:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Aug 2011 06:35:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 24 08:35:29 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 1Qw73e-0002IH-KK for ged-emacs-devel@m.gmane.org; Wed, 24 Aug 2011 08:35:26 +0200 Original-Received: from localhost ([::1]:46686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw73d-0007IY-Qs for ged-emacs-devel@m.gmane.org; Wed, 24 Aug 2011 02:35:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw73a-0007IM-N0 for emacs-devel@gnu.org; Wed, 24 Aug 2011 02:35:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qw73Z-0005lm-Pf for emacs-devel@gnu.org; Wed, 24 Aug 2011 02:35:22 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:38268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw73Z-0005lP-JD for emacs-devel@gnu.org; Wed, 24 Aug 2011 02:35:21 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LQF0060067XN400@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 24 Aug 2011 09:35:19 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.219.41]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LQF005HP6AUW4B0@a-mtaout22.012.net.il>; Wed, 24 Aug 2011 09:35:18 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:143561 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Tue, 23 Aug 2011 15:17:29 -0400 > > iswitchb already uses display-completion-list when displaying > completions in *Completions*. And ido.el never displays anything in > *Completions*, AFAICT. > But both of them (along with icomplete.el) show a list of completions > "inline" in the minibuffer as in > > Switch to buffer: a{data.tex,foo.ada,*scratch*} > > so maybe the {,,,} list should use bidi-string-mark-left-to-right before > the comma. I will look at how they do this. > BTW, I think we should make it clear that > bidi-string-mark-left-to-right only makes sense in text that gets > displayed in L2R paragraphs, so it's largely restricted to buffers that > should set bidi-paragraph-direction to `left-to-right'. The ELisp manual already says that. > > Need your decision on the space spec. > > Is the above enough, or are there still more open issues? If the above is a "go ahead" for 24.1, then no open issues left.