29
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Barf if unknown method. * rcp-do-copy-file-directly: missing save-excursion * rcp-message-for-buffer: new function, using it instead of rcp-message if currently looking at wrong buffer * rcp-substitute-percent-escapes: complete reimplementation, seems to be faster now More... over 25 years ago
Include definition of macro `with-timeout' for compatibility with XEmacs 20.x. More... over 25 years ago
Make passwd prompt customizable (for rsh login method). More... over 25 years ago
Pete Forman says that not all `ls' programs grok the -1 option. Hence, I piped the output of `ls' through `cat' in some places. (It wasn't necessary to do it in all places, hopefully I won't get burned for this.) More... over 25 years ago
Mario De Weerd: rcp-vc-do-command: make sure to fetch status from last line of output. More... over 25 years ago
Grok large inode numbers. More... over 25 years ago
Daniel Pittman: added FAQ section. More... over 25 years ago
Daniel Pittman: Switch order of save-excursion and save-window-excursion such that the latter is inside the former. More... over 25 years ago
New regexp for prompt. More... over 25 years ago
*** empty log message *** More... over 25 years ago
Added argument "-1" to calls of ls. More... over 25 years ago
Documentation update to account for new communication mechanism. More... over 25 years ago
Cleaned up code to remove rlogin connection method. More... over 25 years ago
Cleanups. More... over 25 years ago
Communication mechanism changed completely. Now relies on remote shell to issue a prompt after each command. Previously, we would send a command `echo /////' after each command and wait for that string to occur, now we set the remote prompt to a suitable value instead. More... over 25 years ago
New function rcp-open-connection-nrlogin. This one starts an interactive shell using the rlogin program. It groks both password prompts and password-less logins. More... over 25 years ago
New todo items. More... over 25 years ago
rcp-run-real-handler: Don't let it run ange-ftp functions. That does not make any sense anyway, and it makes remote VC not work. More... over 25 years ago
Node `Back-end versions' was duplicated. More... over 25 years ago
Nodes and menus updated. More... over 25 years ago
Daniel Pittman: file-name-directory and file-name-nondirectory are handled from Lisp. More... over 25 years ago
Doc updates from Daniel. More... over 25 years ago
Daniel Pittman: * advice around 'vc-do-command' and 'vc-simple-command' now uses the buffer file name if none was passed in. * Added 'rcp-vc-setup-for-remote' to support remote VC backend release numbers. * Miscellaneous comment changes and TODO updates. More... over 25 years ago
rcp-handle-insert-file-contents: comment about Emacs vs. XEmacs removed: signaling a file-error is the right thing to do on both Emacsen. More... over 25 years ago
Daniel Pittman: signal file-error from rcp-handle-insert-file-contents if file does not exist. More... over 25 years ago
Updated nodes and menus. More... over 25 years ago
Francesco Potort�: doc fix. More... over 25 years ago
Daniel Pittman: remote VC documentation. More... over 25 years ago
Daniel Pittman: typo fix. Kai: upgrade timestamp.el variables to new format. More... over 25 years ago
Removed depenence on CL at run time. More timing issues :-( More... over 25 years ago