GNU bug report logs -
#75804
31.0.50; Enlarge or disable `ispell-help-timeout'
Previous Next
Reported by: Rudolf Adamkovič <rudolf <at> adamkovic.org>
Date: Fri, 24 Jan 2025 11:21:01 UTC
Severity: wishlist
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 75804 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Sat, 25 Jan 2025 12:24:22 +0100, Rudolf Adamkovič <rudolf <at> adamkovic.org> said:
Rudolf> Rudolf Adamkovič <rudolf <at> adamkovic.org> writes:
>> All right folks, here is a patch!
Rudolf> And, of course, I screwed it up. :)
Rudolf> Here is a new patch, this time with the correct bug reference number.
Rudolf> From d8ded5bcba933cb057572807473f9699d7db4919 Mon Sep 17 00:00:00 2001
Rudolf> From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= <rudolf <at> adamkovic.org>
Rudolf> Date: Sat, 25 Jan 2025 11:24:34 +0100
Rudolf> Subject: [PATCH] Ispell: Increase help timeout
Rudolf> * lisp/textmodes/ispell.el (ispell-help-timeout): Increase the timeout
Rudolf> from 5 to 30 seconds to allow users, especially new users, read the
Rudolf> Ispell help menu comfortably and act confidently (bug#75804).
Rudolf> ---
Rudolf> lisp/textmodes/ispell.el | 2 +-
Rudolf> 1 file changed, 1 insertion(+), 1 deletion(-)
Rudolf> diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
Rudolf> index b0f4e416a6e..eca42b63023 100644
Rudolf> --- a/lisp/textmodes/ispell.el
Rudolf> +++ b/lisp/textmodes/ispell.el
Rudolf> @@ -402,7 +402,7 @@ ispell-local-dictionary-alist
Rudolf> (const :tag "default" nil))
Rudolf> (coding-system :tag "Coding System"))))
Rudolf> -(defcustom ispell-help-timeout 5
Rudolf> +(defcustom ispell-help-timeout 30
Rudolf> "The number of seconds to display the help text."
Rudolf> :type 'number
Rudolf> :version "28.1")
Rudolf> --
Rudolf> 2.39.5 (Apple Git-154)
When the default value of a defcustom is changed, the :version tag
needs to be updated (in this case to "31.1").
Robert
--
This bug report was last modified 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.