From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: reenabling icomplete operation during read-buffer Date: Thu, 12 Feb 2009 16:00:09 -0800 Message-ID: <01b801c98d6e$09ade4c0$c2b22382@us.oracle.com> References: <2cd46e7f0902091527p7886f1fap33e330e73165f039@mail.gmail.com><2cd46e7f0902111608s3c41cba2tc1ed14f861b6f2d4@mail.gmail.com> <2cd46e7f0902121528l5b7d0007p524b50a187249d99@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234483322 24507 80.91.229.12 (13 Feb 2009 00:02:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2009 00:02:02 +0000 (UTC) Cc: 'emacs-devel' To: "'ken manheimer'" , "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 13 01:03:17 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LXlWN-0006vT-7t for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2009 01:03:07 +0100 Original-Received: from localhost ([127.0.0.1]:49380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXlV3-0007z3-8C for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 19:01:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXlTc-0007Pn-0K for emacs-devel@gnu.org; Thu, 12 Feb 2009 19:00:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXlTa-0007P6-GL for emacs-devel@gnu.org; Thu, 12 Feb 2009 19:00:15 -0500 Original-Received: from [199.232.76.173] (port=59524 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXlTa-0007P0-6t for emacs-devel@gnu.org; Thu, 12 Feb 2009 19:00:14 -0500 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:52615 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXlTZ-0007CN-Oi for emacs-devel@gnu.org; Thu, 12 Feb 2009 19:00:13 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1CNxcnC001322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 12 Feb 2009 23:59:39 GMT Original-Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n1D008Hu014501; Fri, 13 Feb 2009 00:00:09 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 13 Feb 2009 00:00:02 +0000 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 In-Reply-To: <2cd46e7f0902121528l5b7d0007p524b50a187249d99@mail.gmail.com> Thread-Index: AcmNadWDYp3FddUDQq+j0UY8TwafxAAA7t5Q X-Source-IP: acsmt702.oracle.com [141.146.40.80] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010203.4994B804.00B0:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109029 Archived-At: > people wanting to use icomplete but turn it off for buffer name > reading (so they can use something like iswitchb or icycles) won't be > able to do so, but providing for that seems beyond the point of > diminishing returns, to me. FWIW, there is no problem using Icomplete with Icicles (for buffer names, file names or whatever).