[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 99f23546967 1/3: Merge from origin/emacs-30
From: |
Eli Zaretskii |
Subject: |
master 99f23546967 1/3: Merge from origin/emacs-30 |
Date: |
Sun, 25 Aug 2024 14:56:04 -0400 (EDT) |
branch: master
commit 99f23546967e2710cabf896a3fbb69077c0aac35
Merge: 55aad592e17 8c251a4c419
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Merge from origin/emacs-30
8c251a4c419 ; Mention in PROBLEMS issues with long popup menus
0a626a64c70 * etc/emacs_lldb.py (Lisp_Object): PVEC_COMPILED -> PVEC_...
---
etc/PROBLEMS | 6 ++++++
etc/emacs_lldb.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4d6927705b1..841294ec7f1 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1984,6 +1984,12 @@ To check thoroughly for such resource specifications,
use 'xrdb
-query' to see what resources the X server records, and also look at
the user's ~/.Xdefaults and ~/.Xdefaults-* files.
+*** In Emacs built with Lucid cannot display very long popup menus.
+
+Very long popup menus cannot be shown in their entirety, and don't have
+a scroll bar to scroll them vertically. Lucid does not support this
+feature. A workaround is to use other toolkits (GTK, LessTif, etc.).
+
*** Emacs running under X Window System does not handle mouse clicks.
*** 'emacs -geometry 80x20' finds a file named '80x20'.
diff --git a/etc/emacs_lldb.py b/etc/emacs_lldb.py
index ba80d3431f3..219361faffd 100644
--- a/etc/emacs_lldb.py
+++ b/etc/emacs_lldb.py
@@ -69,7 +69,7 @@ class Lisp_Object:
"PVEC_MODULE_FUNCTION": "struct Lisp_Module_Function",
"PVEC_NATIVE_COMP_UNIT": "struct Lisp_Native_Comp_Unit",
"PVEC_SQLITE": "struct Lisp_Sqlite",
- "PVEC_COMPILED": "struct Lisp_Vector",
+ "PVEC_CLOSURE": "struct Lisp_Vector",
"PVEC_CHAR_TABLE": "struct Lisp_Vector",
"PVEC_SUB_CHAR_TABLE": "void",
"PVEC_RECORD": "struct Lisp_Vector",