- 01 Jan, 2015 2 commits
-
-
Paul Eggert authored
Run admin/update-copyright.
-
Eli Zaretskii authored
lisp/tool-bar.el (tool-bar-local-item) (tool-bar-local-item-from-menu): Call force-mode-line-update to make sure the tool-bar changes show on display.
-
- 29 Dec, 2014 3 commits
-
-
Michael Albinus authored
* net/tramp-compat.el (top): Require cl-macs for Emacs 22. Make an alias for `default-toplevel-value' if it doesn't exist. * net/tramp-smb.el (tramp-smb-handle-copy-directory): Use `tramp-compat-delete-directory'. * net/trampver.el: Update release number.
-
Michael Albinus authored
-
Filipp Gunbin authored
Fixes: debbugs:19449 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode for remote files (bug#19449)
-
- 28 Dec, 2014 3 commits
-
-
Paul Eggert authored
-
Eli Zaretskii authored
Add missing ChangeLog entry for the previous commit. Backported from trunk; do not merge back. (cherry picked from commit 79e2dade)
-
Kenichi Handa authored
Backported from trunk; do not merge back. (cherry picked from commit 5979af51)
-
- 27 Dec, 2014 7 commits
-
-
Fabián Ezequiel Gallina authored
cornercase when region sent starts at point-min.
-
Fabián Ezequiel Gallina authored
-
Eli Zaretskii authored
lisp/language/misc-lang.el (composition-function-table): Add Syriac characters and also ZWJ/ZWNJ. See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html for the details.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-shell-send-region): Rename argument send-name from nomain. Fix message. (python-shell-send-buffer): Rename argument send-name from arg.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-shell-send-file): Make file-name mandatory. Fix temp file removal in the majority of cases.
-
Fabián Ezequiel Gallina authored
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-rx-constituents): Add coding-cookie. (python-shell--save-temp-file): Write file with proper encoding. (python-shell-buffer-substring): Add coding cookie for detected encoding to generated content. Fix blank lines when removing if-name-main block. (python-shell-send-file): Handle file encoding. (python-info-encoding-from-cookie) (python-info-encoding): New functions. * test/automated/python-tests.el (python-shell-buffer-substring-1) (python-shell-buffer-substring-2, python-shell-buffer-substring-3) (python-shell-buffer-substring-4, python-shell-buffer-substring-5) (python-shell-buffer-substring-6, python-shell-buffer-substring-7) (python-shell-buffer-substring-8) (python-info-encoding-from-cookie-1) (python-info-encoding-from-cookie-2) (python-info-encoding-from-cookie-3) (python-info-encoding-from-cookie-4) (python-info-encoding-from-cookie-5) (python-info-encoding-from-cookie-6) (python-info-encoding-from-cookie-7, python-info-encoding-1) (python-info-encoding-2): New tests.
-
- 26 Dec, 2014 1 commit
-
-
Paul Eggert authored
-
- 24 Dec, 2014 1 commit
-
-
Michael Albinus authored
Use `tramp-rsh-end-of-line', it ought to be more robust.
-
- 23 Dec, 2014 4 commits
-
-
Stefan Monnier authored
Fixes: debbugs:19397
-
Michael Albinus authored
as end-of-line delimeter for passwords, when running on MS Windows. * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
-
Stefan Monnier authored
Fixes: debbugs:19433 (sh-set-shell): Don't change the global value of indent-line-function.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-shell--save-temp-file): Do not append coding cookie. (python-shell-send-string): Generalize for python-shell-send-region. (python--use-fake-loc): Delete var. (python-shell-buffer-substring): Cleanup fake-loc logic. (python-shell-send-region): Remove fake-loc logic, simplify.
-
- 22 Dec, 2014 1 commit
-
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-indent-post-self-insert-function): Make colon to re-indent only for dedenters, handling multiline-statements gracefully. * test/automated/python-tests.el (python-indent-electric-colon-2) (python-indent-electric-colon-3): New tests.
-
- 21 Dec, 2014 2 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
* net/tramp.el (tramp-handle-insert-file-contents): Set `find-file-not-found-functions' in case of errors.
-
- 19 Dec, 2014 3 commits
-
-
Michael Albinus authored
(tramp-get-remote-path): Use it.
-
Michael Albinus authored
(tramp-get-remote-path): Use it.
-
Andreas Schwab authored
* gnus-group.el (gnus-read-ephemeral-bug-group): Bind coding-system-for-read and coding-system-for-write only around with-temp-file, and make buffer unibyte. Don't write temp file twice.
-
- 18 Dec, 2014 1 commit
-
-
Stefan Monnier authored
* doc/lispref/display.texi (Forcing Redisplay): Remove references to redisplay-dont-pause and redisplay-preemption-period (which doesn't even exist).
-
- 17 Dec, 2014 1 commit
-
-
Michael Albinus authored
wrong debug buffer. (tramp-gw-open-connection): Set process coding system 'binary. (tramp-gw-open-network-stream): Handle HTTP error 403. * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in wrong debug buffer. (tramp-maybe-open-connection): Set connection property "gateway". * net/tramp.el (tramp-error-with-buffer): Call `message' properly. (tramp-accept-process-output): Use nil as argument for `accept-process-output', when there is a gateway prepended.
-
- 15 Dec, 2014 2 commits
-
-
Stefan Monnier authored
Fixes: debbugs:19381 * src/buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring. * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit to 78.
-
Dmitry Gutov authored
Fixes: debbugs:19386 * lisp/vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date' stage to after `diff-index'.
-
- 14 Dec, 2014 1 commit
-
-
Joao Tavora authored
Fixes: debbugs:19356 * lisp/textmodes/tex-mode.el (tex-insert-quote): Consider and respect `electric-pair-mode'. * test/automated/electric-tests.el (autowrapping-7): New test for tex-mode's autowrapping. (electric-pair-test-for): Call the actual key-binding interactively.
-
- 12 Dec, 2014 1 commit
-
-
Michael Albinus authored
numeric secrets like PINs or RSA tokens.
-
- 10 Dec, 2014 1 commit
-
-
Michael Albinus authored
order to determine `tramp-own-remote-path'.
-
- 09 Dec, 2014 1 commit
-
-
Fabián Ezequiel Gallina authored
Fixes: debbugs:19289 * lisp/progmodes/python.el (python-shell-parse-command): Quote `python-shell-interpreter`.
-
- 04 Dec, 2014 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:18031 * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning of the whole pipe when indenting an opening keyword after a |. Generalize this treatment to opening keywords like "while".
-
- 01 Dec, 2014 3 commits
-
-
Stefan Monnier authored
to make sure it's first.
-
Glenn Morris authored
-
Stefan Monnier authored
Fix handling of symbols with different syntax at beginning/end or with symbol rather than word syntax.
-
- 30 Nov, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/simple.el (line-move): If noninteractive, call line-move-1, not forward-line, since the former is compatible with line-move-visual both in terms of the column to which it moves and the return value.
-