Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!inuxc!pur-ee!uiucdcs!ccvaxa!wombat From: wombat@ccvaxa.UUCP Newsgroups: net.emacs Subject: Re: GNU Emacs Modeline Message-ID: <11600015@ccvaxa> Date: Fri, 22-Aug-86 01:39:00 EDT Article-I.D.: ccvaxa.11600015 Posted: Fri Aug 22 01:39:00 1986 Date-Received: Sat, 23-Aug-86 10:16:53 EDT References: <1061@spice.cs.cmu.edu> Lines: 15 Nf-ID: #R:spice.cs.cmu.edu:1061:ccvaxa:11600015:000:769 Nf-From: ccvaxa.UUCP!wombat Aug 22 00:39:00 1986 From src/buffer.c: DefBufferLispVar ("mode-line-format", &bf_cur->mode_line_format, "Template string for displaying mode line for current buffer.\n\ Each buffer has its own value of this variable.\n\ The string is printed verbatim in the mode line\n\ except for %-constructs:\n\ %b -- print buffer name. %f -- print visited file name.\n\ %* -- print *, % or hyphen. %m -- print value of mode-name.\n\ %s -- print process status. %M -- print value of global-mode-string.\n\ %p -- print percent of buffer above top of window, or top, bot or all.\n\ %[ -- print one [ for each recursive editing level. %] similar.\n\ %% -- print %. %- -- print infinitely many dashes.\n\ Decimal digits after the % specify field width to pad or truncate to.");