all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joseph Turner via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 67325@debbugs.gnu.org
Cc: "Protesilaos Stavrou" <public@protesilaos.com>,
	"Jonas Bernoulli" <jonas@bernoul.li>,
	"João Távora" <joaotavora@gmail.com>
Subject: bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes
Date: Mon, 20 Nov 2023 11:50:50 -0800	[thread overview]
Message-ID: <87zfz8i4ac.fsf@ushin.org> (raw)

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.

Thanks!

Joseph





             reply	other threads:[~2023-11-20 19:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 19:50 Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-11-24  8:06 ` bug#67325: shorthands: Incorrect autoloaded register-definition-prefixes Eli Zaretskii
2023-11-24  9:24   ` João Távora
2023-11-25  4:18     ` Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-25 12:44       ` João Távora
2023-11-26 14:14         ` João Távora
2023-11-26 18:07           ` Eli Zaretskii
2023-11-26 18:44             ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-26 21:39               ` João Távora

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfz8i4ac.fsf@ushin.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=67325@debbugs.gnu.org \
    --cc=joaotavora@gmail.com \
    --cc=jonas@bernoul.li \
    --cc=joseph@ushin.org \
    --cc=public@protesilaos.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.