From mboxrd@z Thu Jan  1 00:00:00 1970
Path: main.gmane.org!not-for-mail
From: "tcp" <txt8888@yahoo.com>
Newsgroups: gmane.emacs.help
Subject: Re: initial frame
Date: Sun, 08 Sep 2002 02:18:54 GMT
Organization: home
Sender: help-gnu-emacs-admin@gnu.org
Message-ID: <isye9.39442$Jo.1995@rwcrnsc53>
References: <w3Xb9.63969$_91.4708@rwcrnsc51.ops.asp.att.net> <wX3c9.45544$6m61.33680@news04.bloor.is.net.cable.rogers.com> <bi6c9.74475$_91.22770@rwcrnsc51.ops.asp.att.net> <k%9c9.46435$6m61.40957@news04.bloor.is.net.cable.rogers.com> <3D74F222.50504@ihs.com>
Reply-To: "tcp" <txt8888@yahoo.com>
NNTP-Posting-Host: localhost.gmane.org
X-Trace: main.gmane.org 1031451981 6259 127.0.0.1 (8 Sep 2002 02:26:21 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Sun, 8 Sep 2002 02:26:21 +0000 (UTC)
Return-path: <help-gnu-emacs-admin@gnu.org>
Original-Received: from monty-python.gnu.org ([199.232.76.173])
	by main.gmane.org with esmtp (Exim 3.35 #1 (Debian))
	id 17nrmF-0001co-00
	for <gnu-help-gnu-emacs@m.gmane.org>; Sun, 08 Sep 2002 04:26:19 +0200
Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org)
	by monty-python.gnu.org with esmtp (Exim 4.10)
	id 17nrm5-0005h9-00; Sat, 07 Sep 2002 22:26:09 -0400
Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!attla2!ip.att.net!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 35
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Original-NNTP-Posting-Host: 12.237.94.130
Original-X-Complaints-To: abuse@attbi.com
Original-X-Trace: rwcrnsc53 1031451534 12.237.94.130 (Sun, 08 Sep 2002 02:18:54 GMT)
Original-NNTP-Posting-Date: Sun, 08 Sep 2002 02:18:54 GMT
Original-Xref: nntp.stanford.edu gnu.emacs.help:104579
Original-To: help-gnu-emacs@gnu.org
Errors-To: help-gnu-emacs-admin@gnu.org
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs/>
Xref: main.gmane.org gmane.emacs.help:1136
X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1136

hi,

  How do you -eval with gnuclient? It does not seem to support the option.
  Thanks!

"Kevin Rodgers" <kevinr@ihs.com> wrote in message
news:3D74F222.50504@ihs.com...
> 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>
>