From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68526 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Following boxquote links in a message buffer borkes it! Date: Fri, 08 May 2009 20:16:05 +0200 Message-ID: <87d4ajtq8q.fsf@thinkpad.tsdh.de> References: <87ws8rzur7.fsf@thinkpad.tsdh.de> <87iqkbo6zn.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241806591 3343 80.91.229.12 (8 May 2009 18:16:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 18:16:31 +0000 (UTC) Cc: ding@gnus.org To: Dave Pearson Original-X-From: ding-owner+M16959@lists.math.uh.edu Fri May 08 20:16:21 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 1M2UcO-0007PE-4E for ding-account@gmane.org; Fri, 08 May 2009 20:16:20 +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 1M2UcM-0002jr-5y; Fri, 08 May 2009 13:16: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 1M2UcK-0002jT-Rf for ding@lists.math.uh.edu; Fri, 08 May 2009 13:16:16 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M2UcE-0002Ft-ER for ding@lists.math.uh.edu; Fri, 08 May 2009 13:16:16 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M2Ucg-0000ny-00 for ; Fri, 08 May 2009 20:16:38 +0200 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id A72BA340A30; Fri, 8 May 2009 14:16:08 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 08 May 2009 14:16:08 -0400 X-Sasl-enc: wXmIUYSzrWEvER6o9QgxgtNg/6BcMGgQ68oBFdx8q0p5 1241806568 Original-Received: from thinkpad.tsdh.de (p54AF17B6.dip0.t-ipconnect.de [84.175.23.182]) by mail.messagingengine.com (Postfix) with ESMTPA id 79BDF5AE36; Fri, 8 May 2009 14:16:07 -0400 (EDT) Mail-Copies-To: never Mail-Followup-To: Dave Pearson , ding@gnus.org In-Reply-To: <87iqkbo6zn.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Fri, 08 May 2009 19:10:52 +0200") 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:68526 Archived-At: Reiner Steib writes: Hi Reiner, >> I wasn't sure if this is a boxquote, gnus or a combination of both >> problem, so here we go. > > Try to reproduce it in *scratch*. -> The same. Then it's independent > from Gnus. Indeed, there it's the same. Another observation: The *Help* buffer has the same contents like *scratch* after following the link. >> 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. > > Duh! > > `boxquote.el' should probably strip the properties before inserting > the text. Well, I like the possibility to click those links. It simply should open them in *Help* solely without modifying the current buffer. Dave, maybe you could provide a simple test case which produces a link like those in boxquotes? Bye, Tassilo