- 22 Jun, 1993 1 commit
-
-
Jim Blandy authored
-
- 21 Jun, 1993 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Really do next_interval when skipping the first interval.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
function being defined in emacs-lisp-mode, lisp-mode, and scheme-mode, skip an opening paren and an s-expression, instead of just one word. This allows us to properly recognize things like define-key and define-macro.
-
Jim Blandy authored
just like escape.
-
Jim Blandy authored
display the "...done" message; allow the minibuffer to show again.
-
- 20 Jun, 1993 5 commits
-
-
Richard M. Stallman authored
-
Jim Blandy authored
to chew on. Re-arrange macros to reflect the ordering of the corresponding macros in configure.in, to facilitate this kind of checking.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Qread_only prop; use INTERVAL_WRITABLE_P.
-
Richard M. Stallman authored
-
- 19 Jun, 1993 19 commits
-
-
Jim Blandy authored
and 190000 for non-MULTI_FRAME Emaces.
-
Jim Blandy authored
* info.el (Info-insert-dir): Remove the call to recursive-edit.
-
Jim Blandy authored
-
Jim Blandy authored
const away on systems which don't have it; any system with prototypes will declare the arguments const (the ones to which I have access do); and systems without prototypes won't notice.
-
Jim Blandy authored
CHECK_STRING macro.
-
Jim Blandy authored
lock dir; it might be empty.
-
Jim Blandy authored
non_ascii_keystroke.
-
Richard M. Stallman authored
-
Jim Blandy authored
* lisp.h (shut_down_emacs): Doc fix.
-
Richard M. Stallman authored
Recompute the dir if they change.
-
Richard M. Stallman authored
-
Jim Blandy authored
frames can accept input while iconified, so it makes sense to put this on a key.
-
Jim Blandy authored
(Man-build-man-command): Use it to build the man command. (Man-mode): Mention it in documentation.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Jim Blandy authored
arguments to the file name handler; use call2, not call3.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 18 Jun, 1993 6 commits
-
-
Jim Blandy authored
* s/irix4-0.h: Get rid of our fake definitions for setpgrp and getpgrp. * callproc.c (Fcall_process): Go ahead and use the USG calling convention for setpgrp. * ymakefile (pre-crt0.o): Add rule for this. Perhaps it will help separate-source-directory compilation. * emacs.c (shut_down_emacs): Some USG systems #define EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems. * sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and non-USG. * process.c [IRIX] (create_process): Don't put child in process group zero before opening the tty; Irix is like USG in this regard.
-
Richard M. Stallman authored
Apollo/BSD4.3 regexp to handle IBM RS6k too.
-
Jim Blandy authored
-
Richard M. Stallman authored
Just set-buffer, and put save-excursion around it. (mouse-set-secondary, mouse-start-secondary): Likewise. (mouse-drag-secondary): Switch windows and move point just temporarily.
-
Jim Blandy authored
-
Jim Blandy authored
be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy.
-