Richard M. Stallman
030dccec3e
(lisp-complete-symbol): Sort the list.
1996-11-01 08:19:07 +00:00
Richard M. Stallman
23b6422580
(tex-file): Fix paren error in last change.
...
(tex-recenter-output-buffer): Switch windows in a more controlled
fashion, using save-selected-window.
1996-10-31 23:50:02 +00:00
Richard M. Stallman
49feb47da5
(EmacsFrameResize): Use cancel_mouse_face.
1996-10-31 22:06:32 +00:00
Richard M. Stallman
e687d06efa
(cancel_mouse_face): New function. Code copied from
...
x_set_window_size, fixing a bug.
(x_set_window_size): Use cancel_mouse_face.
(XTread_socket): When frame size has changed, call cancel_mouse_face.
1996-10-31 22:05:51 +00:00
Richard M. Stallman
c439687b4d
(dired-find-file): Error if line's file does not exist.
1996-10-31 20:51:44 +00:00
Richard M. Stallman
9663837a53
Make sure `mv' supports forward slashes and -f.
1996-10-31 19:53:19 +00:00
Richard M. Stallman
380e25b8ff
(main): Clear out *Messages* before init_callproc.
1996-10-31 17:58:56 +00:00
Richard M. Stallman
85496b8cb5
(dir_warning): New function.
...
(init_lread): Use dir_warning.
1996-10-31 17:58:01 +00:00
Richard M. Stallman
76d5c6cf01
(init_callproc): Use dir_warning.
1996-10-31 17:57:43 +00:00
Erik Naggum
a0d76c279e
Reorganize function definitions so etags finds them.
1996-10-31 13:43:37 +00:00
Richard M. Stallman
9939d191eb
(BROKEN_O_NONBLOCK): Define only if Ultrix.
...
(LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__.
(C_SWITCH_X_MACHINE): Define only if Ultrix.
[__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions.
[__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.
1996-10-30 05:11:12 +00:00
Richard M. Stallman
1cf4a0d1a2
(XTread_socket, KeyPress case): Clear compose_status
...
if the key has the meta modifier.
1996-10-30 05:09:38 +00:00
Richard M. Stallman
0e8ab97410
Initial revision
1996-10-30 04:48:09 +00:00
Richard M. Stallman
eb7d6097a8
Recognize hppa-next as a valid CPU-COMPANY combination.
1996-10-29 02:56:12 +00:00
Richard M. Stallman
da945421cc
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
1996-10-29 02:53:06 +00:00
Erik Naggum
d7cd5d4f61
(Fmake_char_table): Doc fix.
1996-10-28 11:55:29 +00:00
Simon Marshall
f802bd0253
Use new face.
1996-10-28 10:08:07 +00:00
Simon Marshall
1fbd6d0fa0
more auto-mode-alist modes.
1996-10-28 10:01:55 +00:00
Paul Eggert
db853edc0b
(timezone-time-from-absolute): Fix off-by-one
...
error in current-time-origin.
1996-10-28 03:55:59 +00:00
Richard M. Stallman
914860c262
(read_minibuf_unwind): Don't restore minibuf_window;
...
instead call choose_minibuf_frame.
(choose_minibuf_frame): Don't let any other frame keep its minibuf
window selected.
1996-10-26 18:16:50 +00:00
Richard M. Stallman
f88a6649b8
(Fexpand_file_name): No longer discard .../ before another / or ~.
...
That is now only in Fsubstitute_in_file_name.
1996-10-26 18:16:11 +00:00
Richard M. Stallman
b8a3aefac9
(refer-bib-directory): New variable, list of
...
directories where to look for bib files. Special values `texinputs'
and `bibinputs' mean take directory list from corresponding
environment variable.
(refer-bib-files): New special value `auto', for looking up all
files in directories pointed to by refer-bib-directory.
I have the feeling that this isn't really my code but came from
the net (copylefted). However, I cannot trace this down any
more. If it isn't mine, it's probably Ashwin's.
(refer-get-bib-files): Support `auto' value of refer-bib-files.
Support `texinputs', `bibinputs' value of refer-bib-directory.
(refer-saved-state, refer-previous-keywords, refer-saved-pos,
refer-same-file): Properly declared (defvar) these variables.
(refer-yank-key): New function.
(refer-find-entry-internal): Find bibliography entries in other
window, with minimal reconfiguration of windows.
(refer-expand-files): New function.
1996-10-26 18:15:32 +00:00
Richard M. Stallman
5b1bdb5f74
(electric-perl-terminator, perl-indent-command):
...
(perl-backward-to-noncomment, indent-perl-exp): Avoid error if
comment-start-skip is nil.
1996-10-26 18:14:31 +00:00
Richard M. Stallman
0a6231f5fc
(mouse-sel-set-selection-function): Doc fix.
...
Use x-select-text, for the primary selection.
(mouse-sel-get-selection-function):
Use x-cut-buffer-or-selection-value, for the primary selection.
1996-10-26 18:13:52 +00:00
Richard M. Stallman
5f65549e3f
(set-visited-file-name): Doc fix.
...
(write-file): Use CONFIRM when calling set-visited-file-name.
1996-10-26 18:12:01 +00:00
Richard M. Stallman
b691df0c08
(kill-buffer-and-window): New command.
...
Bind it to C-x 4 0.
1996-10-26 16:06:37 +00:00
Richard M. Stallman
44d7776b5b
(sh-mode): Don't make font-lock-keywords buffer-local.
1996-10-26 16:06:24 +00:00
Richard M. Stallman
037fa8ca99
(rmail-reply): Merge resent-to and resent-cc into to and cc.
...
Ignore the resent- fields aside from that.
1996-10-26 16:06:11 +00:00
Richard M. Stallman
7c9097d02f
(pascal-indent-declaration): Avoid infinite loop
...
if edpos is at end of buffer.
1996-10-26 16:05:58 +00:00
Richard M. Stallman
91f64ec29e
(describe_buffer_bindings): Pass 1 for PARTIAL
...
in some calls to describe_map_tree.
1996-10-26 16:01:22 +00:00
Richard M. Stallman
0ad61fe7d7
(status_notify): Update p->tick again
...
just before running the sentinel, in case it dies.
1996-10-26 16:01:03 +00:00
Richard M. Stallman
5300fd39c3
(decode_mode_spec): In the `L' case,
...
remove a buffer from base_line_pos if window has switched buffers.
1996-10-26 16:00:39 +00:00
Karl Heuer
3296453b8b
(Info-insert-dir): Ensure directory ends with slash.
1996-10-25 04:43:06 +00:00
Karl Heuer
bf370e8cd5
(makefile-font-lock-keywords): Accept - and . in
...
variable names.
1996-10-25 04:34:53 +00:00
Karl Heuer
2892dc82b8
(imenu-scanning-message): Use ellipsis.
1996-10-25 04:31:26 +00:00
Karl Heuer
c84ae1396f
(iso-langauges): Alphabetize list.
...
Add Catalan, Spanish, and Esperanto.
1996-10-25 04:26:36 +00:00
Karl Heuer
70a036cfe6
(lexical-let): Fixed a bug involving nested
...
lexical contexts and macros.
1996-10-24 22:45:24 +00:00
Karl Heuer
8c605b4bb1
(dired-insert-directory): Check for non-US LANG.
1996-10-24 22:42:29 +00:00
Simon Marshall
2e6a15fce5
Changes to font-lock-fontify-syntactically-region: (a) the cache position must be a marker, (b) use a loop to look for comment start, some speedups.
...
Two new faces, two new modes.
1996-10-23 11:21:05 +00:00
Simon Marshall
2ff2cda889
Add Font Lock support. Add mode command autoload cookie.
1996-10-23 09:45:11 +00:00
Simon Marshall
2439570dc3
Tweak dired-font-lock-keywords.
1996-10-23 09:26:39 +00:00
Simon Marshall
f1052d2e63
Tweak mail-font-lock-keywords.
1996-10-23 09:26:35 +00:00
Simon Marshall
34c3c889a0
Tweak rmail-font-lock-keywords.
1996-10-23 09:26:33 +00:00
Simon Marshall
4e59dfb557
Add Font Lock support. Provide when loaded.
1996-10-23 09:21:10 +00:00
Simon Marshall
5572c1d1e9
Tweak change-log-font-lock-keywords
1996-10-23 09:16:54 +00:00
Karl Heuer
3bd8b59d60
Fix 1996-09-02 change.
1996-10-22 17:34:26 +00:00
Karl Heuer
c41fe44640
(compilation-skip-to-next-location): Defined.
...
(compilation-next-error-locus, compilation-parse-errors): Respect it.
1996-10-20 05:37:38 +00:00
André Spiegel
010d626940
(vc-dired-reformat-line): Discard check for numerical value of
...
vc-locking-user.
1996-10-17 20:35:46 +00:00
André Spiegel
1525b5169d
(vc-file-owner): Always return user name, using the optional argument
...
of user-login-name.
(vc-locking-user, vc-status): Discard checks for numerical value of
vc-locking-user.
1996-10-17 20:34:46 +00:00
Richard M. Stallman
a697fc6296
(universal-argument): Doc fix.
1996-10-15 03:19:56 +00:00