- 03 Jan, 2004 14 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the cursor on the first character of this line's button.
-
Richard M. Stallman authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(What Is a Function): `functionp' returns nil for macros. Clarify behavior of this and following functions for symbol arguments. (Function Documentation): Add `\' in front of (fn @var{arglist}) and explain why. (Defining Functions): Mention DOCSTRING argument to `defalias'. Add anchor. (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Eli Zaretskii authored
* textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string.
-
- 02 Jan, 2004 2 commits
-
-
Andreas Schwab authored
unused (and duplicated) definitions.
-
Stephen Eglen authored
-
- 01 Jan, 2004 6 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX) (READ_OUTPUT_DELAY_MAX_MAX): New constants. (process_output_delay_count, process_output_skip): New vars. (Vprocess_adaptive_read_buffering): New variable. (make_process): Initialize adaptive read buffering members. (Fstart_process): Set adaptive_read_buffering member. (deactivate_process): Cleanup adaptive read buffering. (wait_reading_process_input): Temporarily omit delayed subprocesses from the set of file descriptors to read from; adjust the select timeout if we skipped any subprocesses. (read_process_output): Increase adaptive read buffering delay if we read less than a full buffer; reduce delay when we read a full buffer. (send_process): Simplify using local Lisp_Process var. Reset adaptive read buffering delay after write. (init_process): Initialize process_output_delay_count and process_output_skip. (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
-
Kim F. Storm authored
buffering: adaptive_read_buffering, read_output_delay, and read_output_skip.
-
Jason Rumney authored
-
Miles Bader authored
Minor tweaks to Buttons section in lispref/display.texi
-
Miles Bader authored
Add section on button package to lisp reference manual * lispref/display.texi (Buttons): New section.
-
- 31 Dec, 2003 6 commits
-
-
Andreas Schwab authored
error. (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
-
John Paul Wallington authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
in the Elisp manual.
-
Kim F. Storm authored
nonreadable directory without activating tramp to avoid problems with checking incomplete tramp paths. (ido-set-current-directory, ido-file-internal) (ido-file-name-all-completions1): Use it.
-
- 30 Dec, 2003 12 commits
-
-
Kim F. Storm authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
anchor (or node) name is preceded by `info anchor' or `Info anchor' in addition to earlier `info node' and `Info node'. (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(Signaling Errors): Provide some more details on how `signal' constructs the error message. Add anchor to the definition of `signal'. (Error Symbols): Describe special treatment of `quit'. (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to emphasize that it has to be a single form.
-
Luc Teirlinck authored
-
Miles Bader authored
-
Eli Zaretskii authored
error in arguments to base64-decode-region. Remove ^M characters after decoding base64.
-
Simon Josefsson authored
karl@freefriends.org (Karl Berry), since the Texinfo Elisp files have only been distributed with Emacs for some years. (texinfo-mode-hook): Customize.
-
Eli Zaretskii authored
cleaner (suggested by Richard M. Stallman).
-
Eli Zaretskii authored
-