From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: propose adding Icicles to Emacs Date: Sun, 10 Jun 2007 09:19:21 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181481760 31132 80.91.229.12 (10 Jun 2007 13:22:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 13:22:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 15:22:39 2007 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 1HxNNO-00088C-L0 for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2007 15:22:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxNNO-0004hc-4M for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2007 09:22:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxNKF-0002lc-5i for emacs-devel@gnu.org; Sun, 10 Jun 2007 09:19:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxNKE-0002ko-Be for emacs-devel@gnu.org; Sun, 10 Jun 2007 09:19:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxNKE-0002kW-3i for emacs-devel@gnu.org; Sun, 10 Jun 2007 09:19:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxNKE-00068O-6k for emacs-devel@gnu.org; Sun, 10 Jun 2007 09:19:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HxNKD-0005lA-Mo; Sun, 10 Jun 2007 09:19:21 -0400 In-reply-to: X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72570 Archived-At: Icicles extends `completing-read', `read-file-name' etc. in various ways. It provides users with yet another way to complete minibuffer input (like ido, ibuffer,...). I propose adding it to Emacs in a way similar to how ido and ibuffer are offered: for optional use. Does Icicles provide all its features in a modular way, by extending the completion mechanism? * Multi-commands: Define a command that acts on one foobar, and be able to use it also on multiple foobars in a single invocation. How is that implemented? Does Icicles do advice?