home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7040 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.0 KB

  1. Path: sparky!uunet!zephyr.ens.tek.com!uw-beaver!news.u.washington.edu!hardy.u.washington.edu!barr
  2. From: barr@hardy.u.washington.edu (David Barr)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Mouse works in emacs but no x-popup-menu
  5. Message-ID: <1992Jul30.162040.11902@u.washington.edu>
  6. Date: 30 Jul 92 16:20:40 GMT
  7. References: <4637@daily-planet.concordia.ca>
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Lines: 16
  11.  
  12. >What doesn't work is C-S-left (x-buffer-menu) and C-S-middle (x-help).
  13. >What emacs tells me is:
  14.  
  15. >    Symbol's function definition is void: x-popup-menu
  16.  
  17. >If I use help and do completion on: x- while trying to describe a function
  18. >I get many possibilities but not x-popup-menu.
  19.  
  20. >I tried loading x-menu.el but I still get the same message. Gee - I just
  21. >thought of something - maybe I should post to am emacs group :)
  22.  
  23. The x-popup-menu function is hard-coded into emacs.  My guess is that
  24. whoever compiled emacs didn't include this function (maybe they took
  25. the -DHAVE_X_MENU out of the config.h).
  26.  
  27. David
  28.