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

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

Re: What is command to give position of end of file???


From: Patrick Percot
Subject: Re: What is command to give position of end of file???
Date: Tue, 4 Dec 2001 21:19:38 +0100
User-agent: Mutt/1.3.23i

On Tue, Dec 04, 2001 at 11:27:25AM -0800, Chris Seberino wrote:
> I can find beg and end of line with beg/end-of-line.
> 
> Emacs doesn't have end-of-file or at least I haven't
> found it yet.
> 
> How can I get position of end of file????

end-of-buffer

Read carefully the description (C-h f end-of-buffer)

end-of-buffer is an interactive compiled Lisp function in `simple'.
(end-of-buffer &optional ARG)

Move point to the end of the buffer; leave mark at previous position.
With arg N, put point N/10 of the way from the end.

If the buffer is narrowed, this command uses the beginning and size
of the accessible part of the buffer.

Don't use this command in Lisp programs!
(goto-char (point-max)) is faster and avoids clobbering the mark.

> 
> Thanks,
> 
> Chris
> 
> -- 
> =======================================================
> | Dr. Christian Seberino  || (619) 553-7940 (office1) |
> | SPAWARSYSCEN 2733       || (619) 553-2564 (office2) |
> | 53560 HULL ST           || (619) 553-6307 (fax)     |
> | SAN DIEGO CA 92152-5001 || seberino@spawar.navy.mil |
> =======================================================
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

-- 
Groupe Morbihannais d'Utilisateurs de Logiciels Libres 
http://tuxbihan.ipfrance.net
Protégez votre vie privée (GNU Privacy Guard) http://www.gnupg.org

Patrick Percot.



reply via email to

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