[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes
From: |
Eli Zaretskii |
Subject: |
bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes |
Date: |
Fri, 24 Nov 2023 10:06:41 +0200 |
> Cc: Protesilaos Stavrou <public@protesilaos.com>,
> Jonas Bernoulli <jonas@bernoul.li>,
> João Távora <joaotavora@gmail.com>
> Date: Mon, 20 Nov 2023 11:50:50 -0800
> From: Joseph Turner via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> When using shorthands.el, autoload generation inserts a call to
> register-definition-prefixes with the shorthand prefix, instead of the
> translated print name prefix. For example, breadcrumb-autoloads.el
> contains the line:
>
> (register-definition-prefixes "breadcrumb" '("bc-"))
>
> instead of
>
> (register-definition-prefixes "breadcrumb" '("breadcrumb-"))
>
> This PR attempts to resolve this issue in breadcrumb.el by adding the
> correct autoload line at the bottom of the file:
>
> https://github.com/joaotavora/breadcrumb/pull/24
>
> What needs to be done in core Emacs to fix autoload generation with
> shorthands.el?
>
> Also see bug#63480.
João, any comments?
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, Joseph Turner, 2023/11/21
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes,
Eli Zaretskii <=
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, João Távora, 2023/11/24
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, Joseph Turner, 2023/11/24
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, João Távora, 2023/11/25
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, João Távora, 2023/11/26
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, Eli Zaretskii, 2023/11/26
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, Stefan Monnier, 2023/11/26
- bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes, João Távora, 2023/11/26