all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Urban Engberg <ue@ccieurope.com>
Cc: emacs-devel@gnu.org, Paul Pogonyshev <pogonyshev@gmx.net>
Subject: Re: `ido.el' small, but annoying bug
Date: Mon, 06 Dec 2004 17:25:30 +0100	[thread overview]
Message-ID: <n7pt1ntmv9.fsf@ccieurope.com> (raw)
In-Reply-To: <m3llcbr2ih.fsf@kfs-l.imdomain.dk> (Kim F. Storm's message of "Mon, 06 Dec 2004 14:15:50 +0100")

> Can you start with emacs -Q, and then gradually enable the
> various customizations you use to see which one triggers the bug.

I reproduced Paul's problem the first time I tried, but had problems
reproducing it again.  This made me curious, so I did as you
suggested, and found eldoc to be a possible problem -- or more
precisely eldoc-pre-command-refresh-echo-area.  The buffer you kill
must be an emacs-lisp buffer, I guess.

Reproducible scenario:

   GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll
   bars) of 2004-11-16 on uelinux

Put the lines 

   (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode)
   (ido-mode)

into the file

   ~/tmp/foo.el

and do

   emacs -Q -l ~/tmp/foo.el ~/tmp/foo.el

in the emacs window, do

   C-x b <return> C-x b C-k

and the minibuffer is empty.  

(The first C-x b switches to the *scratch* buffer, in the second we
kill foo.el)

  Urban

-- 
ue@ccieurope.com

  reply	other threads:[~2004-12-06 16:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-03 18:05 `ido.el' small, but annoying bug Paul Pogonyshev
2004-12-04  0:51 ` Kim F. Storm
2004-12-04  1:13   ` Paul Pogonyshev
2004-12-04 18:31   ` Paul Pogonyshev
2004-12-06 13:15     ` Kim F. Storm
2004-12-06 16:25       ` Urban Engberg [this message]
2004-12-06 17:49         ` Paul Pogonyshev

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=n7pt1ntmv9.fsf@ccieurope.com \
    --to=ue@ccieurope.com \
    --cc=emacs-devel@gnu.org \
    --cc=pogonyshev@gmx.net \
    /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.