1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
27b53c17fa (pascal-beg-of-defun): More intuitive behavior when having nested functons.
(pascal-indent-nested-functions) (pascal-indent-line)
(pascal-calculate-indent) (pascal-get-lineup-indent): Support for
indenting nested functions.
1999-07-12 16:14:13 +00:00
Richard M. Stallman
9658746b2a (flyspell-get-word): Add special handling for when ispell-otherchars is empty. 1999-07-12 16:01:16 +00:00
Richard M. Stallman
3a7855cec9 (ispell-dictionary-alist-6): Change charset for Russian.
(ispell-local-dictionary-alist): Add koi8-r for character set.
1999-07-12 16:00:42 +00:00
Richard M. Stallman
eea6af04ee (x_display_bar_cursor): Use the cursor-color
to display the bar, not the cursor foreground pixel.
1999-07-10 20:45:46 +00:00
Richard M. Stallman
a0bcdd7f58 (add-log-current-defun): Remove trailing -=' in C modes. 1999-07-09 18:37:55 +00:00
Richard M. Stallman
f165ac6642 (hscroll-minibuffer-hook): New function.
(hscroll-global-mode): Add and remove that hook.
Set hscroll-old-truncate-was-global's default value.
1999-07-09 18:00:24 +00:00
Andrew Innes
191100f2aa (w32_use_full_screen_buffer): New variable.
(syms_of_ntterm): Register it.
(initialize_w32_display): Set initial frame size accordingly,
respecting the LINES and COLUMNS environment variables if set.
1999-07-09 13:38:11 +00:00
Andrew Innes
d44c074d09 (w32_console_read_socket): Use new variable w32_use_full_screen_buffer. 1999-07-09 13:36:55 +00:00
Richard M. Stallman
db7fa396bd (term-emulate-terminal): Avoid infinite loop
in strange case where minibuffer window is selected but not active.
1999-07-09 02:32:02 +00:00
Richard M. Stallman
340fe109c9 (easy-mmode-define-keymap): Doc fix. 1999-07-09 01:59:03 +00:00
Karl Heuer
86494bd570 *** empty log message *** 1999-07-07 23:14:06 +00:00
Richard M. Stallman
10af5b4c34 (create_process): If the output goes to a unibyte
buffer, suppress character code conversion.p
1999-07-07 22:50:13 +00:00
Richard M. Stallman
237a6fd294 (Finsert_file_contents): If reading into a unibyte
buffer, suppress character code conversion.
1999-07-07 22:49:31 +00:00
Richard M. Stallman
09494912d9 (Fcall_process): Decide coding system for decoding
after we set to the target buffer.  If the output goes to a
unibyte buffer, suppress character code conversion.

(Fcall_process): Don't use initializer on coding_systems.
(Fcall_process_region): Likewise.
1999-07-07 22:48:37 +00:00
Stephen Eglen
df287ddb46 inferior-octave-directory-tracker: Change regexp so that it doesn't
think functions beginning with `cd' are directory-changing commands.
1999-07-07 20:49:12 +00:00
Richard M. Stallman
ea0d05b411 (mail-unsent-separator): Add a missing \\|. 1999-07-07 16:45:31 +00:00
Andreas Schwab
9f02739333 (line-number-display-limit): Doc fix. 1999-07-07 10:24:28 +00:00
Richard M. Stallman
f00afe93e2 *** empty log message *** 1999-07-06 18:29:04 +00:00
Richard M. Stallman
0b9d32af70 (minibuffer-frame-alist): Use defcustom.
(pop-up-frame-alist): Likewise.
(initial-frame-alist): Specify * in the doc string.
1999-07-06 18:27:40 +00:00
Richard M. Stallman
2df32500ab (revert-buffer): Don't preserve point here.
(revert-buffer-insert-file-contents-function): Doc fix.
1999-07-05 22:49:45 +00:00
Richard M. Stallman
8f3c1d763f (isearch-process-search-char): Write octal 200 correctly. 1999-07-05 16:49:22 +00:00
Richard M. Stallman
9d1fb1792c (normal-top-level-add-subdirs-to-load-path): Avoid doing a `stat' when
it isn't necessary because that can cause trouble when an NFS server is down.
1999-07-05 16:00:07 +00:00
Richard M. Stallman
0aeff9e00d (hscroll-window-maybe): Do nothing in the minibuffer.
(hscroll-mode): Make it a permanent local.
(hscroll-mode): Don't cancel the timer
if HScroll mode is enabled in some other buffer.
1999-07-05 05:42:30 +00:00
Richard M. Stallman
3c75023fda (isearch-quote-char): Call unibyte-char-to-multibyte for \200...\240 also.
(isearch-printing-char): Use unibyte-char-to-multibyte.
1999-07-03 19:45:04 +00:00
Richard M. Stallman
0fa248bcc0 (init_callproc): Set exec_directory if installation_directory is
non-nil, without a test of exec_path.
1999-07-02 12:57:10 +00:00
Richard M. Stallman
df01192be7 (isearch-done): If search ends in middle of intangible
text (due to text property), move on to the limit of that text.
1999-07-02 12:53:04 +00:00
Richard M. Stallman
094d978996 (read_minibuf): Set the multibyteness of the
minibuffer before inserting `initial' string.
1999-07-02 12:15:14 +00:00
Andrew Innes
716490f0c2 (drain_message_queue): New function. 1999-07-01 19:48:55 +00:00
Andrew Innes
b37ac782fc (drain_message_queue): Add extern. 1999-07-01 19:48:19 +00:00
Andrew Innes
8b031dcc5f (sys_select): Call MsgWaitForMultipleObjects instead
of WaitForMultipleObjects when user input is allowed, so we can
handle incoming window messages.  Call drain_message_queue when
there are messages waiting; this ensures that windows created
indirectly from the lisp thread get processed properly, and don't
hang other applications by failing to respond to broadcasts.
1999-07-01 19:47:32 +00:00
Andrew Innes
3945a18ace (Man-build-man-command): Use value of null-device,
instead of hard-coding "/dev/null".
1999-07-01 19:44:38 +00:00
Andrew Innes
97a1a46f05 (untranslated-canonical-name): Avoid expanding
ange-ftp file names, which might force ange-ftp to prompt for a
password.
1999-07-01 19:42:42 +00:00
Andrew Innes
0fe2a56db7 (ange-ftp-load): Bind load-force-doc-strings to t,
to prevent references to temp files.
1999-07-01 19:40:37 +00:00
Andreas Schwab
4b27f17c03 (Fcall_interactively): Ignore first element of
event-symbol-elements property.
1999-07-01 15:02:43 +00:00
Richard M. Stallman
887f2a2d78 Comment changes. 1999-07-01 14:16:44 +00:00
Richard M. Stallman
b537a6c701 (Fread_file_name): Check type of DEFAULT_FILENAME. 1999-07-01 14:15:48 +00:00
Eli Zaretskii
94b041809b (SHELL, MAKESHELL): Don't use /dos/command, it can
invoke an incompatible version of COMAMND.COM.
1999-07-01 13:28:10 +00:00
Karl Heuer
6c717109ed (gnus-uu-decode-save-view): Fix typo. 1999-07-01 08:42:26 +00:00
Richard M. Stallman
1c64011b78 (sh-feature): If nothing is known about the given shell, use the
values for `sh'.
1999-07-01 01:00:42 +00:00
Richard M. Stallman
ac1f48a4dc (x_make_gc): Turn off GCStipple when setting up cursor_gc. 1999-07-01 00:24:55 +00:00
Richard M. Stallman
8598a0f1f4 (clean): remove fns*.el. 1999-06-30 16:49:37 +00:00
André Spiegel
2b4603f465 (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make it
non-recursive.
1999-06-30 07:16:14 +00:00
André Spiegel
9fe89e7308 (vc-find-cvs-master): Set case-fold-search correctly. 1999-06-30 07:10:20 +00:00
Karl Heuer
0e6f68deac (auto-show-mode): Fix Typo in :set. 1999-06-29 17:23:16 +00:00
Karl Heuer
b67792520c [DOUG_LEA_MALLOC] (malloc_initialize_hook):
Move the handling of MALLOC_CHECK_ envvar here.
(main): Moved from here.

[DOUG_LEA_MALLOC] (malloc_initialize_hook): New
function, assigned to the global __malloc_initialize_hook pointer.
(main): Move malloc_set_state call into malloc_initialize_hook
so that it happens as early as possible.
1999-06-29 17:14:31 +00:00
Karl Heuer
9a1136f4de (sh-mode): When setting syntax
table, default to the standard one.
1999-06-29 17:06:17 +00:00
Karl Heuer
57ec4af047 (reftex-pop-to-bibtex-entry): don't pop up
a frame when `return' is requested (even if pop-up-frames = t)
1999-06-27 23:36:46 +00:00
Karl Heuer
263230fae9 (bibtex-mode): `font-lock-mark-block-function'
should only be set for the bibtex buffer.
1999-06-27 23:34:54 +00:00
Karl Heuer
c8aca7d151 (generated-autoload-file): Doc fix. 1999-06-27 21:56:36 +00:00
Karl Heuer
ebc03d28d7 (eval-defun): Doc fix. 1999-06-27 21:45:34 +00:00