home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / alt / lucidem / help / 256 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  850 b 

  1. From: danny@amil.co.il (Danny Bar-Dov)
  2. Message-ID: <9208130720.AA14324@amil.co.il>
  3. Subject: incompatabilities between lemacs 19.1 19.2
  4. Date: Thu, 13 Aug 1992 07:21:13 GMT
  5. Newsgroups: alt.lucid-emacs.help
  6. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  7. Sender: help-lucid-emacs-request@lucid.com
  8. Lines: 16
  9.  
  10. In lemacs 19.1 I had a top-level menu defined like that
  11.   (popup-menu '(nil
  12.         "Useful commands"
  13.         "----"
  14.         ...
  15. The doc string of popup-menu states:
  16.  The first element of a menu must be a string, which is the name of the
  17.  menu.  This is the string that will be displayed in the parent menu, if
  18.  any.  For toplevel menus, it is ignored.  This string is not displayed
  19.  in the menu itself.
  20.  
  21. So I had it set to nil, and it worked in 19.1
  22. It does not work anymore in 19.2.
  23. You must specify a string now ! (even though it is never used)
  24.  
  25. Danny.
  26.