- 01 Feb, 2013 1 commit
-
-
Glenn Morris authored
* doc/misc/calc.texi (Help Commands): Update calc-view-news description. * lisp/calc/calc-help.el (calc-view-news): Use view-emacs-news. * lisp/calc/README: Move news entries from here... * etc/NEWS, etc/NEWS.23: ... to here
-
- 31 Jan, 2013 8 commits
-
-
Sam Steingold authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Michael Albinus authored
`string-as-unibyte'. The function does not exist on XEmacs, and likely we need another approach. * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether `tramp-gw-*' variables are bound.
-
Glenn Morris authored
* lisp/files.el (basic-save-buffer-2): Choose coding system for writing the file before backing it up. * src/fileio.c (choose_write_coding_system): Make it callable from Lisp. (Fwrite_region): If coding-system-for-write is set, don't call choose_write_coding_system. Move the last piece of choose_write_coding_system here. (syms_of_fileio): Add choose-write-coding-system. Fixes: debbugs:13522
-
Michal Nazarewicz authored
(just-one-space): Use it.
-
Stefan Monnier authored
(opascal-newline-always-indents): Remove custom. (opascal-tab, opascal-newline): Remove commands. (opascal-new-comment-line): Insert "\n" instead of calling newline. (opascal-mode-map): Keep default bindings for RET and TAB and DEL. (opascal-save-match-data): Remove, use save-match-data instead. (opascal-save-state): Use with-silent-modifications.
-
Stefan Monnier authored
Fixes: debbugs:13585
-
- 30 Jan, 2013 17 commits
-
-
Juri Linkov authored
Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
-
Christopher Schmidt authored
-
Stefan Monnier authored
column if we're just deleting the backslashes. (makefile-fill-paragraph): Use eolp.
-
Michael Albinus authored
-
Leo Liu authored
Fixes: debbugs:13576
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/mouse.el (mouse-drag-line): Avoid pushing same event onto unread-command-events twice in some cases. This tries to implement the 2012-07-26 changes in a different way. Fixes: debbugs:13560
-
Stefan Monnier authored
(jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos): Use defvar-local. (jit-lock-register): Use setq-local. Fixes: debbugs:13542
-
Fabián Ezequiel Gallina authored
(python-pdbtrack-comint-output-filter-function): Enhancements on stacktrace detection. (thanks @gnovak)
-
Jay Belanger authored
(calc-convert-units): Treat expressions where all the units cancel as if they didn't have units.
-
Christopher Schmidt authored
-
Christopher Schmidt authored
-
Michael Albinus authored
(tramp-completion-reread-directory-timeout): Fix type. (tramp-connection-min-time-diff): New defcustom. * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Put back a version of the infinite loop test removed 2013-01-23.
-
Michael Albinus authored
-
- 29 Jan, 2013 4 commits
-
-
Alan Mackenzie authored
cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re): (c-awk-harmless-string*-here-re): braces, parens and semicolons are no longer included. (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re): What used to be these variables without "-line" in the name. (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are. (c-awk-non-arith-op-bra-re): Now also matches {. (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print", "return", and "case". (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed by /. (c-awk-syntax-tablify-/): Check special cases "print /re/", etc. (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
-
Michael Albinus authored
`custom-initialize-default' for initialization. (Bug#13583)
-
Michael Albinus authored
(tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for compatibility. (tramp-compute-multi-hops): Check, whether `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called in `tramp-file-name-handler'.
-
- 28 Jan, 2013 7 commits
-
-
Fabián Ezequiel Gallina authored
python-shell-interpreter with modified environment.
-
Stefan Monnier authored
Fixes: debbugs:13297
-
Eli Zaretskii authored
src/w32.c (opendir): Now accepts a 'const char *'. nt/inc/dirent.h (opendir): Update prototype.
-
Dmitry Antipov authored
http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html. * dispnew.c (preemption_period, preemption_next_check): Remove. (Vredisplay_preemption_period): Likewise. (update_frame, update_single_window, update_window, update_frame_1): Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not used, following the 2012-06-22 change.
-
Dmitry Gutov authored
nested constants, too. \_< broke that.
-
Dmitry Gutov authored
temporarily) broken indentation. * automated/ruby-mode-tests.el (ruby-block-test-example): Break indentation of the do block opener and add a line inside it. * automated/ruby-mode-tests.el (works-on-do, ok-with-three): Adjust line numbers.
-
Glenn Morris authored
-
- 27 Jan, 2013 3 commits
-
-
Dmitry Gutov authored
(ruby-indent-spread-args-in-parens): New test.
-
Dmitry Gutov authored
of "\\b". Remove some checks made superfluous as a result.
-
Michael Albinus authored
from a saved file shall not be taken into account. (Bug#13557)
-