home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4142 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.7 KB  |  40 lines

  1. Path: sparky!uunet!olivea!spool.mu.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!traffic.den.mmc.com!kevin
  2. From: kevin@traffic.den.mmc.com (Kevin Rodgers)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: Basic Commands for GNU
  5. Message-ID: <9209151608.AA24391@traffic>
  6. Date: 15 Sep 92 16:08:29 GMT
  7. References: <Sep.14.21.57.12.1992.2034@ruhets.rutgers.edu>
  8. Sender: daemon@cis.ohio-state.edu
  9. Organization: Martin Marietta Western Internal Systems, Technical Operations
  10. Lines: 28
  11.  
  12. In article <Sep.14.21.57.12.1992.2034@ruhets.rutgers.edu> myadav@ruhets.rutgers.edu (Mahesh Yadav) writes:
  13. >
  14. >    The other days I got an ftp site from one of you for the emacs
  15. >manual. The manual was 270 pages ! What a waste, especially for the
  16. >person who just want to know few basic commands. One of my friend has
  17. >a GNU Emacs reference card. I made it into a file and I am posting
  18. >here. I hope many of you will find it useful.    
  19.  
  20. The TeX source to the reference card that comes with the printed Emacs
  21. manual is in etc/refcard.tex.  However, I think it would a good idea to
  22. include the reference card as a node in the Info documentation, for
  23. those sites which don't have TeX installed.  If that's done, it could
  24. then be made more obviously accessible to novices by binding an
  25. additional key ("R") in the help-command keymap to a function that would
  26. invoke Info on the appropriate node:
  27.  
  28. (defun help-with-refcard ()
  29.   "*Select the Emacs command reference card."
  30.   (interactive)
  31.   (info)
  32.   (Info-goto-node "(emacs)Refcard")
  33.   (message "Type %s to return from the reference card"
  34.        (substitute-command-keys "\\<Info-mode-map>\\[Info-exit]")))
  35. -- 
  36. Kevin Rodgers                kevin@traffic.den.mmc.com
  37. Martin Marietta MS A16401        (303) 790-3971
  38. 116 Inverness Dr. East
  39. Englewood CO 80112 USA            GO BUFFS!
  40.