I often have several instances of Emacs open in different GNU screen windows. How can I give them separate histories for compilation, etc?
The problem is: When I do M-x compile
in Emacs in one window and close it, then open another Emacs in another GNU screen window it will (naturally) have the same history, i.e., arrow-up gives me the compile command that I typed in the other window.
How can I set them to use separate command (etc.) histories in separate GNU screen windows?
emacs -q
)? – François Févotte*compilation*
buffer, which the OP would surely have noticed as well... – François Févottefoo
in one of them and see if it also exists in the other; it shouldn't). Also, can you run the same test withemacs -q
? – François Févotte