all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* dabbrev hang
@ 2003-05-27 18:05 Kin Cho
  2003-05-28 13:29 ` Klaus Zeitler
  0 siblings, 1 reply; 4+ 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] 4+ messages in thread
* dabbrev hang
@ 2003-05-28  0:30 Kin Cho
  0 siblings, 0 replies; 4+ messages in thread
From: Kin Cho @ 2003-05-28  0:30 UTC (permalink / raw)


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

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

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

Thread overview: 4+ 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
  -- strict thread matches above, loose matches on Subject: below --
2003-05-28  0:30 Kin Cho

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.