From xemacs-m  Wed Apr  9 08:51:14 1997
Received: from amber.vis-av.com (amber.vis-av.com [206.119.44.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA12828
	for <xemacs-beta@xemacs.org>; Wed, 9 Apr 1997 08:51:12 -0500 (CDT)
Received: (from derrell@localhost)
          by amber.vis-av.com (8.8.5/8.8.4)
	  id JAA04343; Wed, 9 Apr 1997 09:51:12 -0400 (EDT)
Date: Wed, 9 Apr 1997 09:51:12 -0400 (EDT)
Message-Id: <199704091351.JAA04343@amber.vis-av.com>
From: Derrell Lipman <derrell@vis-av.com>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: icomplete bug?  feature?
X-Mailer: VM 6.23 under 20.1 XEmacs Lucid (beta11)
Reply-To: derrell@vis-av.com
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII



I have (icomplete-mode) in my .emacs.

I wanted to "customize" the default face, so I typed

	M-x customize-face RET defa

At this point, the minibuffer was showing me

	defa{ult} [Matched]

so I hit RET.  What was provided to (customize-face) was not the word
"default" as I would have expected, but was instead "defa" and it
therefore created a new face called "defa" -- not what I wanted at
all.

Once icomplete has found a match, I would think that the desired
behavior would be to return the match (when selecting from a list of
possibilities) rather than only the typed text.  Can this be
configured, to avoid requiring TAB to complete it?

Derrell

