From rcyeske@gmail.com Mon Jun 1 19:19:02 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Jun 2009 02:19:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,GMAIL,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n522IvDe024552 for ; Mon, 1 Jun 2009 19:18:58 -0700 Received: from mx10.gnu.org ([199.232.76.166]:36027) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MBJaa-0000n7-Qc for emacs-pretest-bug@gnu.org; Mon, 01 Jun 2009 22:18:56 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MBJaZ-00019O-Ja for emacs-pretest-bug@gnu.org; Mon, 01 Jun 2009 22:18:56 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:36429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBJaZ-00018y-1c for emacs-pretest-bug@gnu.org; Mon, 01 Jun 2009 22:18:55 -0400 Received: by wf-out-1314.google.com with SMTP id 23so2329315wfg.24 for ; Mon, 01 Jun 2009 19:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=dNRL5i61y2x5xXgHFNEKrPdIGWU3IkrvJCX04ynmgJc=; b=Rx/+Oi572+7psJ3vUMA3Ec/t0WbH0oTckCW42fUBS5oGbruvC4r8hTqqZAB9/+nwVS oNQFI2FzyT1QH0PiQXTLqjxQ9lFVtXUEHtMm/b1uEoBP3ZG9PFX1w0cwwM/4qAB8Dxsj zWD8gRctZl4GKRjGSOXBL5cLXHnkUYh523rtE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=OxWms3pbo1pA/mYLUDzfkBYHo5/Xy/y8iDowwv0+ImkzQRRx9d+y+8plLXe+cldLYN uXa9AzdH23uL4W6aZMqpZBM467Rk2Bknlex39qr0LLneAb7y9ZCDXJ5qcFgnDwGiLwxJ xspwAFV0RJOof/mntScxqyMvYIYtRP4f6o8Ig= Received: by 10.143.16.9 with SMTP id t9mr2538117wfi.276.1243909133290; Mon, 01 Jun 2009 19:18:53 -0700 (PDT) Received: from freegeek.hackery.lan (d75-157-145-14.bchsia.telus.net [75.157.145.14]) by mx.google.com with ESMTPS id b39sm15954017rvf.3.2009.06.01.19.18.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Jun 2009 19:18:52 -0700 (PDT) From: Ryan Yeske To: emacs-pretest-bug@gnu.org Subject: 23.0.93; Documentation mismatch in Message mode keybindings Date: Mon, 01 Jun 2009 19:18:49 -0700 Message-ID: <87iqjf74za.fsf@freegeek.hackery.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: There are a couple inconsistencies between the documentation in (info "(message) Header Commands") and the actual bindings specified in the code. `C-c C-f C-o' is described as running both `message-goto-followup-to' and `message-goto-from'. It is only runs the latter. C-c C-f C-f is documented as running `message-goto-bcc', but C-c C-f C-f runs the command `message-goto-followup-to' C-c C-f C-w is what actually runs `message-goto-fcc', which was not documented. I assume the code is correct, and am including a patch to the documentation (inline, at the end) to fix these inconsistencies. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/rcy/emacs/etc/DEBUG for instructions. In GNU Emacs 23.0.93.1 (i686-pc-linux-gnu, X toolkit) of 2009-05-21 on freegeek Windowing system distributor `The X.Org Foundation', version 11.0.10502000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: es_MX.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Mail Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x m e s s a g c m a i C-c C-f C-w C-c C-f C-f C-a C-k C-k C-n C-k C-k M-x r e p o r t - e m a c s - b u f g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Source file `/home/rcy/emacs/lisp/view.el' newer than byte-compiled file Parsing /home/rcy/.mailrc... done 2009-06-02 Ryan Yeske * message.texi (Header Commands): Fix descriptions to match keybindings. *** message.texi.~1.13.~ 2009-03-21 02:08:27.000000000 -0700 --- message.texi 2009-06-01 19:07:07.000000000 -0700 *************** *** 551,558 **** @findex message-goto-bcc Go to the @code{Bcc} header (@code{message-goto-bcc}). ! @item C-c C-f C-f ! @kindex C-c C-f C-f @findex message-goto-fcc Go to the @code{Fcc} header (@code{message-goto-fcc}). --- 551,558 ---- @findex message-goto-bcc Go to the @code{Bcc} header (@code{message-goto-bcc}). ! @item C-c C-f C-w ! @kindex C-c C-f C-w @findex message-goto-fcc Go to the @code{Fcc} header (@code{message-goto-fcc}). *************** *** 581,588 **** @findex message-goto-distribution Go to the @code{Distribution} header (@code{message-goto-distribution}). ! @item C-c C-f C-o ! @kindex C-c C-f C-o @findex message-goto-followup-to Go to the @code{Followup-To} header (@code{message-goto-followup-to}). --- 581,588 ---- @findex message-goto-distribution Go to the @code{Distribution} header (@code{message-goto-distribution}). ! @item C-c C-f C-f ! @kindex C-c C-f C-f @findex message-goto-followup-to Go to the @code{Followup-To} header (@code{message-goto-followup-to}). From cyd@stupidchicken.com Wed Jun 3 18:44:46 2009 Received: (at 3448) by emacsbugs.donarmstrong.com; 4 Jun 2009 01:44:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.8 required=4.0 tests=AWL,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n541ihFr019509 for <3448@emacsbugs.donarmstrong.com>; Wed, 3 Jun 2009 18:44:44 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id C489F57E259; Wed, 3 Jun 2009 21:44:44 -0400 (EDT) From: Chong Yidong To: Ryan Yeske Cc: 3448@debbugs.gnu.org Subject: Re: 23.0.93; Documentation mismatch in Message mode keybindings Date: Wed, 03 Jun 2009 21:44:44 -0400 Message-ID: <87skigrcvn.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > There are a couple inconsistencies between the documentation in > (info "(message) Header Commands") and the actual bindings specified in > the code. > > I assume the code is correct, and am including a patch to the > documentation (inline, at the end) to fix these inconsistencies. Checked in, thanks. From rgm@gnu.org Wed Jun 17 00:29:42 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Jun 2009 07:29:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5H7TcQa018381 for ; Wed, 17 Jun 2009 00:29:39 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MGpaT-00005k-JR; Wed, 17 Jun 2009 03:29:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19000.39777.414084.568239@fencepost.gnu.org> Date: Wed, 17 Jun 2009 03:29:37 -0400 From: Glenn Morris To: control Subject: control message Sender: Glenn Morris tags 3196 moreinfo unreproducible reassign 3221 emacs,ns reassign 3256 emacs,ns tags 3264 moreinfo reassign 3269 emacs,cc-mode close 3269 reassign 3281 emacs,w32 tags 3291 moreinfo severity 3310 minor close 3319 severity 3327 minor tags 3330 moreinfo unreproducible reassign 3331 emacs,ns close 3331 reassign 3351 emacs,ns severity 3350 minor reassign 3397 emacs,ns severity 3425 wishlist close 3448 reassign 3459 emacs,ns severity 3462 wishlist tags 3467 wontfix reassign 3500 emacs,ns merge 3234 3483 severity 3540 wishlist reassign 3452 emacs,w32 severity 3577 minor reassign 3581 emacs,ns reassign 3583 emacs,ns merge 3588 3593 reassign 3588 emacs,ns reassign 3589 emacs,ns reassign 3478 emacs22,w32 close 3146 From unknown Tue Jun 24 05:11:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jul 2009 14:24:11 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator