* tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers): Mark
descriptive parts with `display' property.
This commit is contained in:
parent
593a5f2efd
commit
19b50424a7
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-22 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers): Mark
|
||||
descriptive parts with `display' property.
|
||||
|
||||
2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
|
||||
|
||||
* textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
|
||||
|
|
|
@ -186,7 +186,7 @@ This includes password cache, file cache, connection cache, buffers."
|
|||
|
||||
'tramp-load-report-modules ; pre-hook
|
||||
'tramp-append-tramp-buffers ; post-hook
|
||||
"\
|
||||
(propertize "\n" 'display "\
|
||||
Enter your bug report in this message, including as much detail
|
||||
as you possibly can about the problem, what you did to cause it
|
||||
and what the local and remote machines are.
|
||||
|
@ -209,7 +209,7 @@ contents of the *tramp/foo* buffer and the *debug tramp/foo*
|
|||
buffer in your bug report.
|
||||
|
||||
--bug report follows this line--
|
||||
"))))
|
||||
")))))
|
||||
|
||||
(defun tramp-reporter-dump-variable (varsym mailbuf)
|
||||
"Pretty-print the value of the variable in symbol VARSYM."
|
||||
|
@ -348,10 +348,10 @@ the debug buffer(s).")
|
|||
(kill-buffer nil)
|
||||
(switch-to-buffer curbuf)
|
||||
(goto-char (point-max))
|
||||
(insert "\n\
|
||||
(insert (propertize "\n" 'display "\n\
|
||||
This is a special notion of the `gnus/message' package. If you
|
||||
use another mail agent (by copying the contents of this buffer)
|
||||
please ensure that the buffers are attached to your email.\n\n")
|
||||
please ensure that the buffers are attached to your email.\n\n"))
|
||||
(dolist (buffer buffer-list)
|
||||
(tramp-compat-funcall
|
||||
'mml-insert-empty-tag 'part 'type "text/plain"
|
||||
|
|
Loading…
Add table
Reference in a new issue