From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86386 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: strange binding in message buffer. Date: Fri, 11 Dec 2015 21:44:05 +0000 Message-ID: <87lh90u0d6.fsf@mat.ucm.es> References: <871tatmb76.fsf@mat.ucm.es> <87k2okj3de.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449870330 1636 80.91.229.3 (11 Dec 2015 21:45:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 21:45:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34618@lists.math.uh.edu Fri Dec 11 22:45:17 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a7VV7-0000Wi-1h for ding-account@gmane.org; Fri, 11 Dec 2015 22:45:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a7VUI-0001JQ-Gk; Fri, 11 Dec 2015 15:44:26 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a7VUF-0001J3-Nj for ding@lists.math.uh.edu; Fri, 11 Dec 2015 15:44:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a7VUE-0005zX-2O for ding@lists.math.uh.edu; Fri, 11 Dec 2015 15:44:23 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1a7VUA-0005Uw-1j for ding@gnus.org; Fri, 11 Dec 2015 22:44:18 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a7VU9-0006u7-AR for ding@gnus.org; Fri, 11 Dec 2015 22:44:17 +0100 Original-Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2015 22:44:17 +0100 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2015 22:44:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 171.pool85-55-19.dynamic.orange.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:RG+kRtUNegNWURTPOQJjanK3uEc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86386 Archived-At: > Uwe Brauer writes: > It is, as C-c (which is the catch-all binding). You probably have > made a binding using [?\C-c \t] instead of [?\C-c ?\t]. > Andreas. Ah, I have (define-key message-mode-map [(control c) t] 'message-reduce-to-to-cc) Which in xemacs sets precisely C-c t to message-reduce-to-to-cc in GNU emacs this is not the case.