| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Rename `isearch-buffers' name prefixes to `multi-isearch'.
Remove `isearch-buffers-minor-mode'. Add new function
`multi-isearch-setup' to `isearch-mode-hook'. New top-level
commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
`multi-isearch-files', `multi-isearch-files-regexp'.
|
| |
|
| |
|
| |
|
|
|
|
| |
displays.
|
|
|
|
| |
more suitable colors on dark displays.
|
|
|
|
|
|
|
|
|
|
|
| |
"scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
(tramp-temp-buffer-name): New defconst.
(tramp-handle-start-file-process): Use it. Apply "exec", for the
command. No trailing prompt.
(tramp-process-sentinel): Remove temporary buffer, if existing.
Don't handle trailing prompt.
(tramp-open-connection-setup-interactive-shell): Use
`tramp-temp-buffer-name'.
|
|
|
|
| |
comint-dynamic-complete-filename as well (bug#361).
|
|
|
|
| |
comint-dynamic-complete-filename as well (bug#361).
|
| |
|
|
|
|
|
|
|
| |
* version.el (emacs-version):
* loadup.el:
* frame.el (make-frame-on-display): Check for ns instead of
ns-windowing.
|
|
|
|
|
| |
* menu-bar.el (menu-bar-file-menu): Show the key binding for
exiting emacs.
|
| |
|
|
|
|
| |
to `multi-query-replace-map'.
|
|
|
|
|
|
|
|
|
| |
(perform-replace): Add processing of new multi-buffer keys bound
to `automatic-all' and `exit-current'. Set `query-flag' to nil
if last input char was `automatic-all'. Set new local variable
`multi-buffer' to t when one of new two keys were typed. Return
non-nil value of `multi-buffer' that tells to calling functions
to continue replacement on the next file.
|
|
|
|
| |
otherwise displayed in every buffer.
|
|
|
|
| |
(vc-arch-trim-one-revlib): Delete temp directories as well.
|
| |
|
|
|
|
|
|
|
|
|
| |
See Sven Joachim message <87fxq2cotk.fsf@gmx.de> on [emacs-devel].
2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change)
* vc-dir.el (vc-dir-recompute-file-state): Fix mismatched
paenthesis.
|
|
|
|
|
|
| |
It is obsolete.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1346
|
| |
|
| |
|
| |
|
|
|
|
| |
to match the default.
|
| |
|
|
|
|
| |
command.
|
| |
|
|
|
|
|
|
|
| |
for "word wrap" command.
* simple.el (visual-line-mode): Disable
truncate-partial-width-windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
corresponding x- versions.
(x-select-text, x-cut-buffer-or-selection-value)
(x-disown-selection-internal, x-get-selection-internal)
(x-own-selection-internal, x-defined-colors, xw-defined-colors)
(x-display-mm-width, x-display-mm-height)
(x-display-backing-store, x-display-save-under)
(x-display-visual-class, x-display-screens, x-focus-frame): Remove
defaliases.
* image.c:
* nsfns.m:
* nsselect.m:
* nsterm.h:
* nsterm.m: Rename ns prefixed functions/variables to the
corresponding x versions. Update references.
|
|
|
|
|
| |
(make-frame-on-display): Use x-display-name instead
ns-display-name. Use unless.
|
| |
|
|
|
|
|
| |
(gnus-select-frame-set-input-focus): Undo previous change. Treat ns
like x.
|
|
|
|
| |
checked in inadvertently.
|
|
|
|
|
|
|
|
| |
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
|
|
|
|
|
|
|
|
|
| |
comments, messages, and docstrings.
(ns-handle-args, x-parse-geometry)
(ns-extended-platform-support-mode, x-setup-function-keys)
(ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
(ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
(ns-initialized, ns-initialize-window-system): Doc fixes.
|
|
|
|
|
|
|
|
|
| |
* diff-mode.el (diff-auto-refine): Delete defcustom.
(diff-auto-refine-mode): New func/var via define-minor-mode.
Update var ref to use diff-auto-refine-mode.
* smerge-mode.el (diff-mode): Require when compiling.
(smerge-auto-refine): Delete defcustom.
Update smerge-auto-refine ref to use diff-auto-refine-mode.
|
|
|
|
|
|
|
|
|
| |
* rfc2104.el (rfc2104-zero): Delete defconst.
(rfc2104-hex-alist): Likewise.
(rfc2104-hex-to-int): Delete func.
(rfc2104-hexstring-to-bitstring): Likewise.
(rfc2104-nybbles): New defconst.
(rfc2104-hash): Rewrite for speed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators.
|
|
|
|
|
|
| |
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Move ...
* term/common-win.el: ... here. New file.
* term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Remove.
* loadup.el: Load term/common-win before term/x-win and term/w32-win.
|
|
|
|
| |
new keymap `narrow-map' instead of binding "\C-xns".
|
| |
|
| |
|
|
|
|
|
|
|
| |
(image-dired-cmd-create-temp-image-options)
(image-dired-cmd-create-standard-thumbnail-command): Add > to the
ImageMagick command line to change the dimensions of the image
only if its width or height exceeds the geometry specification.
|
| |
|
|
|
|
|
| |
type Control-g" a few lines below to be after the line "To start".
Add text "at gnu.org" to "Overview of Emacs features".
|