summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * term/x-win.el: Include (invocation-name) in the error messagesJim Blandy1993-07-181-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | which might occur during startup. * term/x-win.el: Make the `-rn NAME' option specify a resource name, as documented, and not a resource database string. Make `-name NAME' act like `-rn NAME' and also set the name of the initial frame. (command-switch-alist): Process the `-rn' and `-name' options using the x-handle-name-rn-switch function. (x-handle-name-rn-switch): New function, which sets the x-resource-name variable. (opening connection): Make sure x-resource-name is valid. If it's not a string, set it to (invocation-name), with any periods or asterisks changed to hyphens. * term/x-win.el: Make the `-xrm STRING' option specify a resource database string. `-rn' used to behave this way. (command-switch-alist): Process the `-xrm' switch using x-handle-xrm-switch. (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this function does the right thing for `-xrm', not for `-rn'. * term/x-win.el: Recognize affirmative values for reverseVideo properly. Include "on" in the list of recognized values.
* * shell.el (shell-process-pushd): Fix syntax error inJim Blandy1993-07-181-3/+8
| | | | | | | condition-case. * shell.el (shell-prompt-pattern): Don't match more than one line. Doc fix.
* * hippie-exp.el: Renamed from hippie.el.Jim Blandy1993-07-181-78/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from Anders Holst, to bring hippie-expand up to version 1.2: * hippie-exp.el (hippie-expand-max-buffers): New variable. (try-expand-line-all-buffers, try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use it. (try-expand-list, try-expand-list-all-buffers): New functions. (he-string-beg, he-string-end, he-search-loc): These values are now markers, not integers. Uses changed. (he-reset-string, he-substitute-string): Use a marker to preserve the old position of point. (try-expand-all-abbrevs): handle case the same way as the usual expand-abbrev (which is not a very good way, but for consistency...). (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to adjust its behavior to different modes. (hippie-expand): Don't messages which try function it is using, when the expansion itself is done in the minibuffer (it was very annoying to have the message obscuring the expansion). (try-complete-file-name, try-complete-file-name-partially, try-complete-lisp-symbol, try-complete-lisp-symbol-partially, try-expand-line, try-expand-line-all-buffers, try-expand-all-abbrevs, try-expand-dabbrev, try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the epansion, when no expansion is done (caused the buffer to be marked as changed, although nothing was done, among other things). (he-reset-string): Undoing of last expansion at a later occasion, now undoes correctly (before, it garbled things up). (make-hippie-expand-function): now uses "(function ...)" instead of "'" (matters for compilation). (try-expand-line, try-expand-line-all-buffers, he-line-search-regexp): uses `comint-prompt-regexp' instead of `shell-prompt-pattern', to strip off prompt in process buffers.
* * bytecomp.el (byte-compile-from-buffer): Bind float-output-formatJim Blandy1993-07-181-1/+1
| | | | | to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign.
* * ange-ftp.el: Install the correct regexp inJim Blandy1993-07-181-2/+2
| | | | file-name-handler-alist.
* * wakeup.c: Use CPP tangle from autoconf manual to #include theJim Blandy1993-07-181-1/+12
| | | | correct combination of <time.h> and <sys/time.h>.
* * etags.c (print_help): Break up the very long strings containingJim Blandy1993-07-181-20/+19
| | | | | the help message into shorter strings, to placate chintzy C compilers which can't handle strings that long.
* * configure.in (m68k-bull-sysv3): new config.Jim Blandy1993-07-181-1/+6
|
* * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the srcJim Blandy1993-07-181-0/+1
| | | | | | | directory's makefile. This allows the invocation of CPP which builds xmakefile to receive these switches. The SunSoft C preprocessor inserts spaces between tokens if it doesn't get the -Xs flag requested in src/s/sol2.h.
* Enable the hook only if window-system.Richard M. Stallman1993-07-181-44/+71
| | | | | | | Clear blink-paren-function at the same time. (show-paren-command-hook): If after a closeparen, highlight that closeparen as well as matching open. Use a different color for a mismatch, if color screen.
* (face-equal): Don't mess with face-background-pixmap.Richard M. Stallman1993-07-181-2/+3
|
* Rewritten by Vromans to use text properties.Richard M. Stallman1993-07-171-319/+650
|
* (tar-extract): Use view-exit-action to kill viewed buf.Richard M. Stallman1993-07-171-4/+5
|
* Doc fixes; some args renamed.Richard M. Stallman1993-07-171-23/+25
|
* (gnus-info-nodes): Update node names.Richard M. Stallman1993-07-171-3/+3
|
* entered into RCSRichard M. Stallman1993-07-171-1/+1
|
* (texinfo-mode): Undo changes mistakenly added withRichard M. Stallman1993-07-171-2/+2
| | | | previous batch: texinfo-{start,end}-of-header are now tex-...
* (Vhelp_menu_bar_map): Deleted.Richard M. Stallman1993-07-171-7/+15
| | | | | (menu_bar_items): Move elts for events in Vmenu_bar_final_items to end. (syms_of_keyboard): Corresponding changes.
* (revert-buffer): Make menu-enable form more accurateRichard M. Stallman1993-07-171-4/+7
| | | | | | using revert-buffer-function and verify-visited-file-modtime. (menu-bar-help-menu): Put back under global-map. (menu-bar-final-items): Set it.
* (mh-yank-hooks): Use (mark t).Richard M. Stallman1993-07-171-3/+3
| | | | (mh-new-draft-name): Likewise.
* (comint-{next,prev}-prompt, comint-send-eof): New functions.Roland McGrath1993-07-161-0/+25
| | | | | (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those. Bind C-c C-y to comint-previous-input, for compatibility with v18 shell.el.
* (ad-start-advice-on-load): Initialize to t.Roland McGrath1993-07-161-1/+1
|
* Initial revisionRoland McGrath1993-07-161-0/+4329
|
* if [ "$os" ] --> if [ x"$os" != x"" ]Doug Evans1993-07-161-1/+1
|
* (rmail-mail-new-frame): New variable.Richard M. Stallman1993-07-161-5/+17
| | | | | | (rmail-start-mail): New function. (rmail-mail, rmail-continue, rmail-reply, rmail-forward) (rmail-retry-failure): Use rmail-start-mail.
* (mail-bury): If selected frame is dedicated,Richard M. Stallman1993-07-161-7/+10
| | | | and there are other visible frames, delete this frame.
* (read_char_menu_prompt): If the user rejects a menu,Richard M. Stallman1993-07-151-6/+26
| | | | | | | return t. This makes read_char also return t. (read_key_sequence): If read_char returned t, return -1. (Fread_key_sequence): If read_key_sequence returned -1, quit. (command_loop_1): If read_key_sequence returned -1, loop around.
* (ispell-menu-map): Add missing quote in defalias.Richard M. Stallman1993-07-151-2/+2
| | | | (ispell-window-configuration): Initialize to nil.
* (vc-rcs-status): Make work buffer's name start w/ space.Richard M. Stallman1993-07-151-1/+1
|
* (completion-setup-function): Insert the mouse help messageRichard M. Stallman1993-07-151-2/+3
| | | | only if non-nil `window-system'.
* (Fdisplay_completion_list): Run completion-setup-hook.Richard M. Stallman1993-07-151-1/+5
|
* (help-menu-bar-map): Put the Help item in this map.Richard M. Stallman1993-07-151-1/+3
|
* (Fbuffer_local_variables): For local var that is unbound,Richard M. Stallman1993-07-151-13/+26
| | | | put just the symbol in the result, not a cons of (symbol . value).
* (dired-mode-map): Add menu bar items.Richard M. Stallman1993-07-151-0/+127
|
* * assoc.el (asort): First argument should be named alist-symbol,Jim Blandy1993-07-151-1/+1
| | | | not assoc-symbol.
* * keyboard.c (menu_bar_one_keymap): If the key's binding is theJim Blandy1993-07-151-2/+2
| | | | | | symbol `undefined', don't try to take that symbol's cdr before passing it to menu_bar_item; pass the `undefined' binding itself, so menu_bar_item can remove bindings for the same key from result.
* (server-done): Let save-buffer make the backup,Richard M. Stallman1993-07-151-5/+9
| | | | so that make-backup-files remains effective.
* (isearch-edit-string): Bind isearch-nonincremental to its own value, not toRoland McGrath1993-07-151-2/+2
| | | | nil.
* (Qdisabled_command_hook): New variable.Richard M. Stallman1993-07-151-6/+5
| | | | | | (Vdisabled_command_hook): Deleted. (syms_of_keyboard): Corresponding changes. (Fcommand_execute): Use Qdisabled_command_hook.
* (compilation-parse-errors): After skipping two lines, move one char back soRoland McGrath1993-07-151-1/+6
| | | | point before the newline.
* (gud-debugger-startup): Replaced with gud-massage-args.Roland McGrath1993-07-151-75/+78
| | | | | | | | | | | | | (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args. (gdb, sdb, xdb): Argument is command line, not args for it. Remove debugger name from prompt and put it in the default input instead. Overload gud-massage-args instead of gud-debugger-startup. (gud-chop-words): New function; subr for gud-common-init. (gud-common-init): Argument is command line, not args for it. Rewritten to use gud-chop-words instead of temp buffer and kludge involving read. Find the program name as the first word of the command line. Use make-comint and gud-massage-args in place of gud-debugger-startup. Expand the file name before passing it to gud-massage-args.
* (snarf-spooks): Restore function.Roland McGrath1993-07-141-9/+16
|
* (cookie-cache): New defvar.Roland McGrath1993-07-141-17/+28
| | | | | (cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot). Also store the modtime and punt the cache when it changes.
* (generate-file-autoloads): Fix FILE truename hacking to substringRoland McGrath1993-07-141-7/+7
| | | | SOURCE-TRUENAME instead of FILE.
* (Vhelp_menu_bar_map): New var.Richard M. Stallman1993-07-141-0/+9
| | | | | (syms_of_keyboard): Set up Lisp var for it. (menu_bar_items): Use Vhelp_menu_bar_map.
* (mark_object) [DEBUG_MOLE]: Add abort at beginning.Richard M. Stallman1993-07-141-0/+5
|
* * calendar.el (calendar-holidays): Don't autoload this; its valueJim Blandy1993-07-141-1/+0
| | | | must be set after the user's .emacs file is loaded.
* Initial revisionJim Blandy1993-07-141-0/+244
|
* * config.sub: Add case for Bull dpx/2.Jim Blandy1993-07-141-2/+6
|
* (copy-face): New arg NEW-FRAME.Richard M. Stallman1993-07-131-8/+56
| | | | (list-faces-display): New command.