From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [nickrob@snap.net.nz: Links in Help buffer] Date: Tue, 20 Dec 2005 21:58:08 -0500 Message-ID: References: <17319.51360.452896.625530@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135134200 8187 80.91.229.2 (21 Dec 2005 03:03:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 03:03:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 21 04:03:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EouDI-0004Ml-H5 for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2005 04:00:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EouED-0007sP-NN for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 22:01:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EouE0-0007sK-GL for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EouE0-0007s8-0K for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EouDz-0007s4-T7 for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EouHD-0003Ud-Uc for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:04:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EouB6-0003dj-Oh; Tue, 20 Dec 2005 21:58:08 -0500 Original-To: Nick Roberts , d.love@dl.ac.uk In-reply-to: <17319.51360.452896.625530@kahikatea.snap.net.nz> (message from Nick Roberts on Tue, 20 Dec 2005 22:02:24 +1300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48139 Archived-At: > 2000-05-09 Dave Love > > Changes mostly following Richard Sharman . > > * help.el (describe-variable): Have customize button pop the > help-xref stack when invoked. I've reverted this change (now in help-mode.el) since I can see now that in 21.3 help-follow pushed an item onto the stack but that's not the case now. I have a feeling that Dave Love made that change to fix some bug. Maybe that other bug has come back now. Perhaps we need to fix it some other way, but we shoud fix it. Dave, can you tell us what bug that fixed?