- 30 May, 1997 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
substitute-in-file-name operation.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Move definitions up. Use defcustom.
-
Richard M. Stallman authored
(search-invisible): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Make one-element vector work for RANGE.
-
Richard M. Stallman authored
try to move to the end of the intangible segment if it's on that line. (completion-setup-function): Do set completion-base-size. (do-auto-fill): Don't give fill-context-prefix a third arg.
-
Per Abrahamsen authored
-
- 29 May, 1997 22 commits
-
-
Richard M. Stallman authored
(custom-buffer-create-internal): Refer to the Emacs manual.
-
Richard M. Stallman authored
-
Karl Heuer authored
words with non-file chars. (he-lisp-symbol-beg): Use symbol syntax classes. (he-dabbrev-as-symbol): New variable. (he-dabbrev-beg,he-dabbrev-search,he-dabbrev-kill-search): Use it.
-
Karl Heuer authored
corrections (typos, style, command revisions, etc). Integrated hacked up XEmacs immediate keybindings display. See `icomplete-show-key-bindings', `icomplete-get-keys', and `icomplete-completions'. Doesn't work with mainline GNU Emacs 19.34 (because the cmdloop doesn't set owindow, and the current-local-map doesn't take optional buffer arg), so feature is, by default, inhibited unless we're running in XEmacs. (icomplete-get-keys): Return keys bound to func name in buffer "owindow" - since "owindow" is calling-buffer history present only in XEmacs, this function is only useful in XEmacs. (icomplete-max-delay-chars, icomplete-compute-delay): New vars. (icomplete-delay-completions-threshold): New var. These customize the delay behavior, so that completions don't intrude as quickly for short input.
-
Karl Heuer authored
(follow-generic-filter): Don't restore the original buffer if it's dead, or if the filter explicitly selected a new buffer.
-
Karl Heuer authored
-
Karl Heuer authored
auto-enables horizontal scrolling when clicks on wrapped lines occur.
-
Simon Marshall authored
font-lock.el now adds them via font-lock-syntactic-keywords.
-
Simon Marshall authored
sh-script.el now directs font-lock.el to add them to instances of # which are not comments.
-
Simon Marshall authored
fast-lock.el now saves and restores them.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
add comma as prefix. For Latin-3, add period. Remove unnecessary backslashes before chars that don't need them.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
comment regexp in the alist. This is needed for modes like c++ where the comment beginning regexp is not easy to determine from the syntax table. Include ADJUST-BLOCK-BEGINNING in the alist. (hs-hide-comments-when-hiding-all): Add autoload cookie. (hs-show-hidden-short-form): (hs-adjust-block-beginning): New variables. Comment out `hs-menu-bar' as XEmacs support was removed. (hs-c-end-regexp): Remove variable, obsoleted by the rewrite of `hs-inside-comment-p'. (hs-discard-overlays): No need to test if we are inside the overlay, we surely are since we got the overlay using `overlays-at'. (hs-hide-block-at-point): Rewritten to use the new variables. Use only one parameter to specify the comment. (hs-show-block-at-point): No need for the COMMENT-REG parameter. (hs-safety-is-job-n): Correct typo. (hs-hide-initial-comment-block): Add ^L to the chars to skip. Take into account `hs-show-hidden-short-form' when testing. (hs-inside-single-line-comment-p): Function deleted, obsoleted by the rewrite of `hs-inside-comment-p'. (hs-inside-comment-p): Rewritten from scratch. Semantics changed when returning non-nil. We can be inside a comment, but that comment might not be hidable (the car of the return value should be non-nil to be hidable). (hs-grok-mode-type): Rewrite to be more understandable. `hs-c-end-regexp' does not exist any more. Initialize `hs-c-start-regexp' from the alist if specified there. Initialize `hs-adjust-block-beginning'. (hs-find-block-beginning): Rewritten to be able to deal with the situation when a block beginning spans multiple lines and the point is on one of those lines. (hs-already-hidden-p): Look first if we are inside a comment or a block, go to their end and look there for the overlays. (java-hs-adjust-block-beginning): New function. (hs-hide-all): Hide a comment block only if `hs-inside-comment-p' says is hidable. (hs-hide-block): Simplify. Handle properly the result of `hs-inside-comment-p'. (hs-show-block): Likewise. (hs-minor-mode): Doc string fixes. Make `hs-adjust-block-beginning' buffer local. Delete making `hs-c-end-regexp' buffer local as it was deleted.
-
Richard M. Stallman authored
give it an infinite draw_cost.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(gulp-create-m-p-alist): Don't print message here. Bind fl-tm. (gulp-request-header, gulp-request-end): Update the default text.
-
Richard M. Stallman authored
-
- 28 May, 1997 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
x_wm_set_size_hint if window has no parent yet. Simplify the call to x_real_positions. (x_make_frame_visible): Use win_gravity to decide whether to call XMoveWindow. Also, don't do it if frame already visible.
-
Kenichi Handa authored
characters.
-
Kenichi Handa authored
(CHAR_TABLE_SET): Likewise. (DOWNCASE_TABLE): Return case-table instead of the contents field. (UPCASE_TABLE): Likewise. (DOWNCASE): Use CHAR_TABLE_REF. (NOCASEP): Use UPCASE1. (UPCASE1): Use CHAR_TABLE_REF.
-
Kenichi Handa authored
(casify_region): Change the way of handling multibyte characters.
-
Kenichi Handa authored
used in macros DOWNCASE and UPCASE1. (set_case_table): Setup canonical table correctly. Use map_char_table instead of compute_trt_inverse. (set_canon, set_identity, shuffle): New functions given to map_char_table. (compute_trt_identity, compute_trt_shuffle, compute_trt_inverse): Deleted.
-
Kenichi Handa authored
changed to (int *).
-
Kenichi Handa authored
CODING_SPEC_ISO_NO_REQUESTED_DESIGNATION. (encode_designation_at_bol, setup_coding_system): Likewise. Fset_terminal_coding_system_internal): Renamed from Fset_terminal_coding_system. Make it non-interactive. Do not call Fredraw_display (). (Fset_keyboard_coding_system_internal): Renamed from Fset_keyboard_coding_system. Make it non-interactive.
-