home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / emacs / 2688 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.3 KB  |  62 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!mcsun!sun4nl!rulway.LeidenUniv.nl!rulfsw!desmedt
  3. From: desmedt@rulfsw.leidenuniv.nl
  4. Subject: Re: search and insert e-mail address
  5. Message-ID: <1992Jul23.165548.1@rulfsw.leidenuniv.nl>
  6. Lines: 49
  7. Sender: news@rulway.LeidenUniv.nl (Usenet news account)
  8. Nntp-Posting-Host: rulfsw
  9. Organization: Leiden University Faculty of Social Sciences
  10. References: <1992Jul22.112549.1@rulfsw.leidenuniv.nl> <LMS.92Jul22132401@rle-vlsi.mit.edu>
  11. Date: 23 Jul 92 16:55:48 +0100
  12.  
  13. In article <LMS.92Jul22132401@rle-vlsi.mit.edu>, lms@rle-vlsi.mit.edu (Luis Miguel Silveira) writes:
  14. >    In article <1992Jul22.112549.1@rulfsw.leidenuniv.nl>
  15. >    desmedt@rulfsw.leidenuniv.nl writes:
  16. >    I have written a small package to search an e-mail address and insert
  17. >    it into a mail buffer.
  18. >    It works in a simple but effective way.  You write the name to be
  19. >    looked for in the To: field, then press C-C C-A, and a menu buffer
  20. >    will appear with all addresses that match the name.  You can move
  21. >    through the menu buffer and select one, which then replaces what was
  22. >    the To: field.
  23. >    This package presupposes the existence of a data file that has, on
  24. >    each line, a name, followed by one or more tabs, followed by an e-mail
  25. >    address.
  26. > [code deleted]
  27. > I fail to see why one would need a new package for this.  Isn't the
  28. > data file you mention merely doing the job which is already done by
  29. > the .mailrc file ?  And doesn't for instance the mail-abbrevs package
  30. > (by Jamie Zawinsky) do what you are offering (perhaps without the
  31. > option of choosing between the matched address on a separate buffer).
  32. > Please do not get me wrong.  I do not mean to be disrespectful of your
  33. > work, merely suggesting that it would be more interesting if you would
  34. > make it compatible with already existing and widely used packages
  35. > Just my 2c.
  36. > -Miguel
  37. > --
  38. > =============================================================================
  39. > Luis Miguel Silveira                            e-mail : lms@rle-vlsi.mit.edu
  40.  
  41. My package is different from what .mailrc offers in at least two respects:
  42.  
  43. 1. you can search for arbitrary strings in the names as well as the addresses.
  44. 2. you avoid having to load a huge .mailrc file if you have a lot of addresses.
  45.  
  46. I don't know the mail-abbrevs package [yet] though.
  47.  
  48. - Koenraad de Smedt
  49.  
  50.