cssh icon indicating copy to clipboard operation
cssh copied to clipboard

Convert require commands into more memory efficient autoloads. Fix QA.

Open jaalto opened this issue 13 years ago • 3 comments

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 free variable `cssh-input-ring-index'

In end of data:
cssh.el:648:1:Warning: the function `cssh-newline-and-prompt' is not known to
be defined.

jaalto avatar Jan 02 '12 17:01 jaalto

+(defun cssh-newline-and-prompt ()
+  "NOT IMPLEMETED.")

Why doing that?

dimitri avatar Jan 04 '12 16:01 dimitri

On 2012-01-04 08:49, Dimitri Fontaine wrote: | | +(defun cssh-newline-and-prompt () | + "NOT IMPLEMETED.") | | | Why doing that?

There was no function. This is a placeholder for you to fill it.

Jari

jaalto avatar Jan 04 '12 17:01 jaalto

Do you want to be implementing it? Sorry about the delay, that said.

dimitri avatar Mar 14 '13 15:03 dimitri