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",