From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: icicles, cua, and C-RET Date: Wed, 01 Mar 2006 20:13:28 GMT Organization: x Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141400228 22068 80.91.229.2 (3 Mar 2006 15:37:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 15:37:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 03 16:37:08 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFCKy-0006BV-Ac for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 16:37:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFCKy-0001DM-Jh for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 10:37:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsmst01b.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr27.news.prodigy.net.POSTED!404941e6!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:yitva2x91zKxcf9JORdKHoMMSeE= Original-Lines: 11 Original-NNTP-Posting-Host: 66.194.80.196 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr27.news.prodigy.net 1141244008 ST000 66.194.80.196 (Wed, 01 Mar 2006 15:13:28 EST) Original-NNTP-Posting-Date: Wed, 01 Mar 2006 15:13:28 EST X-UserInfo1: SCSYASFGPBSYRIXXKJJD]_HBWB]^PCPDLXUNNHLHEQR@ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK@TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG@SSAZQ\LE[DCNMUPG_VSC@VJM Original-Xref: shelby.stanford.edu gnu.emacs.help:137849 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33476 Archived-At: version: "GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-02-24 on xxxx" I've recently switched to using icicles & icomplete+ instead of mcomplete & iswitchb. One thing that bothers me is if I do 'C-x b' and enter a few letters and get a single-match I can't just hit enter and bring that buffer up... I must fully complete it. According to the docs I should be able to do what I want by using C-RET instead... but this binding is being eaten by cua-set-rectangle-mark. The icicles docs say to make sure it's loaded last in .emacs and it is in this case. Any ideas what I can do to correct this?