this post was submitted on 17 Nov 2023
1 points (100.0% liked)

Emacs

313 readers
2 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I tried the async-shell-command and start-process functions to get the output from the very verbose app. Logs still arrive even 2-3 minutes after the process has ended. Is there any way to speed buffer up?

top 1 comments
sorted by: hot top controversial new old
[–] mee8Ti6Eit@alien.top 1 points 1 year ago

Emacs is not a good tool for this, at least directly. Send the output to a file and have Emacs open that file with auto-revert-mode enabled.