At 01:44 PM 7/8/99 -0400, you wrote:
>This may be more of a straight emacs than jde question here - from an
admitted
>newbie - but when compiling, e.g., speedbar, I get, among other similar
>responses:
>
>While compiling speedbar-temp-buffer-show-function:
>  ** temp-buffer-show-hook is an obsolete variable; use
>     temp-buffer-show-function instead.
>While compiling speedbar-emacs-popup-kludge:
>  ** mouse-major-mode-menu called with 1 argument, but requires 2
>While compiling speedbar-check-vc:
>  ** reference to free variable ange-ftp-path-format
>  ** reference to free variable efs-path-regexp
>While compiling the end of the data:
>  ** The following functions are not known to be defined: face-height,
>    event-button, specifier-instance, set-buffer-menubar,
>    event-closest-point, popup-mode-menu, misc-user-event-p,
>    next-event, dispatch-event, delete-itimer, start-itimer
>
>Should I be doing anything in response to these messages?...
>

Usually not, many Emacs packages are designed to work in multiple 
environments, for example, XEmacs and Emacs, or provide support for
optional features, for example, ange-ftp. Thus, these packages may
reference symbols that your Emacs configuration does not happed
to design.

- Paul

Reply via email to