GNU bug report logs - #102
keymap property ignored for mouse click on overlay

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Sun, 30 Mar 2008 22:15:08 UTC

Severity: normal

Merged with 71

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #42 received at 102 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Drew Adams <drew.adams <at> oracle.com>, 102 <at> debbugs.gnu.org
Subject: Re: keymap property ignored for mouse click on overlay
Date: Wed, 16 Apr 2008 15:35:48 -0400
martin rudalics <rudalics <at> gmx.at> writes:

>> (defun foo (beg end)
>>   (interactive "r")
>>   (let ((overlay (make-overlay beg end)))
>>     (overlay-put
>>      overlay 'display
>>      (propertize "xxxxxxxxx" 'face 'font-lock-constant-face
>>                              'keymap foo-map))
>>     (overlay-put overlay 'keymap foo-map)))
>
> It's all in the original thread, compare:
>
> http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01923.html
>
> I have at least one Emacs 22 build where this fails.  Please
> recheck whether it works for Emacs 22.2.

Works for me on 22.2.




This bug report was last modified 17 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.