- 11 Nov, 2013 4 commits
-
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
Note: I used Emacs 24.3 to generate the uni-*.el files, owing to unexplained (possibly harmless) differences that the current trunk's use of lexical-binding for subr.el causes. Ref: http://debbugs.gnu.org/15825#29 * admin/unidata/BidiMirroring.txt, admin/unidata/UnicodeData.txt: Update to 6.3.0. * lisp/international/uni-bidi.el, lisp/international/uni-category.el: * lisp/international/uni-name.el, lisp/international/uni-numeric.el: Regenerate.
-
Glenn Morris authored
in generated files.
-
- 10 Nov, 2013 2 commits
-
-
Jan Djärv authored
-
Michael Albinus authored
* net/tramp-sh.el (tramp-compute-multi-hops): Revert change of 2013-10-29T02:50:24Z!dancol@dancol.org.
-
- 09 Nov, 2013 10 commits
-
-
Eli Zaretskii authored
src/search.c (find_newline): If buffer text is relocated during the "dumb loop", adjust C pointers into buffer text to follow suit.
-
Jan Djärv authored
for conversion. Fixes: debbugs:15837
-
Eli Zaretskii authored
src/fileio.c (Finsert_file_contents): Invalidate the newline cache for the entire range of inserted characters.
-
Andreas Schwab authored
highlighting text after Summary keyword in doc face for rpm.
-
Xue Fuqiao authored
* doc/lispref/os.texi (Command-Line Arguments): Add cross-reference for `dump-emacs'.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Dmitry Gutov authored
available and the word has no wildcards, append one to the grep pattern. http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html (ispell-complete-word): Call `ispell-lookup-words' with the value independent of `ispell-look-p'.
-
Glenn Morris authored
-
Glenn Morris authored
Fix deletion of existing output files after 2013-10-30 changes.
-
- 08 Nov, 2013 23 commits
-
-
Dmitry Gutov authored
Not after "||". (ruby-smie-rules): Indent non-hanging "begin" blocks as part of their parent.
-
Stefan Monnier authored
(ruby-font-lock-keywords): Use backquote.
-
Bozhidar Batsov authored
Fix incorrect case conditions.
-
Dmitry Gutov authored
(ruby-smie--backward-token): Only consider full-string matches.
-
Jan Djärv authored
* src/xfaces.c (lface_fully_specified_p): Let distant-foreground be unspecified. (realize_default_face): Remove assignment to distant-foreground if unspecified. Fixes: debbugs:15815
-
Paul Eggert authored
This incorporates: 2013-11-08 extern-inline: port better to OS X 10.9 2013-11-08 fpending: fix regression on DragonFly BSD * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4: Update from gnulib.
-
Bozhidar Batsov authored
`ruby-encoding-magic-comment-style' to control the style of the auto-inserted encoding comment.
-
Dmitry Gutov authored
`smie-backward-sexp' with token argument.
-
Eli Zaretskii authored
doc/lispref/display.texi (Truncation): Document that cache-long-scans is now non-nil by default. (Bug#15797)
-
Eli Zaretskii authored
src/xdisp.c (message_dolog): Make sure the *Messages* buffer has its cache-long-scans disabled, since we don't want to call prepare_to_modify_buffer (in insert_1_both) for each message we display. src/buffer.h (bset_cache_long_scans): New INLINE function, moved from buffer.c. Improve commentary to the buffer field setter functions. src/buffer.c (bset_cache_long_scans): Static function deleted. Improve commentary to the buffer field setter functions. (init_buffer_once): Default for cache-long-scans changed to t. (Bug#15797)
-
Michael Albinus authored
Remove instrumentation code.
-
Michael Albinus authored
* automated/tramp-tests.el: Add `tramp-own-remote-path' to `tramp-remote-path' when running on hydra. (tramp-test07-file-exists-p): Remove instrumentation code. (tramp-test26-process-file): Don't use "/bin/true" and "/bin/false", these paths do not exist on hydra.
-
Alex Schroeder authored
-
Michael Albinus authored
-
Glenn Morris authored
See also http://debbugs.gnu.org/10033 Fixes: debbugs:15822
-
Paul Eggert authored
This bug was introduced in my 2013-06-21 change, and caused struct Lisp_Sub_Char_Table objects to be given too many slots, which broke 'make -C admin/unidata'. Fixes: debbugs:15825
-
Stefan Monnier authored
-
Stefan Monnier authored
at bobp. (sh-smie--sh-keyword-in-p): Recognize keywords at bobp. Fixes: debbugs:15826
-
Darren Hoo authored
Man-getpage-in-background. (Man-getpage-in-background): Use it. (Man-update-manpage): New command. (Man-mode-map): Bind it.
-
Dmitry Gutov authored
-
Helmut Eller authored
-
Dmitry Gutov authored
of "and", "or", "&&" and "||". (ruby-smie--args-separator-p): Prohibit keyword "do" as the first argument. Prohibit opening curly brace because it could only be a block opener in that position. (ruby-smie--forward-token, ruby-smie--backward-token): Separate "|" from "&" or "*" going after it. That can happen in block arguments. (ruby-smie--indent-to-stmt): New function, seeks the end of previous statement or beginning of buffer. (ruby-smie-rules): Use it. (ruby-smie-rules): Check if there's a ":" before a curly block opener candidate; if there is, it's a hash. * test/indent/ruby.rb: New examples.
-
- 07 Nov, 2013 1 commit
-
-
Jan Djärv authored
* macfont.h (kCTVersionNumber10_9): Define if not defined. * macfont.m (mac_font_copy_default_descriptors_for_language) (mac_font_copy_default_name_for_charset_and_languages): Declare. (cf_charset_table): big-5-0 has uniquifier 0x4EDC. (macfont_language_default_font_names): New. (macfont_list): Rearrange language/charset code. (macfont_close): Don't check for macfont_info->cache. (mac_ctfont_create_preferred_family_for_attributes): New font selection code, call mac_font_copy_default_name_for_charset_and_languages. (mac_font_copy_default_descriptors_for_language) (mac_font_copy_default_name_for_charset_and_languages): New functions.
-