- 25 Jun, 2014 8 commits
-
-
Leo Liu authored
* indent.el (indent-accumulate-tab-stops): New function. * textmodes/picture.el (picture-set-tab-stops): * ruler-mode.el (ruler-mode-mouse-add-tab-stop) (ruler-mode-ruler): Fix to work with nil tab-stop-list. * progmodes/asm-mode.el (asm-calculate-indentation): Use indent-next-tab-stop.
-
Stefan Monnier authored
(package-test-update-archives, package-test-describe-package): Adjust tests according to new package-list-unsigned.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Fixes: debbugs:17846
-
Stefan Monnier authored
(package-desc-status): Obey it. Fixes: debbugs:17625
-
Stephen Berman authored
(todo-insert-item--basic): If user cancels item insertion to another category before setting priority, show original category whether it is in the same or a different file. (todo-set-item-priority): After selecting category, instead of moving point to top, which extends an active region, restore it.
-
Stefan Monnier authored
calling help-fns--autoloaded-p. Fixes: debbugs:17564
-
- 24 Jun, 2014 5 commits
-
-
Juri Linkov authored
(desktop-auto-save-disable): New functions. (desktop-save-mode, desktop-auto-save-timeout): Use them. (desktop-read): Disable the autosave before loading the desktop, and enable afterwards. Fixes: debbugs:17351
-
Stefan Monnier authored
* lisp/progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&. (sh-smie--default-forward-token, sh-smie--default-backward-token): New functions. (sh-smie-sh-forward-token, sh-smie-sh-backward-token) (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them. (sh-smie-sh-rules): Fix indentation of a pipe at BOL. Fixes: debbugs:17842
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/international/characters.el (char-script-table): Update for scripts added and codepoint ranges changed in Unicode 7.0. * lisp/international/fontset.el (script-representative-chars): Add representative characters for scripts added in Unicode 7.0. (otf-script-alist): Synchronize with the latest registry of OTF script tags.
-
Glenn Morris authored
* admin/unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). * admin/unidata/UnicodeData.txt: Update to 7.0.0. * admin/unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
-
- 23 Jun, 2014 2 commits
-
-
Leo Liu authored
tab-stop-list to nil. * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop. (indent-rigidly-left-to-tab-stop) (indent-rigidly-right-to-tab-stop, tab-to-tab-stop) (move-to-tab-stop): Change callers. Fixes: debbugs:16381
-
Leo Liu authored
key binding to dired-omit-mode. Fixes: debbugs:16354
-
- 22 Jun, 2014 3 commits
-
-
Andreas Schwab authored
attribute values. (Bug#17834)
-
Eli Zaretskii authored
lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string wrt behavior of \n as the first/last element of a skeleton. doc/misc/autotype.texi (Skeleton Language): Document the \n feature better.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-sh-handle-process-file): * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise the output buffer when DISPLAY is non-nil. Fixes: debbugs:17815
-
- 21 Jun, 2014 13 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* play/landmark.el (landmark-move-down, landmark-move-up): Fix 2007-10-20 change - preserve horizontal position.
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (python-mode): (python-util-strip-string): New function. (python-shell-completion-get-completions): Use it. * automated/python-tests.el (python-util-strip-string-1): New test. Fixes: debbugs:17209
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Move to the goal column, if any, with a single call to move_it_in_display_line, not in two calls. Doing this with two calls causes move_it_in_display_line apply the line-prefix handling twice instead of just once.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-mode): Properly set outline-heading-end-regexp so that comments after colons for defuns are supported. Fixes: debbugs:17796
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
-
Eli Zaretskii authored
doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
-
Eli Zaretskii authored
-
Paul Eggert authored
* fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., ACL_TYPE_ACCESS) doesn't work. Fixes: debbugs:17810
-
- 20 Jun, 2014 9 commits
-
-
Stefan Monnier authored
(smie-config-guess): Use smie-config-local so the rules are obeyed. Fixes: debbugs:17818
-
Paul Eggert authored
in --help message. Fixes: debbugs:17806
-
Stefan Monnier authored
since it's already done inside the loop (bug#17819).
-
Martin Rudalics authored
* mouse.el (mouse-drag-line): Re-remove code initially removed on 2013-03-09 and inadvertently reintroduced on 2013-11-30 (Bug#17819).
-
Stefan Monnier authored
align with the surrounding parent. Fixes: debbugs:17721
-
Eli Zaretskii authored
lisp/textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline locally to nil. (texinfo-insert-block, texinfo-insert-@end) (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to local setting of skeleton-end-newline by adding an explicit \n to the skeletons where appropriate.
-
Paul Eggert authored
* configure.ac (CFLAGS): With link time optimization, use -ffat-lto-objects if supported; otherwise Emacs won't build with GCC 4.9.0. Fixes: debbugs:17806
-
Stefan Monnier authored
(smie-indent--hanging-p): Use it. * lisp/progmodes/sh-script.el (sh-set-shell): Set it. Fixes: debbugs:17621
-
Leo Liu authored
buffer. Fixes: debbugs:16617
-