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: Bruno Haible
Subject: [bug #64748] Can't use with emacs 29
Date: Thu, 5 Oct 2023 10:52:54 -0400 (EDT)

Update of bug #64748 (project gettext):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I can't reproduce this:
* On my Debian 12 machine, the installed Emacs is version 28.2, not 29.1.
* When I install Emacs 29.1 from source, then when opening a PO file, it opens
it in "Fundamental" mode, and "M-x po-mode" does not recognize the command
'po-mode'.

There you will need to do one of the following:

(a) Report the bug on the Debian channels; here is the package:
https://packages.debian.org/trixie/emacs

(b) Give enough information on how to reproduce the issue with an Emacs built
from source, on a non-Debian system.

The following recipe works for me:

1. Build Emacs from source.

cd emacs-29.1
./configure --host=x86_64-pc-linux-gnu \
            --prefix=/gnu-emacs-nox/29.1 CPPFLAGS=-Wall \
            --disable-silent-rules \
            --without-x --without-toolkit-scroll-bars \
            --with-gif=ifavailable --with-gnutls=ifavailable
make
make install


2. Run it.

/gnu-emacs-nox/29.1/bin/emacs
M-x load-file <RET>
.../gettext-0.22.3/gettext-tools/emacs/po-mode.el <RET>
M-x find-file <RET>
.../gettext-0.22.3/gettext-runtime/po/de.po <RET>
M-x po-mode <RET>




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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