aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-03-26 15:09:52 +0000
committerStefan Monnier2007-03-26 15:09:52 +0000
commit084c41ca0af70ac085393b87b71f188bc0f53473 (patch)
treeb47d1c2258cb9d789855138fae110de5e03d968a
parent5ae48997963db855572955b5b0db54427782627a (diff)
downloademacs-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/ChangeLog35
-rw-r--r--lisp/replace.el3
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 @@
12007-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
12007-03-26 Richard Stallman <rms@gnu.org> 62007-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 @@
62007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> 112007-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
112007-03-25 Chong Yidong <cyd@stupidchicken.com> 162007-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
702007-03-23 David Vazquez <xeos00@gmail.com> (tiny change) 752007-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
752007-03-23 David Kastrup <dak@gnu.org> 802007-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
802007-03-22 Ralf Angeli <angeli@caeruleus.net> 852007-03-22 Ralf Angeli <angeli@caeruleus.net>
81 86
@@ -111,8 +116,7 @@
1112007-03-21 Chong Yidong <cyd@stupidchicken.com> 1162007-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
1172007-03-21 Juanma Barranquero <lekktu@gmail.com> 1212007-03-21 Juanma Barranquero <lekktu@gmail.com>
118 122
@@ -187,8 +191,8 @@
187 191
1882007-03-19 Martin Rudalics <rudalics@gmx.at> 1922007-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
1932007-03-19 Kim F. Storm <storm@cua.dk> 1972007-03-19 Kim F. Storm <storm@cua.dk>
194 198
@@ -226,8 +230,7 @@
2262007-03-18 Detlev Zundel <dzu@gnu.org> 2302007-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
2322007-03-18 Thien-Thi Nguyen <ttn@gnu.org> 2352007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
233 236
@@ -259,8 +262,8 @@
259 262
2602007-03-17 Chong Yidong <cyd@stupidchicken.com> 2632007-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
2652007-03-13 Chong Yidong <cyd@stupidchicken.com> 2682007-03-13 Chong Yidong <cyd@stupidchicken.com>
266 269
@@ -273,7 +276,7 @@
2732007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change) 2762007-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
2782007-03-12 Carsten Dominik <dominik@science.uva.nl> 2812007-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