> Date: Mon, 05 Feb 2007 11:15:25 +0100
> From: Andreas Roehler <[EMAIL PROTECTED]>
>
> Whereas `emacs-22.0.92' took approximately 10 seconds
> with info-lookup to until the prompt "Describe symbol"
> was shown,
>
> 22.0.93.1 takes up to one minute.
Thank you for your report.
Does the patch below fix it?
(Yet another unnecessary change that created a new bug, sigh...)
Index: lisp/info-look.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info-look.el,v
retrieving revision 1.54
diff -u -r1.54 info-look.el
--- lisp/info-look.el 21 Jan 2007 03:53:11 -0000 1.54
+++ lisp/info-look.el 10 Feb 2007 11:03:42 -0000
@@ -441,6 +441,7 @@
(let ((doc-spec (info-lookup->doc-spec topic mode))
(regexp (concat "^\\(" (info-lookup->regexp topic mode)
"\\)\\([ \t].*\\)?$"))
+ Info-fontify-maximum-menu-size
node trans entry item prefix result doc-found
(buffer (get-buffer-create " temp-info-look")))
(with-current-buffer buffer
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug