bug#81251: [PATCH] 32.0.50; Missing process status in mode-line of *Python* buffer
Michael Heerdegen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Matthias, thank you for your investigation. If it is not possible to get the completions out of the process in some other (less hackish) way - could that code that mimics comint use `comint-redirect-send-command-to-process' directly if that would not append that newline? If yes, we could just add an argument to `comint-redirect-send-command-to-process' that would prevent that newline being added when the argument is non-nil. Maybe you have already tried that Matthias? Thanks, Michael.