... appears not to be used at all. In rcp-open-connection-rsh, should
(p (start-process (rcp-buffer-name method user host)
(rcp-get-buffer method user host)
(rcp-get-rsh-program method) host "-l" user))
perhaps become
(p (apply 'start-process (rcp-buffer-name method user host)
(rcp-get-buffer method user host)
(rcp-get-rsh-program method) host "-l" user
(rcp-get-rsh-args method)))
(I don't think there are any other relevant places, but I'm new to
this, so I'm not quite sure)?
joe stoy
- bug when default-directory doesn't exist Greg Stark
- Re: bug when default-directory doesn't exist Kai Gro�johann
- Re: bug when default-directory doesn't exist Greg Stark
- Re: bug when default-directory doesn't exist Kai Gro�johann
- Re: rcp-get-rsh-args ... Joe Stoy
- Re: rcp-get-rsh-args ... Kai Gro�johann
