- 13 Dec, 2013 5 commits
-
-
Dmitry Gutov authored
* lisp/faces.el (paren-showing-faces, show-paren-match) (show-paren-mismatch): Move from paren.el. * lisp/simple.el (blink-matching--overlay): New variable. (blink-matching-open): Instead of moving point, highlight the matching paren with an overlay (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
-
Leo Liu authored
* indent.el (indent-region): Disable progress reporter in minibuffer. Fixes: debbugs:16108
-
Juri Linkov authored
Fixes: debbugs:14397
-
Fabián Ezequiel Gallina authored
Also match after beginning of line. (python-pdbtrack-set-tracked-buffer): Fix logic for remote files. Thanks to Russell Sim. Fixes: debbugs:15378
-
Juri Linkov authored
Fixes: debbugs:16109
-
- 12 Dec, 2013 6 commits
-
-
Fabián Ezequiel Gallina authored
de-denters cornercase. * test/automated/python-tests.el (python-indent-dedenters-2): New test. Fixes: debbugs:15731
-
Stefan Monnier authored
(advice--make): Pay attention to `depth'. (advice--make-1): Don't autoload commands eagerly. * lisp/emacs-lisp/elp.el (elp-instrument-function): * lisp/emacs-lisp/trace.el (trace-function-internal): * lisp/emacs-lisp/debug.el (debug-on-entry): Keep them "first". * lisp/iswitchb.el (iswitchb-mode): Don't belittle ido.
-
Fabián Ezequiel Gallina authored
(python-indent-calculate-indentation): Fix auto-identation behavior for comment blocks. * test/automated/python-tests.el (python-indent-after-comment-1) (python-indent-after-comment-2): New tests. Fixes: debbugs:15916
-
Glenn Morris authored
-
Nathan Trapuzzano authored
determining indentation, don't treat "return", "pass", etc., as operators when they are just string constituents. * automated/python-test.el (python-indent-block-enders-1): Rename from python-indent-block-enders. (python-indent-block-enders-2): New test. Fixes: debbugs:15812
-
Juri Linkov authored
* lisp/menu-bar.el (menu-bar-options-menu): Don't require preloaded `uniquify'. Change default to `post-forward-angle-brackets'. http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00317.html
-
- 11 Dec, 2013 15 commits
-
-
Glenn Morris authored
rather than falsely declaring.
-
Ted Zlatanov authored
* net/eww.el (eww-exit, eww-close): Add UI convenience wrappers. (eww-mode-map): Use them.
-
Martin Rudalics authored
* window.el (display-buffer-in-side-window): Fix doc-string (Bug#16115).
-
Juanma Barranquero authored
(vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored. (log-edit-set-header): Declare.
-
Eli Zaretskii authored
lisp/Makefile.in (custom-deps, finder-data): Run output file names through unmsys--file-name.
-
Stefan Monnier authored
comment-start-skip, since it fails when that uses submatch 1. Fixes: debbugs:16041
-
Stefan Monnier authored
instead of deleting the selection "by hand". Rely on insert-for-yank to yank rectangles. (cua-highlight-region-shift-only): Mark obsolete. (cua-mode): Don't enable/disable transient-mark-mode, shift-select-mode (cua-mode works both with and without them), and pc-selection-mode (obsolete). * lisp/emulation/cua-rect.el (cua--activate-rectangle): Activate the mark. (cua--deactivate-rectangle): Deactivate it. Fixes: debbugs:16098
-
Stefan Monnier authored
(delete-selection-helper): Make sure yank starts at the top of the deleted region. (minibuffer-keyboard-quit): Use region-active-p.
-
Stefan Monnier authored
-
Stefan Monnier authored
to `delete'. Fixes: debbugs:16109
-
Rüdiger Sonderfeld authored
The manual was written by Kurt Hornik. He agreed to assign the copyright for it to the FSF. I have updated and modified the manual. * doc/misc/octave-mode.texi: Imported from GNU Octave (doc/interpreter/emacs.txi). * doc/misc/Makefile.in: Add octave-mode.texi. * lisp/progmodes/octave.el (octave-mode, inferior-octave-mode): Link to info manual and show keybindings and set `:group' keyword.
-
Juri Linkov authored
to prevent `kill-region' from changing its original value. (delete-selection-helper): Handle `overwrite-mode' for the type `kill' exactly the same way as for the type `t'. (insert-char, quoted-insert, reindent-then-newline-and-indent): Support more commands. Fixes: debbugs:13312
-
Juri Linkov authored
with basic modifiers control, meta and shift. Fixes: debbugs:14397
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and "Close browser" menu items. Fix wrong function of "List bookmarks".
-
Juri Linkov authored
`multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT arg of isearch-forward to t. (multi-isearch-buffers-regexp): Set the value of `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT arg of isearch-forward-regexp to t. (multi-isearch-files): Set the value of `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT arg of isearch-forward to t. (multi-isearch-files-regexp): Set the value of `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT arg of isearch-forward-regexp to t. * lisp/dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT arg of isearch-forward to t. (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT arg of isearch-forward-regexp to t. (dired-isearch-filter-filenames): Remove unnecessary check for `dired-isearch-filenames'. * lisp/comint.el (comint-history-isearch-backward): Set NO-RECURSIVE-EDIT arg of isearch-backward to t. (comint-history-isearch-backward-regexp): Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t. Fixes: debbugs:16035
-
- 10 Dec, 2013 2 commits
-
-
Eli Zaretskii authored
lisp/Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through unmsys--file-name.
-
Ted Zlatanov authored
* emacs-lisp/package.el (package-keyword-button-action): Remove finder.el require dependency.
-
- 09 Dec, 2013 7 commits
-
-
Ted Zlatanov authored
* emacs-lisp/package.el: Require finder.el. (describe-package-1): Add keyword buttons. (package-make-button): New convenience function. (package-keyword-button-action): Keyword button action using `finder-list-matches'
-
Eli Zaretskii authored
lisp/autorevert.el (auto-revert-notify-add-watch): Exclude symlinks from file notifications.
-
Michael Albinus authored
-
Dmitry Gutov authored
after the end of a percent literal.
-
Cameron Desautels authored
Handle caret-delimited strings. Fixes: debbugs:16079
-
Dmitry Gutov authored
`ruby-use-smie' is t, use `smie-forward-sexp' instead of `ruby-parse-partial'. Fixes: debbugs:16078
-
Leo Liu authored
Fixes: debbugs:16091
-
- 08 Dec, 2013 5 commits
-
-
Dmitry Gutov authored
* lisp/progmodes/js.el (js-auto-indent-flag): Remove, was unused. (js-switch-indent-offset): New option. (js--proper-indentation): Use it. And handle the case when "default" is actually a key in an object literal. (js--same-line): New function. (js--multi-line-declaration-indentation): Use it. (js--indent-in-array-comp, js--array-comp-indentation): New functions. (js--proper-indentation): Use them, to handle array comprehension continuations.
-
Leo Liu authored
* progmodes/flymake.el (flymake-highlight-line): Re-write. (flymake-make-overlay): Remove arg MOUSE-FACE. (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
-
Stefan Monnier authored
* lisp/emulation/cua-base.el (cua--explicit-region-start) (cua--last-region-shifted): Remove. (cua--deactivate): Use deactivate-mark. (cua--pre-command-handler-1): Don't handle shift-selection. (cua--post-command-handler-1): Don't change transient-mark-mode. (cua--select-keymaps): Use region-active-p rather than cua--explicit-region-start or cua--last-region-shifted. (cua-mode): Enable shift-select-mode. * lisp/emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay): New function. (redisplay-highlight-region-function): Use it.
-
Stefan Monnier authored
transient-mark-mode is off. (rectangle--highlight-for-redisplay): Fix boundary condition when point is > mark and at bolp. Fixes: debbugs:16066
-
Leo Liu authored
* progmodes/flymake.el (flymake-popup-current-error-menu): Rename from flymake-display-err-menu-for-current-line. Reimplement. (flymake-posn-at-point-as-event, flymake-popup-menu) (flymake-make-emacs-menu): Remove. Fixes: debbugs:16077
-