1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00
Commit graph

5079 commits

Author SHA1 Message Date
Richard M. Stallman
f45da5d14b (dired-readin-insert): Expand default-directory and dirname
before comparing them.
1993-11-22 09:25:23 +00:00
Richard M. Stallman
b7d52f8ed4 (gnus-inews-do-fcc): If gnus-author-copy-saver
is rmail-output, call rmail-output the proper way.
1993-11-22 06:44:12 +00:00
Richard M. Stallman
49132687e7 (gnus-inews-do-fcc): Use gnus-output-to-rmail
if file is an rmail file.  Pass extra args to rmail-output.
1993-11-22 06:38:28 +00:00
Richard M. Stallman
52320897b4 (command-line): Set init-file-had-error to t or nil.
(command-line-1): Inhibit startup message if init-file-had-error.
1993-11-22 06:35:37 +00:00
Richard M. Stallman
9de0760cc8 (Man-specified-section-option): New variable.
(Man-translate-references): Use that variable.
1993-11-22 06:34:22 +00:00
Richard M. Stallman
1f11a5cab2 (x_set_frame_parameters): Call check_frame_size
before Fset_frame_size and Fset_frame_position.
1993-11-22 04:33:26 +00:00
Richard M. Stallman
3a6b074b35 (delete_window_event): New event kind. 1993-11-22 04:04:46 +00:00
Richard M. Stallman
02ff9dd574 (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix. 1993-11-22 03:08:40 +00:00
Richard M. Stallman
593232e32c (inferior-lisp-proc): Clean up error message. 1993-11-22 00:42:30 +00:00
Richard M. Stallman
ef7485ce20 (lisp-eval-defun): Renamed from lisp-send-defun.
(lisp-mode-map): Use new name lisp-eval-defun.
Move run-lisp to C-x C-z.
1993-11-22 00:41:35 +00:00
Richard M. Stallman
2f5d268106 [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. 1993-11-22 00:20:36 +00:00
Richard M. Stallman
6da676adec (iso-accents-enable): New variable.
(key-translation-map): Enable an accent only if in iso-accents-enable.
1993-11-21 22:54:37 +00:00
Richard M. Stallman
c818754bc1 Doc fix. 1993-11-21 22:43:09 +00:00
Richard M. Stallman
f39f5da303 (hftctl.o): New rule. 1993-11-21 22:20:51 +00:00
Richard M. Stallman
85be9133b9 Include config.h. Include sys/signal.h before config.h.
(sav_alrm): Use SIGTYPE.
(FUNC): Typedef deleted.
1993-11-21 22:19:51 +00:00
Richard M. Stallman
3dbb573a0c (mail-yank-original): Delete windows on selected frame only. 1993-11-21 22:18:15 +00:00
Richard M. Stallman
d895abb0ba (window_loop, case DELETE_BUFFER_WINDOWS):
Select a new buffer only if w is selected window.
1993-11-21 22:15:04 +00:00
Richard M. Stallman
6f759698c6 (mail-fetch-field): Exclude trailing whitespace.
Delete duplicate (goto-char (point-min)).
1993-11-21 10:04:52 +00:00
Richard M. Stallman
4ba131170f (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Defined to use all the available PTYs in an ELF environment which
uses the SVR4 mechanisms; grantpt(), unlockpt() and ptsname().
(FIRST_PTY_LETTER): Deleted.
1993-11-21 09:04:48 +00:00
Richard M. Stallman
14442cbfd8 (i[34]86-ncr-sysv*): New specific alternative. 1993-11-21 09:02:45 +00:00
Richard M. Stallman
8db93e456a (x-resolve-font-name): Undo previous change. 1993-11-21 07:23:17 +00:00
Richard M. Stallman
9b7412a7e7 (Info-edit): Use proper map in substitute-command-keys. 1993-11-21 06:11:34 +00:00
Richard M. Stallman
94b90846e4 entered into RCS 1993-11-20 22:31:12 +00:00
Richard M. Stallman
79183f1a1f (texinfo-tex-region): Use tex-send-command to do commands.
(texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise.
(texinfo-delete-from-print-queue, texinfo-quit-job): Likewise.
1993-11-20 22:21:58 +00:00
Richard M. Stallman
30803a05ce (tex-send-command): Wait for output first,
if text has not changed since previous tex-send-command.
(tex-send-command-modified-tick): New buffer-local variable.
1993-11-20 22:21:30 +00:00
Richard M. Stallman
4cdc1d4b2d (tex-start-shell): Don't use -v option.
(tex-send-command): Insert text in the buffer, then use
comint-send-input to send it.
1993-11-20 22:00:55 +00:00
Richard M. Stallman
111b637db6 (Ftext_property_not_all): Swap t and nil values in
the case where there are no intervals.
(Fprevious_single_property_change, Fprevious_property_change)
Extra arg LIMIT.  Return value was off by 1.
(Fnext_single_property_change, Fnext_property_change):
Extra arg LIMIT.
(Fnext_single_property_change): Require at least 2 args.
1993-11-20 09:44:27 +00:00
Richard M. Stallman
f75c0f8aae (compute_motion): Pass new arg to Fnext_single_property_change. 1993-11-20 09:44:09 +00:00
Richard M. Stallman
b349f4fb74 (compute_char_face): Accept new arg LIMIT.
Pass Fnext_single_property_change its new arg LIMIT.
1993-11-20 09:43:41 +00:00
Richard M. Stallman
90b5299acd (direct_output_for_insert): Pass new arg to compute_char_face. 1993-11-20 09:43:03 +00:00
Richard M. Stallman
dfabd9a094 (display_text_line): Pass new arg to compute_char_face
and to Fnext_single_property_change.
1993-11-20 09:42:16 +00:00
Richard M. Stallman
4901eb1b09 (x-resolve-font-name): Don't pass FACE to x-list-fonts
if FACE has nil as its font.
1993-11-20 08:42:47 +00:00
Richard M. Stallman
7f291b64ee (version): When --run-in-place, exclude
${datadir}/emacs/site-lisp from locallisppath.
1993-11-20 06:04:07 +00:00
Richard M. Stallman
34d51d087d (tags-complete-tag): Bind enable-recursive-minibuffers to t. 1993-11-20 05:50:01 +00:00
Richard M. Stallman
398b666f47 (follow_key): When downcasing, downcase just the
basic part of the character, and preserve the modifier bits.
1993-11-20 05:17:44 +00:00
Richard M. Stallman
3b9189f831 (read_key_sequence): If we get a quit, and current buffer
has changed, replay it to get proper keymap.
(quit_throw_to_read_char): Switch frames to the frame the quit was in.
1993-11-20 04:14:34 +00:00
Karl Heuer
6b528f2f18 *** empty log message *** 1993-11-20 04:05:45 +00:00
Roland McGrath
c059b5eaa1 (Frename_buffer): When the current buffer is already named NAME, don't
short-circuit and just return unless UNIQUE is nil.  This makes passing
UNIQUE=t equivalent to (rename-buffer (generate-new-buffer-name NAME)).
This is useful way to rename the buffer automatically so you can create
another with the original name.
1993-11-20 01:41:51 +00:00
Roland McGrath
4c7e5f092d Undo last change. SPC feeping at you is too annoying. 1993-11-20 01:31:19 +00:00
Roland McGrath
6a22587982 (Frename_buffer): Change s to B in interactive spec to give buffer-name
completion.  Buffers are often renamed to a name similar to the name of an
existing buffer.
1993-11-20 01:28:24 +00:00
Richard M. Stallman
75ee4bfef0 Comment changes. 1993-11-20 00:42:55 +00:00
Richard M. Stallman
4eeddc6608 (HAVE_UNISTD_H): No need to define here. 1993-11-19 18:26:10 +00:00
Richard M. Stallman
fd2dab90e1 (Flist_buffers): Always return a value. 1993-11-19 17:48:44 +00:00
Richard M. Stallman
60b73b2585 (read_minibuf): History list always gets strings,
not Lisp objects made by read.
1993-11-19 17:44:23 +00:00
Richard M. Stallman
b387ef9a4f (eval-expression): Don't bind minibuffer-history-sexp-flag.
(edit-and-eval-command): Likewise.
1993-11-19 17:43:24 +00:00
Richard M. Stallman
7ce370e11f (ange-ftp-parse-dired-listing): Skip extra blank line
after the "total" line.
1993-11-19 16:19:32 +00:00
Richard M. Stallman
f4e3d4eb48 (hexlify-buffer): Add autoload cookie. 1993-11-19 15:57:50 +00:00
Richard M. Stallman
f93f92f169 (calculate-fortran-indent): Fixup regexp for where statements. 1993-11-18 10:03:14 +00:00
Richard M. Stallman
38f6438b72 (read_avail_input): Don't set nread to -1
if we loop around in the loop that calls read.
1993-11-18 09:45:27 +00:00
Richard M. Stallman
0e93a7cf3f (r_alloc_init): Explicitly use real_morecore
to allocate the entire incomplete page.
1993-11-18 09:26:05 +00:00