home *** CD-ROM | disk | FTP | other *** search
- Hello !
-
- I'ld like to add a menu to my lucid emacs that will allow me to do
- anonymous ftp just by the clicking a menu. I put
-
- (add-menu-item '("Dired") "ftp: anonymous" '(dired "/anonymous@") t )
-
- into my .emacs, but that doesn't do the trick. When I click at it emacs
- tries to find a directory named /anonymous@ at my hone machine.
-
- Why doesn't it recognize the ange-ftp format ? When I type
-
- M-x dired /anonymous@<TAB>
-
- it recognizes the format and lists all the anonymous accounts that are
- listed in my .netrc and tries to complete the file name interactively.
-
- Can someone please tell me the right syntax for the add-menu command that
- will do the same ?
-
- Many thanks in advance
-
-
-
-
- Wolfgang.
-
-
- ```
- (o o)
- **************oOO**(_)**OOo************************************************
- * Email: * "There is a theory saying the universe *
- * wolle@uni-paderborn.de * will explode and instantly be replaced *
- * You can also reach me as * by something even more bizzare, unex- *
- * Ged@PaderMud * plainable and mind-boggling at the very *
- * (Lord of Dragonland) * moment someone should find out what it *
- * The world of PaderMud is at * is there for and why it exits. *
- * telnet 131.234.42.22 3000 or * - There is also another theory saying *
- * 192.26.174.1 3000 * that this has already happened." *
- * "Don't dream it - be it !" * ( Hitchhiker's Guide To The Galaxy ) *
- ***************************************************************************
-
-
-