Dave Love
e1f0df6214
Change old backquote syntax.
...
(byte-compile-trueconstp): Include keywords.
(byte-optimize-quote, byte-optimize-lapcode): Use
byte-compile-const-symbol-p.
(byte-optimize-char-before): New optimization.
2000-02-23 12:28:09 +00:00
Dave Love
e5a00c9c86
define-key-after change.
2000-02-23 11:42:38 +00:00
Dave Love
4ced66fd68
(define-key-after): Default AFTER to t. Doc fix.
2000-02-23 11:40:06 +00:00
Gerd Moellmann
d1e103b298
*** empty log message ***
2000-02-23 10:47:26 +00:00
Gerd Moellmann
feeb0f70c3
(specbind): Remove references to
...
keyword_symbols_constant_flag.
2000-02-23 10:44:03 +00:00
Gerd Moellmann
f50d847af5
(keyword_symbols_constant_flag): Removed.
...
(Fmakunbound, set_internal, syms_of_data): Remove references to
keyword_symbols_constant_flag.
2000-02-23 10:43:40 +00:00
Gerd Moellmann
157b72bb60
(Fbyte_code): Remove keyword_symbols_constant_flag.
2000-02-23 10:42:36 +00:00
Kenichi Handa
068b074ebe
Be sure to update minor-mode-alist
...
and minor-mode-map-alist.
(encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
codes SS2 and SS3 correctly.
(encoded-kbd-self-insert-ccl): New function.
(encoded-kbd-setup-keymap): New function.
(encoded-kbd-mode): Handle CCL based coding system. Setup keymap
by calling encoded-kbd-setup-keymap.
2000-02-23 08:04:56 +00:00
Kenichi Handa
c709bcf10b
*** empty log message ***
2000-02-23 08:04:11 +00:00
Kenichi Handa
1d3529b69f
Don't change syntax of multibyte
...
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.
2000-02-23 00:11:44 +00:00
Kenichi Handa
214f877f4d
*** empty log message ***
2000-02-23 00:11:13 +00:00
Kenichi Handa
bd25db0802
(multibyte_syntax_as_symbol): New variable.
...
(syms_of_syntax): Declare it as a Lisp variable.
(SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
(scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
nonzero, treat all multibyte characters as symbol.
(init_syntax_once): Give syntax `word' to all mutlbiyte
characters.
2000-02-23 00:10:34 +00:00
Dave Love
b021ef186f
(when, unless, split-string): Doc fix.
...
(read-passwd): Move call of clear-this-command-keys to the right
place.
(replace-regexps-in-string): New function.
2000-02-22 20:16:31 +00:00
Dave Love
535eadacb1
(emacs-lisp-mode-syntax-table)
...
(lisp-mode-map, lisp-interaction-mode-map): Define all inside
defvar.
(lisp-mode-syntax-table): Set up for #|...|# comments.
(lisp-imenu-generic-expression): Purecopy strings. Use syntax
classes. Match `defface'.
(emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
(eval-defun-1): Fix for defcustom.
(lisp-indent-region): Doc fix.
2000-02-22 20:13:31 +00:00
Richard M. Stallman
69b05ea482
*** empty log message ***
2000-02-22 19:48:55 +00:00
Gerd Moellmann
14cc00adb2
(describe-variable): Set syntax table to
...
emacs-lisp-mode-syntax-table when moving forward over the
symbol's name.
2000-02-22 16:57:09 +00:00
Dave Love
47da5efad1
(xterm-mouse-mode): Typo.
2000-02-22 12:02:10 +00:00
Dave Love
b2497d2e51
Doc fixes.
...
(xterm-mouse-position-function): New function, replacing advice of
mouse-position.
(xterm-mouse-mode): Use it.
2000-02-22 11:57:31 +00:00
Dave Love
3d8700e8f1
Remove bogus spec for define-condition.
2000-02-22 11:52:25 +00:00
Eli Zaretskii
130adcb74b
(Fdelete_frame): Don't let echo_area_window to remain on a deleted frame.
2000-02-22 10:27:05 +00:00
Gerd Moellmann
17cbbf9537
(x_window_to_frame, x_any_window_to_frame)
...
(x_non_menubar_window_to_frame): Check the busy-cursor window.
2000-02-21 16:19:41 +00:00
Gerd Moellmann
cb2255b325
(Fmouse_position): GCPRO retval instead of x and y.
2000-02-21 16:17:24 +00:00
Dave Love
beb0bc361f
(Vmouse_position_function): New variable.
...
(Fmouse_position): Use it.
(syms_of_frame): Install it.
2000-02-21 13:50:14 +00:00
Gerd Moellmann
f0a6c717e2
(format-annotate-single-property-change): Handle
...
properties.with dotted-list values.
(format-proper-list-p): New function.
2000-02-21 13:00:25 +00:00
Gerd Moellmann
ed58ed834c
(enriched-face-ans): Handle '(foreground-color
...
. COLOR) and (background-color . COLOR).
2000-02-21 12:57:42 +00:00
Dave Love
65d0af2992
(find_charset_in_str): Fix use of c' instead of c1'.
2000-02-21 10:03:46 +00:00
Gerd Moellmann
1d92afcdb4
(Finsert_file_contents): Unbind the binding of
...
standard-output done by temp_output_buffer_setup.
2000-02-20 21:54:26 +00:00
Dave Love
2be80b63e7
(flyspell-mouse-map): Change definition
...
and assignments to it.
(flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
current local map.
(make-flyspell-overlay): Use it.
(flyspell-correct-word/mouse-keymap): Change XEmacs test.
2000-02-20 19:03:33 +00:00
Dave Love
2505742bda
Don't require emacsbug at top level.
...
(lm-get-header-re): Defun, not defsubst.
(lm-get-package-name): Defun, not defsubst. Simplify.
(lm-version): Doc fix. Simplify.
(lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
(lm-crack-address, lm-last-modified-date, lm-commentary)
(lm-verify, lm-synopsis): Simplify.
(lm-report-bug): Require emacsbug. Use compose-mail.
2000-02-20 18:25:57 +00:00
Gerd Moellmann
329eed9f6e
*** empty log message ***
2000-02-20 16:03:42 +00:00
Gerd Moellmann
0acdf642cf
(dired-mode): Call propertized-buffer-identification to
...
set mode-line-buffer-identification with text properties added.
2000-02-20 15:59:26 +00:00
Gerd Moellmann
ec9db7a797
(propertized-buffer-identification): New function.
2000-02-20 15:59:04 +00:00
Gerd Moellmann
620cc5fa30
(Fbyte_code) <Bvarset>: Inline most common case.
2000-02-20 15:55:38 +00:00
Gerd Moellmann
9ab90667d3
(funcall_lambda): Don't bind Qmocklisp_arguments unless
...
Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
(specbind, unbind_to): Handle most common case of non-constant
symbol with trivial value specially.
2000-02-20 15:55:07 +00:00
Richard M. Stallman
2d06696fdc
*** empty log message ***
2000-02-20 14:31:40 +00:00
Richard M. Stallman
65d0110b85
Comment changes.
2000-02-20 14:30:15 +00:00
Richard M. Stallman
42e975f059
(Fmake_variable_buffer_local): Doc fix.
...
Init found_for_buffer to 0.
(Fmake_variable_frame_local): If the variable has already
been buffer-local, set the check_frame field.
2000-02-20 14:27:12 +00:00
Dave Love
be5bb1464f
*** empty log message ***
2000-02-20 13:44:12 +00:00
Eli Zaretskii
1d4311c3a9
*** empty log message ***
2000-02-20 13:06:08 +00:00
Eli Zaretskii
241424da1b
(IT_write_glyphs): Allocate a larger screen_buf as data
...
produced for CODING_MODE_LAST_BLOCK requires.
2000-02-20 13:04:39 +00:00
Dave Love
7565ee9323
(display-mouse-p): Use variable xterm-mouse-mode and check for t-mouse
...
too.
2000-02-20 12:34:49 +00:00
Eli Zaretskii
0ae278818a
(menu-bar-goto-menu) [next-tag, next-tag-otherw]:
...
Don't call ring-empty-p unless tags-location-ring is bound.
From Noah Friedman <friedman@splode.com>.
2000-02-20 12:22:14 +00:00
Thien-Thi Nguyen
a23c5037e7
(hs-flag-region): No longer use `intangible' overlay property.
...
(hs-toggle-hiding): New command.
(hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
(hs-minor-mode): Move call to `hs-grok-mode-type' early on.
Fix omission bug: Run `hs-minor-mode-hook' for both activation
and deactivation.
2000-02-18 23:35:24 +00:00
Dave Love
31047e0d1a
*** empty log message ***
2000-02-18 22:03:40 +00:00
Dave Love
f2647d044c
Amend last change to check for echo-keystrokes being zero, not nil.
2000-02-18 21:34:40 +00:00
Dave Love
ac1b1728b5
Make echo-keystrokes `number'.
2000-02-18 21:15:05 +00:00
Dave Love
2dc95ddd63
*** empty log message ***
2000-02-18 20:11:54 +00:00
Dave Love
39aab67990
(echo_keystrokes): Remove declaration.
...
(Vecho_keystrokes) New variable.
(read_char, record_menu_key, read_key_sequence): Use it to allow use of
float value.
(syms_of_keyboard): Change Vecho_keystrokes declaration.
2000-02-18 20:10:00 +00:00
Dave Love
d59b6ae627
Remove @dots from encode-time header.
2000-02-18 20:00:55 +00:00
Dave Love
e57196a0a1
Define NON_GNU_CPP on alpha-dec-osf5+.
2000-02-18 19:52:52 +00:00