[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ACAP?
Try using efs to access them on the remote machine.
;; Figure out if I'm on a "remote" machine.
(if (string-match "home\\|ware\\|nowlab\\|bogart\\|quintain\\|localhost" (system-name) )
(setq gnus-home-directory "/ware@gold.cis.ohio-state.edu:")
(setq gnus-home-directory "~/")
)
(setq gnus-directory (concat gnus-home-directory "Private/"))
(setq gnus-startup-file (concat gnus-directory ".newsrc"))
--pete
- Follow-Ups:
- Re: ACAP?
- From: Vadim Gutnik <gutnik@mtl.mit.edu>
- References:
- ACAP?
- From: Amos <amos@utdallas.edu>