diff options
| author | Stefan Monnier | 2007-03-26 15:09:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-03-26 15:09:52 +0000 |
| commit | 084c41ca0af70ac085393b87b71f188bc0f53473 (patch) | |
| tree | b47d1c2258cb9d789855138fae110de5e03d968a | |
| parent | 5ae48997963db855572955b5b0db54427782627a (diff) | |
| download | emacs-084c41ca0af70ac085393b87b71f188bc0f53473.tar.gz emacs-084c41ca0af70ac085393b87b71f188bc0f53473.zip | |
(occur-next-error): *Occur* might not be displayed in the
selected frame. Reported by David Hansen <david.hansen@gmx.net>.
| -rw-r--r-- | lisp/ChangeLog | 35 | ||||
| -rw-r--r-- | lisp/replace.el | 3 |
2 files changed, 21 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06c78add194..46d48bf9bee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * replace.el (occur-next-error): *Occur* might not be displayed in the | ||
| 4 | selected frame. Reported by David Hansen <david.hansen@gmx.net>. | ||
| 5 | |||
| 1 | 2007-03-26 Richard Stallman <rms@gnu.org> | 6 | 2007-03-26 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * textmodes/flyspell.el (flyspell-large-region): | 8 | * textmodes/flyspell.el (flyspell-large-region): |
| @@ -6,15 +11,15 @@ | |||
| 6 | 2007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 11 | 2007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> |
| 7 | 12 | ||
| 8 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): | 13 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): |
| 9 | Use prin1 instead of princ. | 14 | Use prin1 instead of princ. |
| 10 | 15 | ||
| 11 | 2007-03-25 Chong Yidong <cyd@stupidchicken.com> | 16 | 2007-03-25 Chong Yidong <cyd@stupidchicken.com> |
| 12 | 17 | ||
| 13 | * faces.el (face-set-after-frame-default): Revert 2007-03-10 | 18 | * faces.el (face-set-after-frame-default): Revert 2007-03-10 |
| 14 | change. Merge in X resources before global face. | 19 | change. Merge in X resources before global face. |
| 15 | 20 | ||
| 16 | * progmodes/compile.el (compilation-start): Save | 21 | * progmodes/compile.el (compilation-start): |
| 17 | compilation-directory rather than default-directory as local var. | 22 | Save compilation-directory rather than default-directory as local var. |
| 18 | (compilation-directory): Mark as safe local var. | 23 | (compilation-directory): Mark as safe local var. |
| 19 | 24 | ||
| 20 | * files.el: Don't mark default-directory as a safe local var. | 25 | * files.el: Don't mark default-directory as a safe local var. |
| @@ -69,13 +74,13 @@ | |||
| 69 | 74 | ||
| 70 | 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change) | 75 | 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change) |
| 71 | 76 | ||
| 72 | * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region): Fix | 77 | * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region): |
| 73 | omission bug: Use m4-program-options to construct shell command. | 78 | Fix omission bug: Use m4-program-options to construct shell command. |
| 74 | 79 | ||
| 75 | 2007-03-23 David Kastrup <dak@gnu.org> | 80 | 2007-03-23 David Kastrup <dak@gnu.org> |
| 76 | 81 | ||
| 77 | * progmodes/cc-mode.el (c-make-emacs-variables-local): Use | 82 | * progmodes/cc-mode.el (c-make-emacs-variables-local): |
| 78 | `mapcar' rather than `mapcan' to silence compiler warning. | 83 | Use `mapcar' rather than `mapcan' to silence compiler warning. |
| 79 | 84 | ||
| 80 | 2007-03-22 Ralf Angeli <angeli@caeruleus.net> | 85 | 2007-03-22 Ralf Angeli <angeli@caeruleus.net> |
| 81 | 86 | ||
| @@ -111,8 +116,7 @@ | |||
| 111 | 2007-03-21 Chong Yidong <cyd@stupidchicken.com> | 116 | 2007-03-21 Chong Yidong <cyd@stupidchicken.com> |
| 112 | 117 | ||
| 113 | * emulation/viper.el (viper-non-hook-settings): Handle mouse | 118 | * emulation/viper.el (viper-non-hook-settings): Handle mouse |
| 114 | clicks in describe-key and describe-key-briefly advice a little | 119 | clicks in describe-key and describe-key-briefly advice a little better. |
| 115 | better. | ||
| 116 | 120 | ||
| 117 | 2007-03-21 Juanma Barranquero <lekktu@gmail.com> | 121 | 2007-03-21 Juanma Barranquero <lekktu@gmail.com> |
| 118 | 122 | ||
| @@ -187,8 +191,8 @@ | |||
| 187 | 191 | ||
| 188 | 2007-03-19 Martin Rudalics <rudalics@gmx.at> | 192 | 2007-03-19 Martin Rudalics <rudalics@gmx.at> |
| 189 | 193 | ||
| 190 | * font-lock.el (lisp-font-lock-keywords-1): Highlight | 194 | * font-lock.el (lisp-font-lock-keywords-1): |
| 191 | define-globalized-minor-mode as a keyword. | 195 | Highlight define-globalized-minor-mode as a keyword. |
| 192 | 196 | ||
| 193 | 2007-03-19 Kim F. Storm <storm@cua.dk> | 197 | 2007-03-19 Kim F. Storm <storm@cua.dk> |
| 194 | 198 | ||
| @@ -226,8 +230,7 @@ | |||
| 226 | 2007-03-18 Detlev Zundel <dzu@gnu.org> | 230 | 2007-03-18 Detlev Zundel <dzu@gnu.org> |
| 227 | 231 | ||
| 228 | * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark | 232 | * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark |
| 229 | zero-width regexps as invalid but rather at least count them | 233 | zero-width regexps as invalid but rather at least count them correctly. |
| 230 | correctly. | ||
| 231 | 234 | ||
| 232 | 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org> | 235 | 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org> |
| 233 | 236 | ||
| @@ -259,8 +262,8 @@ | |||
| 259 | 262 | ||
| 260 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | 263 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> |
| 261 | 264 | ||
| 262 | * simple.el (line-move-1): Respect | 265 | * simple.el (line-move-1): |
| 263 | `inhibit-line-move-field-capture' property. | 266 | Respect `inhibit-line-move-field-capture' property. |
| 264 | 267 | ||
| 265 | 2007-03-13 Chong Yidong <cyd@stupidchicken.com> | 268 | 2007-03-13 Chong Yidong <cyd@stupidchicken.com> |
| 266 | 269 | ||
| @@ -273,7 +276,7 @@ | |||
| 273 | 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) | 276 | 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) |
| 274 | 277 | ||
| 275 | * tempo.el (tempo-insert): Deal with 'r> if it appears | 278 | * tempo.el (tempo-insert): Deal with 'r> if it appears |
| 276 | specified with a prompt argument. | 279 | specified with a prompt argument. |
| 277 | 280 | ||
| 278 | 2007-03-12 Carsten Dominik <dominik@science.uva.nl> | 281 | 2007-03-12 Carsten Dominik <dominik@science.uva.nl> |
| 279 | 282 | ||
diff --git a/lisp/replace.el b/lisp/replace.el index a42f4ff4b57..a8dfd043c72 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -844,7 +844,8 @@ Compatibility function for \\[next-error] invocations." | |||
| 844 | #'next-single-property-change) | 844 | #'next-single-property-change) |
| 845 | "No more matches") | 845 | "No more matches") |
| 846 | ;; In case the *Occur* buffer is visible in a nonselected window. | 846 | ;; In case the *Occur* buffer is visible in a nonselected window. |
| 847 | (set-window-point (get-buffer-window (current-buffer)) (point)) | 847 | (let ((win (get-buffer-window (current-buffer) t))) |
| 848 | (if win (set-window-point win (point)))) | ||
| 848 | (occur-mode-goto-occurrence))) | 849 | (occur-mode-goto-occurrence))) |
| 849 | 850 | ||
| 850 | (defface match | 851 | (defface match |