From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Emacs hangs! [trunk, bidi, docview] Date: Sat, 08 May 2010 22:51:18 +0200 Message-ID: <4BE5CEC6.30303@alice.it> References: <4BE5BFF7.10904@alice.it> <8339y2qhvf.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273351919 2713 80.91.229.12 (8 May 2010 20:51:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 May 2010 20:51:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 08 22:51:57 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 1OAr03-00038N-ND for ged-emacs-devel@m.gmane.org; Sat, 08 May 2010 22:51:52 +0200 Original-Received: from localhost ([127.0.0.1]:59543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAr03-0004p5-7O for ged-emacs-devel@m.gmane.org; Sat, 08 May 2010 16:51:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAqzy-0004oq-Ax for emacs-devel@gnu.org; Sat, 08 May 2010 16:51:46 -0400 Original-Received: from [140.186.70.92] (port=36444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAqzx-0004oi-64 for emacs-devel@gnu.org; Sat, 08 May 2010 16:51:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAqzw-0006DT-8I for emacs-devel@gnu.org; Sat, 08 May 2010 16:51:45 -0400 Original-Received: from smtp-out30.alice.it ([85.33.2.30]:3300) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAqzt-0006Ca-F9; Sat, 08 May 2010 16:51:41 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out30.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sat, 8 May 2010 22:51:39 +0200 Original-Received: from FBCMCL01B02.fbc.local ([192.168.69.83]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sat, 8 May 2010 22:51:22 +0200 Original-Received: from [82.57.144.164] ([82.57.144.164]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sat, 8 May 2010 22:51:20 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <8339y2qhvf.fsf@gnu.org> X-OriginalArrivalTime: 08 May 2010 20:51:20.0884 (UTC) FILETIME=[3695F740:01CAEEF0] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:124648 Archived-At: Il 08/05/2010 22.05, Eli Zaretskii ha scritto: >> Date: Sat, 08 May 2010 21:48:07 +0200 >> From: Angelo Graziosi >> >> Perhaps you already know this problem, but I want to flag it for >> completeness. > > No, I didn't. > >> When I add >> >> (setq-default bidi-display-reordering t) >> >> to my ~/.emacs file causes Emacs (current trunk) to hang when I try to >> visit a PDF or JPG file (docview-mode). > > Please show a full recipe, starting with "emacs -Q". Thanks. The simplest way I found (but I am sure there is another more simpler) is: emacs -Q & then in scratch buffer evaluate (C-M-x): (setq-default bidi-display-reordering t) Then C-x C-f pdf_or_jpg_file Here Emacs hangs ('top' shows 100% CPU!) Hope this is useful... Ciao, Angelo.