From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Forward button in help buffer Date: Wed, 18 May 2005 18:45:45 -0400 Message-ID: References: <17033.32714.752829.223651@farnswood.snap.net.nz> <17034.43955.796719.313790@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116456528 24566 80.91.229.2 (18 May 2005 22:48:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 22:48:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 00:48:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYXJd-0003PF-2g for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 00:47:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXM9-0001n3-EV for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 18:49:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYXL4-0001Py-PV for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYXL2-0001P5-3m for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXL2-0001P1-15 for emacs-devel@gnu.org; Wed, 18 May 2005 18:48:28 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYXR2-0003xS-B4 for emacs-devel@gnu.org; Wed, 18 May 2005 18:54:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DYXIP-0006LU-3v; Wed, 18 May 2005 18:45:45 -0400 Original-To: Nick Roberts In-reply-to: <17034.43955.796719.313790@farnswood.snap.net.nz> (message from Nick Roberts on Wed, 18 May 2005 14:42:59 +1200) 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:37300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37300 > I think this is simply a new feature, not fixing a problem. Sure, just like Unicode is a new feature. Yes. We are not considering adding any further Unicode support into the coming release. 1) A back button when describe-face is called from list-faces-display to take it back to the list of faces. 2) Removing hyperlinking in a variable's value. These are quite frequently inappropriate e.g C-h v features , C-h v gud-minor-mode Please do fix these two bugs. ! ; (help-xref-on-pp from (point)) Please add a comment saying why that was turned off.