From: David Barr (barr@hardy.u.washington.edu)
Date: 07/30/92


From: barr@hardy.u.washington.edu (David Barr)
Subject: Re: Mouse works in emacs but no x-popup-menu
Date: 30 Jul 1992 16:20:40 GMT


>What doesn't work is C-S-left (x-buffer-menu) and C-S-middle (x-help).
>What emacs tells me is:

> Symbol's function definition is void: x-popup-menu

>If I use help and do completion on: x- while trying to describe a function
>I get many possibilities but not x-popup-menu.

>I tried loading x-menu.el but I still get the same message. Gee - I just
>thought of something - maybe I should post to am emacs group :)

The x-popup-menu function is hard-coded into emacs. My guess is that
whoever compiled emacs didn't include this function (maybe they took
the -DHAVE_X_MENU out of the config.h).

David