comparison lisp/ChangeLog @ 58625:31d0b9422d7b

simple.el (next-error-buffer-p): allow for inclusive and exclusive tests for finding a buffer (next-error-find-buffer): pass the exclusive and inclusive tests to next-error-buffer-p replace.el (occur-next-error): switch to the Occur buffer when appropriate, and use the exclusive filter to next-error-find-buffer to do it. Use the absolute value of the motion amount.
author Teodor Zlatanov <tzz@lifelogs.com>
date Mon, 29 Nov 2004 18:44:29 +0000
parents d03afca07655
children fee84e9454db
comparison
equal deleted inserted replaced
58624:a322009ca3d0 58625:31d0b9422d7b
1 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * simple.el (next-error-buffer-p): allow for inclusive and
4 exclusive tests for finding a buffer
5 (next-error-find-buffer): pass the exclusive and inclusive tests
6 to next-error-buffer-p
7
8 * replace.el (occur-next-error): switch to the Occur buffer when
9 appropriate, and use the exclusive filter to
10 next-error-find-buffer to do it. Use the absolute value of the
11 motion amount.
12
1 2004-11-29 Kenichi Handa <handa@m17n.org> 13 2004-11-29 Kenichi Handa <handa@m17n.org>
2 14
3 * startup.el (command-line): Decode all buffer names by 15 * startup.el (command-line): Decode all buffer names by
4 locale-coding-system. 16 locale-coding-system.
5 17