From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: [BUG] Clicking on inline image causes Emacs to segfault when using dynamic cursors Date: Tue, 23 Nov 2010 13:25:18 -0600 Message-ID: <87fwurhmg1.fsf@riotblast.dunsmor.com> References: <87mxozhq21.fsf@riotblast.dunsmor.com> <8490.1290536989@gamaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40659 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKyUn-0004Hl-BE for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 14:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKyUT-00039Z-3J for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 14:25:41 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:59586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKyUS-00039C-WC for emacs-orgmode@gnu.org; Tue, 23 Nov 2010 14:25:21 -0500 In-Reply-To: <8490.1290536989@gamaville.americas.hpqcorp.net> (Nick Dokos's message of "Tue, 23 Nov 2010 13:29:49 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos writes: >> Open the org-file and click on the image. >> >> 2) What did you expect to happen? >> >> The image to be displayed in it's own buffer. >> > > Methinks that's not right: it's an inline image, you specify showing > inline images on startup, so it should be shown inline, not in its own > buffer. If I remove the dynamic cursor code, load emacs, open the org file with images, and *click on the image*, the image is shown in it's own buffer. Is this not what is supposed to happen?