- 22 Feb, 2014 5 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
gv-setter, and compiler-macro. Fixes: debbugs:16829
-
Juanma Barranquero authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
- 21 Feb, 2014 25 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
Fixes: debbugs:16829
-
Eli Zaretskii authored
-
Juanma Barranquero authored
(whitespace-space, whitespace-hspace, whitespace-tab) (whitespace-newline, whitespace-trailing, whitespace-line) (whitespace-space-before-tab, whitespace-indentation, whitespace-empty) (whitespace-space-after-tab): Fix typo in docstrings.
-
Dmitry Gutov authored
-
Dmitry Gutov authored
Add `yaml-indent-line'.
-
Juanma Barranquero authored
It has done nothing for years; should be removed after the release.
-
Juanma Barranquero authored
(Windows and Frames): Fix typo.
-
Juanma Barranquero authored
(read-quoted-char-radix): Remove unneeded * in docstring. (process-file, kill-whole-line, pop-to-mark-command, set-mark-command): Don't escape parentheses unnecessarily in docstrings.
-
Martin Rudalics authored
* window.el (with-temp-buffer-window): Don't evaluate BODY within with-current-buffer (Bug#16816).
-
Michael Albinus authored
(tramp-test19-directory-files-and-attributes): Do not include directories in comparison; they might have changed their timestamps already.
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/internals.texi (Process Internals): * doc/lispref/processes.texi (Deleting Processes, Output from Processes) (Process Buffers, Filter Functions, Accepting Output, Sentinels) (Network, Network Servers, Network Processes, Serial Ports): Filters and sentinels can no longer be nil. * doc/lispref/elisp.texi (Top): Menu update. * doc/misc/flymake.texi (Starting the syntax check process): Grammar fix. * doc/misc/tramp.texi (External packages): Grammar fix. Reword for default sentinel not being nil any more. * src/process.c (Fprocess_buffer, Faccept_process_output) (Finternal_default_process_filter, Finternal_default_process_sentinel): Doc fixes.
-
Martin Rudalics authored
* window.el (window--dump-window, window--dump-frame): New functions. (window--min-size-1): Account for window dividers. When window-resize-pixelwise is nil, delay rounding till after the sum of the window components has been calculated. (window--min-delta-1, window--max-delta-1): When PIXELWISE is nil make sure at least one text line and two text columns remain fully visible. (window-resize): Signal an error when window-resize-apply fails. (window--resize-child-windows): Fix calculation of by how many pixels a window can still be shrunk via window-new-normal. (adjust-window-trailing-edge): Call window--resizable with correct TRAIL argument.
-
Glenn Morris authored
It's "<foo>" to indicate a change related to foo. [foo] is for a change conditional on foo being defined. See info node `(standards)Indicating the Part Changed'.
-
Michael Albinus authored
-
Michael Albinus authored
Call `file-attributes' with `suffix' being a symbol but a string.
-
Paul Eggert authored
* xdisp.c (move_it_in_display_line_to) [lint]: Initialize recently-added local.
-
Daniel Colascione authored
-
Juanma Barranquero authored
(w32-enable-italics, w32-charset-to-codepage-alist): These variables do not exist anymore.
-
Juanma Barranquero authored
(savehist-save-minibuffer-history, savehist-additional-variables) (savehist-file, savehist-mode-hook, savehist-save-hook, savehist-coding-system) (savehist-loaded, savehist-load, savehist-install, savehist-autosave): Fix typos; mostly, refer to "Savehist mode" when talking about the mode, and not the function.
-
Juanma Barranquero authored
(save-place-forget-unreadable-files, toggle-save-place) (save-place-forget-unreadable-files, save-place-dired-hook): Fix typos and remove unneeded backslashes.
-
- 20 Feb, 2014 10 commits
-
-
Michael Albinus authored
Instrument failed test case.
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Save the iterator state in ppos_it only once per call. Reimplement the method used to return to the best candidate position if all the positions found in display line are beyond TO_CHARPOS. This cuts down the number of calls to bidi_shelve_cache, which moves a lot of stuff when lines are long and include bidirectional text.
-
Eli Zaretskii authored
src/xdisp.c (try_cursor_movement): Don't use cursor position if set_cursor_from_row failed to compute it. This avoids assertion violations in MATRIX_ROW.
-
Eli Zaretskii authored
src/xdisp.c (init_iterator): Don't dereference a bogus face pointer.
-
Michael Albinus authored
(tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el. * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) [insert-directory]: Use `tramp-handle-insert-directory. (tramp-gvfs-handle-insert-directory): Remove function. * net/tramp-sh.el (tramp-sh-handle-insert-directory): Call `tramp-handle-insert-directory'.
-
Michael Albinus authored
(tramp-test17-insert-directory): First line could contain more text, when produced by `ls-lisp'. (tramp-test19-directory-files-and-attributes): Instrument failed test case.
-
Juanma Barranquero authored
(electric-pair-syntax-info): Do not check syntax before the start of buffer/region.
-
Glenn Morris authored
* doc/emacs/search.texi (Special Isearch): Mention invisible text. * doc/emacs/text.texi (Outline Visibility): Mention `M-s i' in isearch.
-
Glenn Morris authored
* doc/emacs/search.texi (Special Isearch): Mention invisible text. * lisp/isearch.el (search-invisible): Doc fix. * etc/NEWS: Related edit.
-
Glenn Morris authored
* doc/lispref/functions.texi (Defining Functions): Mention defalias-fset-function. * src/data.c (Fdefalias): Doc fix. * etc/NEWS: Related edit.
-