emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing APIs for keymaps...


From: Stefan Monnier
Subject: Re: Missing APIs for keymaps...
Date: Mon, 20 Mar 2006 12:40:03 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> in mouse.el to also work on images in overlays with a keymap and a
> display property of an image.  Uh, tough.  We can presumably get the
> image with posn-object.  But I don't see any way to get from there to
> the keymap at that position.

Can you use (get-char-property (posn-point posn) 'keymap) ?
Of course, if the keymap property is not on the buffer text but on
a before-string, that won't work :-(


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]