From: David Hansen <david.hansen@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: minibuffer completion for 'C-M :'
Date: Sun, 29 Apr 2007 07:55:01 +0200 [thread overview]
Message-ID: <liodg4-cs1.ln1@robotron.ath.cx> (raw)
In-Reply-To: 87mz0r20ro.fsf@patagonia.sebmags.homelinux.org
On Sun, 29 Apr 2007 00:43:55 -0500 Sebastian P. Luque wrote:
> I frequently find myself doing 'C-M :' for some quick elisp calls, and
> find it tedious to type expressions. Is there some way to allow
> completion when writing a sexp in the minibuffer? I'd like this to work
> similar to the way 'M-x' helps you complete some command. Thanks.
M-TAB or
(define-key read-expression-map (kbd "TAB") #'lisp-complete-symbol)
David
next prev parent reply other threads:[~2007-04-29 5:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-29 5:43 minibuffer completion for 'C-M :' Sebastian P. Luque
2007-04-29 5:55 ` David Hansen [this message]
2007-04-29 14:28 ` Sebastian P. Luque
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=liodg4-cs1.ln1@robotron.ath.cx \
--to=david.hansen@gmx.net \
--cc=help-gnu-emacs@gnu.org \
/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).