all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: [alinsoar@voila.fr: EVAL and partial-completion-mode]
Date: Mon, 05 Mar 2007 17:23:03 -0500	[thread overview]
Message-ID: <qqvehfqqig.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <874pozny4j.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 05 Mar 2007 17:06:52 -0500")

Chong Yidong wrote:

> Richard Stallman <rms@gnu.org> 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	other threads:[~2007-03-05 22:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-05 21:50 [alinsoar@voila.fr: EVAL and partial-completion-mode] Richard Stallman
2007-03-05 22:06 ` Chong Yidong
2007-03-05 22:23   ` Glenn Morris [this message]
2007-03-06 22:36     ` Richard Stallman
2007-03-07  1:35       ` Glenn Morris
2007-03-06 22:36   ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-03-07 10:41 A Soare

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qqvehfqqig.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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.
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.