GNU bug report logs -
#18426
24.3; imenu-auto-rescan-maxout not mentioned in manual
Previous Next
Full log
View this message in rfc822 format
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.