[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Towards a cleaner build: other output
From: |
Stefan Monnier |
Subject: |
Re: Towards a cleaner build: other output |
Date: |
Tue, 18 Jun 2019 10:05:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> Yup; that made the warning go away. Are the other ones as trivial?
Usually it's pretty trivial, yes, but it may require renaming exported
functions, commands, and variables.
> Not registering prefix "lo" from completion. Affects:
> ("locate-completion-entry" "locate-completion-entry-retry"
> "locate-completion-db-error" "load-completions-from-file")
IIRC completion.el is really badly behaved w.r.t namespace cleanliness.
If you can clean this up, that'd be great, but I think it'll be less trivial.
> Not registering prefix "*" from ielm. Affects: ("*" "**" "***" "*1" "*2"
> "*3")
These aren't really definitions, so it's harmless if their "prefix" is
not registered. I guess we can also avoid the warning by not using
`defvar` on those things.
> Not registering prefix "se" from page-ext. Affects: ("search-pages"
> "set-page-delimiter")
The right fix there is to rename "everything" to use a "page-" prefix rather
than merely using "page" somewhere in the name.
Stefan
- Re: Towards a cleaner build: other output, (continued)
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/17
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/17
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/17
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/17
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/17
- Re: Towards a cleaner build: other output, Clément Pit-Claudel, 2019/06/18
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/18
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/18
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/18
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/18
- Re: Towards a cleaner build: other output,
Stefan Monnier <=
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/19
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/19
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/20
- Re: Towards a cleaner build: other output, Noam Postavsky, 2019/06/20
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/20
- Re: Towards a cleaner build: other output, Eli Zaretskii, 2019/06/20
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/20
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/20
- Re: Towards a cleaner build: other output, Lars Ingebrigtsen, 2019/06/20
- Re: Towards a cleaner build: other output, Stefan Monnier, 2019/06/20