GNU bug report logs - #18426
24.3; imenu-auto-rescan-maxout not mentioned in manual

Previous Next

Package: emacs;

Reported by: Ethan Glasser-Camp <ethan.glasser.camp <at> gmail.com>

Date: Mon, 8 Sep 2014 16:15:01 UTC

Severity: minor

Tags: fixed

Found in version 24.3

Fixed in version 26.2

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Robert Pluim <rpluim <at> gmail.com>
To: Alex Branham <alex.branham <at> gmail.com>
Cc: 18426 <at> debbugs.gnu.org
Subject: bug#18426: [PATCH] Increase default size of imenu-auto-rescan-maxout
Date: Fri, 31 Aug 2018 15:12:39 +0200
Alex Branham <alex.branham <at> gmail.com> writes:

> Great, I've attached a patch that bunches it all together for the emacs-26 branch.
>

Two nits, below

> Thanks,
> Alex
>
> ------------------------------------------------------------
>
> From 1fd71c5195eb3c32e1da161770fbf4dd820d8e31 Mon Sep 17 00:00:00 2001
> From: Alex Branham <alex.branham <at> gmail.com>
> Date: Fri, 31 Aug 2018 08:05:06 -0500
> Subject: [PATCH] Increase default value for imenu-auto-rescan-maxout
>
> * lisp/imenu.el (imenu-auto-rescan-maxout): Increase default value to
>   600000. (Bug#18426)

Two spaces after '.'

> -(defcustom imenu-auto-rescan-maxout 60000
> -  "Imenu auto-rescan is disabled in buffers larger than this size (in bytes).
> -This variable is buffer-local."
> +(defcustom imenu-auto-rescan-maxout 600000
> +  "Imenu auto-rescan is disabled in buffers larger than this size (in bytes)."
>    :type 'integer
> -  :group 'imenu)
> +  :group 'imenu
> +  :version "27.1")
>

If this is intended for emacs-26, then this needs to say :version "26.2"

Thanks

Robert




This bug report was last modified 6 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.