Richard M. Stallman
beffc8bb49
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
1997-12-21 02:44:46 +00:00
Richard M. Stallman
a3b81f96df
(HAVE_LIBINTL): Add #undef.
1997-12-21 02:44:20 +00:00
Richard M. Stallman
7b3d6b9c1a
(find-file-noselect): Fix previous change.
1997-12-21 02:34:59 +00:00
Richard M. Stallman
6b0f9bdfdd
(isearch-mode-map): Don't count above 256
...
when setting up printing characters.
1997-12-21 02:33:57 +00:00
Richard M. Stallman
3b4490b3d1
(message2_nolog): Fix arg types.
1997-12-21 02:32:45 +00:00
Richard M. Stallman
e5c992983c
(sys_signal): Undo previous change.
1997-12-21 02:28:52 +00:00
Richard M. Stallman
bab0036837
(jka-compr-insert-file-contents):
...
If enable-multibyte-characters is nil, decode as raw-text.
1997-12-21 02:26:48 +00:00
Richard M. Stallman
a59b172a76
(Fexecute_extended_command):
...
Save message_enable_multibyte and pass it to message2_nolog.
1997-12-21 02:19:17 +00:00
Richard M. Stallman
7da0b0d356
(Fgarbage_collect):
...
Save message_enable_multibyte and pass it to message2_nolog.
1997-12-21 02:17:50 +00:00
Richard M. Stallman
44461111ef
(message2_nolog): New arg MULTIBYTE.
...
(message2): Pass new arg to message2_nolog.
(message1_nolog): Likewise.
1997-12-21 02:17:16 +00:00
Richard M. Stallman
30c6e0629b
(Fexecute_extended_command):
...
Save and restore message_enable_multibyte.
1997-12-21 02:12:03 +00:00
Richard M. Stallman
944ef99444
(find-file-noselect): Signal error if file is unreadable.
1997-12-21 02:10:01 +00:00
Richard M. Stallman
bb760c71f4
(match-string-no-properties): New function.
1997-12-21 02:08:37 +00:00
Richard M. Stallman
255359cbcc
(define-mail-alias): Handle backslash-quoting
...
within "-strings in DEFINITION if it comes from .mailrc.
1997-12-21 02:07:32 +00:00
Richard M. Stallman
7317d9e8fc
(Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
...
(syms_of_emacs): Set up Lisp variables.
(handle_USR1_signal, handle_USR2_signal): New signal handlers.
(main): Set up signal handlers.
1997-12-21 02:06:32 +00:00
Richard M. Stallman
045226c75c
(x_display_cursor): Abort if X or Y is out of range.
1997-12-21 01:59:49 +00:00
Richard M. Stallman
47ab3db57b
Comment changes.
1997-12-21 01:57:48 +00:00
Richard M. Stallman
bff37d2a0c
(Fparse_partial_sexp): Return nil for 9th element
...
whenever not inside a string or a comment.
1997-12-21 01:57:32 +00:00
Richard M. Stallman
b179b62108
(mule-keymap): Delete the binding for toggle-enable-multibyte-characters.
...
(mule-menu-keymap): Delete the menu item for it.
1997-12-21 01:53:43 +00:00
Richard M. Stallman
0e2648474e
(copy-region-as-kill): Deactivate mark in transient-mark-mode.
...
(copy-region-as-kill, kill-ring-save): Doc fixes.
1997-12-21 01:52:31 +00:00
Richard M. Stallman
6998e1a1e5
(toggle-enable-multibyte-characters): Doc fix.
1997-12-21 01:49:03 +00:00
Richard M. Stallman
747a0e2f2e
(completion-setup-hook): Add definition.
1997-12-21 01:47:48 +00:00
Richard M. Stallman
4cca6fbd3a
(menu-bar-select-yank): Add apropos-inhibit property.
1997-12-21 01:46:29 +00:00
Richard M. Stallman
dea22c4524
(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.
1997-12-21 01:46:14 +00:00
Richard M. Stallman
6c95fd390b
(standard-display-european): Doc fix.
1997-12-21 01:45:08 +00:00
Richard M. Stallman
7c8d993103
(Fread_variable): If DEFAULT_VALUE is symbol, use its name.
...
(Fread_command): Likewise.
1997-12-21 01:44:07 +00:00
Richard M. Stallman
eded5b68bc
(sparc-fujitsu-sysv4*): New target.
1997-12-21 01:41:43 +00:00
Richard M. Stallman
b222b78673
(split-string): Handle empty matches reasonably.
1997-12-21 01:35:50 +00:00
Richard M. Stallman
644ea4df73
Comment and whitespace changes.
1997-12-21 01:34:37 +00:00
Richard M. Stallman
09fd1a1aac
(calendar-french-single-byteify): New function.
...
(calendar-goto-french-date): Use calendar-french-single-byteify
instead of changing enable-multibyte-characters.
test french-calendar-accents.
1997-12-21 01:33:06 +00:00
Richard M. Stallman
bab29e15c4
(message_dolog): Update PT and ZV properly when at end of
...
buffer, when we convert between multibyte and single-byte.
Properly initialize i.
(message_dolog): Convert between single-byte and multibyte
when inserting text into *Messages*.
1997-12-21 01:20:26 +00:00
Richard M. Stallman
e0e4cb7afa
(read-password): New function.
1997-12-21 00:50:07 +00:00
Richard M. Stallman
bafa64ca78
(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.
1997-12-20 23:12:09 +00:00
Karl Heuer
ccd2f9976a
(iswitchb-completion-help): Multiple TAB presses
...
scroll the completion window.
(iswitchb-read-buffer): New function to act as drop-in replacement
for read-buffer.
1997-12-19 14:58:42 +00:00
Karl Heuer
dcaa592563
Don't call set-terminal-coding-system
...
if it was already set.
1997-12-19 14:57:14 +00:00
Karl Heuer
eebbfb0117
(Vread_buffer_function): New var.
...
(syms_of_minibuf): Set up Lisp var.
(Fread_buffer): Use Vread_buffer_function.
1997-12-19 14:54:55 +00:00
Karl Heuer
4d0e6a1167
(set-language-info): Doc fix.
...
(input-method-inactivate-hook): Doc fix.
1997-12-19 14:51:52 +00:00
Karl Heuer
4d52438ece
(widget-choose): Allow scrolling of large lists.
1997-12-19 14:46:20 +00:00
Andreas Schwab
d3f4ef3fda
(transpose-subr): Rewrite to make faster with big move
...
counts.
(transpose-lines): In the mover function handle arbitrary move
counts.
1997-12-17 13:54:03 +00:00
Andreas Schwab
fd0a060bee
Cache more tests. Add missing quotes around
...
message with embedded comma.
1997-12-17 13:16:22 +00:00
Andreas Schwab
6f72f1c28d
(Man-mode-line-format): Update to include the new format
...
elements.
1997-12-17 12:51:53 +00:00
Paul Eggert
a96a5fca07
Add reference to new Calendrical Calculations book.
1997-12-16 19:12:36 +00:00
Dave Love
2b20743d79
Define indentation in normal dialect for let-syntax,
...
letrec-syntax, syntax-rules, call-with-values, dynamic-wind.
(scheme-mode-map): Remove lisp-complete-symbol. Add
uncomment-region.
(scheme-mode-hook, dsssl-mode-hook): Declare customized.
(dsssl-sgml-declaration): Fix customization.
1997-12-13 22:21:03 +00:00
Dave Love
e49172c89c
(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
...
exits. Doc fix.
(browse-url-browser-function): Better customization.
(browse-url-filename-alist, browse-url-netscape-display,
browse-url-filename-alist, browse-url-generic-program): Likewise.
(browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix.
(browse-url-save-file): Customize.
1997-12-12 17:43:13 +00:00
Dave Love
c0b08eb017
Use imenu-case-fold-search.
1997-12-12 17:10:08 +00:00
Karl Heuer
71a895c609
(comint-strip-ctrl-m): Don't die if
...
comint-last-output-start does not point anywhere.
1997-12-11 07:25:16 +00:00
Karl Heuer
f0ed3f3e53
(telnet-filter): Position comint-last-output-start.
1997-12-11 07:24:47 +00:00
Karl Heuer
a2825280f1
(sys_signal): Add two casts.
1997-12-11 07:22:21 +00:00
Karl Heuer
eead07d624
(GROW_FAIL_STACK): Fix test for stack size at max.
1997-12-11 07:21:05 +00:00
Karl Heuer
3ad08c112c
(auto-mode-alist): Add .am as makefile-mode.
1997-12-11 07:07:42 +00:00