At Thu, 17 Dec 2009 11:24:17 -0800 (PST),
jameswmills wrote:
> 
> Hello all.
> 
> I am investigating magit, and it looks super so far.  However,
> whenever I run magit-status I get the error in the subject.  I am
> running GNU Emacs 22.1.1, adn I see the problem in both the console
> and GTK versions.  I have tried the mainline as well as the 0.7 tgz.
> 
> I also have emacs version GNU Emacs 23.0.60.1.  It does not seem to
> have this problem.
> 
> Is there any way to avoid this error in Emacs 22?

I've no idea when it was introduced but `invisible-p' is in inv-19.el
and is as simple as:

(defun invisible-p (pos)
  (get-text-property pos 'invisible))

Cheers,
Phil

Reply via email to