home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0067.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.6 KB  |  44 lines

  1.        Hello !
  2.  
  3. I'ld like to add a menu to my lucid emacs that will allow me to do
  4. anonymous ftp just by the clicking a menu. I put 
  5.  
  6.     (add-menu-item '("Dired")  "ftp: anonymous"  '(dired "/anonymous@") t )
  7.       
  8. into my .emacs, but that doesn't do the trick. When I click at it emacs
  9. tries to find a directory named /anonymous@ at my hone machine.
  10.  
  11. Why doesn't it recognize the ange-ftp format ? When I type 
  12.  
  13. M-x dired /anonymous@<TAB> 
  14.  
  15. it recognizes the format and lists all the anonymous accounts that are
  16. listed in my .netrc and tries to complete the file name interactively.
  17.  
  18. Can someone please tell me the right syntax for the add-menu command that
  19. will do the same ?
  20.  
  21. Many thanks in advance
  22.  
  23.  
  24.  
  25.  
  26.               Wolfgang.
  27.  
  28.  
  29.                    ```
  30.                   (o o)
  31. **************oOO**(_)**OOo************************************************
  32. * Email:                       * "There is a theory saying the universe   *
  33. * wolle@uni-paderborn.de       *  will explode and instantly be replaced  *
  34. * You can also reach me as     *  by something even more bizzare, unex-   *
  35. * Ged@PaderMud                 *  plainable and mind-boggling at the very * 
  36. * (Lord of Dragonland)         *  moment someone should find out what it  *
  37. * The world of PaderMud is at  *  is there for and why it exits.          *
  38. * telnet 131.234.42.22 3000 or *  - There is also another theory saying   *
  39. *        192.26.174.1 3000     *  that this has already happened."        *
  40. *  "Don't dream it - be it !"  *  ( Hitchhiker's Guide To The Galaxy )    *
  41. ***************************************************************************
  42.  
  43.  
  44.