From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#6076: 23.1.96; [PATCH] rcirc-complete for nicks and commands Date: Tue, 04 May 2010 19:18:09 +0300 Organization: JURTA Message-ID: <87vdb3y7bv.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273036705 26740 80.91.229.12 (5 May 2010 05:18:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 05:18:25 +0000 (UTC) Cc: 6076@debbugs.gnu.org, Leo To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 05 07:18:24 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9X00-0002GN-RQ for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 May 2010 07:18:21 +0200 Original-Received: from localhost ([127.0.0.1]:39788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9X00-0000Gy-0E for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 May 2010 01:18:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9Kwl-0003pG-Ha for bug-gnu-emacs@gnu.org; Tue, 04 May 2010 12:26:11 -0400 Original-Received: from [140.186.70.92] (port=38151 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Kwk-0003oV-4K for bug-gnu-emacs@gnu.org; Tue, 04 May 2010 12:26:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9Kwg-0000HD-UI for bug-gnu-emacs@gnu.org; Tue, 04 May 2010 12:26:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50450) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Kwg-0000Gq-R2 for bug-gnu-emacs@gnu.org; Tue, 04 May 2010 12:26:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1O9Kug-0000nE-88; Tue, 04 May 2010 12:24:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 May 2010 16:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6076 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 6076-submit@debbugs.gnu.org id=B6076.12729901823007 (code B ref 6076); Tue, 04 May 2010 16:24:02 +0000 Original-Received: (at 6076) by debbugs.gnu.org; 4 May 2010 16:23:02 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Kti-0000mS-1O for submit@debbugs.gnu.org; Tue, 04 May 2010 12:23:02 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3] helo=mx1.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Ktg-0000mH-Iq for 6076@debbugs.gnu.org; Tue, 04 May 2010 12:23:01 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.30.129.cable.starman.ee [82.131.30.129]) by mx1.starman.ee (Postfix) with ESMTP id 1BEDC3F4107; Tue, 4 May 2010 19:22:54 +0300 (EEST) In-Reply-To: (Stefan Monnier's message of "Mon, 03 May 2010 22:32:39 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 04 May 2010 12:24:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36688 Archived-At: >>> Please try and make it use completion-at-point-functions. >> I thought of this before making the patch. > >> rcirc has a very simple completion interface that doesn't get in the >> way. It cycles through completions if any. No popup windows no >> minibuffer messages etc. I have found that excellent for ircing. >> Do you think we should force it into the completion at >> point framework? > > I guess the right solution is to improve completion-at-point so that it > can be told to use cycling (the functionality is already provided by the > minibuffer-force-complete command). `flyspell-auto-correct-word' (bound to M-TAB) that cycles through completions could use this as well. > This relates to a larger question: how to provide "in-buffer" the > variety of completion commands seen in minibuffer completion. > I.e. minibuffer-completion-help, minibuffer-force-complete, > minibuffer-complete-word, icomplete-mode, ... Is the problem in the implementation of these commands or in choosing key bindings for them available for "in-buffer" completion? -- Juri Linkov http://www.jurta.org/emacs/