- 23 Jul, 1993 7 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
of nonwhitespace chars. (sort-fields, sort-float-fields, sort-numeric-fields): Don't subtract 1 when calling sort-skip-fields.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 22 Jul, 1993 20 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
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.
-
Richard M. Stallman authored
second alternative definition.
-
Roland McGrath authored
casting addresses and sizes. It matters on the 64-bit Alpha.
-
Roland McGrath authored
-
Paul Eggert authored
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.
-
Richard M. Stallman authored
visible (perhaps iconified) frame. Also allow deleting terminal frame if there are X frames.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Set width to -1 at lose: and other places. Default to .17g, not .20g.
-
Richard M. Stallman authored
pass buffer as 2nd arg to reproduce_tree.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
use an integer, not a marker, for the position.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(completion-list-mode-map): Likewise.
-
Richard M. Stallman authored
-
- 21 Jul, 1993 13 commits
-
-
Richard M. Stallman authored
Bind print-escape-newlines.
-
Richard M. Stallman authored
(Qinsert_behind_hooks): Moved to buffer.c. (syms_of_textprop): Lisp vars setup deleted.
-
Richard M. Stallman authored
(Qinsert_behind_hooks): Moved here. (syms_of_buffer): Lisp vars set up here.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Wilson authored
(lynxos): Recognize as OS.
-
Richard M. Stallman authored
the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS... Delete all the CHAR BS pairs found, after making the text property.
-