Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mcvax!diku!storm From: storm@diku.UUCP Newsgroups: comp.emacs Subject: Re: beginning-of-next-line does not exist during initialization! Message-ID: <3264@diku.UUCP> Date: Sun, 7-Jun-87 11:35:10 EDT Article-I.D.: diku.3264 Posted: Sun Jun 7 11:35:10 1987 Date-Received: Sun, 7-Jun-87 23:46:31 EDT References: <795@ttidca.TTI.COM> Distribution: world Organization: DIKU, U of Copenhagen, DK Lines: 15 Keywords: beginning-of-next-line .emacs initialization In article <795@ttidca.TTI.COM> spencer@ttidca.TTI.COM (David Spencer) writes: > I GNU emacs 18.36.1, it appears that no function can call > beginning-of-previous-line from the .emacs file, as it does > not exist yet. But after the .emacs is finished and you > start editing, beginning-of-previous-line exists. Look for a file named 'default.el' along the normal library load path; this file is loaded AFTER the loading of your .emacs, unless the variable inhibit-default-init is set to non-nil in your .emacs. You'll probably find the 'beginning-of-previous-line' function there. (This is described in section 28.6 of my copy of the GNU Emacs manual). -- Kim F. Storm, AmbraSoft A/S, Denmark