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

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

Re: $EDITOR to open at file end?


From: Alexis
Subject: Re: $EDITOR to open at file end?
Date: Thu, 05 Mar 2015 18:42:03 +1100


On 2015-03-05T18:29:28+1100, Bob Proulx <bob@proulx.com> said:

BP> Is there another way to instruct emacs explicitly to open the file BP> and go to the bottom of the file?

Here's another possible kludge:

$ emacs -Q --eval "(add-hook 'find-file-hook (lambda () (goto-char (point-max))))"

:-)


Alexis.



reply via email to

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