Debian Patches
Status for gettext/1.0-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| skip-test-getaddrinfo.patch | Skip test-getaddrinfo | Santiago Vila <sanvila@debian.org> | not-needed | debian | 2026-06-30 | |
| po-mode.patch | po-mode: Define po-subedit-mode-map before major mode. Reported by gemmaro at <https://savannah.gnu.org/bugs/?68158> and by Vincent Lefevre <vincent@vinc17.net> at <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1146909>. * gettext-tools/emacs/po-mode.el (po-subedit-mode): Previously, po-subedit-mode-map was defined after the call to define-derived-mode, so the mode did not pick up the keymap variable. According to the "(elisp) Derived Modes", define-derived-mode uses an existing variant-map only when it is already set at the time the mode is defined; otherwise it silently creates a fresh sparse keymap. Move the defvar earlier so that define-derived-mode finds the keymap and installs it as the mode's keymap as intended. |
gemmaro <gemmaro.dev@gmail.com> | not-needed | debian | 2026-09-08 |
