help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs 23, Python, epylint, pylint


From: Dave Love
Subject: Re: Emacs 23, Python, epylint, pylint
Date: Sun, 01 Nov 2009 19:23:34 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11)

Richard Riley <rileyrgdev@gmail.com> writes:

> A more careful read of the flymake wiki page 
>
> Http://www.emacswiki.org/emacs/FlyMake
>
> Provided the answer:
>
> http://paste.lisp.org/display/60617

[Gross code elided.]

What's wrong with just adding this to `post-command-hook'?

  (defun my-flymake-show-help ()
    (when (get-char-property (point) 'flymake-overlay)
      (let ((help (get-char-property (point) 'help-echo)))
        (if help (message "%s" help)))))

(It would be better if overlays supported the `point-entered' property.)

> (I think this should be default behaviour as most Emacs users balk from
> using the mouse :-;)

[I'm surprised if that's the case and if anyone actually knows.]



reply via email to

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