bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64748] Can't use with emacs 29


From: Julien Palard
Subject: [bug #64748] Can't use with emacs 29
Date: Thu, 5 Oct 2023 09:07:43 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64748>

                 Summary: Can't use with emacs 29
                   Group: GNU gettext
               Submitter: mdk2
               Submitted: jeu. 05 oct. 2023 13:07:41
                Category: PO mode
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: jeu. 05 oct. 2023 13:07:41     By: Julien Palard <mdk2>
On Debian, with emacs 29 (1:29.1+1-5 from the Debian point of view), while
opening a po file I'm getting:

    po-find-file-coding-system-guts: Invalid function: po-with-temp-buffer

I can reproduce it with an empty ~/.emacs.d/init.el (emacs is still able to
load po-mode from the existing ~/.emacs.d/elpa, TIL).

I also tried removing ~/.emacs.d/elpa, I had to add this to my `init.el`:

```
(require 'package)
(package-initialize)


(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/";)
                         ("melpa" . "https://melpa.org/packages/";)))
```

in order to just reinstall `po-mode`, it looks like this now:

$ ls -lah ~/.emacs.d/elpa
total 28K
drwxr-xr-x  5 mdk mdk 4.0K Oct  5 15:01 .
drwx------ 14 mdk mdk  12K Oct  5 15:01 ..
drwxr-xr-x  6 mdk mdk 4.0K Oct  5 15:01 archives
drwx------  3 mdk mdk 4.0K Oct  5 15:01 gnupg
drwxr-xr-x  2 mdk mdk 4.0K Oct  5 15:01 po-mode-20230617.1058


and I still have the issue, the message is slightly different though:

    po-find-file-coding-system-guts: Symbol’s function definition is void:
po-with-temp-buffer







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64748>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]