cssh
cssh copied to clipboard
ClusterSSH meets Emacs
Since `known_hosts` does only contain hashed entries if ssh's `HashKnownHosts` is enabled, this is not of use anymore (to the users where this feature is set). So my suggestion: -...
The following problems were also corrected: ``` cssh.el:374:12:Warning: assignment to free variable `cssh-buffer-list' cssh.el:370:13:Warning: reference to free variable `cssh-buffer-list' In cssh-send-input: cssh.el:473:24:Warning: reference to free variable `cssh-input-ring' cssh.el:474:17:Warning: assignment to...
FYI, Perhaps these could be addressed in later releases. See lm-\* expected file syntax e.g. at "D.8 Library Headers (GNU Emacs Lisp Reference Manual)" http://pinboard.in/u:jariaalto/t:emacs/t:elisp/t:qa ``` *** Lint 2012-01-02 20:15:21...
cssh.el is a bit heavy to load multiple libraries at start: (require 'dired) (require 'ibuffer) (require 'term) (require 'tramp) (require 'cl) (require 'shell) Please delay loading of these features until...