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, auto-composition-mode [core dump] Date: Sun, 25 Apr 2010 19:22:42 +0300 Message-ID: <83pr1nzelp.fsf@gnu.org> References: <4BCE3216.40000@alice.it> <83ljch4i41.fsf@gnu.org> <4BCEB1CA.8070901@alice.it> <83ljcg4wen.fsf@gnu.org> <4BD46A44.4040903@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1272212605 17226 80.91.229.12 (25 Apr 2010 16:23:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2010 16:23:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 25 18:23:22 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O64c1-00021L-QP for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 18:23:18 +0200 Original-Received: from localhost ([127.0.0.1]:37165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O64c1-00076f-4L for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 12:23:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O64bw-00076Q-6O for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:23:12 -0400 Original-Received: from [140.186.70.92] (port=53353 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O64bu-00076I-2v for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:23:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O64bs-0006MX-Mq for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:23:09 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56070) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O64bs-0006MH-FJ for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:23:08 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L1F00L00XFUZF00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Sun, 25 Apr 2010 19:22:41 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.71.78]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1F00LE9XHPOI10@a-mtaout23.012.net.il>; Sun, 25 Apr 2010 19:22:38 +0300 (IDT) In-reply-to: <4BD46A44.4040903@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:124194 Archived-At: > Date: Sun, 25 Apr 2010 18:13:56 +0200 > From: Angelo Graziosi > CC: emacs-devel@gnu.org > > Just now, I have discovered (with rev. 100032) that Emacs does not like > any more this: > > (setq-default bidi-display-reordering t) > > in my initialization file: it aborts! This is bug#6030. I already have a fix for it, and will commit in a short while. Thanks.