all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: sean.sieger@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: ipa and ispell
Date: Thu, 14 May 2009 09:56:21 +0200	[thread overview]
Message-ID: <4A0BCEA5.6040107@gmx.at> (raw)

 > While inserting an annotation, I used ispell to check a word, it worked
 > several times (I think) and then subsequently, the debugger was entered
 > after ispell's correct spelling message:
 >
 > Debugger entered--Lisp error: (error "Attempt to split minibuffer window")
 >   split-window(nil 2)
[...]

We have to fix that eventually, maybe using a new function to pop up a
window below all "normal" windows just above the minibuffer-window, or
by popping up a new frame, or by temporarily replacing the contents of
the minibuffer-window or some other window.

In the first case we just have to make sure that (1) we can split some
window and (2) when the window used to display ispell's choices is no
more needed, the configuration before the split is orderly restored.
Both issues are not entirely trivial.

Replacing the contents of some existing window is problematic since
valuable context information might get obscured.  Also, it's not clear
whether and how that window shall be resized.  Popping up a new frame
runs counter classic ispell design choices but appears the only simple
solution.

So please make a bug report.

Thanks, martin.




             reply	other threads:[~2009-05-14  7:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-14  7:56 martin rudalics [this message]
2009-05-14 14:54 ` ipa and ispell Drew Adams
2009-05-14 16:14   ` martin rudalics
2009-05-14 16:25     ` Drew Adams
  -- strict thread matches above, loose matches on Subject: below --
2009-05-13 16:15 Sean Sieger

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

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

  git send-email \
    --in-reply-to=4A0BCEA5.6040107@gmx.at \
    --to=rudalics@gmx.at \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sean.sieger@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.