Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!decvax!ucbvax!ucbcad!tektronix!hplabs!sri-unix!rbbb@rice.ARPA From: rbbb@rice.ARPA Newsgroups: net.emacs Subject: Re: Emacs Mode Line - (nf) Message-ID: <513@sri-arpa.UUCP> Date: Sun, 1-Apr-84 14:34:23 EST Article-I.D.: sri-arpa.513 Posted: Sun Apr 1 14:34:23 1984 Date-Received: Sat, 7-Apr-84 05:37:25 EST Lines: 18 From: David Chase What you want is the "default-mode-line-format". For instance, (within this mail handling program) the default-mode-line-format is "%[Buffer: %b%* (%m) %M File: %f %p%]" and the mode-line-format (specific to this buffer) is "^X^S to send; ^X? for help". The line (setq default-mode-line-format "%[Buffer: %b%* (%m) %M File: %f %]") will certainly do the trick for you, if you are running Unipress Emacs. drc