From owner-freebsd-questions Wed Sep 25 10:36:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B8037B404 for ; Wed, 25 Sep 2002 10:36:31 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4976943E88 for ; Wed, 25 Sep 2002 10:36:28 -0700 (PDT) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020925173627.RKB1934.sccrmhc02.attbi.com@localhost.localdomain>; Wed, 25 Sep 2002 17:36:27 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.5/8.12.5) with ESMTP id g8PHcv3q071735; Wed, 25 Sep 2002 10:38:59 -0700 (PDT) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.5/8.12.5/Submit) id g8PHcnXO071730; Wed, 25 Sep 2002 10:38:49 -0700 (PDT) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: Erik Trulsson Cc: Giorgos Keramidas , thursday , freebsd-questions@FreeBSD.org Subject: Re: OT: emacs command line switch References: <20020924203242.GA10714@SDF.LONESTAR.ORG> <20020924231613.GC28112@hades.hell.gr> <20020924234055.GA5292@falcon.midgard.homeip.net> From: swear@attbi.com (Gary W. Swearingen) Date: 25 Sep 2002 10:38:49 -0700 In-Reply-To: <20020924234055.GA5292@falcon.midgard.homeip.net> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Erik Trulsson writes: > You can also specify Lisp functions to run directly from the commandline. > > emacs file.txt -f end-of-buffer > > seems to work fine. I couldn't get "-f end-of-buffer" to work when I developed my monstrosity. Turns out that one must place it after the filename. Weird. I knew GNU software allowed non-POSIX option placement, but I didn't know it sometimes depended on it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message