unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* dabbrev hang
@ 2003-05-27 18:05 Kin Cho
  2003-05-28 13:29 ` Klaus Zeitler
  0 siblings, 1 reply; 3+ messages in thread
From: Kin Cho @ 2003-05-27 18:05 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-28 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-27 18:05 dabbrev hang Kin Cho
2003-05-28 13:29 ` Klaus Zeitler
2003-05-28 17:02   ` Kin Cho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).