emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: info-lookup slow


From: Eli Zaretskii
Subject: Re: info-lookup slow
Date: Sat, 10 Feb 2007 13:08:03 +0200

> Date: Mon, 05 Feb 2007 11:15:25 +0100
> From: Andreas Roehler <address@hidden>
> 
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]