* lisp/man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
for the message about the man page cleaned up.
This commit is contained in:
parent
a4b0fffe25
commit
8b3c1354a9
2 changed files with 6 additions and 2 deletions
|
@ -21,11 +21,14 @@
|
|||
`Man-bgproc-filter'. Move the call of `Man-mode' to
|
||||
`Man-getpage-in-background'. Use `quit-restore-window'
|
||||
instead of `kill-buffer'. Use `message' instead of `error'
|
||||
because errors are catched by process sentinel.
|
||||
because errors are caught by process sentinel.
|
||||
(Man-mode): Move calls of `Man-build-page-list',
|
||||
`Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
|
||||
`Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
|
||||
|
||||
* man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
|
||||
for the message about the man page cleaned up.
|
||||
|
||||
2014-07-01 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
|
||||
|
|
|
@ -1432,7 +1432,8 @@ manpage command."
|
|||
(if Man-fontify-manpage-flag
|
||||
(message "%s man page formatted"
|
||||
(Man-page-from-arguments Man-arguments))
|
||||
(message "%s man page cleaned up" Man-arguments))
|
||||
(message "%s man page cleaned up"
|
||||
(Man-page-from-arguments Man-arguments)))
|
||||
(unless (and (processp process)
|
||||
(not (eq (process-status process) 'exit)))
|
||||
(setq mode-line-process nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue