From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80063 Path: news.gmane.org!not-for-mail From: Kan-Ru Chen Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] ecomplete.el: Use a local keymap to handle bindings Date: Tue, 27 Sep 2011 13:08:12 +0800 Message-ID: <8762kewp1f.fsf@isil.kanru.info> References: <1316698626-6525-1-git-send-email-kanru@kanru.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317100227 11258 80.91.229.12 (27 Sep 2011 05:10:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2011 05:10:27 +0000 (UTC) Cc: ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M28356@lists.math.uh.edu Tue Sep 27 07:10:23 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R8Pvy-0007Lj-WB for ding-account@gmane.org; Tue, 27 Sep 2011 07:10:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R8Puy-00081m-Bs; Tue, 27 Sep 2011 00:09:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R8Put-00081V-N8 for ding@lists.math.uh.edu; Tue, 27 Sep 2011 00:09:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R8Pun-00058O-0R for ding@lists.math.uh.edu; Tue, 27 Sep 2011 00:09:13 -0500 Original-Received: from mail-yw0-f44.google.com ([209.85.213.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R8Pul-0003Jl-Ex; Tue, 27 Sep 2011 07:09:07 +0200 Original-Received: by ywa6 with SMTP id 6so7556228ywa.17 for ; Mon, 26 Sep 2011 22:09:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version:content-type; bh=SwHz5A6MQiyNojO4IMYQHx/wZCbaCD/4XAkF1oxLm4s=; b=aAr5EDId8UeIunw0/L3JYDTG5EJI/khr9cus+wViRzYKiy2eCd5Jgr+iYfcQ2LMpEC ixdzZEqH//ySrkX1a0GxDGTX4VOcAhwh5IAeKqi8RK+HpIIcG68+zb3rKaCNlOf2LCWi 6IF7WWYkQPgZ+fo3rgCTIPr2RWbViizZNGl/I= Original-Received: by 10.236.190.130 with SMTP id e2mr8123072yhn.107.1317100141139; Mon, 26 Sep 2011 22:09:01 -0700 (PDT) Original-Received: from isil.kanru.info (61-30-10-70.static.tfn.net.tw. [61.30.10.70]) by mx.google.com with ESMTPS id s42sm32268087yhs.0.2011.09.26.22.08.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Sep 2011 22:08:59 -0700 (PDT) Original-Received: from localhost ([127.0.0.1] helo=isil.kanru.info) by isil.kanru.info with esmtp (Exim 4.76) (envelope-from ) id 1R8PuK-0006QJ-QU; Tue, 27 Sep 2011 13:08:40 +0800 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 26 Sep 2011 23:00:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80063 Archived-At: Lars Magne Ingebrigtsen writes: > Lars Magne Ingebrigtsen writes: > >> Kan-Ru Chen writes: >> >>> + * ecomplete.el (ecomplete-display-matches): Use a local keymap to >>> + handle bindings. >> >> Thanks; applied. > > Unfortunately, it didn't work under XEmacs, so I reverted it. Oh, I'm sorry. Could I have a third chance? Tested with: ./configure EMACS=xemacs21-mule make clean fail-on-warning -- Kanru