all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: David Abrahams <dave@boostpro.com>
Cc: 3012@emacsbugs.donarmstrong.com
Subject: bug#3012: 23.0.92; ffap/TRAMP interaction?
Date: Thu, 16 Apr 2009 14:20:05 -0400	[thread overview]
Message-ID: <jwvtz4ompo5.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <m2fxg9hrdi.fsf@boostpro.com> (David Abrahams's message of "Thu,  16 Apr 2009 05:36:41 -0400")

> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:

> `C-x C-f /boostpro.com: <RET>'

> Debugger entered--Lisp error: (error "Attempt to split minibuffer window")
>   signal(error ("Attempt to split minibuffer window"))
>   completion--some(#[(table) "Ä\b	\n\v$‡" [action table string pred complete-with-action] 5] (completion--embedded-envvar-table completion--file-name-table))


I cannot reproduce this here.  Could you apply the patch below (by hand,
probably) and then do C-M-x inside the `completion--some' function to
activate this new definition and then reproduce the problem?  It will
hopefully give us a more complete backtrace.


        Stefan


PS: (minibuffer.el is preloaded, so using C-M-x will save you from
having to byte-compile the file and re-dump Emacs).

--- lisp/minibuffer.el.~1.76.~	2009-04-13 21:58:25.000000000 -0400
+++ lisp/minibuffer.el	2009-04-16 14:16:57.000000000 -0400
@@ -83,7 +83,7 @@
   (let ((firsterror nil)
         res)
     (while (and (not res) xs)
-      (condition-case err
+      (condition-case-no-debug err
           (setq res (funcall fun (pop xs)))
         (error (unless firsterror (setq firsterror err)) nil)))
     (or res






  reply	other threads:[~2009-04-16 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-16  9:36 bug#3012: 23.0.92; ffap/TRAMP interaction? David Abrahams
2009-04-16 18:20 ` Stefan Monnier [this message]
2009-04-17  0:53   ` David Abrahams
     [not found] <mailman.5445.1239876243.31690.bug-gnu-emacs@gnu.org>
2009-04-16 14:36 ` Michael Albinus
2009-04-16 16:34   ` David Abrahams
2011-07-08 18:12     ` Michael Albinus

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=jwvtz4ompo5.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=3012@emacsbugs.donarmstrong.com \
    --cc=dave@boostpro.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.