Richard M. Stallman
403c995bb8
(term_get_fkeys_1): Use kH as alternate for move-to-last-line.
1997-08-16 16:39:20 +00:00
Richard M. Stallman
046b1f0395
Many doc fixes.
...
(Fcount_chars_region): New function.
(min, max): New macros.
1997-08-16 16:24:14 +00:00
Richard M. Stallman
0c57d6fdae
(Flength): Doc fix.
1997-08-16 16:21:38 +00:00
Richard M. Stallman
377dbd97a8
(COERCE_MARKER): Use Fmarker_position instead of
...
marker_position so that it works with a marker that points nowhere.
(redisplay_window): Check that Voverlay_arrow_position is a
marker before accessing it as such.
1997-08-16 02:06:18 +00:00
Kenichi Handa
3f0039811c
(CODING_FLAG_ISO_LATIN_EXTRA): New macro.
1997-08-16 01:54:37 +00:00
Kenichi Handa
c0c69d45bd
(Vmicrosoft_code_table): This variable deleted.
...
(Vlatin_extra_code_table): New variable.
(detect_coding_iso2022): Pay attention to Vlatin_extra_code_table.
(detect_coding_mask): Likewise.
(setup_coding_system): Handle a new FLAGS element
ACCEPT-LATIN-EXTRA-CODE.
(syms_of_coding): Delete code for Vmicrosoft_code_table.
Declare latin-extra-code-table as a Lisp variable, and initialize
it.
1997-08-16 01:54:37 +00:00
Richard M. Stallman
6c2935e99f
(main): Update re_max_failures so regex.c won't overflow
...
the stack, except when dumping.
1997-08-15 05:07:01 +00:00
Richard M. Stallman
74700529a8
(xselect.o): Depend on coding.h.
1997-08-15 03:29:41 +00:00
Richard M. Stallman
b7a74d2cea
(SOCKLEN_TYPE): New macro definition.
1997-08-14 22:04:54 +00:00
Richard M. Stallman
0c08e6df25
(unexec): Cast arg to fprintf.
1997-08-13 15:28:47 +00:00
Richard M. Stallman
79e51eeb5a
(lock_file): Use %lu instead of %d in sprintf because
...
the variable named pid is unsigned long.
1997-08-13 15:27:49 +00:00
Eli Zaretskii
c19bb1de29
(syms_of_msdos): Define and bind x-bitmap-file-path and
...
delete-exited-processes, to prevent cus-start.el from
complaining.
1997-08-13 12:46:21 +00:00
Richard M. Stallman
fd27a53736
(free_marker): New function.
1997-08-13 04:13:39 +00:00
Richard M. Stallman
b86e0aaf0f
(signal_before_change): Relocate START and END
...
using markers for subsequent functions, when we run a function.
1997-08-13 04:13:22 +00:00
Richard M. Stallman
e376701ac1
(emacs): Warn about shadowed standard libraries here.
1997-08-13 00:49:54 +00:00
Richard M. Stallman
feb453faa3
Comment changes.
1997-08-12 16:11:31 +00:00
Richard M. Stallman
0e55297e4c
(X_DEFAULT_SEARCH_PATH): Add /usr/X11R6/lib alternatives.
1997-08-12 16:11:03 +00:00
Richard M. Stallman
8b64df4625
Comment change.
1997-08-12 00:37:22 +00:00
Richard M. Stallman
b063fa35e6
(main): Fix previous change.
1997-08-12 00:36:22 +00:00
Richard M. Stallman
5d7e834555
(init_environment): Set Emacs root directory properly when
...
the executable is in its `src' subdirectory, as under a debugger.
(IT_set_face): If termscript is in use, print the number of the
face as well.
1997-08-11 21:44:08 +00:00
Richard M. Stallman
e089dc624f
(init_dosfns): Avoid calling DOS memory-allocation
...
service, NT DPMI server will crash Emacs in DOS box, if we do.
1997-08-11 21:42:39 +00:00
Richard M. Stallman
db72273572
(IT_set_frame_parameters): Actually store the frame
...
parameters in the frame parameters' alist.
1997-08-11 21:40:57 +00:00
Richard M. Stallman
e610ea4305
(main) [__FreeBSD__ && PROFILING]: Add code for profiling.
1997-08-11 01:38:02 +00:00
Richard M. Stallman
65788bc228
(Finsert_startup_screen): Call `insert_char' with a single argument.
1997-08-11 00:20:31 +00:00
Richard M. Stallman
e9fbf17cde
(Qbackground_color, Qforeground_color): Define vars.
1997-08-11 00:20:14 +00:00
Kenichi Handa
6e85d753e7
(Fset_terminal_coding_system_internal): Set
...
CODING_FLAG_ISO_SAFE in terminal_coding.flags.
(ENCODE_ISO_CHARACTER_DIMENSION1): Check
CODING_SPEC_ISO_EXPECTED_CHARSETS.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
1997-08-10 05:54:48 +00:00
Kenichi Handa
e6de76f88d
(struct iso2022_spec): New member expected_charsets.
...
(CODING_SPEC_ISO_EXPECTED_CHARSETS): New macro.
1997-08-10 05:54:48 +00:00
Kenichi Handa
2aeafb78bf
(Vignore_relative_composition): New variable.
...
(syms_of_fontset): Doc-string of use-default-ascent modified.
Declare ignore-relative-composition as a Lisp variable.
1997-08-10 04:13:19 +00:00
Kenichi Handa
32eb3f088f
(Vignore_relative_composition): Extern it.
1997-08-10 04:13:19 +00:00
Kenichi Handa
c482535825
(ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention to
...
CODING_FLAG_ISO_SAFE.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(safe_terminal_coding): New variable.
(Fset_safe_terminal_coding_system_internal): New function.
(init_coding_once): Initilize safe_terminal_coding.
(syms_of_coding): Declare set-safe-terminal-coding-system as a
Lisp function.
(Vmicrosoft_code_table): New variable.
(syms_of_coding): Declare it as a Lisp variable and initialize it.
(detect_coding_mask): Pay attention to Vmicrosoft_code_table.
1997-08-10 04:13:19 +00:00
Kenichi Handa
fbaa2ed9b5
(CODING_FLAG_ISO_SAFE): New macro.
...
(CODING_INHIBIT_CHARACTER_SUBSTITUTION): New macro.
coding.h (safe_terminal_coding): Extern it.
1997-08-10 04:13:19 +00:00
Kenichi Handa
dec58e65b1
(concat): Pay attention to multibyte characters when
...
TARGET_TYPE is Lisp_String.
1997-08-10 04:13:19 +00:00
Kenichi Handa
df8bf43147
(encode_terminal_code): Use safe_terminal_coding if
...
terminal_coding seems to encode Emacs' internal code as is.
(write_glyphs): Likewise.
1997-08-10 04:13:19 +00:00
Kenichi Handa
f64a355ce0
(dumpglyphs): Pay attention to
...
Vignore_relative_composition.
1997-08-10 04:13:19 +00:00
Richard M. Stallman
9b80a5aa02
(init_system_name): If domain is null, don't add a period.
1997-08-10 00:15:53 +00:00
Richard M. Stallman
d23ad362d6
(lisp, shortlisp): Add bindings.el and case-table.elc.
1997-08-09 08:09:30 +00:00
Richard M. Stallman
6335beb00f
(init_buffer): Use getcwd instead of getwd, if available.
1997-08-09 04:46:22 +00:00
Richard M. Stallman
03e8861388
(read1): Handle read_escape making a multibyte character.
1997-08-09 03:44:54 +00:00
Richard M. Stallman
4aac230234
(do_autoload): Require a suffix for the file.
1997-08-09 03:06:55 +00:00
Richard M. Stallman
9c5886e7ee
(redisplay_window): Fix access to w->last_point{,_[xy]}.
1997-08-08 20:09:27 +00:00
Richard M. Stallman
a154f40682
(Flocal_variable_p, Ffind_operation_coding_system): Declared.
...
(find_symbol_value): Fix declaration.
1997-08-08 20:07:59 +00:00
Richard M. Stallman
fdb5bec046
(Frequire): Don't insist on a suffix
...
if the file name argument was explicitly specified.
1997-08-08 20:06:34 +00:00
Richard M. Stallman
dd3427fa1f
(PATH_LOCK): Definition deleted.
1997-08-07 18:43:31 +00:00
Richard M. Stallman
8b6f8a9998
(init_filelock): Function deleted.
1997-08-07 18:43:19 +00:00
Richard M. Stallman
783dfc1423
(main): Remove call to init_filelock.
1997-08-07 18:42:56 +00:00
Richard M. Stallman
7050d53077
(current_column): Update ptr differently at newline
...
so that current_column_bol_cache is set properly.
1997-08-07 09:01:52 +00:00
Richard M. Stallman
2cad2e34fa
(Fwiden, Fnarrow_to_region, save_restriction_restore):
...
Don't set clip_changed if the new values are the same as the old.
1997-08-07 08:59:08 +00:00
Richard M. Stallman
a9171faac4
(Fwrite_region): Turn off the feature of checking
...
whether another buffer has locked this file.
1997-08-07 08:56:22 +00:00
Richard M. Stallman
d45de95b21
(COERCE_MARKER): New macro.
...
(redisplay_internal): Coerce Voverlay_arrow_position to a number
to record it in last_arrow_position.
(mark_window_display_accurate, redisplay_window): Likewise.
(redisplay_window): Don't do the "only point has change" optimization
if the overlay arrow is in this buffer.
1997-08-07 08:30:47 +00:00
Richard M. Stallman
89b95605b7
(unexec): Cast 1st arg in mmap calls.
1997-08-07 03:52:11 +00:00