From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mykie.el Date: Sun, 12 Jan 2014 14:46:05 -0500 Message-ID: References: <20140111.152304.360452170500751637.cokesboy@gmail.com> <20140112.133254.850101285968458569.cokesboy@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389555977 25861 80.91.229.3 (12 Jan 2014 19:46:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 19:46:17 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org To: Yuta Yamada Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 12 20:46:24 2014 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 1W2QzH-00065B-Uf for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 20:46:24 +0100 Original-Received: from localhost ([::1]:39230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2QzH-0000CY-JA for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 14:46:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Qz7-0008VJ-8I for emacs-devel@gnu.org; Sun, 12 Jan 2014 14:46:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2Qz1-0000jh-3e for emacs-devel@gnu.org; Sun, 12 Jan 2014 14:46:13 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Qz0-0000jd-VT for emacs-devel@gnu.org; Sun, 12 Jan 2014 14:46:07 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApEKABK/CFFMCoyj/2dsb2JhbABEgxu7cxdzgh4BAQQBViMFCwsOJhIUGA0kHIgCBsEtkQoDiGGYaIMxgV6DFQ X-IPAS-Result: ApEKABK/CFFMCoyj/2dsb2JhbABEgxu7cxdzgh4BAQQBViMFCwsOJhIUGA0kHIgCBsEtkQoDiGGYaIMxgV6DFQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="44781690" Original-Received: from 76-10-140-163.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 Jan 2014 14:46:06 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 90D2A60281; Sun, 12 Jan 2014 14:46:05 -0500 (EST) In-Reply-To: <20140112.133254.850101285968458569.cokesboy@gmail.com> (Yuta Yamada's message of "Sun, 12 Jan 2014 13:32:54 -0500 (EST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:168227 Archived-At: >> (define-key global-map "C-j" (mykie ^^^ \C-j Sorry. > There is a problem. > Mew.el that is Emacs mailer check function name whether the name > contain self-insert-command.(http://www.mew.org/en/) > (I don't know how many program does check global map's function-name.) > If we set keybind to self-insert-command like [a-z], > then Mew occur an error. I don't understand. Stefan