From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: emacs hangs when loading image Date: Mon, 27 Dec 2004 10:28:54 +0100 Message-ID: <41CFD5D6.8070000@math.ku.dk> References: <87zn02djst.fsf@confusibombus.emacswiki.org> <41CE8018.4030704@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104139929 29581 80.91.229.6 (27 Dec 2004 09:32:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2004 09:32:09 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org, alex@emacswiki.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 27 10:32:01 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CirEP-0007Qe-00 for ; Mon, 27 Dec 2004 10:32:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CirPB-0002uG-Ti for ged-emacs-devel@m.gmane.org; Mon, 27 Dec 2004 04:43:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CirNi-0002rf-Jh for emacs-devel@gnu.org; Mon, 27 Dec 2004 04:41:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CirNf-0002pu-Em for emacs-devel@gnu.org; Mon, 27 Dec 2004 04:41:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CirNf-0002pd-7T for emacs-devel@gnu.org; Mon, 27 Dec 2004 04:41:35 -0500 Original-Received: from [212.99.225.245] (helo=odin.broadcom.dk) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CirBZ-00026r-I3; Mon, 27 Dec 2004 04:29:05 -0500 Original-Received: from [212.99.255.42] (helo=math.ku.dk) by odin.broadcom.dk with esmtp (Exim 4.24; FreeBSD) id 1CirxY-000HMW-SC; Mon, 27 Dec 2004 10:18:40 +0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: rms@gnu.org In-Reply-To: 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: main.gmane.org gmane.emacs.devel:31449 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31449 > > >However, I did see this > > if (handle_display_prop (&it2) == HANDLED_RETURN) > visible_p = 0; > >which treats text containing certain kinds of `display' properties as >if it were invisible. This seems to include images. > >I am not sure why it does that. It doesn't seem logical. >We could try deleting those two lines. I don't know what >it would break. > >Could you try deleting them and see if it fixes things? > > > It does!