emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make Emacs popular again.


From: Robert Pluim
Subject: Re: How to make Emacs popular again.
Date: Thu, 08 Oct 2020 16:29:58 +0200

>>>>> On Thu, 08 Oct 2020 14:22:01 +0000, Gregory Heytings via "Emacs 
>>>>> development discussions." <emacs-devel@gnu.org> said:

    >>> I also didn't read the manual very often, because I didn't find it
    >>> easily.
    >> 
    >> Can you suggest a way to make that easier for others in the future?
    >> 

    Emacs> My suggestion would be to add links in the docstrings to the relevant
    Emacs> chapter in the Emacs and Emacs Lisp manuals.  Three examples:

    Emacs> kill-line would have a link to (info "(emacs)Killing")
    Emacs> kill-buffer would have two links, one to (info "(emacs)Buffers") and 
another to (info "(elisp)Buffers")
    Emacs> call-process would have a link to (info "(elisp)Processes")

    Emacs> I think a link to the relevant chapter, as in the examples above, is
    Emacs> better than a link to the relevant section or subsection.  With this,
    Emacs> users who follow that link would find more information about the
    Emacs> general context of the command or function, and not just a similar
    Emacs> documentation.

Try

C-h f kill-line
put point somewhere on 'kill-line' in the docstring
C-h S

Now making that more widely known would help, I think.

Robert
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]