1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

21673 commits

Author SHA1 Message Date
Richard M. Stallman
bed23cb24b (read_from_string_index_byte): New variable.
(read_from_string_index): Now counts characters.
(readchar, unreadchar, Fread_from_string): Changed accordingly.

(readchar): Read a multibyte char all at once
from a buffer, marker or string.
(unreadchar): Unread a multibyte char all at once.
(read1): Properly handle non-escaped multibyte chars.
They force a string to be multibyte.
When reading direct from a file, any multibyte sequence means
a multibyte string.
Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking
for read_buffer full; this way need not check specially for multibyte.
1998-04-23 21:22:51 +00:00
Richard M. Stallman
d67e2df9c3 (emacs.o): Depend on buffer.h. 1998-04-23 21:20:31 +00:00
Richard M. Stallman
a08a816a25 Include buffer.h
(main): Move the --unibyte code below
the most basic initializations.
Clear out *Messages* at that point.

(main): When handling --unibyte, mark all existing
buffers as unibyte; but don't handle it when dumping.
1998-04-23 21:19:34 +00:00
Richard M. Stallman
225c215740 (Fcall_interactively): Truncate command-history here. 1998-04-23 21:18:18 +00:00
Dave Love
69b3c6c7ea Don't require cl. Minor doc fixes.
(insert-parentheses): Add 'delete-selection property.
(delete-selection-pre-hook): Simplify slightly.
1998-04-23 18:00:06 +00:00
Dave Love
4b7d4d0d0b (change-log-mode): Add `* ' to paragraph-start. 1998-04-23 17:37:12 +00:00
Richard M. Stallman
3e8ceaacd1 (syms_of_charset): Doc fix for nonascii-insert-offset. 1998-04-23 04:12:09 +00:00
Richard M. Stallman
24d6bf2685 (Fbuffer_substring): Doc fix.
(Finsert_and_inherit_before_markers): Doc fix.
(Finsert_and_inherit, Finsert_before_markers, Finsert): Doc fixes.
1998-04-23 04:09:05 +00:00
Richard M. Stallman
a6ee6aa41b (Fstring_make_multibyte): Doc fix.
(Fstring_make_unibyte): Doc fix.
1998-04-23 04:03:31 +00:00
Richard M. Stallman
340b8d58ac (Funibyte_char_to_multibyte): Doc fix. 1998-04-23 04:00:47 +00:00
Richard M. Stallman
17ac49664b (comint-replace-by-expanded-history): New arg START.
Don't display a message about doing history expansion.
(comint-replace-by-expanded-history-before-point): New arg START.
(comint-send-input): Pass START to comint-replace-by-expanded-history.
1998-04-23 03:55:36 +00:00
Richard M. Stallman
678dc7ec25 (file-coding-system-alist): Use emacs-mule for .elc files. 1998-04-23 01:34:49 +00:00
Erik Naggum
dd6f88fb36 (get_boot_time): Remove extraneous semicolon. 1998-04-22 17:48:16 +00:00
Erik Naggum
9ae8d912e9 Remove extraneous semicolon. 1998-04-22 17:44:41 +00:00
Eli Zaretskii
8254b6b485 (x-select-text, x-get-selection-value): Replace win16 with w16. 1998-04-22 13:45:00 +00:00
Eli Zaretskii
767079a8c6 (alloc_xfer_buf): If want_size is more than 1MB,
return immediately with failure.
(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Replace win16
with w16.
1998-04-22 13:39:59 +00:00
Dave Love
306a5e68ac (help-mode-map): Add S-tab, like backtab. 1998-04-22 11:40:18 +00:00
Eli Zaretskii
31354c30f6 (Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
(Fwin16_get_clipboard_data, Fwin16_set_clipboard_data):	Balance
the calls to BLOCK_INPUT and UNBLOCK_INPUT.
1998-04-22 10:26:10 +00:00
Stephen Eglen
181688f29c Only require cl if cadr and last are not defined (thanks to Dave Love.)
Merged brackets split over several lines onto one line.
1998-04-22 08:32:02 +00:00
Richard M. Stallman
078395abe7 (rmail): Don't bind enable-local-variables. 1998-04-22 06:18:02 +00:00
Richard M. Stallman
35d2d24155 (Info-fontify-node): For menu items, use info-xref font.
Use info-node font for the node's own name,
and do not make it mouse-sensitive.

(Info-find-node): Update Info-history after switching buffer.
(info): If no arg, and *info* buffer exists, just go to it and don't alter it.
1998-04-22 03:19:43 +00:00
Richard M. Stallman
d7c0adec0a (defcustom, defgroup, defface): Don't use backquote. 1998-04-22 02:46:30 +00:00
Richard M. Stallman
cc236dfe1c *** empty log message *** 1998-04-22 02:41:08 +00:00
Richard M. Stallman
ab87fc3dcd Comment change. 1998-04-22 02:40:39 +00:00
Richard M. Stallman
f7e5a6321a (encoded-kbd-mode): Doc fix. 1998-04-22 02:34:39 +00:00
Richard M. Stallman
1831d349aa (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT. 1998-04-22 02:14:55 +00:00
Richard M. Stallman
7f082394b4 (help-highlight-face): Use `face' as custom type. 1998-04-22 02:08:02 +00:00
Dave Love
0211dda3a7 Fix header comments.
(which-func-mode): Add autoload cookie.
(which-func-mode-global): Customize.
1998-04-21 18:56:02 +00:00
Dave Love
d46490e312 (remove-hook): Fix spurious quote. 1998-04-21 18:38:34 +00:00
Dave Love
2676e09953 (describe-function): Make hyperlink to library file
name, if available.
1998-04-21 13:08:47 +00:00
Eli Zaretskii
c17c425043 (Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
(child_setup) [MSDOS]: Call run_msdos_command here.
(child_setup) [DOS_NT]: Get past drive letter in pwd.  Don't call
close_load_descs, since we are not in a vfork.
1998-04-21 11:14:24 +00:00
Eli Zaretskii
e52f2f255e (run_msdos_command): Don't construct process
environment, it's already done in child_setup.
(run_msdos_command): Add ENVV to argument list.
1998-04-21 11:10:56 +00:00
Richard M. Stallman
793faff195 More of previous. 1998-04-21 06:14:05 +00:00
Richard M. Stallman
e1655e2bae Explain trouble with link farms in `make install'. 1998-04-21 06:13:36 +00:00
Richard M. Stallman
001632ab9e (dired-move-to-filename-regexp): There might be a space
after the year instead of before it.
1998-04-21 05:22:19 +00:00
Richard M. Stallman
d016f81992 (easy-menu-do-add-item):
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.
1998-04-21 04:54:46 +00:00
Richard M. Stallman
ae3f2f3c6b (tmm-get-keymap): Handle new format menu item w/o cache.
(tmm-prompt): If reach an empty menu, get an error.
1998-04-21 04:51:23 +00:00
Kenichi Handa
35e3c48475 Encoding of Greek line fixed. 1998-04-21 04:03:16 +00:00
Richard M. Stallman
ab210d1b80 (cl-do-arglist): Undo previous change. 1998-04-20 22:06:27 +00:00
Richard M. Stallman
3ca87c7b46 (mouse-buffer-menu-mode-mult): New variable.
(mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult.
Also avoid some consing.
1998-04-20 20:45:25 +00:00
Richard M. Stallman
3ce839e460 (Fmake_temp_name): Complete rewrite. 1998-04-20 18:13:03 +00:00
Richard M. Stallman
5feeeae29d (smtpmail-send-it): Deleted all code related to Resent-To: processing.
(smtpmail-deduce-address-list): Changed the search for
Resent-\(To\|Cc\|Bcc\) headers.
(smtpmail-do-bcc): Delete Resent-Bcc: headers.
1998-04-20 18:03:00 +00:00
Richard M. Stallman
969fe9b569 *** empty log message *** 1998-04-20 17:43:57 +00:00
Richard M. Stallman
b933f645ac Initial revision 1998-04-20 17:37:53 +00:00
Richard M. Stallman
4929a8780a (Fgarbage_collect): Don't truncate command-history here. 1998-04-20 17:04:16 +00:00
Richard M. Stallman
25d014c749 Add Slovak. 1998-04-20 16:40:11 +00:00
Andreas Schwab
695764015c (view-really-at-end): Return true when at end and not
reverting.
1998-04-20 09:37:18 +00:00
Richard M. Stallman
94e554db23 (readevalloop): New arg UNIBYTE. Callers changed.
Use it to bind load_convert_to_unibyte.
(Feval_buffer): New arg UNIBYTE.  Pass it to readevalloop.
(readevalloop_1): New unwind-protect subroutine.
(load_convert_to_unibyte): New variable.
(syms_of_lread): Set up Lisp var.
(read1): If load_convert_to_unibyte, convert strings to unibyte.
1998-04-20 07:09:58 +00:00
Richard M. Stallman
7e79b8e08d (copy_text): Count down bytes_left properly
in multibyte to unibyte case.
1998-04-20 07:08:40 +00:00
Richard M. Stallman
88162676bc (load-with-code-conversion):
Undo previous change.  Instead, pass the UNIBYTE arg to eval-buffer.
1998-04-20 07:08:17 +00:00