GNU bug report logs -
#9918
24.0.90; lazy-highlighting in Info mode
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Mon, 31 Oct 2011 14:50:02 UTC
Severity: normal
Found in version 24.0.90
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> And let's keep this bug report open, until the other proposed change
> be made (in 24.2).
I propose also to fix the clarity and unambiguousness of final messages
now before the next release:
=== modified file 'lisp/info.el'
--- lisp/info.el 2011-10-24 05:47:05 +0000
+++ lisp/info.el 2011-11-03 21:09:57 +0000
@@ -1846,7 +1844,7 @@ (defun Info-search (regexp &optional bou
(setq list nil)))
(if found
(message "")
- (signal 'search-failed (list regexp))))
+ (signal 'search-failed (list regexp "end of the manual"))))
(if (not found)
(progn (Info-read-subfile osubfile)
(goto-char opoint)
=== modified file 'lisp/misearch.el'
--- lisp/misearch.el 2011-04-19 13:44:55 +0000
+++ lisp/misearch.el 2011-11-03 21:08:09 +0000
@@ -173,8 +173,8 @@ (defun multi-isearch-search-fun ()
found)
;; Return nil when multi-isearch-next-buffer-current-function fails
;; (`with-current-buffer' raises an error for nil returned from it).
- (error nil))
- (signal 'search-failed (list string "Repeat for next buffer"))))))))
+ (error (signal 'search-failed (list string "end of multi"))))
+ (signal 'search-failed (list string "repeat for next buffer"))))))))
(defun multi-isearch-wrap ()
"Wrap the multiple buffers search when search is failed.
This bug report was last modified 13 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.