1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

4228 commits

Author SHA1 Message Date
Richard M. Stallman
f05f43e747 (Info-select-node): Run Info-selection-hook. 1993-07-24 17:35:02 +00:00
Richard M. Stallman
1c0b374342 (tar-parse-info, tar-header-offset, tar-superior-buffer)
(tar-superior-descriptor): Make them permanent locals.
(tar-mode): Call kill-all-local-variables.
Locally set enable-local-variables to nil.
1993-07-24 08:42:00 +00:00
Richard M. Stallman
e5e548e338 (Fx_create_frame): Don't look for default font
if the caller has specified a valid font.  Try several
alternative font patterns.
1993-07-24 07:23:16 +00:00
Richard M. Stallman
82411f65a3 (face_name_id_number): Use assq_no_quit, not Fassq. 1993-07-24 05:49:51 +00:00
Richard M. Stallman
eb4686e4a3 (Fprocess_status): Use Fget_process, to avoid error
if unknown process name.
1993-07-24 05:47:16 +00:00
Richard M. Stallman
e8608d6a08 (ispell-point): Do nothing if there's no word at START. 1993-07-24 05:33:38 +00:00
Richard M. Stallman
a612e298a4 (command_loop_1): Run post-command-hook first thing.
(Fread_key_sequence): Doc fix.
(read_key_sequence): Handle Vkey_translation_map.

(kbd_buffer_get_event): Discard an event whose kind is no_event.
1993-07-23 23:23:57 +00:00
Roland McGrath
ab8fb1933c [_LIBC]: Define BSD4_2. 1993-07-23 20:38:15 +00:00
Richard M. Stallman
fea0b06d62 (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS 1993-07-23 19:53:44 +00:00
Richard M. Stallman
4ccadbc039 entered into RCS 1993-07-23 19:31:05 +00:00
Richard M. Stallman
9a5e9959b5 Initial revision 1993-07-23 19:28:14 +00:00
Richard M. Stallman
0fd6b74ee5 Comment fixes. 1993-07-23 19:17:12 +00:00
Richard M. Stallman
a198209040 (doctor-type-symbol): Win if auto-fill-function is nil. 1993-07-23 18:33:00 +00:00
Richard M. Stallman
f65069352a (advance-direction): Set kp-f3, not kp-f1. 1993-07-23 18:15:22 +00:00
Richard M. Stallman
8c3c073af8 Minor error in previous change. 1993-07-23 17:53:50 +00:00
Richard M. Stallman
14324c4d46 (x-select-text): Always set the cut buffer,
but sometimes set it to nothing.  Don't put large strings in clipboard.
1993-07-23 17:24:45 +00:00
Richard M. Stallman
60d38d308a entered into RCS 1993-07-23 16:57:24 +00:00
Richard M. Stallman
7719aa0601 (XTread_socket) [! HAVE_X11R5]:
Check for XK_Mode_switch and XK_Num_Lock, if defined.
1993-07-23 08:04:52 +00:00
Richard M. Stallman
ddd931ff51 (set_point): Test Vinhibit_point_motion_hooks. 1993-07-23 07:59:08 +00:00
Richard M. Stallman
688a5a0f3e (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks. 1993-07-23 07:58:22 +00:00
Richard M. Stallman
b81de1f7e7 (Vinhibit_point_motion_hooks): Declared. 1993-07-23 07:57:57 +00:00
Richard M. Stallman
0aaa80cc17 (TEXT_START) [__GNUC__]: Define as 0. 1993-07-23 07:48:11 +00:00
Richard M. Stallman
1ec9e15b44 (font-lock-after-change-function):
Scan for comments and strings from beg of line.
(c-font-lock-keywords-1): Recognize &, like *, before fn name.
(perl-font-lock-keywords): Put digit 1 into function-name-face items.
Allow whitespace before the open-brace.
1993-07-23 05:10:00 +00:00
Richard M. Stallman
220eb88b39 (sort-skip-fields): Really implement fields as runs
of nonwhitespace chars.
(sort-fields, sort-float-fields, sort-numeric-fields):
Don't subtract 1 when calling sort-skip-fields.
1993-07-23 04:44:06 +00:00
Richard M. Stallman
6e27eb5e02 (PTY_OPEN): Use sigaction, not sigsetmask. 1993-07-23 04:16:38 +00:00
Richard M. Stallman
785080c58c (x-select-text): Limit size of text sent to cut buffer. 1993-07-23 01:43:39 +00:00
Richard M. Stallman
f4ebbdbe78 (keyboard-translate): Properly lengthen existing table. 1993-07-22 22:28:36 +00:00
Richard M. Stallman
ce8f144d55 (DECLARE_GETPWUID_WITH_UID_T): Declared. 1993-07-22 22:03:25 +00:00
Richard M. Stallman
73fc0935f0 (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T. 1993-07-22 22:03:11 +00:00
Jim Blandy
837255fb49 Implement search for app-defaults directory and
localized default databases, along with some other functionality
provided by Xt.
#include <stdio.h>, since we call sprintf.
[emacs] (malloc, realloc, free): #define these to xmalloc,
xrealloc, and xfree.
(x_get_string_resource, file_p): Add forward declarations for these.
(x_customization_string): New variable.
(x_get_customization_string): New function.
(gethomedir): Return malloc'ed space of the right size, instead of
writing into a fixed-size buffer; this means that our callers do
not impose an arbitrary limit on file name length.
(magic_file_p): Rewrite of decode_magic; actually do the
substitutions, instead of expanding all %-escapes to "".  Support
the customization string.  Return 0 or the expanded file name,
instead of just zero or one.  Allocate the space for the expanded
file name ourselves, instead of writing into a fixed-size buffer
passed to us; this removes an arbitrary limit.
(search_magic_path): Rewrite of magic_searchpath_decoder.  Return
0 or the expanded file name, instead of just zero or one.
Allocate the space for the expanded file name ourselves, instead
of writing into a fixed-size buffer passed to us; this means that
our callers do not impose an arbitrary limit on file name length.
(get_system_app): Changed to work with search_magic_path.
(get_user_app): Rewritten to work with search_magic_path, and not
to assume that the values of XAPPLRESDIR is a single directory.
(get_user_db): Properly use the new version of gethomedir.
(get_environ_db): Remove arbitrary limit on length of host name.
(x_load_resources): Take a new argument, myname.
Call get_user_db early to obtain the customization string.
Changes to stand-alone testing code.
1993-07-22 22:00:48 +00:00
Richard M. Stallman
312c996467 (Fget_buffer_process): Delete doc string from
second alternative definition.
1993-07-22 19:38:51 +00:00
Roland McGrath
f7a009a5c4 (ALIGNED, ROUNDUP): Use unsigned long int' instead of unsigned int' for
casting addresses and sizes.  It matters on the 64-bit Alpha.
1993-07-22 18:59:43 +00:00
Roland McGrath
b1814de250 [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. 1993-07-22 18:55:19 +00:00
Paul Eggert
d76b8d38bc > (vc-backend-revert): Use `co -f' instead of deleting the
working file ourselves; that way, if `co' fails, we won't have
deleted the working file.
(vc-backend-steal):  Don't delete the working file.  Use `rcs -u -l',
not `rcs -u ; rcs -l'; it's faster.  Use vc-backend-dispatch -- the
old code couldn't have possibly worked.
1993-07-22 10:57:46 +00:00
Richard M. Stallman
c08c95c7af (Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame.  Also allow deleting terminal frame
if there are X frames.
1993-07-22 09:01:22 +00:00
Richard M. Stallman
54939090dc (syms_of_buffer): Lisp var doc fixes. 1993-07-22 08:53:43 +00:00
Richard M. Stallman
c901003d61 (NO_MODE_T): Defined. 1993-07-22 08:36:39 +00:00
Richard M. Stallman
322890c475 (float_to_string): Don't use uninitialized pointer `cp'.
Set width to -1 at lose: and other places.
Default to .17g, not .20g.
1993-07-22 08:34:30 +00:00
Richard M. Stallman
b8e4857c81 (graft_intervals_into_buffer): When TREE is null,
pass buffer as 2nd arg to reproduce_tree.
1993-07-22 08:06:55 +00:00
Richard M. Stallman
fba985162a (map-y-or-n-p): If LIST is nil, just return. 1993-07-22 07:17:28 +00:00
Richard M. Stallman
367ee8f4d0 (mouse-secondary-save-then-kill): When making the undo item,
use an integer, not a marker, for the position.
1993-07-22 07:15:49 +00:00
Richard M. Stallman
26d86f19f9 (mouse-set-font): Update faces bold, italic and bold-italic. 1993-07-22 06:20:40 +00:00
Richard M. Stallman
313d590c15 (perl-font-lock-keywords): Add a `(... . 1)' to the
first element of the list.
(font-lock-hack-keywords, font-lock-unfontify-region)
(font-lock-fontify-region): Bind buffer-read-only to nil,
and don't alter buffer-modified-p.
(font-lock-fontify-region): Use comment-start-skip, not comment-start.

(font-lock-function-name-face): defvar renamed.
(font-lock-hack-keywords): Evaluate face specs from keyword list.
1993-07-22 06:12:37 +00:00
Richard M. Stallman
23b97eb96a (complete): Use sit-for, not cmpl19-sit-for. 1993-07-22 05:49:37 +00:00
Richard M. Stallman
ac29eb79ce (completion-list-mode): Renamed from completion-mode.
(completion-list-mode-map): Likewise.
1993-07-22 05:47:10 +00:00
Richard M. Stallman
c52e4104a1 (parse-colon-path): Really make nil, not ".", for empty path element. 1993-07-22 05:34:53 +00:00
Richard M. Stallman
0a933d4b4f (generate-file-autoloads): Bind float-output-format.
Bind print-escape-newlines.
1993-07-21 22:37:55 +00:00
Richard M. Stallman
1110dff341 (Qmodification_hooks, Qinsert_in_front_hooks)
(Qinsert_behind_hooks): Moved to buffer.c.
(syms_of_textprop): Lisp vars setup deleted.
1993-07-21 22:33:37 +00:00
Richard M. Stallman
294d215f89 (Qmodification_hooks, Qinsert_in_front_hooks)
(Qinsert_behind_hooks): Moved here.
(syms_of_buffer): Lisp vars set up here.
1993-07-21 22:33:00 +00:00
Richard M. Stallman
5f60ed47d9 (compact_strings): Add USE_TEXT_PROPERTIES conditional. 1993-07-21 22:29:26 +00:00