diff options
| author | Michael Albinus | 2016-11-22 09:20:21 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-11-22 09:20:21 +0100 |
| commit | 4f9fdb730ed8a1476698b5b1c9b11f4ebfdc1f63 (patch) | |
| tree | ec9b63c55bcd270a52232f47269f8a47314859fb | |
| parent | 10efaf718c5258af0ba62077cf4e2aaf9fb90227 (diff) | |
| download | emacs-4f9fdb730ed8a1476698b5b1c9b11f4ebfdc1f63.tar.gz emacs-4f9fdb730ed8a1476698b5b1c9b11f4ebfdc1f63.zip | |
Dump also connection local variables in Tramp bug reports
* lisp/net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
Dump also connection local variables.
| -rw-r--r-- | lisp/net/tramp-cmds.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index d0c49156500..208859dbe7f 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el | |||
| @@ -190,6 +190,8 @@ This includes password cache, file cache, connection cache, buffers." | |||
| 190 | password-cache | 190 | password-cache |
| 191 | password-cache-expiry | 191 | password-cache-expiry |
| 192 | remote-file-name-inhibit-cache | 192 | remote-file-name-inhibit-cache |
| 193 | connection-local-class-alist | ||
| 194 | connection-local-criteria-alist | ||
| 193 | file-name-handler-alist)))) | 195 | file-name-handler-alist)))) |
| 194 | (lambda (x y) (string< (symbol-name (car x)) (symbol-name (car y))))) | 196 | (lambda (x y) (string< (symbol-name (car x)) (symbol-name (car y))))) |
| 195 | 197 | ||
| @@ -294,7 +296,7 @@ buffer in your bug report. | |||
| 294 | 'intern | 296 | 'intern |
| 295 | (all-completions "tramp-" (buffer-local-variables buffer))) | 297 | (all-completions "tramp-" (buffer-local-variables buffer))) |
| 296 | ;; Non-tramp variables of interest. | 298 | ;; Non-tramp variables of interest. |
| 297 | '(default-directory)) | 299 | '(connection-local-variables-alist default-directory)) |
| 298 | 'string<)) | 300 | 'string<)) |
| 299 | (reporter-dump-variable varsym elbuf)) | 301 | (reporter-dump-variable varsym elbuf)) |
| 300 | (lisp-indent-line) | 302 | (lisp-indent-line) |