home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4903 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.6 KB  |  49 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!times!wmesard
  3. From: wmesard@cs.stanford.edu (Wayne Mesard)
  4. Subject: Re: function to print time, hostname, name, string, etc.?
  5. In-Reply-To: shen@athena.cs.uga.edu's message of Mon, 23 Nov 1992 15:52:36 GMT
  6. Message-ID: <WMESARD.92Nov23095257@Waimea.Stanford.EDU>
  7. Sender: news@CSD-NewsHost.Stanford.EDU
  8. Organization: Distributed Systems Group, Stanford University
  9. References: <1992Nov23.155236.27770@athena.cs.uga.edu>
  10. Distribution: gnu
  11. Date: 23 Nov 92 09:52:57
  12. Lines: 35
  13.  
  14. shen@athena.cs.uga.edu (Mingzuo Shen) writes:
  15.  
  16. >     Many times a day I need to stamp a file I create
  17. > using my name (a string), the current date and time
  18. [...]
  19. > If I had such a command
  20. > I would bind it to a function key. Then whenever I
  21. > needed to have my mark on a file, I would press the key once.
  22.  
  23. My DMacro package does this.  Well, actually it does a whole lot more,
  24. but when I started writing it it was to do this.  It's available from
  25. archive.cis.ohio-state.edu.  But I'll send you a copy.
  26.  
  27. >     Another question:
  28. >     I tried to read the ELisp manual. How do I get Emacs to
  29. > give me some results? For example, after I type:
  30. > (car '(1 2))
  31. > I'd like to see 1 (according to the manual) somewhere.
  32. > Step-by-step instruction please.
  33.  
  34. Method A:
  35.  1) Type "Esc Esc".
  36.  2) If Emacs asks you something, type "Space".
  37.  3) Type "(car '(1 2))<Return>"
  38.  
  39. Method B:
  40.  1) Go to the *scratch* buffer.
  41.  2) Type "(car '(1 2))<LineFeed>"
  42.  
  43. Both methods could have been gleaned from the User's Manual.
  44. --
  45. Wayne();
  46. WMesard@cs.Stanford.edu
  47.