From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: keys with meta-prefix cannot be longer than two chars? Date: Wed, 21 Oct 2015 09:45:08 -0700 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445489244 26376 80.91.229.3 (22 Oct 2015 04:47:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 04:47:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 06:47:18 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zp7mX-0002ip-OZ for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 06:47:17 +0200 Original-Received: from localhost ([::1]:55744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp7mW-0000tp-Sq for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 00:47:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zowdp-0001N2-EW for emacs-devel@gnu.org; Wed, 21 Oct 2015 12:53:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zowdl-0003RS-HN for emacs-devel@gnu.org; Wed, 21 Oct 2015 12:53:33 -0400 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:35839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zowdk-0003RF-Vy for emacs-devel@gnu.org; Wed, 21 Oct 2015 12:53:29 -0400 Original-Received: by pasz6 with SMTP id z6so59611030pas.2 for ; Wed, 21 Oct 2015 09:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:in-reply-to:date:organization:message-id :references:user-agent:mail-followup-to:mime-version:content-type; bh=OuEaCCL7BWOTFqydpm7xltOl+rNYsS+qDmpjv96aKyE=; b=kVmHMdVKVTClRm7tLFFzDXtpwXGZoxmvl1K4qc33ReRTSE1Arh1J26aVCtzqfpoSek xmE8r3VM6NNuyWndcnuCxvMoxTfAc6QsopoRHhOM+6Ztz+AJ6Jikbdlg2W5E9MLYAj76 drkDdg8KtYyw6ZieoA9wVpYB0Dk66raaW1/CLd0AdDH0T0R25PwSRlrOqDLHf7HrxRJP ncBjObcjTL3uo68BqsHGHVS2Pz1yqWmDf230K5xVaVk5UMIJdJmysIcvXGgyEoUSfzhU c5tNrMo36c09hM/fip9XBebw0WI81kwC66BTCbzm1oG0bkQTM3s+kaUtpnir/Yz55Fyv QbsQ== X-Received: by 10.68.68.134 with SMTP id w6mr11864933pbt.61.1445446408510; Wed, 21 Oct 2015 09:53:28 -0700 (PDT) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id ot8sm10066596pbb.26.2015.10.21.09.53.27 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 21 Oct 2015 09:53:27 -0700 (PDT) Original-Received: by Vulcan.local (Postfix, from userid 501) id 74394F5B31EB; Wed, 21 Oct 2015 09:53:26 -0700 (PDT) In-Reply-To: (Artur Malabarba's message of "Wed, 21 Oct 2015 16:07:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192342 Archived-At: >>>>> Artur Malabarba writes: > One bug though: keys with meta-prefix cannot be longer than two chars. > That last sentence is intriguing. I tested with this snippet and it didn't > hold true for me. (define-key isearch-mode-map "\M-6lo" (lambda () > (interactive) (message "HI"))) > Does anyone know its origin and may I delete it? I don't know its origin. If no one else pipes up, and you've demonstrated it works, please do delete. John