- 15 Jul, 2014 2 commits
-
-
Eli Zaretskii authored
-
Alvar Jesus Ibeas Martin authored
doc/lispintro/emacs-lisp-intro.texi (Variables, Buffer Names, if & or) (Symbols as Chest, fwd-para while): Fix typos.
-
- 14 Jul, 2014 1 commit
-
-
Glenn Morris authored
* lisp/vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer if it was "empty", or used for a different set of files. Fixes: debbugs:17884
-
- 13 Jul, 2014 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (decode_mode_spec): Call file-remote-p on the current buffer's default-directory only if it is a string. lisp/bindings.el (mode-line-remote): If default-directory is not a string, don't call file-remote-p on it; instead state in the help-echo that it is nil.
-
- 12 Jul, 2014 5 commits
-
-
Paul Eggert authored
Fixes: debbugs:17965
-
Eli Zaretskii authored
src/xdisp.c (display_line): Don't call FETCH_BYTE with argument less than 1.
-
Eli Zaretskii authored
etc/PROBLEMS: Mention the problem from bug #17950. src/w32fns.c (Fx_file_dialog): Mention in the doc string the behavior on Windows 7 and later when the function is repeatedly invoked with the same value of DIR. src/xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc string to match the one in w32fns.c.
-
Eli Zaretskii authored
-
Paul Eggert authored
* lisp/vc/vc-dispatcher.el (vc-log-edit): Don't clobber an already-existing log message. Fixes: debbugs:17884
-
- 11 Jul, 2014 1 commit
-
-
Paul Eggert authored
Fixes: debbugs:17971
-
- 10 Jul, 2014 1 commit
-
-
Glenn Morris authored
* lisp/vc/log-edit.el (log-edit-changelog-entries): Check for a visited-but-never-saved ChangeLog.
-
- 09 Jul, 2014 3 commits
-
-
Stefan Monnier authored
a non-existing file. Fixes: debbugs:17970
-
Stefan Monnier authored
(x-resolve-font-name): Don't call face-name. Fixes: debbugs:17956
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-rx-constituents): Add dedenter and block-ender. (python-indent-dedenters, python-indent-block-enders): Delete. (python-indent-context): Return new case for dedenter-statement. (python-indent-calculate-indentation): Handle new case. (python-indent-calculate-levels): Fix levels calculation for dedenter statements. (python-indent-post-self-insert-function): Fix colon handling. (python-info-dedenter-opening-block-message): New function. (python-indent-line): Use it. (python-info-closing-block) (python-info-closing-block-message): Remove. (python-info-dedenter-opening-block-position) (python-info-dedenter-opening-block-positions) (python-info-dedenter-statement-p): New functions. * test/automated/python-tests.el (python-indent-block-enders-1) (python-indent-block-enders-2): Fix tests. (python-indent-block-enders-3) (python-indent-block-enders-4) (python-indent-block-enders-5) (python-indent-dedenters-1) (python-indent-dedenters-2): Remove tests. (python-indent-dedenters-1) (python-indent-dedenters-2) (python-indent-dedenters-3) (python-indent-dedenters-4) (python-indent-dedenters-5) (python-indent-dedenters-6) (python-indent-dedenters-7) (python-info-dedenter-opening-block-position-1) (python-info-dedenter-opening-block-position-2) (python-info-dedenter-opening-block-position-3) (python-info-dedenter-opening-block-positions-1) (python-info-dedenter-opening-block-positions-2) (python-info-dedenter-opening-block-positions-3) (python-info-dedenter-opening-block-positions-4) (python-info-dedenter-opening-block-positions-5) (python-info-dedenter-opening-block-message-1) (python-info-dedenter-opening-block-message-2) (python-info-dedenter-opening-block-message-3) (python-info-dedenter-opening-block-message-4) (python-info-dedenter-opening-block-message-5) (python-info-dedenter-statement-p-1) (python-info-dedenter-statement-p-2) (python-info-dedenter-statement-p-3) (python-info-dedenter-statement-p-4) (python-info-dedenter-statement-p-5): New tests. Fixes: debbugs:15163
-
- 08 Jul, 2014 6 commits
-
-
Stefan Monnier authored
the middle of a line. Fixes: debbugs:17896
-
Stefan Monnier authored
Update debug-on-entry w.r.t behavior after redefinitions. Fixes: debbugs:17902
-
Eli Zaretskii authored
src/xdisp.c (move_it_to): Adjust calculation of line_start_x to what x_produce_glyphs does when it generates a stretch glyph that represents a TAB.
-
Juri Linkov authored
the errors in the init file to the end of `after-init-hook'. Fixes: debbugs:17927
-
Juri Linkov authored
when it's not a symbol. (x-resolve-font-name): Don't check if the face is a symbol. Fixes: debbugs:17956
-
Juri Linkov authored
instead of %d because now HSV values are floating-point components between 0.0 and 1.0.
-
- 06 Jul, 2014 2 commits
-
-
Glenn Morris authored
Fixes: debbugs:17877
-
Stephen Berman authored
marking multiple consecutive items. (todo-toggle-mark-item): Don't try to mark the empty lines at the end of the todo and done items sections. Note in doc string that items marked by passing a numeric prefix argument can include the last todo and first done items. (todo-mark-category): Don't try to mark the empty line between the todo and done items sections.
-
- 05 Jul, 2014 7 commits
-
-
Stefan Monnier authored
proper Lisp quoting. Fixes: debbugs:17934
-
Stefan Monnier authored
require-final-newline since prog-mode already took care of it. Fixes: debbugs:17947
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Fix condition for finding CHARPOS by the first call to move_it_to.
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, and there is a display property at that position, don't call move_it_to to move to a position before window start.
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a display property at BEGV, don't call move_it_to to move to a position before BEGV.
-
Stefan Monnier authored
if !open_paren_in_column_0_is_defun_start. (back_comment): If find_defun_start was pessimistic, use the scan_sexps_forward result to improve the cache. Fixes: debbugs:16526
-
- 04 Jul, 2014 7 commits
-
-
Stephen Berman authored
that Emacs recognizes todo files by their extension, since this feature has been removed due to bug#17482.
-
Stephen Berman authored
refer to the Todo mode Info manual. Update the comment on requiring cl-lib. (todo-find-filtered-items-file): Add todo-prefix overlays. (todo-filter-items): Reorder a let-bound variable to avoid a wrong-type-argument error on canceling the file choice dialog.
-
Jan Djärv authored
* xfns.c (create_frame_xic): Pass XNStatusAttributes to XCreateIC only if xic_style calls for it. This change allows Emacs to work with ibus. Also, don't leak resources if create_frame_xic fails, and stop caching xic_style across different displays. (supported_xim_styles): Make const. (best_xim_style): Remove first parameter: it's always just supported_xim_styles. Change to look at supported_xim_styles directly. Fixes: debbugs:17928
-
Eli Zaretskii authored
src/xdisp.c (redisplay_window): If redisplay of a window ends up with point in a partially visible line at end of the window, make sure the amended position of point actually has smaller Y coordinate; if not, give up and scroll the display. src/window.c (window_scroll_pixel_based): When point ends up at the last fully visible line, don't let move_it_to stop at the left edge of the line and dupe us into thinking point is inside the scroll margin.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
etc/TODO: Remove items that were already done. Rearrange a few items that are closely related. Update a couple of items with new information. etc/NEWS: Mention 'network-interface-list' and 'network-interface-info' being available on MS-Windows.
-
Stefan Monnier authored
Set comint-input-ring-size to a number. Fixes: debbugs:17912
-
- 03 Jul, 2014 3 commits
-
-
Juri Linkov authored
not active in regexp search by default now. Fixes: debbugs:17901
-
Juri Linkov authored
and `isearch-mode' associated with nil. Fixes: debbugs:17849
-
Stefan Monnier authored
-
- 02 Jul, 2014 1 commit
-
-
Juri Linkov authored
Doc fix. Fixes: debbugs:17873
-