Date: Wed, 25 Sep 2002 02:16:13 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: thursday <thursday@SDF.LONESTAR.ORG> Cc: freebsd-questions@FreeBSD.org Subject: Re: OT: emacs command line switch Message-ID: <20020924231613.GC28112@hades.hell.gr> In-Reply-To: <20020924203242.GA10714@SDF.LONESTAR.ORG> References: <20020924203242.GA10714@SDF.LONESTAR.ORG>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-09-24 20:32, thursday <thursday@SDF.LONESTAR.ORG> wrote: > Ahoy-hoy, > > I've been reading the copious Emacs documentation, but cannot find the > answer to my question, so...I am hoping someone here can help my poor > frustrated self. > > I am wondering if there is a switch available when starting emacs to have > it put you at the end of the buffer when you open the file, e.g., Well, am not sure if that's possible with a command line option, but you can always hit `ESC >' once you open a buffer. It's not that hard :) Writing a hook in your .emacs file text-mode similar to the following will also accomplish the same thing for the modes that are derived from text-mode: (setq text-mode-hook '(lambda () (end-of-buffer))) Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020924231613.GC28112>
