emacs-devel
[Top][All Lists]
Advanced

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

Re: pcase documentation missing


From: Stefan Monnier
Subject: Re: pcase documentation missing
Date: Thu, 28 Feb 2019 08:14:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> There is a little part that I don't understand, however: why does C-h f
> pcase load radix-tree?

Probably for the same reason `C-h f car RET` loads radix-tree?

I know why radix-tree is involved: it's used by describe-function to be
able to complete&find function names of packages that aren't yet loaded.
With some careful coding it should be possible to avoid loading it in
cases where there's no need for completion and where the function is
already defined.

Apparently I wasn't careful enough when I wrote that.


        Stefan



reply via email to

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