GNU bug report logs - #40238
Trying to customize the ispell choices buffer via display-buffer-alist has no effect

Previous Next

Package: emacs;

Reported by: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>

Date: Thu, 26 Mar 2020 14:57:01 UTC

Severity: normal

Tags: moreinfo

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 40238 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 40238 <at> debbugs.gnu.org
Subject: Re: bug#40238: Trying to customize the ispell choices buffer via
 display-buffer-alist has no effect
Date: Sat, 28 Mar 2020 19:38:16 +0100
> This I dont’ know. I just changed the code, in ispell.el, lines 2320 and 2326, from
>
> 		   ((= char ?q)
> 		    (if (y-or-n-p "Really kill Ispell process? ")
> 			(progn
> 			  (ispell-kill-ispell t) ; terminate process.
> 			  (setq ispell-quit (or (not ispell-checking-message)
> 						(point))
> 				ispell-pdict-modified-p nil))
> 		      t))		; continue if they don't quit.
>
> into
>
> 		   ((= char ?q)
> 		    ;; (if (y-or-n-p "Really kill Ispell process? ")
> 			(progn
> 			  (ispell-kill-ispell t) ; terminate process.
> 			  (setq ispell-quit (or (not ispell-checking-message)
> 						(point))
> 				ispell-pdict-modified-p nil))
> 			;; t)
> 		   )		; continue if they don't quit.

We could reserve "Q" for killing Ispell without asking questions.  But I
have no idea of the ispell mnemonics and already find "q" for killing
and "X" for suspending (which never suspends anything here IIUC) quite
confusing.  Maybe an ispell expert can help us.

martin





This bug report was last modified 3 years and 154 days ago.

Previous Next


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