- 23 Jan, 2018 1 commit
-
-
Stefan Monnier authored
(ert-describe-test): Return the description text as well. Remove left over version check. * lisp/help-mode.el (describe-symbol-backends): Add docstring.
-
- 22 Jan, 2018 10 commits
-
-
Philipp Stephani authored
* test/src/callint-tests.el (call-interactively/incomplete-multibyte-sequence): New unit test.
-
Philipp Stephani authored
-
Juri Linkov authored
* lisp/isearch.el (isearch-suspended): New defvar. (with-isearch-suspended): Set isearch-suspended to t at the beginning, then set it back to nil at the end. * lisp/comint.el (comint-history-isearch-backward) (comint-history-isearch-backward-regexp): Set global value of comint-history-isearch to t. (comint-history-isearch-end): Reevaluate comint-history-isearch when isearch-edit-string finishes. * lisp/dired-aux.el (dired-isearch-filenames) (dired-isearch-filenames-regexp): Set global value of dired-isearch-filenames to t. (dired-isearch-filenames-end): Reevaluate dired-isearch-filenames when isearch-edit-string finishes.
-
Paul Eggert authored
-
Paul Eggert authored
1fc98ed0 ; Spelling fix bb396a36 Update Org to v9.1.6 fa582153 Use text-pixels values only when saving framesets (Bug#30141) 6b01b947 Minor improvement in section "Pages" of the usere manual e8c8bd3d Minor improvements in user manual 26b8b92e Improve the "Mark" chapter of the user manual 759569fe Improve the "Buffers" chapter of the user manual c2e6d121 * lisp/term.el (term-send-input): Fix text duplication in ... 854a1c0a Improve "Buffers" in the user manual # Conflicts: # etc/NEWS
-
Paul Eggert authored
-
Rasmus authored
Please note this is a bugfix release. See etc/ORG-NEWS for details.
-
Michael Albinus authored
* lisp/net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): Use `set-process-coding-system' rather than interactive `set-buffer-process-coding-system'. * lisp/net/tramp.el (tramp-default-user-alist) (tramp-default-host-alist): Fix docstring.
-
Aaron Jensen authored
* lisp/frameset.el (frameset-persistent-filter-alist): Specify that text-pixels values are by default only saved by framesets so the parameter is not set when restoring (Bug#30141).
-
Michael Albinus authored
* lisp/autorevert.el (auto-revert-buffers): Check `auto-revert-timer' being a timerp. * test/lisp/filenotify-tests.el (file-notify-test04-autorevert): Adapt test in order to cover changed behavior of autorevert.
-
- 21 Jan, 2018 11 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
* lisp/emacs-lisp/map-ynp.el (read-answer): New function. (read-answer-short): New defcustom. * lisp/dired.el (dired-delete-file): Use read-answer. (dired--yes-no-all-quit-help): Remove function. (dired-delete-help): Remove defconst. * lisp/subr.el (assoc-delete-all): New function.
-
Lars Ingebrigtsen authored
* lisp/arc-mode.el (archive-rar-summarize): Adjust parsing to be more permissive. The previous code would stop parsing if we had a directory entry or a negative ratio as seen from the output of lsar on Debian jessie: 0. D---- 16221659 ----- Nr20 2005-12-24 19:30 foo/ 4. ----- 466509 -0.0% Nr20 2005-12-24 19:19 foo/bar.jpg
-
Alan Mackenzie authored
* lisp/progmodes/cc-engine.el (c-looking-at-or-maybe-in-bracelist): Recognize a brace list when preceded by "return" or inside parentheses, either immediately after the "(" or following a comma. (c-looking-at-inexpr-block): Test c-has-compound-literals rather than hard coded C++ Mode. (c-guess-basic-syntax, CASE 7B): Test additionally for not being just inside a parenthesis or being at a Java "new" keyword. CASE 9: Remove the simple minded test on the contents of a block to determine a brace list. * lisp/progmodes/cc-langs.el (c-has-compound-literals): New lang const and lang var.
-
Eli Zaretskii authored
* doc/emacs/text.texi (Pages): Improve wording. Suggested by Will Korteland <emacs-devel@korte.land> in emacs-manual-bugs@gnu.org.
-
Eli Zaretskii authored
* doc/emacs/trouble.texi (Emergency Escape, Contributing): Clarify text. Suggested by Jonathan Kyle Mitchell <kyle@jonathanmitchell.org> in emacs-manual-bugs@gnu.org
-
Eli Zaretskii authored
* doc/emacs/mark.texi (Setting Mark, Marking Objects): Improve and clarify wording. Suggested by John Cummings <john@rootabega.net> in emacs-manual-bugs@gnu.org.
-
Eli Zaretskii authored
* doc/emacs/buffers.texi (Several Buffers): Correct description of prefix arguments. Clarify "bury". (Buffer Menus): Clarify wording. Reported by John Cummings <john@rootabega.net> in emacs-manual-bugs@gnu.org.
-
Simen Heggestøyl authored
* lisp/textmodes/css-mode.el (css--rgb-color): Support parsing percent values in the alpha component. * test/lisp/textmodes/css-mode-tests.el (css-test-rgb-to-named-color-or-hex, css-test-rgb-parser): Update for the above changes.
-
tino calancha authored
-
Paul Eggert authored
This improves on the recent fix for master failing to build on FreeBSD. Suggested by Stefan Monnier in: https://lists.gnu.org/r/emacs-devel/2018-01/msg00600.html * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Put tempfile next to the target file, as was the original intent.
-
- 20 Jan, 2018 16 commits
-
-
Michael Albinus authored
* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect) (tramp-test02-file-name-dissect-simplified) (tramp-test02-file-name-dissect-separate): Test also `tramp-default-method-alist', `tramp-default-user-alist' and `tramp-default-host-alist'.
-
Eli Zaretskii authored
Suggested by John Cummings <john@rootabega.net> in emacs-manual-bugs@gnu.org: * doc/emacs/buffers.texi (Select Buffer): Add cross-references to "Windows" and "Frames". (Misc Buffer, Kill Buffer): Use BUFFER consistently in commands that accept buffer names. (Select Buffer): Improve description of "M-g M-g". Improve wording. (Misc Buffer, Kill Buffer): Improve wording. (Kill Buffer): Fix the response required by kill-some-buffers. Mention customizable options that control what clean-buffer-list does. (Several Buffers): More detail about 'Buffer-menu-unmark-all-buffers'.
-
Jarosław Rzeszótko authored
Copyright-paperwork-exempt: yes (ielm-eval-input): Don't catch errors during evaluation of the expression if debug-on-error is set.
-
Glenn Morris authored
cfc94fd2 (origin/emacs-26) Don't mention 'vc-stay-local' in the user m... 8ce430bb Fix a typo in calendar.texi bb748b36 Minor improvement in wording of the Emacs manual b603affa Revert "Fix tempfile creation when byte compiling" 4fd446e9 Fix tempfile creation when byte compiling 7f48a112 Improve the Emacs manual as suggested in emacs-manual-bugs 728ded05 * lisp/emacs-lisp/bytecomp.el: Tweak last change c6c05e2a Unbreak building Emacs on FreeBSD a41ad3df Don't unnecessarily use non-ASCII characters in C sources c28d4b6d Portability fixes in emacs-module-tests 1d50c185 Add tests for term.el
-
Glenn Morris authored
The following commit was skipped: 5472568a Handle split AnSiT messages for term.el (Bug#17231)
-
Glenn Morris authored
297dc41e * configure.ac (emacs_config_features): Add threads. Conflicts: configure.ac
-
Michael Albinus authored
* lisp/autorevert.el (auto-revert-mode) (global-auto-revert-mode, auto-revert-notify-add-watch) (auto-revert-notify-handler, auto-revert-handler): Do not use buffer local `auto-revert-use-notify' anymore. * test/lisp/autorevert-tests.el (auto-revert-test02-auto-revert-deleted-file): Adapt test in order to check, that file notification is reenabled when possible.
-
Eli Zaretskii authored
* doc/emacs/vc1-xtra.texi (CVS Options): * doc/emacs/maintaining.texi (VC Directory Buffer): Remove references to 'vc-stay-local', which no longer exists. (Bug#30138)
-
Michael Albinus authored
-
Basil L. Contovounesios authored
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Do not follow a definite article with an action verb in C-h help text. Use 'with-help-window' instead of 'with-output-to-temp-buffer'. Simplify string concatenation. (Bug#30064)
-
Basil L. Contovounesios authored
* lisp/textmodes/bibtex.el (bibtex-reformat): Use map-y-or-n-p. (Bug#30065)
-
Basil L. Contovounesios authored
* lisp/textmodes/bibtex.el (bibtex-parse-keys): Reverse bibtex-reference-keys. (Bug#30048)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* doc/emacs/calendar.texi (Writing Calendar Files): Capitalize "Filofax". Reported by Will Korteland <emacs-devel@korte.land> in emacs-manual-bugs@gnu.org.
-
Eli Zaretskii authored
* doc/emacs/killing.texi (CUA Bindings): Improve wording. Suggested by Will Korteland <emacs-devel@korte.land> in emacs-manual-bugs@gnu.org.
-
Eli Zaretskii authored
This reverts commit 4fd446e9: * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Put tempfile next to the target file, as was the original intent.
-
- 19 Jan, 2018 2 commits
-
-
Paul Eggert authored
This improves on the recent fix for master failing to build on FreeBSD. Suggested by Stefan Monnier in: https://lists.gnu.org/r/emacs-devel/2018-01/msg00600.html * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Put tempfile next to the target file, as was the original intent.
-
Eli Zaretskii authored
* doc/emacs/killing.texi (Deletion and Killing): Add cross-reference to "Kill Ring". * doc/emacs/help.texi (Help Mode, Package Keywords): Improve wording. Suggested by Will Korteland <emacs-devel@korte.land> in emacs-manual-bugs@gnu.org.
-