bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60244: 27.1; term-line-mode works poorly with git progress rewriting


From: Michael Hoffman
Subject: bug#60244: 27.1; term-line-mode works poorly with git progress rewriting
Date: Mon, 9 Jan 2023 12:33:34 -0500

Thanks so much for looking into this.

On Sat, Dec 24, 2022 at 10:01 AM miha wrote:
Two possible ideas to solve this:

- Introduce a new marker to separate user input from process output.

- Use text properties to distinguish user input from process output.
  This is what comint.el does, it marks process output with 'field' =
  'output'.

Is one of these options preferred? The second idea sounds more robust, and also it is nice that the example of comint.el exists for it. But perhaps I am naive about what they require.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]