- 22 Jun, 2014 2 commits
-
-
Dmitry Antipov authored
* lisp/emacs-lisp/ert.el (ert--insert-infos): * lisp/obsolete/vi.el (vi-set-mark): * lisp/term.el (term-handle-scroll): * lisp/textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry): * lisp/gnus/gnus-sum.el (gnus-summary-edit-article-done): * lisp/org/org-mouse.el (org-mouse-do-remotely): * lisp/wid-edit.el (widget-editable-list-value-create): Prefer point-marker to copy-marker of point. * lisp/ob-core.el (org-babel-insert-result): Prefer point-min-marker and point-max-marker.
-
Dmitry Antipov authored
* xselect.c (mouse_position_for_drop): Do not duplicate ... * xfns.c (x_relative_mouse_position): ... and prefer this function. * menu.c (Fx_popup_menu): * xselect.c (x_handle_dnd_message): Adjust users. * menu.h (mouse_position_for_popup): Remove prototype. * xterm.h (x_relative_mouse_position): Add prototype. * xterm.c (x_find_topmost_parent): Break from the loop and do not call XFree if XQueryTree returns zero.
-
- 21 Jun, 2014 12 commits
-
-
Glenn Morris authored
* admin/unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). * admin/unidata/UnicodeData.txt: Update to 7.0.0. * admin/unidata/IVD_Sequences.txt: Update to 2014-05-16 version. * admin/unidata/README: Update for above changes.
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (python-mode): (python-util-strip-string): New function. (python-shell-completion-get-completions): Use it. * automated/python-tests.el (python-util-strip-string-1): New test. Fixes: debbugs:17209
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Move to the goal column, if any, with a single call to move_it_in_display_line, not in two calls. Doing this with two calls causes move_it_in_display_line apply the line-prefix handling twice instead of just once.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-mode): Properly set outline-heading-end-regexp so that comments after colons for defuns are supported. Fixes: debbugs:17796
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
-
Eli Zaretskii authored
doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
-
Eli Zaretskii authored
-
Paul Eggert authored
* fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., ACL_TYPE_ACCESS) doesn't work. Fixes: debbugs:17810
-
- 20 Jun, 2014 10 commits
-
-
Stefan Monnier authored
(smie-config-guess): Use smie-config-local so the rules are obeyed. Fixes: debbugs:17818
-
Paul Eggert authored
in --help message. Fixes: debbugs:17806
-
Stefan Monnier authored
since it's already done inside the loop (bug#17819).
-
Martin Rudalics authored
* mouse.el (mouse-drag-line): Re-remove code initially removed on 2013-03-09 and inadvertently reintroduced on 2013-11-30 (Bug#17819).
-
Paul Eggert authored
* Makefile.in (epaths-force): Don't allow ':' in directories whose names go into a colon-separated path. * configure.ac: Fail if submake fails. Fixes: debbugs:17278
-
Stefan Monnier authored
align with the surrounding parent. Fixes: debbugs:17721
-
Eli Zaretskii authored
lisp/textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline locally to nil. (texinfo-insert-block, texinfo-insert-@end) (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to local setting of skeleton-end-newline by adding an explicit \n to the skeletons where appropriate.
-
Paul Eggert authored
* configure.ac (CFLAGS): With link time optimization, use -ffat-lto-objects if supported; otherwise Emacs won't build with GCC 4.9.0. Fixes: debbugs:17806
-
Stefan Monnier authored
(smie-indent--hanging-p): Use it. * lisp/progmodes/sh-script.el (sh-set-shell): Set it. Fixes: debbugs:17621
-
Leo Liu authored
buffer. Fixes: debbugs:16617
-
- 19 Jun, 2014 12 commits
-
-
Stefan Monnier authored
for |. Fixes: debbugs:17621
-
Stefan Monnier authored
instead of senator-completion-menu-point-as-event; un-comment, tho keep the "no smart completion" fallback commented since it still doesn't work.
-
William Xu authored
hex integer constants. Fixes: debbugs:17807
-
Kelvin White authored
-
Kelvin White authored
-
Kelvin White authored
Fixes: debbugs:17755
-
Dmitry Antipov authored
* fontset.c (FONTSET_ID, set_fontset_id, FONTSET_NAME) (set_fontset_name, FONTSET_ASCII, set_fontset_ascii) (FONTSET_BASE, set_fontset_base, FONTSET_FRAME) (set_fontset_frame, FONTSET_NOFONT_FACE, set_fontset_nofont_face) (FONTSET_DEFAULT, set_fontset_default, FONTSET_FALLBACK) (set_fontset_fallback): Reorder extra slots and avoid unused slots. (free_realized_fontset): Remove because a no-op since 2008. (free_face_fontset): Adjust user. (syms_of_fontset): Shrink fontset by one extra slot.
-
Stefan Monnier authored
(truncate-string-to-width): Use it.
-
Robert Brown (tiny change) authored
* lisp/emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun. (lisp-string-in-doc-position-p): New function, extracted from lisp-font-lock-syntactic-face-function. (lisp-font-lock-syntactic-face-function): Use them. Fixes: debbugs:9130
-
Grégoire Jadi authored
Fixes: debbugs:17769
-
Stefan Monnier authored
before checking key-translation-map. Fixes: debbugs:17659
-
Dmitry Antipov authored
crash GC (Bug#17771).
-
- 18 Jun, 2014 4 commits
-
-
Stefan Monnier authored
(xterm-mouse--read-event-sequence-1000): Drop unknown events instead of burping. Fixes: debbugs:17776
-
Stefan Monnier authored
(bubbles--game-over): Don't add `intangible' properties since they didn't work anyway.
-
Eli Zaretskii authored
Fixes: debbugs:17790
-
Eli Zaretskii authored
Fixes: debbugs:17790
-