From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Emacs-24 Hangs When Displaying Unicode #x6c0 (ARABIC HEH WITH YEH ABOVE) Date: Tue, 06 Mar 2012 20:09:04 +0100 Message-ID: <87r4x5v967.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331060974 24461 80.91.229.3 (6 Mar 2012 19:09:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2012 19:09:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 20:09:30 2012 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 1S4zlJ-0002YB-1F for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2012 20:09:29 +0100 Original-Received: from localhost ([::1]:49205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zlI-0007nU-2q for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2012 14:09:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zlC-0007mH-Gu for emacs-devel@gnu.org; Tue, 06 Mar 2012 14:09:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4zlA-0006f3-Nl for emacs-devel@gnu.org; Tue, 06 Mar 2012 14:09:22 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4zlA-0006eY-Gs for emacs-devel@gnu.org; Tue, 06 Mar 2012 14:09:20 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S4zl7-0002Hy-5I for emacs-devel@gnu.org; Tue, 06 Mar 2012 20:09:17 +0100 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Mar 2012 20:09:17 +0100 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Mar 2012 20:09:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:148908 Archived-At: 06/03/12 19:33, Mohsen BANAN > Emacs-24 hangs when displaying unicode #x6c0 > (arabic heh with yeh above) -- at least in my > environments. The display hangs but the emacs process > stays alive. > > Before trying to reproduce the problem, save all > your buffers. > > You can reproduce the problem by eval-ing > (ucs-insert 1728) Hi, I'm not able to reproduce this bug, both in my environment (which has bidi-display-reordering nil), and in emacs -Q. Can you post a recipe to reproduce this from emacs -Q ? Antoine