comparison src/buffer.c @ 90988:492971a3f31f unicode-xft-base

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 816-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:23:55 +0000
parents 988f1edc9674 8b2047314d4c
children f55f9811f5d7
comparison
equal deleted inserted replaced
90987:b2d8a283f27e 90988:492971a3f31f
5515 %I -- like %i, but use k, M, G, etc., to abbreviate. 5515 %I -- like %i, but use k, M, G, etc., to abbreviate.
5516 %p -- print percent of buffer above top of window, or Top, Bot or All. 5516 %p -- print percent of buffer above top of window, or Top, Bot or All.
5517 %P -- print percent of buffer above bottom of window, perhaps plus Top, 5517 %P -- print percent of buffer above bottom of window, perhaps plus Top,
5518 or print Bottom or All. 5518 or print Bottom or All.
5519 %n -- print Narrow if appropriate. 5519 %n -- print Narrow if appropriate.
5520 %R -- print R or hyphen. R means that default-directory is on a
5521 remote machine.
5520 %t -- visited file is text or binary (if OS supports this distinction). 5522 %t -- visited file is text or binary (if OS supports this distinction).
5521 %z -- print mnemonics of keyboard, terminal, and buffer coding systems. 5523 %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
5522 %Z -- like %z, but including the end-of-line format. 5524 %Z -- like %z, but including the end-of-line format.
5523 %e -- print error message about full memory. 5525 %e -- print error message about full memory.
5524 %[ -- print one [ for each recursive editing level. %] similar. 5526 %[ -- print one [ for each recursive editing level. %] similar.