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: Sat, 17 Jan 2015 20:04:07 +0200 Message-ID: <83r3utz3l4.fsf@gnu.org> References: <20141226164113.11620.38682@vcs.savannah.gnu.org> <831tnjlpts.fsf@gnu.org> <83k31ajvdz.fsf@gnu.org> <83wq4v4rr9.fsf@gnu.org> <838uh21ly4.fsf@gnu.org> <83wq4lzp3j.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1421517884 27301 80.91.229.3 (17 Jan 2015 18:04:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2015 18:04:44 +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 Sat Jan 17 19:04:39 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 1YCXji-0000tx-Ud for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2015 19:04:39 +0100 Original-Received: from localhost ([::1]:59919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCXjh-0007bL-JW for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2015 13:04:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCXjU-0007XD-AY for emacs-devel@gnu.org; Sat, 17 Jan 2015 13:04:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCXjM-0003Tm-Vd for emacs-devel@gnu.org; Sat, 17 Jan 2015 13:04:24 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:56474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCXjM-0003TT-O4 for emacs-devel@gnu.org; Sat, 17 Jan 2015 13:04:16 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NIC00A00214QG00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sat, 17 Jan 2015 20:04:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIC00AJE272KZ60@a-mtaout21.012.net.il>; Sat, 17 Jan 2015 20:04:15 +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:181377 Archived-At: > From: joakim@verona.se > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Sat, 17 Jan 2015 18:40:48 +0100 > > Now I tried the same test, but with an image. It behaves the same way! Hmm... yes, I see that, too. > So this would seem to indicate a number of possibilities: > > - My test is somewhow flawed. Perhaps (set (make-local-variable > 'bidi-paragraph-direction) 'right-to-left) isnt supposed to affect > images and xwidgets etc. > > - my xwidget code is so flawed that it affects the image code where it > shouldnt. (the code paths are supposed to be separate though) > > - this is how its supposed to work, and everything is allright. No, it's a bug, and I will fix it. Thanks.