[emacs-w3m:13538] [emacs-w3m/emacs-w3m] w3m-create-page kills external process displaying external viewers (#69)
jao <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/[email protected]> |
Hi. When one tries to open a page that will invoke a external viewer via w3m-external-view called in w3m-create-page (say, a pdf for which my mailcap has an entry that calls a shell script that then calls emacsclent after doing other things), the external process is started and immediately w3m-process-stop is invoked on the page buffer (see w3m lines 6497-8). That call to w3m-process-stop kills the external viewer process and the display is thus abruptly aborted. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/emacs-w3m/emacs-w3m/issues/69