Richard M. Stallman
7f73dc9db3
(struct Lisp_Char_Table): New slot `purpose'.
...
(CHAR_TABLE_STANDARD_SLOTS): Add one.
(CHECK_VECTOR_OR_CHAR_TABLE): New macro.
1995-10-12 21:19:49 +00:00
Richard M. Stallman
352e5dea1e
(describe_vector): Support nested char-tables.
1995-10-12 21:18:42 +00:00
Richard M. Stallman
7f0edce714
(Qvector_or_char_table_p): New variable.
...
(Fvector_or_char_table_p): New function.
(syms_of_data): Set up Lisp var and function.
1995-10-12 19:17:05 +00:00
Richard M. Stallman
963fd07004
(display-table-slot, set-display-table-slot):
...
Get slot number from a property of its name.
Eliminate the type-checking.
(make-display-table): Call make-char-table the new way.
(describe-display-table): Use slot names to access slots.
(display-table): Give it the char-table-extra-slots property.
(display-table-char-p, display-table-vector-p): Functions deleted.
(display-table-slot-name-alist): Variable deleted.
1995-10-12 19:16:20 +00:00
Richard M. Stallman
80622eecc9
(Fdelete_other_windows): Set w->force_start.
1995-10-12 18:00:00 +00:00
Richard M. Stallman
e91b8e7ef7
(variable-at-point, function-called-at-point): Fix revious changes.
1995-10-12 17:56:17 +00:00
Richard M. Stallman
8d9583b0bc
(syms_of_xdisp): Doc fix.
1995-10-12 15:44:45 +00:00
Edward M. Reingold
9eb48cce55
Initial revision
1995-10-12 15:28:46 +00:00
Edward M. Reingold
e519449d33
Added menu items for cal-tex.el (a new file).
1995-10-12 15:28:06 +00:00
Edward M. Reingold
3076647c69
Added key definitions and autoloads for cal-tex.el (a new file).
1995-10-12 15:27:07 +00:00
Richard M. Stallman
3109b27e80
(mail-strip-quoted-names): Preserve white space
...
after comma when stripping text outside of <> delims.
1995-10-11 21:05:53 +00:00
Richard M. Stallman
2ee250ec15
(make_lispy_event) [!USE_X_TOOLKIT]: Dragging
...
the mouse into the menu-bar and releasing it there did
not create a drag-mouse event.
(set-input-mode) [MSDOS]: Do not call reset_sys_modes and init_sys_modes.
1995-10-11 17:24:37 +00:00
Richard M. Stallman
7f4bda7c96
(gud-filter): Move the gud-display-frame call
...
outside of the save-excursion. New var process-window
controls which window to do it in.
1995-10-11 17:20:35 +00:00
Richard M. Stallman
51ad8a6883
(command_loop_1): Access display tables as char-tables.
1995-10-11 17:18:51 +00:00
Richard M. Stallman
f908610f0a
(redisplay_window, redisplay_window, display_text_line):
...
Fix up calls to window_display_table. Access display tables as char-tables.
1995-10-11 17:17:32 +00:00
Richard M. Stallman
319315f1c5
(window_display_table): Use DISP_TABLE_P. Return type
...
struct Lisp_Char_Table * since display tables are now char-tables.
1995-10-11 17:15:10 +00:00
Richard M. Stallman
a6889c57ba
(make-syntax-table): Use nil for "inherit".
1995-10-11 17:14:08 +00:00
Richard M. Stallman
d44f12b46b
(buffer_display_table): Use DISP_TABLE_P.
...
Return type is now struct Lisp_Char_Table *
since display tables are now char-tables.
(character_width, disptab_matches_widthtab, recompute_width_table)
(current_column, Fmove_to_column, compute_motion):
Corresponding changes.
1995-10-11 17:12:59 +00:00
Richard M. Stallman
c8640abf7e
(Fcopy_sequence): Call Fmake_char_table the new way.
...
(map_char_table): No longer static. New arg C_FUNCTION.
(Fmap_char_table): Call to map_char_table changed.
(Fset_char_table_parent): Allow nil s new parent.
Fix the code that checks for a loop in parents.
1995-10-11 17:11:32 +00:00
Richard M. Stallman
80af4e5053
(DISP_TABLE_P): Check the `purpose' slot.
...
(Qdisplay_table): Declared.
(DISP_TABLE_EXTRA_SLOTS, DISP_TABLE_P): New macros.
(DISP_TRUNC_GLYPH, DISP_CONTINUE_GLYPH, DISP_ESCAPE_GLYPH)
(DISP_CTRL_GLYPH, DISP_INVIS_VECTOR, DISP_BORDER_GLYPH):
Use the `extras' field.
(window_display_table, buffer_display_table): Change return type.
1995-10-11 17:07:03 +00:00
Richard M. Stallman
60eaf370b1
(find-alternate-file-other-window): New function.
1995-10-11 15:39:13 +00:00
Kim F. Storm
03d50ea516
(dos_timezone_offset, dos_display_scancodes,
...
dos_menubar_clock, dos_hyper_key, dos_super_key, dos_keypad_mode,
dos_keyboard_layout, dos_decimal_point): New variables.
1995-10-11 15:17:44 +00:00
Kim F. Storm
5f08dc787a
(insert-startup-screen): New function.
...
(msdos-memget, msdos-memput): New functions.
(msdos-set-keyboard, insert-startup-screen): New functions.
(dos-timezone-offset, dos-display-scancodes, dos-menubar-clock,
dos-hyper-key, dos-super-key, dos-keypad-mode, dos-keyboard-layout,
dos-decimal-point): New variables.
1995-10-11 15:12:35 +00:00
Kim F. Storm
f32d40914e
[!HAVE_X_WINDOWS]:
...
Reworked display code to perform immediate screen output.
Added menu-bar clock.
Reworked keyboard code to support international keyboards.
Improved keypad handling (see dos-keypad-mode).
Properly distinguish between C-end and C-kp-1 etc.
Corrected M-return & M-kp-enter.
Added support for hyper and super keys.
Reworked mouse code to avoid mouse flicker.
Saves and restores DOS-screen prior to emacs startup.
(sys_select): Would abort if rfds = NULL.
(dos_direct_output): New function.
(dos_dump_scancodes): New variable.
1995-10-11 15:08:15 +00:00
Kim F. Storm
8a7b170025
(internal_flush): Removed
...
(mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed.
(dos_get_saved_screen, dos_set_keyboard): New functions.
1995-10-11 15:00:58 +00:00
Kim F. Storm
920b97abd6
Check that DJGPP v. 1 is used.
...
Define __DJGPP__ to 1.
Simplified INTERNAL_TERMINAL termcap definition.
Removed #define fflush internal_flush.
1995-10-11 14:55:17 +00:00
Kim F. Storm
ad40254121
Call make-doc.exe instead of make-docfile.
1995-10-11 14:44:16 +00:00
Richard M. Stallman
e95a0b39f8
(Fkill_buffer): Don't kill auto save file if not recent.
1995-10-11 14:41:55 +00:00
Kim F. Storm
c429518802
(init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.
...
(reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
1995-10-11 11:48:52 +00:00
Michael Kifer
3cdde0fbb4
Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:
...
menu-bar-ediff-menu is not defined yet.
1995-10-11 05:23:31 +00:00
Richard M. Stallman
c2dd39b26f
(adaptive-fill-function): Change defun to defvar.
1995-10-11 04:59:48 +00:00
Richard M. Stallman
b61a81c2d8
(next-completion): Specify the LIMIT arg when searching for text properties.
1995-10-11 03:11:11 +00:00
Richard M. Stallman
da16d59923
(function-called-at-point, variable-at-point):
...
Don't back up if we start at the beginning of a symbol.
1995-10-10 20:03:31 +00:00
Erik Naggum
6fdc249f09
(buffer-display-table): Document new implementation.
1995-10-09 20:52:43 +00:00
Richard M. Stallman
5534818bda
Doc fixes.
1995-10-09 19:44:26 +00:00
Richard M. Stallman
82380f8474
(view-highlight-face): New variable.
...
(view-search): Use that variable.
1995-10-09 19:42:19 +00:00
Richard M. Stallman
ab4b18358f
Explain when to use make-variable-buffer-local.
1995-10-09 19:39:45 +00:00
Roland McGrath
b1c7e43439
(tags-table-check-computed-list): Map tags-expand-table-name over lists of
...
included tables.
1995-10-09 18:00:54 +00:00
Erik Naggum
ef9c36a54b
New implementation with char-tables.
1995-10-09 17:45:47 +00:00
Richard M. Stallman
fe3acbd4fd
Initial revision
1995-10-09 17:08:20 +00:00
Richard M. Stallman
f3273b6707
(temp_echo_area_glyphs): Restore the old point value.
1995-10-09 16:36:59 +00:00
Noah Friedman
8beb051325
(mail-abbrev-syntax-table): Use equal' instead of =', in case elts
...
of syntax table are lists, not integers.
1995-10-09 04:49:15 +00:00
Erik Naggum
dcf804a0a9
(ada-gen-treat-proc): Bind procname' and functype'.
1995-10-09 03:11:29 +00:00
Richard M. Stallman
927e08bef8
(exec_sentinel, read_process_output):
...
Call record_asynch_buffer_change only if caller is reading kbd input.
1995-10-09 00:31:24 +00:00
Erik Naggum
641889d6e9
(view-exit): Delete view-overlay only if it exists.
1995-10-08 19:59:42 +00:00
Richard M. Stallman
14f67fa6a5
(server-start): Try both full hostname and shortened
...
hostname when deleting the socket file.
1995-10-08 19:42:11 +00:00
Richard M. Stallman
d1c1c3d299
Indentation change.
1995-10-08 19:38:53 +00:00
Richard M. Stallman
1a426e9b4c
Fix several minor errors.
1995-10-08 19:38:02 +00:00
Richard M. Stallman
0e7c861135
(desktop-outvar): Support truncation.
...
(desktop-globals-to-save): Doc fix.
1995-10-08 19:37:04 +00:00
Richard M. Stallman
556f7d7737
(command-line): Init user-mail-address here, after reading init file.
...
(normal-top-level): Not here.
1995-10-08 19:30:41 +00:00