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: [Emacs-diffs] xwidget updated (1d8b8a2 -> 5f46725) Date: Fri, 09 Jan 2015 22:35:06 +0200 Message-ID: <83wq4v4rr9.fsf@gnu.org> References: <20141226164113.11620.38682@vcs.savannah.gnu.org> <831tnjlpts.fsf@gnu.org> <83k31ajvdz.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1420835706 24377 80.91.229.3 (9 Jan 2015 20:35:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2015 20:35:06 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 09 21:35:00 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y9gGp-0003SR-G0 for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2015 21:34:59 +0100 Original-Received: from localhost ([::1]:52144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gGo-0001Ly-St for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2015 15:34:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gGk-0001Li-9A for emacs-devel@gnu.org; Fri, 09 Jan 2015 15:34:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9gGf-0006rM-E3 for emacs-devel@gnu.org; Fri, 09 Jan 2015 15:34:54 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:45850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9gGf-0006r9-6E for emacs-devel@gnu.org; Fri, 09 Jan 2015 15:34:49 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NHX00200FATSN00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 09 Jan 2015 22:34:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NHX002V2FTZJH90@a-mtaout21.012.net.il>; Fri, 09 Jan 2015 22:34:47 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:181117 Archived-At: > From: joakim@verona.se > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Fri, 09 Jan 2015 21:12:39 +0100 > > Eli Zaretskii writes: > > > > >> > 5) xdisp.c:produce_xwidget_glyph needs to account for bidirectional > >> > display in the same way produce_image_glyph does: swao the left and > >> > right box edges, and populate the bidi members of struct glyph. > > > >> I havent thought about bidi at all. > > > > Just look at what produce_image_glyph does, it should tell you enough. > > > >> Do you have a simple test case [for bidi]? > > > > Type a few Arabic or Hebrew characters, then insert a widget, then > > type some more Arabic or Hebrew. Try this both in a buffer that has > > bidi-paragraph-direction set to nil and in a buffer that has it set to > > left-to-right or right-to-left. > > I tried this briefly by opening the hello file and pasting an arabic > hello string a couple of times. > > Stuff happens, but maybe not the correct stuff. It is hard for me to tell. Describe the "stuff that happens", or show a snapshot, and perhaps I will be able to tell if its correct.