| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
to pass Qnil for NOERROR.
* keymap.c (current_minor_maps_error): Remove.
(current_minor_maps): Pass Qt for NOERROR to Findirect_function
instead of using internal_condition_case_1+current_minor_maps_error.
|
| | |
|
| | |
|
| |
|
|
| |
commands that are remapped from some other command.
|
| | |
|
| | |
|
| |
|
|
| |
(Fsnarf_documentation): Call munge_doc_file_name.
|
| |
|
|
| |
for describe_map_tree. Pass 1 for MENTION_SHADOWS.
|
| |
|
|
| |
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Fsnarf_documentation): If Vbuild_files is nil, populate it with
file names from buildobh.lst. Only attach docstrings from files
that are in Vbuild_files.
(syms_of_doc): Defvar Vbuild_files.
* Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
and w32*.o.
(temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
(mostlyclean): rm buildobj.lst
* makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
is linked.
|
| |
|
|
| |
Don't ignore menus, because where-is-internal already does it for us.
|
| |
|
|
| |
are no ordinary bindings.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
|
| | |
|
| | |
|
| |
|
|
| |
(Fdocumentation_property): Likewise.
|
| |
|
|
| |
data is 0, just return nil.
|
| | |
|
| |
|
|
|
| |
(Fdocumentation, Fdocumentation_property): Don't try to reload
if the doc is 0 and only ask once.
|
| |
|
|
|
|
|
| |
(reread_doc_file): New fun.
(Fdocumentation, Fdocumentation_property):
Call it if get_doc_string fails.
(Fsnarf_documentation): Make it work for a dumped Emacs.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
(get_doc_string): Handle negative arguments.
(Fdocumentation): Use AREF and ASIZE.
Move the calls to get_doc_string to a single place.
Don't confuse an interactive-spec for a docstring reference.
(Fdocumentation_property): Take advantage of the fact that
get_doc_string now ignores the sign of the docstring position.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
(Fdocumentation): Don't use it.
(syms_of_doc): Don't initialize it.
|
| |
|
|
| |
with lisp system changes.
|
| | |
|
| | |
|
| |
|
|
| |
`tem'.
|
| |
|
|
| |
are reallocated so that it is portable.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(get_keymap): Remove.
(get_keymap_1): Rename get_keymap.
* keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
* xterm.c (note_mode_line_highlight): Use KEYMAPP.
* xmenu.c (single_submenu): Use KEYMAPP.
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
* w32term.c (note_mode_line_highlight): Use KEYMAPP.
* w32menu.c (True, False): Remove (use TRUE and FALSE instead).
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
(single_submenu): Use KEYMAPP.
(w32_menu_show, w32_dialog_show): Use TRUE.
* minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
* keymap.c (KEYMAPP): Remove (moved to lisp.h).
(Fkeymapp): Use KEYMAPP.
(get_keymap): Rename from get_keymap_1. Remove old def.
Return t when autoload=0 and error=0 and the keymap needs autoloading.
(Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
(Fminor_mode_key_binding): Don't raise an error if the binding
is not a keymap.
(Fuse_global_map, Fuse_local_map): Allow autoloading.
(Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
* keyboard.c (read_char): get_keymap_1 -> get_keymap.
Allow Vspecial_event_map to be autoloaded.
(menu_bar_items): Fetch the keymap rather than using keymapp.
(menu_bar_one_keymap): No need to follow func-indirect any more.
(parse_menu_item): get_keymap_1 -> get_keymap.
(tool_bar_items): Fetch the keymap rather than using keymapp.
(read_key_sequence): Use KEYMAPP.
* intervals.c (get_local_map): Use get_keymap rather than following
function-indirections explicitly.
* doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
|
| |
|
|
|
| |
string.h and strings.h.
(index) [HAVE_INDEX]: Add prototype.
|
| |
|
|
|
|
| |
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
(index): Remove prototypes which might conflict with non-standard
definitions of index/strchr.
|
| |
|
|
| |
in Fwhere_is_internal or get_keymap_1 relocates string contents.
|
| |
|
|
|
|
|
| |
(syms_of_doc): Initialize Qfunction_documentation.
(Fdocumentation): If FUNCTION is a symbol with non-nil
`function-documentation' property, return a documentation derived
from that.
|
| |
|
|
| |
and doesn't refer to etc/DOC, evaluate it to obtain a string.
|
| | |
|
| |
|
|
|
| |
(Fdocumentation): Use it.
(syms_of_doc): Define it.
|