unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Alex Branham <alex.branham@gmail.com>
Cc: 18426@debbugs.gnu.org
Subject: bug#18426: [PATCH] Increase default size of imenu-auto-rescan-maxout
Date: Fri, 31 Aug 2018 15:12:39 +0200	[thread overview]
Message-ID: <87y3cm1xyw.fsf@gmail.com> (raw)
In-Reply-To: <87in3qsn0f.fsf@gmail.com> (Alex Branham's message of "Fri, 31 Aug 2018 08:07:12 -0500")

Alex Branham <alex.branham@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@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





  reply	other threads:[~2018-08-31 13:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-08 16:13 bug#18426: 24.3; imenu-auto-rescan-maxout not mentioned in manual Ethan Glasser-Camp
2014-09-09  0:38 ` Stefan Monnier
2018-08-30 21:46 ` bug#18426: [PATCH] Increase default size of imenu-auto-rescan-maxout Alex Branham
2018-08-30 21:55   ` Alex Branham
2018-08-31  7:49     ` Robert Pluim
2018-08-31 13:07       ` Alex Branham
2018-08-31 13:12         ` Robert Pluim [this message]
2018-08-31 13:15           ` Alex Branham
2018-09-06 15:09             ` Alex Branham
2018-09-06 15:16               ` Robert Pluim
2018-09-06 18:43                 ` Eli Zaretskii
2018-09-12 13:33                   ` Robert Pluim
2018-09-12 14:07                     ` Alex Branham
2018-09-12 14:29                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3cm1xyw.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=18426@debbugs.gnu.org \
    --cc=alex.branham@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).