emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ido-find-file sometimes leaves point in uneditable text


From: Chris Moore
Subject: ido-find-file sometimes leaves point in uneditable text
Date: Sun, 10 Dec 2006 12:02:31 +0100

Use this 2-line .emacs file:

  (setq ido-everywhere t)
  (ido-mode t)

Then type:

  C-x C-f / t m p / <escape> <backspace>

I see an error:

  "Text is read-only: #<buffer  *Minibuf-1*>"

and now I'm unable to type any more letters without seeing:

  "Text is read-only"

Point ends up on the 't' in "/tmp".

Note that if I only typed "/tmp" or if I typed "/tmp/x" then <escape>
<backspace> works OK, deleting "tmp" and "x" respectively.  It's only
when I've just typed a slash that this bug shows itself.




In GNU Emacs 22.0.91.26 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2006-12-09 on chrislap
X server distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure '--with-gtk' '--prefix' '/usr/local/emacs22' 
'--with-xpm' '--with-jpeg' '--with-png' '--with-gif''

Important settings:
  value of $LC_ALL: en_GB.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]