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: Bingham, Jay
Subject: RE: What is command to give position of end of file???
Date: Tue, 4 Dec 2001 14:12:06 -0600

You didn't say whether you are asking for a keyboard command or an elisp
function.

I have C-Home assigned to the function beginning-of-buffer
And C-End assigned to the function end-of-buffer.

You can also use the following in an elisp function if you don't want
all the baggage that comes with the *-of-buffer functions:
(goto-char (point-min))
(goto-char (point-max))

J_)
C_)ingham
.    COMPAQ NonStop Integrity Systems
.    Austin, TX
. Language is the apparel in which your thoughts parade in public.
. Never clothe them in vulgar and shoddy attire. -Dr. George W. Crane-

 -----Original Message-----
From:   Chris Seberino [mailto:seberino@spawar.navy.mil] 
Sent:   Tuesday, 04 December, 2001 1:27 p
To:     help-gnu-emacs@gnu.org
Subject:        What is command to give position of end of file??? 

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????

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




reply via email to

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