Mercurial > emacs
comparison lisp/ChangeLog @ 107021:b38ac2be4408
Fix some busybox annoyances.
* net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
not responding." string.
(tramp-open-connection-setup-interactive-shell): Dump stty
settings. Enable "neveropen" arg for all `tramp-send-command'
calls. Handle "=" in variable values properly.
(tramp-find-inline-encoding): Raise an error, when no encoding is
found.
(tramp-wait-for-output): Check, whether PROC buffer is available.
Remove spurious " ^H" sequences, sent by busybox.
(tramp-get-ls-command): Suppress coloring, if possible.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Thu, 28 Jan 2010 07:06:41 +0100 |
parents | e59c65208b1c |
children | d91412f9e8e4 |
comparison
equal
deleted
inserted
replaced
107020:e59c65208b1c | 107021:b38ac2be4408 |
---|---|
1 2010-01-28 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Fix some busybox annoyances. | |
4 | |
5 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server | |
6 not responding." string. | |
7 (tramp-open-connection-setup-interactive-shell): Dump stty | |
8 settings. Enable "neveropen" arg for all `tramp-send-command' | |
9 calls. Handle "=" in variable values properly. | |
10 (tramp-find-inline-encoding): Raise an error, when no encoding is | |
11 found. | |
12 (tramp-wait-for-output): Check, whether PROC buffer is available. | |
13 Remove spurious " ^H" sequences, sent by busybox. | |
14 (tramp-get-ls-command): Suppress coloring, if possible. | |
15 | |
1 2010-01-28 Glenn Morris <rgm@gnu.org> | 16 2010-01-28 Glenn Morris <rgm@gnu.org> |
2 | 17 |
3 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280) | 18 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280) |
4 | 19 |
5 * log-edit.el (log-edit-strip-single-file-name): Add missing | 20 * log-edit.el (log-edit-strip-single-file-name): Add missing |