- 29 Jul, 2013 2 commits
-
-
Eli Zaretskii authored
lisp/frame.el (frame-notice-user-settings): Avoid inflooping when the initial frame is minibuffer-less. (Bug#14841)
-
Michael Albinus authored
* net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Use it.
-
- 28 Jul, 2013 4 commits
-
-
Stephen Berman authored
-
Juanma Barranquero authored
(desktop--make-frame): Include `minibuffer' in the minimal set of parameters passed when creating a frame, because the minibuffer status of a frame cannot be changed later.
-
Stephen Berman authored
replace-regexp-in-string and inadvertent omissions in previous change. (todo-filter-items): Ensure only file names are comma-separated in renamed filtered items buffer.
-
Juanma Barranquero authored
(desktop-restoring-reuses-frames): New option. (desktop--compute-pos, desktop--move-onscreen): New functions. (desktop--make-frame): Use desktop--move-onscreen.
-
- 27 Jul, 2013 7 commits
-
-
David Engster authored
* lisp/cedet/semantic/edit.el (semantic-edits-splice-remove): Wrap debug message removing middle tag in semantic-edits-verbose-flag check. * semantic/bovine/el.el (semantic/db-el): New require. * semantic/db-el.el (semanticdb-normalize-one-tag): It might be that a symbol comes from a file but cannot be found in its table. This happens for instance when a symbol was dynamically created through a macro like `defstruct'. In this case, return the original tag. (semanticdb-elisp-sym->tag): Deal with autoloaded functions, where the argument list is not available until the file is loaded.
-
Alan Mackenzie authored
* progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java value to t.
-
Stephen Berman authored
(todo-rename-file): New command. (todo-key-bindings-t): Add key binding for it. Change the bindings of todo-filter-regexp-items(-multifile) to use `x' instead of `r', since the latter is better suited to the new renaming command.
-
Alan Mackenzie authored
progmodes/cc-langs.el (c-block-stmt-1-2-kwds, c-block-stmt-1-2-key): New language constants/variables. progmodes/cc-engine.el (c-beginning-of-statement-1, c-after-conditional): Adapt to deal with c-block-stmt-1-2-key. progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal with c-block-stmt-1-2-key.
-
Juanma Barranquero authored
(desktop--make-frame): Apply most frame parameters after creating the frame to force (partially or totally) offscreen frames to be restored as such.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff. * doc/emacs/maintaining.texi (VC Directory Commands): Mention `D' and `L' in vc-dir.
-
- 26 Jul, 2013 12 commits
-
-
Tassilo Horn authored
gnus-sum.el (gnus-sort-threads-recursively): New defcustom. (gnus-sort-threads): Use it. gnus.texi (Sorting the Summary Buffer): Document new defcustom `gnus-sort-threads-recursively'.
-
Eli Zaretskii authored
src/process.c (Fprocess_list): Doc fix. lisp/simple.el (list-processes): Doc fix.
-
Stefan Monnier authored
`base' arg of backtrace-frame.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
(edebug-eval): Use backtrace-eval. (edebug--display, edebug--recursive-edit): Don't let-bind the edebug-outer-* vars that keep track of variables we locally let-bind. (edebug-outside-excursion): Don't restore outside values of locally let-bound vars. (edebug--display): Use user-error. (cl-lexical-debug, cl-debug-env): Remove.
-
Juanma Barranquero authored
We want to be sure that new frames are visible before deleting any remaining ones.
-
Matthias Meulien authored
-
Richard M. Stallman authored
* epa.el (epa-mail-aliases): New option. * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs. Bind inhibit-read-only so read-only text doesn't ruin everything. (epa-mail-default-recipients): New subroutine broken out. Handle epa-mail-aliases.
-
Stefan Monnier authored
* lisp/emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-* vars, except for debugger-outer-match-data. (debugger-frame-number): Move check for "on a function call" from callers into it. Add `skip-base' argument. (debugger-frame, debugger-frame-clear): Simplify accordingly. (debugger-env-macro): Only reset the state stored in non-variables, i.e. current-buffer and match-data. (debugger-eval-expression): Rewrite using backtrace-eval. * lisp/subr.el (internal--called-interactively-p--get-frame): Remove. (called-interactively-p): * lisp/emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new `base' arg of backtrace-frame instead. * src/eval.c (set_specpdl_old_value): New function. (unbind_to): Minor simplification. (get_backtrace_frame): New function. (Fbacktrace_frame): Use it. Add `base' argument. (backtrace_eval_unrewind, Fbacktrace_eval): New functions. (syms_of_eval): Export backtrace-eval. * src/xterm.c (x_focus_changed): Simplify.
-
Glenn Morris authored
(align-region): Explicit error if subexpression missing/does not match. Fixes: debbugs:14857
-
Glenn Morris authored
Fixes: debbugs:14858
-
- 25 Jul, 2013 6 commits
-
-
Andreas Schwab authored
gnus-art.el (gnus-button-url-regexp): Make it match url in which punctuation characters follow parentheses (bug#14950)
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (display-buffer): In display-buffer bind split-window-keep-point to t, bug#14829.
-
Juanma Barranquero authored
(desktop--select-frame, desktop--sort-states, desktop-restore-frames): Deobfuscate access to desktop--mini values.
-
Juanma Barranquero authored
(desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm) (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames) (desktop--select-frame, desktop--sort-states, desktop-restore-frames): Change accordingly.
-
Juanma Barranquero authored
(desktop--make-frame): Do not pass the `fullscreen' parameter to modify-frame-parameters if the value has not changed. (desktop--make-frame): On cl-delete-if call, check parameter name, not full parameter.
-
- 24 Jul, 2013 9 commits
-
-
Juanma Barranquero authored
(desktop-restore-frames): Warn when deleting an existing frame failed.
-
Glenn Morris authored
Fixes: debbugs:14929
-
Michael Albinus authored
* net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p): Remove functions. * autorevert.el (auto-revert-use-notify): (auto-revert-notify-add-watch): * net/tramp.el (tramp-file-name-for-operation): * net/tramp-adb.el (tramp-adb-file-name-handler-alist): * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): * net/tramp-sh.el (tramp-sh-file-name-handler-alist): * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Remove `file-notify-supported-p' entry.
-
Glenn Morris authored
-
Xue Fuqiao authored
* lisp/ido.el (ido-fractionp): (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode) (ido-max-file-prompt-width, ido-unc-hosts-cache) (ido-max-directory-size, ido-max-dir-file-cache) (ido-decorations): Doc fix.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
with lpr- versions.
-
Stefan Monnier authored
checked with memq. Fixes: debbugs:14935
-