> The only way I can think of to get around this is to bind to a single
> function that tries to re-construct the value of `column' based on
> where the mouse was clicked.  But that seems like a strange thing to
> do -- you're throwing away information that you had (i.e., the value
> of `column'), only to do a lot of work find out what it was later on.

Actually, I'm not even sure how to do this -- the text in question is
located at the header line, so you can't use posn-at-point.  So it's
either (i) generate the keymap automatically using lambda functions,
or (ii) individually define eight nearly identical functions.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to