From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Some ideas with Emacs Date: Sat, 30 Nov 2019 05:00:12 +0100 Message-ID: References: <837e3iq0ks.fsf@gnu.org> <87h82my0fm.fsf@gmx.de> <4f3fe5b0-3a63-346e-5cea-bb5ed057e028@gmail.com> <0A9681B0-5943-428E-AFE7-9783F60F2842@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="101120"; mail-complaints-to="usenet@blaine.gmane.org" Cc: =?UTF-8?Q?Cl=C3=A9ment_Pit=2DClaudel?= , Emacs developers , Michael Albinus , Stefan Monnier , Eli Zaretskii , Anonymous To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 30 05:00:39 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iatvz-000Q9G-AY for ged-emacs-devel@m.gmane.org; Sat, 30 Nov 2019 05:00:39 +0100 Original-Received: from localhost ([::1]:37132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iatvy-000728-3g for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2019 23:00:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48282) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iatvn-00071Y-5P for emacs-devel@gnu.org; Fri, 29 Nov 2019 23:00:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iatvm-0006gJ-03 for emacs-devel@gnu.org; Fri, 29 Nov 2019 23:00:26 -0500 Original-Received: from mail-pg1-f174.google.com ([209.85.215.174]:40671) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iatvl-0006fA-R1; Fri, 29 Nov 2019 23:00:25 -0500 Original-Received: by mail-pg1-f174.google.com with SMTP id e17so15398657pgd.7; Fri, 29 Nov 2019 20:00:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sxnq1sbykpJAugCNp955RWu7ZSRU9iI0m+LjlvDOm6M=; b=dVZcB9D2D1EId5s8Mod/eWHq0w/Bq92L+zmvqB3zuexYQSp96DwXkP5TnZGj/Vp8hF OydpObY2cnJtzq6+Jv97Jd4rS1e5EG+6CRZsLyLdSz10yTF/MWyG9VDgoOEA24CDtQot ajyEJUywtixqvAYDV1YD7Sng1AM+gxmjdMWS8pOui1XRWvSgkRnwau4E1qthJkGHk2Dz lB4F5DkdJpU2MhdO9GpbjoIZUCo79tTOju3MKl6ow0MqFw8KgLiekay8Xy48LxYgm4EU EYi73ehcXbA554uVrcOgmt8RfjZLb673BX+4YQoMeHB/Hjmv9wOhSo/ORc05LFFobANr 0Emw== X-Gm-Message-State: APjAAAWrUPQNriSzNkmml2A74DQUYQ07riS7DDjIOGRKYppQFQvSB+ok ug1GhpEYjrGn/HsHacZ7PfEmvQbeEg92BFeayWk= X-Google-Smtp-Source: APXvYqw9ZTG1gGAj90INbQy6XV7alXQapTDhkrl8iKR7T2WQQZ+xTlMo3qjo/XGy5hzLUP7DRcDb6N0bdJDJXpIElNo= X-Received: by 2002:a63:215d:: with SMTP id s29mr18512676pgm.200.1575086423949; Fri, 29 Nov 2019 20:00:23 -0800 (PST) In-Reply-To: <0A9681B0-5943-428E-AFE7-9783F60F2842@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242904 Archived-At: Yuan Fu writes: > > I very seldom look at the ELisp manual, mostly because I don't > > think of it; one thing that would be great would be if there were > > links to the manual from the docstrings for functions that are > > covered in both. > > I use helpful.el as it provides many extended features beyond > help.el, and the link to the relevant manual node is one of the > features. I agree that this feature would be useful. Maybe we could try convincing the author of helpful.el (assuming there is only one) to contribute the relevant code back to Emacs proper? See also this bug which asks for this feature: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36767 Best regards, Stefan Kangas