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

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

Re: Using emacs to view scrollback-buffer (from gnu-screen)


From: Hugo Heden
Subject: Re: Using emacs to view scrollback-buffer (from gnu-screen)
Date: Fri, 6 Mar 2009 23:12:43 +0100

>> (A) make emacs show the file in read-only mode.
>
> emacs -t FILE --eval '(setq buffer-read-only t)'
>
>> (B) have the cursor automatically moved to the end of the file at
>> start-up.
>
> emacs -t FILE --eval '(goto-char (point-max))'
>
>> (C) possibly have emacs starting with auto-revert-tail-mode or
>> auto-revert-mode enabled as well..
>
> emacs -t FILE --eval '(auto-revert-tail-mode 1)'
>

[snip]

> --
> Kevin Rodgers
> Denver, Colorado, USA
>

Kevin, thanks a lot, this is excellent.

Best regards

Hugo Heden




reply via email to

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