emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: transient


From: Dmitry Gutov
Subject: Re: [ELPA] New package: transient
Date: Sat, 2 May 2020 17:56:16 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 02.05.2020 13:54, Eli Zaretskii wrote:
  -- Function: assoc key alist &optional testfn
  -- Function: rassoc value alist
  -- Function: assq key alist
  -- Function: alist-get key alist &optional default remove testfn
  -- Function: rassq value alist
  -- Function: assoc-default key alist &optional test default
  -- Function: copy-alist alist
  -- Function: assq-delete-all key alist
  -- Function: assoc-delete-all key alist
  -- Function: rassq-delete-all value alist

That's what I would like to get out of the manual easily.
I fail to see how will the above list be useful, if you know nothing
about the function's name.

The workflow goes like this:

You type 'C-h f', start typing, find a function whose name looks most pertinent for your current purpose, then complete its name and read about it in detail.



reply via email to

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