comparison etc/NEWS.22 @ 81097:b4da44959c38

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 29-32) - Update from CVS 2007-05-29 Martin Rudalics <rudalics@gmx.at> * lisp/textmodes/table.el (table--point-entered-cell-function) (table--point-left-cell-function): Bind `inhibit-point-motion-hooks' to t. 2007-05-28 Chong Yidong <cyd@stupidchicken.com> * lisp/textmodes/sgml-mode.el (sgml-point-entered): Use condition-case. 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change) * lisp/log-edit.el (log-edit-changelog-paragraph): Return point-max as the end of the ChangeLog paragraph when it ends without a line termination. 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t around current_column call. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-778
author Miles Bader <miles@gnu.org>
date Tue, 29 May 2007 23:19:43 +0000
parents 0baa88b4a1bd
children 719b81ea38eb 648e6c714c7d
comparison
equal deleted inserted replaced
81096:ea2eb6e6874e 81097:b4da44959c38
1947 1947
1948 *** You can now use Auto Revert mode to `tail' a file. 1948 *** You can now use Auto Revert mode to `tail' a file.
1949 1949
1950 If point is at the end of a file buffer before reverting, Auto Revert 1950 If point is at the end of a file buffer before reverting, Auto Revert
1951 mode keeps it at the end after reverting. Similarly if point is 1951 mode keeps it at the end after reverting. Similarly if point is
1952 displayed at the end of a file buffer in any window, it stays at 1952 displayed at the end of a file buffer in any window, it stays at the end
1953 the end of the buffer in that window. This allows you to tail a file: 1953 of the buffer in that window. This allows you to "tail" a file: just
1954 just put point at the end of the buffer and it stays there. This 1954 put point at the end of the buffer and it stays there. This rule
1955 rule applies to file buffers. For non-file buffers, the behavior can 1955 applies to file buffers. For non-file buffers, the behavior can be mode
1956 be mode dependent. 1956 dependent.
1957 1957
1958 If you are sure that the file will only change by growing at the end, 1958 If you are sure that the file will only change by growing at the end,
1959 then you can tail the file more efficiently by using the new minor 1959 then you can tail the file more efficiently by using the new minor
1960 mode Auto Revert Tail mode. The function `auto-revert-tail-mode' 1960 mode Auto Revert Tail mode. The function `auto-revert-tail-mode'
1961 toggles this mode. 1961 toggles this mode.