From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#6076: 23.1.96; [PATCH] rcirc-complete for nicks and commands Date: Sat, 11 Sep 2010 14:55:50 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284210664 8890 80.91.229.12 (11 Sep 2010 13:11:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Sep 2010 13:11:04 +0000 (UTC) Cc: 6076@debbugs.gnu.org, Ryan Yeske To: Leo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 11 15:11:01 2010 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 1OuPrA-0003RV-Gq for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Sep 2010 15:11:00 +0200 Original-Received: from localhost ([127.0.0.1]:58721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuPr9-0001Sv-Sg for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Sep 2010 09:10:59 -0400 Original-Received: from [140.186.70.92] (port=45587 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuPqZ-0001DL-Uu for bug-gnu-emacs@gnu.org; Sat, 11 Sep 2010 09:10:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuPqX-0005AV-Dj for bug-gnu-emacs@gnu.org; Sat, 11 Sep 2010 09:10:23 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58046) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuPqX-0005AR-CK for bug-gnu-emacs@gnu.org; Sat, 11 Sep 2010 09:10:21 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OuPaj-0000vw-OF; Sat, 11 Sep 2010 08:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 11 Sep 2010 12:54:01 +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.12842096213557 (code B ref 6076); Sat, 11 Sep 2010 12:54:01 +0000 Original-Received: (at 6076) by debbugs.gnu.org; 11 Sep 2010 12:53:41 +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 1OuPaO-0000vK-Rh for submit@debbugs.gnu.org; Sat, 11 Sep 2010 08:53:41 -0400 Original-Received: from impaqm4.telefonica.net ([213.4.138.4]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuPaN-0000u9-CJ for 6076@debbugs.gnu.org; Sat, 11 Sep 2010 08:53:39 -0400 Original-Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm4.telefonica.net with bizsmtp id 5LVE1f00v2iL0W23QQvq61; Sat, 11 Sep 2010 14:55:50 +0200 Original-Received: from ceviche.home ([83.61.39.212]) by IMPmailhost4.adm.correo with BIZ IMP id 5Qvq1f0014aeRwb1kQvqV0; Sat, 11 Sep 2010 14:55:50 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id 07B87660D2; Sat, 11 Sep 2010 14:55:50 +0200 (CEST) In-Reply-To: (Leo's message of "Mon, 06 Sep 2010 18:52:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 11 Sep 2010 08:54:01 -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:40090 Archived-At: >>> I have recreated the patch against emacs-23 as suggested. I have also >>> briefly tested it. Seems to work as expected. M-TAB in rcirc-mode now >>> uses the new completion at point interface. >> Looks good to me, > I have been using it over the weekend and nothing abnormal found. But > maybe apply the following minor tweaks on top of the previous patch. Can you post a final patch to install? Stefan