all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Marco Paolo Valerio Vezzoli <marco.p.v.vezzoli@gmail.com>
Cc: 65341@debbugs.gnu.org
Subject: bug#65341: 29.1; Undefined string-remove-suffix
Date: Wed, 16 Aug 2023 17:32:30 +0300	[thread overview]
Message-ID: <837cpv83cx.fsf@gnu.org> (raw)
In-Reply-To: <ff0923ad-0a9b-4078-80bb-743f884e7a92@gmail.com> (message from Marco Paolo Valerio Vezzoli on Wed, 16 Aug 2023 12:09:28 +0200)

tags 65341 notabug
thanks

> Date: Wed, 16 Aug 2023 12:09:28 +0200
> From: Marco Paolo Valerio Vezzoli <marco.p.v.vezzoli@gmail.com>
> 
> 
> Function string-remove-suffix is not available anymore.
> 
> Steps to check:
> - started emacs with --no-init-file
> - launched IELM
> - typed (string-removed-suffix "init.el" ".el")
> - returned "Symbol’s function definition is void: string-remove-suffix"

Cockpit error: string-remove-suffix is in subr-x.el and is not
auto-loaded, so you need to load it first:

  IELM> (load "subr-x")
  
Then it will work.





  reply	other threads:[~2023-08-16 14:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 10:09 bug#65341: 29.1; Undefined string-remove-suffix Marco Paolo Valerio Vezzoli
2023-08-16 14:32 ` Eli Zaretskii [this message]
2023-09-02 16:32   ` Stefan Kangas
2023-09-02 16:43   ` Stefan Kangas

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=837cpv83cx.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=65341@debbugs.gnu.org \
    --cc=marco.p.v.vezzoli@gmail.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.