- 25 Feb, 2014 2 commits
-
-
Glenn Morris authored
Fixes: debbugs:16868
-
Glenn Morris authored
* doc/emacs/custom.texi (Terminal Init): Replace term-setup-hook with tty-setup-hook. * doc/lispref/display.texi (Window Systems): * doc/lispref/hooks.texi (Standard Hooks): Replace term-setup-hook with tty-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific): Replace term-setup-hook with tty-setup-hook, and update. * doc/misc/edt.texi (Quick start, Starting emulation): * doc/misc/efaq.texi (Fullscreen mode on MS-Windows) (Terminal setup code works after Emacs has begun): Update hook details. * doc/misc/vip.texi (Loading VIP): Fix hook example. * lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes. * lisp/startup.el (term-setup-hook): Doc fix. Make obsolete. * lisp/emulation/edt.el: Comment update. * lisp/term/sun.el (sun-raw-prefix-hooks): Use tty-setup-hook instead of term-setup-hook. (terminal-init-sun): Construct message from bytecomp plist. * lisp/term/wyse50.el (enable-arrow-keys): Doc fix. * etc/ref...
-
- 24 Feb, 2014 5 commits
-
-
Juanma Barranquero authored
-
Michael Albinus authored
-
Nicolas Richard authored
(completion--try-word-completion): Fix error when completing M-x commands.
-
Leo Liu authored
-
Juanma Barranquero authored
-
- 23 Feb, 2014 5 commits
-
-
Juanma Barranquero authored
(apropos-property, apropos-all-words-regexp) (apropos-true-hit, apropos-variable, apropos-print): Fix docstring typos, and remove obsolete comment.
-
Michael Albinus authored
Fixes: debbugs:16851
-
Dmitry Gutov authored
inconsistent second element of the list returned by `smie-indent--parent'. (ruby-font-lock-keywords): Disqualify any identifier before `=' as method call.
-
Dmitry Gutov authored
after `=>'. Fixes: debbugs:16811
-
Juanma Barranquero authored
(electric-pair-text-syntax-table, electric-pair-syntax-info) (electric-pair--syntax-ppss, electric-pair--balance-info) (electric-pair-mode): Fix docstring typos. (electric-pair--looking-at-unterminated-string-p): Doc fix. (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
-
- 22 Feb, 2014 4 commits
-
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Juanma Barranquero authored
-
Daniel Colascione authored
-
- 21 Feb, 2014 14 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
Fixes: debbugs:16829
-
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
(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).
-
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
-
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 4 commits
-
-
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'.
-
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. * lisp/isearch.el (search-invisible): Doc fix. * etc/NEWS: Related edit.
-
W. Trevor King authored
Fixes: debbugs:16657
-
- 19 Feb, 2014 5 commits
-
-
Juanma Barranquero authored
-
Michael Albinus authored
* net/tramp-adb.el (tramp-adb-file-name-handler-alist) [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'. * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) [make-symbolic-link]: Use `tramp-handle-make-symbolic-link'. (tramp-gvfs-maybe-open-connection): Set always connection properties, even if target is mounted already. * net/tramp-sh.el (tramp-color-escape-sequence-regexp): Set tramp-autoload cookie. (tramp-get-remote-touch): New defun. (tramp-sh-handle-set-file-times): Use it. (tramp-sh-handle-directory-files-and-attributes): Use `tramp-handle-directory-files-and-attributes' if neither stat nor perl are available on the remote host. * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing "/". Write long listing only when "l" belongs to the switches. * net/tramp.el (tramp-handle-make-symbolic-link): New defun. (tramp-check-cached-permissions): Call `file-attributes' if the cache is empty. * net/trampver.el: Update release number.
-
Juanma Barranquero authored
-
Martin Rudalics authored
* window.el (window-state-put): Allow WINDOW to refer to an internal window (Bug#16793).
-
Glenn Morris authored
* doc/misc/remember.texi: Copyedits. (Quick Start): No need for manual autoloads. Mention remember-notes. (Function Reference): Update arguments. Add new commands. * lisp/textmodes/remember.el: Set maintainer to emacs-devel according to remember.texi. Move provide statement to end. (remember-mode-map, remember-notes-mode-map, remember-notes-mode) (remember-notes): Doc fixes.
-
- 18 Feb, 2014 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:16795
-