[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dabbrev hang
|
From: |
Kin Cho |
|
Subject: |
dabbrev hang |
|
Date: |
27 May 2003 17:30:24 -0700 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
I call dabbrev-expand while the minibuffer is active (e.g.,
interactively calling eval-expression), it dabbrev hangs in
dabbrev--goto-start-of-abbrev.
The reason is that (bobp) is false and (forward-char -1)
can't backup into the prompt "M-x ".
I'm using emacs 21.3.
Thanks.
-kin
| [Prev in Thread] |
Current Thread |
[Next in Thread] |