home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / editor / NextMenuforEmacs.README < prev    next >
Encoding:
Text File  |  1992-01-05  |  1.0 KB  |  34 lines

  1. NEXT MENUS FOR EMACS LISP
  2.  
  3. NextMenuforEmacs provides you with a basic interface to Next 
  4. Menus from within the Emacs editor.
  5.  
  6. This is not as nice as what you get under X11R4, but is better
  7. then nothing.
  8.  
  9. To install:
  10.  
  11. Get from sonata.cc.purdue.edu in directory /pub/next/1.0-release/source
  12. the package ShellPanel.tar.Z
  13.  
  14. Copy the Menu aplication you find there to /LocalApps/NextMenu
  15.  
  16. Put NextMenuforEmacs.el in your emacs lisp directory (this is
  17. usually /usr/local/emacs/lisp or such).
  18.  
  19. Add the following line to your .emacs file
  20.  
  21.       (load "NextMenuforEmacs")
  22.  
  23. Launch Emacs (the NeXT version) and try control-shift-<left mouse button>
  24.  
  25. Enjoy!!
  26.  
  27. --Roberto Di Cosmo (dicosmo@dmi.ens.fr and dicosmo@dipisa.di.unipi.it)
  28.  
  29. Bugs: if you click outside the menu without making a selection, the menu
  30.       disappears and blocks Emacs for some minutes... 
  31.       Basically, this is a problem with Menu, and the only way to solve 
  32.       it satisfactorily would be to provide a *real* menu interface
  33.       Anybody willing to work on it?
  34.