mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Merge from origin/emacs-30
8c251a4c41
; Mention in PROBLEMS issues with long popup menus0a626a64c7
* etc/emacs_lldb.py (Lisp_Object): PVEC_COMPILED -> PVEC_...
This commit is contained in:
commit
99f2354696
@ -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'.
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user