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

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

Re: minibuffer completion for 'C-M :'


From: David Hansen
Subject: Re: minibuffer completion for 'C-M :'
Date: Sun, 29 Apr 2007 07:55:01 +0200

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





reply via email to

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