29
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move from rssh to rcp. Some documentation cleanup. More... over 26 years ago
More todo items. More... over 26 years ago
First implementation of `copy-file'. More... over 26 years ago
Ed Sabol: more chars in rssh-file-name-quote-list. More... over 26 years ago
Ed Sabol: add ?[, ?], ?\? to rssh-file-name-quote-list. More... over 26 years ago
Didn't quote file names often enough. More... over 26 years ago
rssh-handle-write-region: backward compatibility. Kudos to Edward J. Sabol <[email protected]>. More... over 26 years ago
rssh-handle-write-region: support arguments passed when auto-saving. rssh-set-auto-save: new function, to be added to find-file-hooks. Must be appended to override ange-ftp-set-buffer-mode. More... over 26 years ago
Add todo items. More... over 26 years ago
Don't use `ls -F' for file-name-all-completions (which wants "/" to be appended to all directory names returned). Instead, test each file name for being a directory and append a slash if needed. More... over 26 years ago
Try to do some auto-save stuff. More... over 26 years ago
Typo in rssh-handle-file-name-all-completions. More... over 26 years ago
Typo. More... over 26 years ago
rssh-handle-file-name-completion. Seems to be needed for Emacs 19.34 but not Emacs 20.3? More... over 26 years ago
rssh-handle-file-writable-p: use file-name-directory not file-name-nondirectory More... over 26 years ago
First implementation of shell-command. More... over 26 years ago
New todo item. More... over 26 years ago
Reinstate # in (apply #'start-process ...). Seems to work in 19.34 as well. More... over 26 years ago
Replace (kill-line 1) with (delete-region (point) (progn (forward-line 1) (point))) because the former would mess up the kill ring. More... over 26 years ago
Revamped implementation of rssh-handle-expand-file-name. Now uses Bourne shell builtin tilde expansion, the rest of the work is done by itself or by builtin expand-file-name. If your Bourne shell (at the remote side) doesn't grok tilde expansion, you could set rssh-sh-command-alist such that ksh is invoked. More... over 26 years ago
"Edward J. Sabol" <[email protected]>: Explicitly load cl-seq.el if running under Emacs 19. More... over 26 years ago
rssh-handle-expand-file-name: Thanks to Edward J. Sabol <[email protected]> for helping me fix something here. Hopefully it works now. Any errors remaining are mine, of course. More... over 26 years ago
rssh-handle-expand-file-name: Don't use beginning-of-buffer which sets the mark More... over 26 years ago
"Edward J. Sabol" <[email protected]>: Remove # in (apply #'start-process ...) for 19.34 compatibility. More... over 26 years ago
Reimplementation of `expand-file-name'. Now uses csh to do the dirty job. More... over 26 years ago
Michael Welsh Duggan <[email protected]>: Improve debugging by replacing huge cond in rssh-file-name-handler with lookup in an alist. More... over 26 years ago
Francesco Potort� <[email protected]>: Shell syntax for redirection was wrong. More... over 26 years ago
Customizable file name syntax. More... over 26 years ago
Bug fixes in rssh-handle-expand-file-name. More... over 26 years ago
More documentation. Mentioned EFS issue and optional user name part. More... over 26 years ago