Paul Kinnucan writes:
 > semantic-overlays-at. Eric provided the simple fix below
 > 
 > ;;      (defalias 'semantic-overlays-at 'extent-at)
 >       (defalias 'semantic-overlays-at 
 >      (lambda (pos) (extent-list nil pos pos)))

This is the much more elegant solution that I was afraid was
possible when I shared my fix.  Solves the problem for me.

-- 
John Straw                                            [EMAIL PROTECTED]


Reply via email to