- 12 Dec, 2014 2 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries.
-
- 11 Dec, 2014 4 commits
-
-
Ted Zlatanov authored
Fixes: debbugs:19346 * gnutls.c (Fgnutls_available_p syms_of_gnutls): Move later for clarity. Let the availability check return Qnil when the GnuTLS integration is not available, instead of erroring out. * gnutls.h: Always declare syms_of_gnutls. * emacs.c (main): Always include gnutls.h and run syms_of_gnutls.
-
Eli Zaretskii authored
doc/lispref/text.texi (Comparing Text): Prevent a text string from being broken between 2 lines by using @w{}.
-
Paul Eggert authored
Problem reported by Ted Zlatanov in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html * build-aux/git-hooks/commit-msg (space, non_space, non_print): New vars. Use them as approximations to POSIX bracket expressions, on implementations like mawk that do not support POSIX regexps.
-
Paul Eggert authored
Problem reported by Michal Nazarewicz in Bug#19337. * build-aux/git-hooks/commit-msg: Add "commit message" to diagnostics. Distinguish better between tabs and other unprintable chars in diagnostics. Don't complain if a prefix "fixup! " or "squash! " makes a summary line too long.
-
- 10 Dec, 2014 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to, display_line): Don't disallow overflow-newline-into-fringe when word-wrap is in effect.
-
Michael Albinus authored
order to determine `tramp-own-remote-path'.
-
- 09 Dec, 2014 1 commit
-
-
Fabián Ezequiel Gallina authored
Fixes: debbugs:19289 * lisp/progmodes/python.el (python-shell-parse-command): Quote `python-shell-interpreter`.
-
- 08 Dec, 2014 2 commits
-
-
Glenn Morris authored
-
Paul Eggert authored
This fixes a bug reported by Jan Djärv in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html along with some other issues I noticed while testing with FreeBSD. * build-aux/git-hooks/commit-msg: Prefer gawk if available. Prefer en_US.UTF-8 to en_US.utf8, as it's more portable. Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches ordinary text characters. Be less tricky about quoting "'" in a shell script.
-
- 06 Dec, 2014 1 commit
-
-
Eli Zaretskii authored
-
- 05 Dec, 2014 1 commit
-
-
Stefan Monnier authored
-
- 04 Dec, 2014 2 commits
-
-
Lee Duhem authored
(Fautoload_do_load): Fix up docstring.
-
Stefan Monnier authored
Fixes: debbugs:18031 * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning of the whole pipe when indenting an opening keyword after a |. Generalize this treatment to opening keywords like "while".
-
- 02 Dec, 2014 1 commit
-
-
Jan Djärv authored
* nsfns.m (ns_set_name_as_filename): Don't set represented filename at once, call ns_set_represented_filename instead. * nsterm.h: Declare ns_set_represented_filename. * nsterm.m (represented_filename, represented_frame): New variables. (ns_set_represented_filename): New function. (sendEvent:): Set represented filename here to avoid flicker, related to Bug#18757.
-
- 01 Dec, 2014 7 commits
-
-
Glenn Morris authored
This was based on a misunderstanding due to the mess that had been made in trunk of this file and its ChangeLog.
-
Stefan Monnier authored
to make sure it's first.
-
Glenn Morris authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Glenn Morris authored
-
Stefan Monnier authored
Fix handling of symbols with different syntax at beginning/end or with symbol rather than word syntax.
-
- 30 Nov, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/simple.el (line-move): If noninteractive, call line-move-1, not forward-line, since the former is compatible with line-move-visual both in terms of the column to which it moves and the return value.
-
- 29 Nov, 2014 2 commits
-
-
Glenn Morris authored
-
Rasmus authored
Commentary reflect that `electric-indent-mode' in enabled by default.
-
- 27 Nov, 2014 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (handle_single_display_spec): When ignoring a fringe bitmap display, reset the ignore_overlay_strings_at_pos_p flag. (next_element_from_buffer): When done with overlays, reset the ignore_overlay_strings_at_pos_p flag.
-
Stephen Berman authored
Fixes: debbugs:19102 Co-authored-by:
Stefan Monnier <monnier@iro.umontreal.ca> * outline.el (outline-move-subtree-down): Make sure we can move forward to find the end of the subtree and the insertion point.
-
Leonard Randall authored
* textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search for comment lines non-greedy and stopping at newlines to fix stack overflows with large files. [Backport] Signed-off-by:
Tassilo Horn <tsdh@gnu.org>
-
Fabián Ezequiel Gallina authored
__builtin__ module (or builtins in Python 3) and catch all errors when importing readline and rlcompleter.
-
- 26 Nov, 2014 4 commits
-
-
Stephen Berman authored
Fixes: debbugs:19187 * calendar/todo-mode.el: (todo-revert-buffer): New function. (todo-modes-set-1): Use it as the buffer-local value of revert-buffer-function.
-
Stephen Berman authored
Fixes: debbugs:19112 * calendar/todo-mode.el (todo-mode): If called interactively, just display a message saying to call todo-show to enter Todo mode.
-
Eli Zaretskii authored
-
John Mastro authored
* auth-source.el (auth-source-macos-keychain-search-items): Return result of `auth-source-macos-keychain-result-append' (bug#19074).
-
- 25 Nov, 2014 4 commits
-
-
Eli Zaretskii authored
src/w32fns.c (Fw32_shell_execute): Convert forward slashes in DOCUMENT to backslashes, if DOCUMENT is a file.
-
Ulrich Müller authored
* Makefile.in (temacs$(EXEEXT)): Use consistent flag settings for paxctl and setfattr. Fixes temacs startup failure with grsecurity/PaX enabled Linux kernel (bug#19067).
-
Paul Eggert authored
-
Paul Eggert authored
-
- 24 Nov, 2014 2 commits
-
-
Paul Eggert authored
-
Glenn Morris authored
-