emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: EVAL and partial-completion-mode]


From: Glenn Morris
Subject: Re: address@hidden: EVAL and partial-completion-mode]
Date: Mon, 05 Mar 2007 17:23:03 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Chong Yidong wrote:

> Richard Stallman <address@hidden> writes:
>
>> Would someone please fix this, then ack?
>
> I don't think partial-completion-mode has ever worked for this (i.e.,
> completing Lisp symbols in M-:), has it?  It may not be trivial to add
> this functionality.

I think it's just because TAB is bound to lisp-complete-symbol in
M-:, which uses read-expression-map. Enabling recursive minibuffers,
PC-lisp-complete-symbol works as it should in this example.

(define-key read-expression-map "\t" 'PC-lisp-complete-symbol)

would get the desired behaviour.





reply via email to

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