Kenichi Handa
7070190281
(sref): Typo in doc-string fixed.
1998-03-03 01:35:39 +00:00
Richard M. Stallman
b4e187e2ce
(Vnonascii_translate_table, Qcharset): New variable decls.
...
(Fstring_make_multibyte, Fstring_make_unibyte): New function decl.
(Fstring_as_multibyte, Fstring_as_unibyte): New function decl.
(list2, list3, list4, list5): New function decl.
(Fwrite_region): Add an argument.
(compare_window_configurations): New function decl.
1998-03-03 01:31:11 +00:00
Kenichi Handa
59a52d5000
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
...
moved to charset.h.
(copy_text): Don't convert codes in the range 0200..0237 to
multibyte characters. For codes in the range 0240..0377, use
unibyte_char_to_multibyte.
(count_size_as_multibyte): Likewise.
(adjust_before_replace): Comment fixed.
1998-03-03 01:29:16 +00:00
Kenichi Handa
11218c687b
(Fcall_process): Calculate CARRYOVER correctly.
1998-03-03 01:29:16 +00:00
Kenichi Handa
e3670faac7
(general_insert_function): Use
...
unibyte_char_to_multibyte if an argument is character code.
(Finsert_char): Use unibyte_char_to_multibyte.
(string1): Cast ARGS to `char **' to avoid compiler warning.
1998-03-03 01:29:16 +00:00
Kenichi Handa
d26650180f
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
...
moved to charset.h.
(unibyte_char_to_multibyte): Always return a valid character.
(Funibyte_char_to_multibyte): New function.
(syms_of_charset): Defsubr it. Doc-string of
nonascii-insert-offset is modified.
1998-03-03 01:29:16 +00:00
Kenichi Handa
54e15bb98c
(NONASCII_INSERT_OFFSET): New macro.
...
(VALID_MULTIBYTE_CHAR_P): New macro.
1998-03-03 01:29:16 +00:00
Kenichi Handa
b98590074d
(internal_self_insert): Avoid checking enable-multibyte-characters
...
twice.
1998-03-03 01:29:16 +00:00
Kenichi Handa
3b2d77fe29
Typo in comment fixed.
1998-03-03 01:29:16 +00:00
Kenichi Handa
8fc91a858f
(Ffile_name_nondirectory): Use size_byte member of
...
XSTRING (filename).
1998-03-03 01:29:16 +00:00
Kenichi Handa
2cef5737de
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
...
moved to charset.h.
(concat): Use unibyte_char_to_multibyte.
1998-03-03 01:29:16 +00:00
Kenichi Handa
93fdf93bc1
(try_window_id): Use DEC_BOTH unconditionally.
...
(display_text_line): Likewise.
1998-03-03 01:29:16 +00:00
Richard M. Stallman
61ee73836b
(easy-menu-change): Handle case of no keywords.
1998-03-03 01:01:55 +00:00
Richard M. Stallman
f09d4cf21b
(ange-ftp-call-chmod): Don't try to chmod file `--'.
1998-03-02 22:21:46 +00:00
Richard M. Stallman
96f6280939
(keyboard.o): Depend on syntax.h.
1998-03-02 20:03:55 +00:00
Richard M. Stallman
e39da3d777
Include syntax.h.
...
(interrupt_signal): Save and restore gl_state
around an immediate quit, in case debugger returns.
1998-03-02 20:02:33 +00:00
Karl Heuer
84c9d21596
(load-with-code-conversion):
...
Don't bind enable-multibyte-characters; instead,
bind default-enable-multibyte-characters before creating buffer.
(after-insert-file-set-buffer-file-coding-system):
Use set-buffer-multibyte.
Use add-hook to add this to after-insert-file-functions.
1998-03-02 20:01:46 +00:00
Richard M. Stallman
2f8274be2c
(compare_window_configurations): New arg ignore_positions.
...
(Fcompare_window_configurations): New function.
(syms_of_window): defsubr it.
1998-03-02 19:12:51 +00:00
Richard M. Stallman
4864692429
(internal_equal): compare_window_configurations takes new arg.
1998-03-02 19:10:51 +00:00
Richard M. Stallman
de1d012702
(auto_save_1): Pass new arg to Fwrite_region.
...
(Fwrite_region): New arg CONFIRM. If non-nil, confirm overwriting.
1998-03-02 19:08:05 +00:00
Richard M. Stallman
7d88962ce8
(Fcall_process_region): Pass new arg to Fwrite_region.
1998-03-02 19:07:00 +00:00
Richard M. Stallman
ec5691271b
(comint-arguments): Treat \" and such as part of one arg.
1998-03-02 19:02:28 +00:00
Richard M. Stallman
2132370622
(XTframe_up_to_date): Check that mouse_face_mouse_frame
...
is non-null before calling note_mouse_highlight.
(x_destroy_window): If f equals mouse_face_mouse_frame,
clear that, and clear mouse_face_deferred_gc too.
1998-03-02 18:53:21 +00:00
Dave Love
01b9f3552c
((require 'cl)): Revert to compile-time require.
...
Eliminating pushnew previously had actually fixed the lossage.
1998-03-02 18:00:00 +00:00
Richard M. Stallman
2f16e7fdda
(UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_lookup_properties.
...
(UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD): Likewise.
(SYNTAX_TABLE_BYTE_TO_CHAR): If parse_sexp_lookup_properties is 0,
return 0 right away.
(SETUP_SYNTAX_TABLE): Add if (1) ... else.
1998-03-02 06:01:09 +00:00
Richard M. Stallman
02f853b5e3
Several doc fixes.
1998-03-02 03:48:45 +00:00
Richard M. Stallman
8e9caa8f15
Provide generic, not generic-mode.
1998-03-02 03:40:50 +00:00
Richard M. Stallman
75167cd4e4
(update_interval): Properly update `position' field of used intervals.
1998-03-02 02:41:28 +00:00
Richard M. Stallman
d80f4cc71c
(update_syntax_table): Properly update `position' field of used intervals.
1998-03-02 02:40:53 +00:00
Richard M. Stallman
2509b14d79
Delete #endif left over from previous change.
1998-03-01 23:17:19 +00:00
Richard M. Stallman
3307b0caf2
(change-log-font-lock-keywords): Recognize + in date.
1998-03-01 22:22:58 +00:00
Richard M. Stallman
569b03f243
(read-quoted-char): Doc fix.
1998-02-28 19:00:34 +00:00
Richard M. Stallman
f9f59935f3
*** empty log message ***
1998-02-28 01:53:53 +00:00
Richard M. Stallman
cc6d0d2c94
Initial revision
1998-02-28 01:49:58 +00:00
Richard M. Stallman
19061fd414
Add hyphen.
1998-02-28 01:49:06 +00:00
Richard M. Stallman
2e577762ab
Initial revision
1998-02-28 01:48:50 +00:00
Richard M. Stallman
f21fef3c9f
(info): Always switch to buffer *info* even if
...
current buffer is in Info mode.
1998-02-27 23:30:11 +00:00
Karl Heuer
406f45176a
Remove debugging statements.
1998-02-27 22:20:12 +00:00
Karl Heuer
4d49551aee
(set-visited-file-name): Don't call backup-enable-predicate
...
when buffer-file-name is nil.
1998-02-27 22:13:26 +00:00
Karl Heuer
9b3d0a18fa
(make-mode): Provide make-mode, not makefile.
1998-02-27 22:11:43 +00:00
Karl Heuer
ddbc19ff25
Reorder args in callers of del_range_2.
1998-02-27 22:09:52 +00:00
Karl Heuer
a66afea01c
(del_range_2): Reorder args. All callers changed.
1998-02-27 22:09:33 +00:00
Karl Heuer
db4f2bfa4c
(syms_of_xdisp): Doc fix.
1998-02-27 22:05:12 +00:00
Karl Heuer
984ef137be
(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
...
If buffer_local_types has -1, this variable is read-only.
(Fset_default) <BUFFER_OBJFWDP>:
Unconditionally set the slot in buffer_defaults.
1998-02-27 21:56:28 +00:00
Karl Heuer
1bf08bafe7
(syms_of_buffer): enable-multibyte-characters is read-only.
1998-02-27 21:55:45 +00:00
Karl Heuer
f00008bc57
Fix comment.
1998-02-27 21:55:01 +00:00
Richard M. Stallman
f2e6033d73
(mouse-avoidance-kbd-command): Function deleted.
...
(mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook)
(mouse-avoidance-banish-hook): Test whether last command
was a mouse command of any kind.
1998-02-27 21:52:27 +00:00
Karl Heuer
33aa088183
(mapcar1): Handle bool-vectors.
...
(Fmapconcat, Fmapcar): Doc fixes.
(Flength): For char-table, length is based on max valid char code.
1998-02-27 21:52:08 +00:00
Karl Heuer
e5f0841ed0
(dired-do-toggle): Moved here from dired-x.el.
...
(dired-mode-map): Changed dired-do-toggle from "T" to "t".
1998-02-27 21:45:01 +00:00
Karl Heuer
45844080ce
(dired-do-toggle): Function moved to dired.el.
1998-02-27 21:44:39 +00:00