From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86384 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: strange binding in message buffer. Date: Fri, 11 Dec 2015 12:17:17 +0000 Message-ID: <871tatmb76.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1449836347 23979 80.91.229.3 (11 Dec 2015 12:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 12:19:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34616@lists.math.uh.edu Fri Dec 11 13:18:49 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 1a7Mep-0001xe-Uz for ding-account@gmane.org; Fri, 11 Dec 2015 13:18:44 +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 1a7Mdh-00076c-R6; Fri, 11 Dec 2015 06:17:33 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a7Mdd-00076D-9d for ding@lists.math.uh.edu; Fri, 11 Dec 2015 06:17:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a7Mda-0004xw-U6 for ding@lists.math.uh.edu; Fri, 11 Dec 2015 06:17:29 -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 1a7MdY-0005PM-S1 for ding@gnus.org; Fri, 11 Dec 2015 13:17:24 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a7MdX-0007r5-Bl for ding@gnus.org; Fri, 11 Dec 2015 13:17:23 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2015 13:17:23 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2015 13:17:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:6pyxx4MsxExMA1aWBAJ4D3hrxeo= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86384 Archived-At: Hello I have not bound C-c f to anything in message mode, but if I do describe-key C-c f I obtain: ,---- | C-c f runs the command message-reduce-to-to-cc (found in | message-mode-map), which is an interactive compiled Lisp function in | ‘~/ALLES/emacs/site-lisp/packages/ma-gnus-09/lisp/message.el’. | | It is bound to C-c , C-c C-f t, . | | (message-reduce-to-to-cc) | | Replace contents of To: header with contents of Cc: or Bcc: header. | | [back] `---- This is really odd this it says it is bound to ... And C-c f is *not* listed. What is wrong here? Uwe Brauer