| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
looking-at call doesn't clobber its value when we want to use it to back up
before the error we discard.
Make sure compilation-error-list is at least two elts long before checking
its first two elts for being in the same file.
|
|
|
|
| |
(delete-indentation): Don't go beyond eob, comparing with fill-prefix.
|
| |
|
|
|
|
|
| |
the arrangement of unwind-protect and the save-excursion;
restored that structure.
|
|
|
|
|
| |
the last one (which is for a different file), so we don't lose
the same way on the next run.
|
|
|
|
| |
until we have seen all the consecutive errors in the same file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
it's annoying to see the command and the new prompt in the
debugger interaction buffer; nuke the command and the old prompt.
(gud-delete-prompt-marker): New variable, with extensive documentation.
(gud-mode): Make gud-delete-prompt-marker buffer-local, and
initialize it.
(gud-filter-insert): If gud-delete-prompt-marker is set, delete
the prompt, and clear gud-delete-prompt-marker.
(gud-call): Arrange for the last prompt printed to get deleted, by
setting gud-delete-prompt-char.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(gud-gdb-marker-filter, gud-sdb-marker-filter,
gud-dbx-marker-filter): Rename the argument `s' or `str' to
`string', and change all uses; these definitions were referring to
`string', which is unbound in the lexical context, but which
happens to end up being bound to the right thing by the caller,
gud-filter.
(sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the
latter doesn't exist.
(gud-dbx-debugger-setup): Use the argument `f', not the variable
`file', which happens to be bound in the caller.
(gud-filter-insert): The variable `start' is never used. The
variable `moving' is unnecessary. The variable `old-buffer' and
the unwind-protect form are unneeded, since save-excursion can do
their work. The binding of output-after-point should be done after
switching to the process's buffer, not in whatever random buffer
happens to be current when the process filter is called. There's
no need to set the process mark if we've just inserted at its
location using insert-before-markers.
(gud-read-address): Don't bother setting the variable `result'; it
is never used.
* gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l;
the latter is reserved for the user's purposes.
* gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing,
instead of C-c C-c. C-c C-c should be comint-interrupt-subjob;
it's important to have that available, and the C-c C-c binding is
consistent with all the other comint-derived modes.
|
|
|
|
| |
(file-relative-name): Use it.
|
| |
|
|
|
|
|
| |
(wordstar-mode): Move after definition of keymap.
(ws-move-block): Just two args for kill-region.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
(vc-log-after-operation-hook): New internal defvar.
(vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
(vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.
(vc-update-change-log): When doing all visited files, remove directory
names from file names that are in default-directory.
|
|
|
|
|
| |
Take optional args to pass to script.
Add fancy interactive spec: C-u for current file only; M-0 for all visited.
|
|
|
|
| |
(find-grep-dired): Use ! -type d, not -type f.
|
|
|
|
| |
(vc-mode-line): Add interactive spec.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(mpuz): Renamed from mult-puzzle. Make it autoload.
|
| |
|
|
|
|
|
| |
(diff-parse-differences): Always add `done' to message, at end.
New local num-loci-found counts the loci.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(mouse-split-window-horizontally): New command.
Use S-mouse-2 for them.
(mouse-delete-window): Put on mode-line mouse-3.
(mouse-save-then-kill): New command, on mouse-3.
(mouse-delete-other-windows): Use @. Now on mode-line mouse-1.
(mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
(mouse-scroll-move-cursor): Likewise.
(mouse-scroll-left, mouse-scroll-right): Likewise for column.
(mouse-scroll-move-cursor-horizontally): Likewise.
|
|
|
|
| |
(revert-buffer, recover-file): Pass t for that arg.
|
|
|
|
| |
always match the first paren if have more than one.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(mail-safe-move-sexp): Renamed from safe-...
(mail-variant-method): Renamed from variant-method.
|
| |
|
| |
|
| |
|
| |
|