openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
TRAMP
Settings
|
Report Duplicate
29
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 182 of 183
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Move from rssh to rcp. Some documentation cleanup.
Kai Großjohann
More...
over 26 years ago
More todo items.
grossjoh
More...
over 26 years ago
First implementation of `copy-file'.
grossjoh
More...
over 26 years ago
Ed Sabol: more chars in rssh-file-name-quote-list.
grossjoh
More...
over 26 years ago
Ed Sabol: add ?[, ?], ?\? to rssh-file-name-quote-list.
grossjoh
More...
over 26 years ago
Didn't quote file names often enough.
grossjoh
More...
over 26 years ago
rssh-handle-write-region: backward compatibility. Kudos to Edward J. Sabol <
[email protected]
>.
grossjoh
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.
grossjoh
More...
over 26 years ago
Add todo items.
grossjoh
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.
Kai Großjohann
More...
over 26 years ago
Try to do some auto-save stuff.
grossjoh
More...
over 26 years ago
Typo in rssh-handle-file-name-all-completions.
grossjoh
More...
over 26 years ago
Typo.
grossjoh
More...
over 26 years ago
rssh-handle-file-name-completion. Seems to be needed for Emacs 19.34 but not Emacs 20.3?
grossjoh
More...
over 26 years ago
rssh-handle-file-writable-p: use file-name-directory not file-name-nondirectory
grossjoh
More...
over 26 years ago
First implementation of shell-command.
grossjoh
More...
over 26 years ago
New todo item.
grossjoh
More...
over 26 years ago
Reinstate # in (apply #'start-process ...). Seems to work in 19.34 as well.
grossjoh
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.
grossjoh
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.
grossjoh
More...
over 26 years ago
"Edward J. Sabol" <
[email protected]
>: Explicitly load cl-seq.el if running under Emacs 19.
grossjoh
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.
grossjoh
More...
over 26 years ago
rssh-handle-expand-file-name: Don't use beginning-of-buffer which sets the mark
grossjoh
More...
over 26 years ago
"Edward J. Sabol" <
[email protected]
>: Remove # in (apply #'start-process ...) for 19.34 compatibility.
grossjoh
More...
over 26 years ago
Reimplementation of `expand-file-name'. Now uses csh to do the dirty job.
grossjoh
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.
grossjoh
More...
over 26 years ago
Francesco Potort� <
[email protected]
>: Shell syntax for redirection was wrong.
grossjoh
More...
over 26 years ago
Customizable file name syntax.
grossjoh
More...
over 26 years ago
Bug fixes in rssh-handle-expand-file-name.
grossjoh
More...
over 26 years ago
More documentation. Mentioned EFS issue and optional user name part.
Kai Großjohann
More...
over 26 years ago
←
1
2
…
175
176
177
178
179
180
181
182
183
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree