[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73855: [BUG] Error: void-function (rx) during generating autoloads f
From: |
Eli Zaretskii |
Subject: |
bug#73855: [BUG] Error: void-function (rx) during generating autoloads for python.el when building from source |
Date: |
Wed, 13 Nov 2024 16:51:02 +0200 |
> From: Lin Sun <sunlin7.mail@gmail.com>
> Date: Wed, 13 Nov 2024 00:31:07 +0000
>
> I met a compile issue while generating the autoloads.el from
> python.el, it seems the `python--auto-mode-alist-regexp` is defined
> with 'rx' but the 'rx' wasn't loaded.
> Should relate to the commit `2f485e68ff96cc66a17df2c0a58e272bbfc24765`
> Add Python "*.pth" files to auto-mode-alist
> * lisp/progmodes/python.el (python--auto-mode-alist-regexp): New
> variable.
>
> Here is the errors:
Thanks, but what is the recipe for reproducing this? just "make
bootstrap" or something else?
And in what branch? Your bug report lacks any information about your
OS, Emacs configuration and version, and the build details.