From: Kin Cho <kin@neoscale.com>
Subject: dabbrev hang
Date: 27 May 2003 11:05:54 -0700 [thread overview]
Message-ID: <7iwugcw9h9.fsf@neoscale.com> (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
next reply other threads:[~2003-05-27 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-27 18:05 Kin Cho [this message]
2003-05-28 13:29 ` dabbrev hang Klaus Zeitler
2003-05-28 17:02 ` Kin Cho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7iwugcw9h9.fsf@neoscale.com \
--to=kin@neoscale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).