- 29 May, 2002 8 commits
-
-
Colin Walters authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
When recognizing a def... construct, make that indentation tentative, so that it can be overridden if the list in question is not actually an expression. (common-lisp-indent-call-method): New subroutine.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(tooltip-activate-mouse-motions): Don't kill track-mouse local if it was not made by us.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
even if it has been killed within `after-find-file'. (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
-
- 28 May, 2002 18 commits
-
-
Kim F. Storm authored
sentinel and filter to make-network-process (from Luke Gorrie).
-
Kim F. Storm authored
-
Colin Walters authored
-
Richard M. Stallman authored
way for blinked-off state and for a nonselected window.
-
Richard M. Stallman authored
instead, see if the new start pos is at beginning of line.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Colin Walters authored
(byte-compile-delete-first): New function. (byte-compile-read-position): New variable. (byte-compile-last-position): New variable. (byte-compile-current-buffer): New variable. (byte-compile-log-1): Use it. (byte-compile-set-symbol-position): New function. (byte-compile-obsolete, byte-compile-callargs-warn) (byte-compile-arglist-warn, byte-compile-arglist-warn) (byte-compile-print-syms, byte-compile-file-form-defmumble) (byte-compile-check-lambda-list, byte-compile-lambda) (byte-compile-form, byte-compile-variable-ref) (byte-compile-subr-wrong-args, byte-compile-negation-optimizer) (byte-compile-condition-case, byte-compile-defun) (byte-compile-defvar, byte-compile-autoload) (byte-compile-lambda-form): Use it. (byte-compile-from-buffer): Set it, and bind `read-with-symbol-positions' and `read-symbol-positions-list'. (byte-compile-debug): New variable.
-
Colin Walters authored
-
Colin Walters authored
-
Colin Walters authored
(standard_args): Ditto.
-
Colin Walters authored
(readchar): Increment it. (unreadchar): Decrement it. (read_multibyte): Decrement it. (Vread_with_symbol_positions): New variable. (Vread_symbol_positions_list): New variable. (read_internal_start): New function, created from Fread and Fread_from_string. Handle Vread_symbol_positions_list and Vread_with_symbol_positions. (readevalloop, Fread, Fread_from_string): Use it. (read1): Use readchar_count to add symbol positions to Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil. (syms_of_lread): DEFVAR_LISP and initialize them.
-
Kim F. Storm authored
-
Kim F. Storm authored
(cd): Use it instead of read-file-name.
-
Kim F. Storm authored
speed up for using predicate file-directory-p.
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
-
- 27 May, 2002 14 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
predicate for Fread_file_name when reading directory name. Supply Qnil for predicate in other calls to Fread_file_name.
-
Kim F. Storm authored
-
Kim F. Storm authored
New variables. (syms_of_fileio): DEFVAR_LISP them. (read_file_name_cleanup): New unwind function. (Fread_file_name_internal): Only return completions satifying Vread_file_name_predicate. Temporarily unwind protect and rebind default-directory while checking completions against the predicate. (Fread_file_name): Added PREDICATE argument. Specbind it to Vread_file_name_predicate during completion. Call Vread_file_name_function to read the file name if non-nil.
-
Glenn Morris authored
-
Kim F. Storm authored
behaviour with standard set-mark-command. (cua--pre-command-handler): Use push-mark-command. (cua-repeat-replace-region): Improve functionality when repeated after moving point or changing buffer.
-
Kim F. Storm authored
-
Miles Bader authored
-
Miles Bader authored
-
Paul Eggert authored
inadvertently lost on 2002-04-13. * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
-
Paul Eggert authored
inadvertently lost on 2002-04-13. (main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
-
Paul Eggert authored
-
Paul Eggert authored
-
Colin Walters authored
-