Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 9/27/83; site hplabsb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!hplabsb!schnitzl From: schnitzl@hplabsb.UUCP (Ray Schnitzler) Newsgroups: net.emacs Subject: Re: Executing a function when restarting Emacs. Message-ID: <2451@hplabsb.UUCP> Date: Sat, 11-Aug-84 15:47:09 EDT Article-I.D.: hplabsb.2451 Posted: Sat Aug 11 15:47:09 1984 Date-Received: Mon, 13-Aug-84 00:43:43 EDT References: <309@othervax.UUCP> Organization: Hewlett Packard Labs, Palo Alto CA Lines: 29 Actually, both the pausing and the restarting is easy. I, too, have #264 on 4.1BSD here. Here's an example of a way to do what you want. (defun (newpause (message "Do this stuff before pausing") (sit-for 10) (pause-emacs) (sit-for 10) (message "Do this stuff after returning") (sit-for 10) (novalue) ) ) Give it a shot. -- So remember to 'Hang by your work, and write if you get thumbs.' Ray Schnitzler, HP Labs uucp: ...!hplabs!schnitzl arpa: schnitzl.hplabs@rand-relay