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

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

Re: initial frame


From: Kevin Rodgers
Subject: Re: initial frame
Date: Tue, 03 Sep 2002 11:32:18 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Le Wang wrote:

tcp wrote:
I actually want a command line option type to move the cursor
to the end of the buffer. Not for every opened file.


'+n file' will move to line n after loading file. If you specify a large enough n, you'll move to the end of the buffer.


emacs +$(grep -c '$' < FILE) FILE


will put point at the beginning of the last line.


You can use the -eval option to evaluate any piece of lisp code as well.

Or add your own entry to command-switch-alist.


--
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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