home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / lucidem / help / 831 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.2 KB  |  34 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Wed, 30 Dec 1992 13:22:43 EST
  2. From: amir@matis.ingr.com (Amir J Katz)
  3. Message-ID: <9212301256.AA29565@simpson.ingr.com>
  4. Subject: how to get mail abbrev to work
  5. Organization: SEE Technologies Ltd.
  6. Reply-To: amir@matis.ingr.com
  7. X-Mailer: ELM [version 2.3 PL11]
  8. Date: Wed, 30 Dec 1992 18:22:44 GMT
  9. Newsgroups: alt.lucid-emacs.help
  10. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  11. Sender: help-lucid-emacs-request@lucid.com
  12. Lines: 20
  13.  
  14. Guys,
  15. I followed the instructions in lisp/modes/mail-abbrev.el, but I can't get it
  16. to work. It maybe an RTFM, but after I type an alias in the To:,CC: or any
  17. of these fields, how do I make it expand to the REAL name?
  18.  
  19. This is my mail-setup-hook:
  20.  
  21. (setq mail-setup-hook 
  22.       '(lambda ()
  23.      (some-ther-stuff)
  24.      (require 'mail-abbrevs)
  25.      )
  26.       )
  27.  
  28. -- 
  29. /* ----------------------------------------------------------- */
  30. /*  Amir J. Katz             |   amir@matis.ingr.COM           */
  31. /*  System Specialist        |   Voice:  +972 52-584684        */
  32. /*  SEE Technologies Ltd.    |   Fax:    +972 52-543917        */
  33. /* ............ Solaris 2.1 - The Final Frontier ? ........... */
  34.