rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.13k stars 181 forks source link

rust compile command does not scroll to the end of compile output result #550

Closed getong closed 3 months ago

getong commented 3 months ago

What I use with cargo:

(use-package cargo
  :straight t
  :config
  (setq compilation-scroll-output t)
  )

How can I scroll the output result?

psibi commented 3 months ago

I don't use the cargo package, probably best to ask this in the cargo repository issue tracker ?

getong commented 3 months ago

Does rust package compile the same behaviour with cargo package does? Can it scroll to the bottom of the compile output result automatically?

psibi commented 3 months ago

I tried building using rustic-cargo-build (from https://github.com/emacs-rustic/rustic) and I can see that it was scrolling fine.