bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#70696: [PATCH] Autoload `re-disassemble'


From: Eli Zaretskii
Subject: bug#70696: [PATCH] Autoload `re-disassemble'
Date: Thu, 02 May 2024 14:19:07 +0300

> From: Ihor Radchenko <yantar92@posteo.net>
> Cc: Eli Zaretskii <eliz@gnu.org>, 70696@debbugs.gnu.org, Stefan Monnier
>  <monnier@iro.umontreal.ca>
> Date: Thu, 02 May 2024 10:27:39 +0000
> 
> "Mattias EngdegÄrd" <mattias.engdegard@gmail.com> writes:
> 
> > (Ihor, see it like this: the fact that you want it conveniently accessible 
> > means that you are one of a select few who have a reason to use it, and 
> > cool enough to add your own local autoload.)
> 
> AFAIK, these kinds of helper functions are usually defined in C code and
> are available without any requires as long as Emacs is compiled with
> right flags. Having to do (require 'disass) was a surprise - I had to
> search Emacs sources.

I wonder why it was a surprise.  I'm quite used to the fact that some
functions and variables are not known until I load their package.  You
seem to say that it never happens to you?  How come? Emacs has gobs of
stuff that is not autoloaded, including commands and user options.





reply via email to

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