From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68520 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Following boxquote links in a message buffer borkes it! Date: Fri, 08 May 2009 13:42:04 +0200 Message-ID: <87ws8rzur7.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241783021 5531 80.91.229.12 (8 May 2009 11:43:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 11:43:41 +0000 (UTC) To: Dave Pearson , ding@gnus.org Original-X-From: ding-owner+M16953@lists.math.uh.edu Fri May 08 13:43:31 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1M2OUE-00075z-AR for ding-account@gmane.org; Fri, 08 May 2009 13:43:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1M2OT4-0000lz-0h; Fri, 08 May 2009 06:42:18 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1M2OT1-0000la-RL for ding@lists.math.uh.edu; Fri, 08 May 2009 06:42:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M2OSv-0000NN-Po for ding@lists.math.uh.edu; Fri, 08 May 2009 06:42:15 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M2OTN-00039V-00 for ; Fri, 08 May 2009 13:42:37 +0200 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 1669234079A; Fri, 8 May 2009 07:42:08 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 08 May 2009 07:42:08 -0400 X-Sasl-enc: sWu2/TUDNdKcrG76Rs87kjGgF73SCT9QahdFFw/Ow0GX 1241782927 Original-Received: from thinkpad.tsdh.de (p54AF17B6.dip0.t-ipconnect.de [84.175.23.182]) by mail.messagingengine.com (Postfix) with ESMTPA id DE2F95ACC2; Fri, 8 May 2009 07:42:06 -0400 (EDT) Original-Followup-To: ding@gnus.org Mail-Followup-To: Dave Pearson , ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68520 Archived-At: Hi all, I wasn't sure if this is a boxquote, gnus or a combination of both problem, so here we go. When I write a message and insert a boxquote like this ,----[ C-h v gnus-auto-select-first RET ] | gnus-auto-select-first is a variable defined in `gnus-sum.el'. | Its value is t | | Documentation: | If non-nil, select an article on group entry. | An article is selected automatically when entering a group | e.g. with SPC, or via `gnus-summary-next-page' or | `gnus-summary-catchup-and-goto-next-group'. `---- the two functions are undelined and I can click them (or hit RET on them) to get the function's docstring. Unfortunately this is not done in the *Help* buffer, but instead the current buffer (*mail* in this case) is erased and the help contents are inserted. Then the buffer is read-only and I cannot undo, thus my mail is lost. I'm using boxquote.el version 1.21, Emacs 23 from CVS (today) and the bundled Gnus version. Bye, Tassilo