help-gnu-emacs
[Top][All Lists]
Advanced

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

dabbrev hang


From: Kin Cho
Subject: dabbrev hang
Date: 27 May 2003 11:05:54 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Hi,

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.

I'm thinking advicing bobp to cope with this, but is there a
better fix?

I'm using emacs 21.3.

Thanks.

-kin



reply via email to

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