| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
(refill-doit): Doc fix.
|
|
|
|
|
| |
(global-map): Don't bind C-z.
(vip-setup): New function to rebind C-x 7 and C-z.
|
|
|
|
| |
Undo previous change (don't check for eob). Widen at the beginning.
|
|
|
|
| |
(with-no-warnings): Set up compile handler.
|
| |
|
| |
|
| |
|
|
|
|
| |
In help string, mention C-g but not ESC.
|
|
|
|
| |
When REPLACE, delete the proper range of text.
|
| |
|
|
|
|
| |
Use make-local-variable to make it local.
|
| |
|
|
|
|
|
|
| |
when we change the new-frame defaults.
(face-spec-set): Set face-modified prop to nil
when we change the new-frame defaults.
|
| |
|
|
|
|
|
| |
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
|
|
|
|
| |
means face was set outside of Custom.
|
| |
|
| |
|
|
|
|
|
| |
(sh-maybe-here-document): Strip a leading "-" from closing heredoc
delimiter, if present.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(timeclock-ask-before-exiting): Put `timeclock-query-out' on
`kill-emacs-query-functions' rather than `kill-emacs-hook'.
(timeclock-mode-string): Doc fix.
(timeclock-modeline-display): Doc fix. Use `global-mode-string' rather
than `mode-line-format'.
(timeclock-query-out): Doc fix.
(timeclock-update-modeline): No need for `let*', so use `let'.
Add some help-echo text to `timeclock-mode-string'.
(timeclock-mode-string): Give it the risky-local-variable property,
so that help-echo text will display.
(timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
|
| |
|
|
|
|
|
|
|
| |
(emacs-lisp-mode): Mark its main custom group to be `lisp'.
(prin1-char): New fun.
(eval-last-sexp-1): Use it. Use with-syntax-table as well.
(eval-defun-1): Don't replace `defvar' with `defconst'.
|
|
|
|
| |
kill-whole-line.
|
|
|
|
|
|
|
|
|
| |
(gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
(gdb-script-font-lock-syntactic-keywords)
(gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
(gdb-script-skip-to-head, gdb-script-calculate-indentation)
(gdb-script-indent-line, gdb-script-mode): New mode to edit
.gdbinit-like scripts.
|
| |
|
|
|
|
| |
(display-supports-face-attributes-p): Doc fix.
|
|
|
|
| |
people hit it by mistake.
|
| |
|
|
|
|
|
| |
(vc-annotate-display): Remove obsolesence declaration; it isn't
obsolete.
|
|
|
|
|
| |
(skeleton-pair-default-alist): New var.
(skeleton-pair-insert-maybe): Use it.
|
|
|
|
|
|
| |
Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro
Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep
automake after all autoconf possibilities, so as to prefer those.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Put string associated with breakpoint at start of line so that it
is always visible.
(gdb-display-source-buffer): Display assembler during execution,
when requested.
(gud-menu-map): Add a toggle button to menubar for
gdb-many-windows.
(gdb-many-windows): Define explicitly as a function and a variable
(formerly as a minor mode). These need to be global so layout can
be reset from any buffer.
(gdb-assembler-mode): Keep fringe outside margin as the overlay
arrow is not used for assembler.
|
| |
|
| |
|
|
|
|
| |
(which-function-mode): Use it.
|
| |
|
| |
|
|
|
|
| |
skeleton-abbrev-cleanup.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Turn on mouse-wheel support by default.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tramp-handle-file-symlink-p): If target of symlink is absolute,
return a Tramp filename. (Ie, return "/user@host:/target" instead
of "/target".)
(tramp-handle-file-truename): Deal with new return value from
`file-symlink-p'.
(tramp-handle-expand-file-name): Make default method explicit in
file name.
(tramp-unified-filenames): Move to an earlier spot in the file.
(top-level): If tramp-unified-filenames is set and we're running
on XEmacs, load tramp-efs.
(tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New
functions, used by tramp-send-command-internal.
(tramp-open-connection-setup-interactive-shell): Simplify using
`tramp-send-command-internal'.
(tramp-send-command-internal): New function.
(tramp-methods): New entries "remsh" and "remcp" are like "rsh"
and "rcp" but invoke "remsh" instead of "rsh". This is useful on
Cray systems, for instance. Unify tramp-rsh-program,
tramp-telnet-program, tramp-su-program into tramp-login-program.
Likewise with tramp-login-args, tramp-copy-program,
tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New
method plink1; like plink but pass "-1" to force protocol version
1.
(tramp-default-method): Use plink as the default on machines where
the plink program is present.
(tramp-completion-file-name-handler): Add safe-magic property.
(tramp-shell-prompt-pattern): Allow ANSI escapes at
end of prompt. (ANSI escapes elsewhere in the prompt are
recognized properly already.)
|
|
|
|
|
|
|
|
|
| |
(sc-emacs-features): Remove. Use better tests instead.
(sc-minor-mode): Use define-minor-mode.
(sc-mode-string, sc-set-mode-string): Remove.
Use a better modeline expression instead.
(sc-completing-read, sc-read-string, sc-submatch, sc-member)
(sc-string-text): Remove those compatibility functions.
|
|
|
|
|
|
|
| |
(gud-gdba-command-name): Use -noasync in all cases (as Fortran
seems to require it also).
(gdb-source-info): Parse correctly when compilation directory
specifies host also (IRIX).
|
| |
|