Mercurial > emacs
comparison etc/NEWS @ 94466:f3f81db34133
New file.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 29 Apr 2008 06:09:32 +0000 |
parents | b354d19386f9 |
children | ca3d2cf5da1f |
comparison
equal
deleted
inserted
replaced
94465:e2562e0fe05e | 94466:f3f81db34133 |
---|---|
1125 `interactive-form' symbol property. Mostly useful to add complex interactive | 1125 `interactive-form' symbol property. Mostly useful to add complex interactive |
1126 forms to subroutines. | 1126 forms to subroutines. |
1127 | 1127 |
1128 * New Packages for Lisp Programming in Emacs 23.1 | 1128 * New Packages for Lisp Programming in Emacs 23.1 |
1129 | 1129 |
1130 ** find-cmd.el can build `find' commands using lisp synax. | |
1131 | |
1130 ** The package isearch-multi.el has been added. It implements a new mode | 1132 ** The package isearch-multi.el has been added. It implements a new mode |
1131 `isearch-buffers-minor-mode' that allows isearch to search through | 1133 `isearch-buffers-minor-mode' that allows isearch to search through |
1132 multiple buffers. In this mode a new variable | 1134 multiple buffers. In this mode a new variable |
1133 `isearch-buffers-next-buffer-function' defines the function to call | 1135 `isearch-buffers-next-buffer-function' defines the function to call |
1134 to get the next buffer to search in the series of multiple buffers. | 1136 to get the next buffer to search in the series of multiple buffers. |