From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79973 Path: news.gmane.org!not-for-mail From: Kan-Ru Chen Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] ecomplete.el: Intercept key sequence from terminal as well. Date: Wed, 21 Sep 2011 21:12:46 +0800 Message-ID: <871uva2g4x.fsf@isil.kanru.info> References: <1315917809-9724-1-git-send-email-kanru@kanru.info> <87wrd2nneh.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316610803 12727 80.91.229.12 (21 Sep 2011 13:13:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2011 13:13:23 +0000 (UTC) Cc: Lars Magne Ingebrigtsen To: ding@gnus.org Original-X-From: ding-owner+M28267@lists.math.uh.edu Wed Sep 21 15:13:19 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 1R6Mbx-00074N-HW for ding-account@gmane.org; Wed, 21 Sep 2011 15:13:13 +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 1R6Mbm-0007sP-VE; Wed, 21 Sep 2011 08:13:03 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R6Mbl-0007sG-WD for ding@lists.math.uh.edu; Wed, 21 Sep 2011 08:13:02 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R6Mbj-0000B5-TW for ding@lists.math.uh.edu; Wed, 21 Sep 2011 08:13:01 -0500 Original-Received: from mail-gx0-f172.google.com ([209.85.161.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R6Mbi-0002X3-9h; Wed, 21 Sep 2011 15:12:58 +0200 Original-Received: by gxk19 with SMTP id 19so1813283gxk.17 for ; Wed, 21 Sep 2011 06:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=8nrhOW0j14IERR4DVeXbrffOyE3GRcPYz9wHF3KshGE=; b=qMVTFAb/URyUF46GPVMJIsGsBbHieCDqHRLjK/qGLf7m8pH7ZroYuVFbxelKJu/G4r PyoikV99V5oPzcnqRjdRV4GUV+8SDE1191SQbBjlIdUQtTBZwud5siA3znaRvKSRrwHb 4BiBlHQRSXNQ0Lr4RHMbTDYuhZAXnWzW8r2wQ= Original-Received: by 10.236.129.238 with SMTP id h74mr4993593yhi.99.1316610771913; Wed, 21 Sep 2011 06:12:51 -0700 (PDT) Original-Received: from isil.kanru.info ([61.57.131.211]) by mx.google.com with ESMTPS id x65sm6532031yhh.26.2011.09.21.06.12.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 21 Sep 2011 06:12:50 -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 1R6MbW-0003WW-Ue; Wed, 21 Sep 2011 21:12:46 +0800 In-Reply-To: <87wrd2nneh.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Wed, 21 Sep 2011 13:30:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79973 Archived-At: Julien Danjou writes: > On Tue, Sep 13 2011, Kan-Ru Chen wrote: > > Merged. D'oh! I got a buildbot compile failed report and realized `read-key-sequence-vector' does not exist in XEmacs and `read-key-sequence' is so different between the variants that origin code wouldn't work in XEmacs either. -- Kanru