From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "tcp" 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: References: <3D74F222.50504@ihs.com> Reply-To: "tcp" 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: 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 ; 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: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: 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" 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 >