- 17 Sep, 2011 15 commits
-
-
Chong Yidong authored
(occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to occur-mode-display-occurrence. (occur-edit-mode): Add usage message. (occur-cease-edit): New command. (occur-after-change-function): Use text properties to find the position of the prefix text. (occur-engine): Set stickiness of prefix text properties. Fixes: debbugs:8463
-
Chong Yidong authored
Suggested by Edward O'Connor.
-
Glenn Morris authored
* lisp/progmodes/etags.el (complete-tag): Fix call to completion-in-region. (cf info-complete).
-
Sven Joachim authored
-
Eli Zaretskii authored
src/xdisp.c (produce_stretch_glyph): Another fix for changes made on 2011-08-30T17:32:44Z!eliz@gnu.org.
-
Eli Zaretskii authored
src/bidi.c (MAX_PARAGRAPH_SEARCH): New macro. (bidi_find_paragraph_start): Search back for paragraph beginning at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE. (bidi_move_to_visually_next): Only trigger paragraph-related computations when the last character is a newline or at EOB, not just any NEUTRAL_B. src/xdisp.c (reseat_at_next_visible_line_start): Keep information about the current paragraph and restore it after the call to reseat.
-
Juanma Barranquero authored
-
Juri Linkov authored
the word, ispell program name and current dictionary. (ispell-tex-arg-end): Capitalize "error" in the error message. Fixes: debbugs:9121
-
Lars Magne Ingebrigtsen authored
-
Andreas Schwab authored
check. (Bug#4251)
-
Eli Zaretskii authored
doc/lispref/numbers.texi (Integer Basics): Add indexing for most-positive-fixnum and most-negative-fixnum.
-
Eli Zaretskii authored
src/xdisp.c (set_cursor_from_row): Don't invoke special treatment of truncated lines if point is covered by a display string.
-
Lars Magne Ingebrigtsen authored
-
Juri Linkov authored
Fixes: debbugs:9522
-
Sven Joachim authored
-
- 16 Sep, 2011 6 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
(cons_to_x_long): New function. (lisp_data_to_selection_data): Use it. Correct the test for short-versus-long data; it was negated. Break out of vector loop, for efficiency, when a long datum is discovered.
-
Eli Zaretskii authored
lisp/simple.el (line-move): If goal-column is set, move by logical lines, not by display lines. (next-line, previous-line, goal-column, line-move-visual): Doc fix to reflect the above change.
-
Stefan Monnier authored
Fixes: debbugs:9482
-
Stefan Monnier authored
-
Eli Zaretskii authored
src/image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see GCC PR/17406) by declaring this function with external scope.
-
- 15 Sep, 2011 17 commits
-
-
Paul Eggert authored
Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
-
Paul Eggert authored
-
Eli Zaretskii authored
-
Andreas Schwab authored
-
Eli Zaretskii authored
src/xterm.c (x_draw_composite_glyph_string_foreground): src/w32term.c (x_draw_composite_glyph_string_foreground): src/term.c (encode_terminal_code): src/composite.c (composition_update_it, get_composition_id): src/xdisp.c (get_next_display_element) (fill_composite_glyph_string): Add comments about special meaning of TAB characters in a composition.
-
Paul Eggert authored
This occurs when processing a multibyte format, which can happen when using 'eval'. Problem reported by Wolfgang Jenker.
-
Johan Bockgård authored
Patch by Johan Bockgוrd <bojohan@gnu.org> src/xdisp.c (try_cursor_movement): Only check for exact match if cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
-
Eli Zaretskii authored
-
Chong Yidong authored
* lisp/window.el (display-buffer-base-action): Rename from display-buffer-default-action. Make default value empty. (display-buffer-overriding-action): Convert to defvar. (display-buffer-fallback-action): New var.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00938.html * configure.in: (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE. (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-alist): Fix risky-local-variable declaration. (package--add-to-archive-contents): If there is a duplicate entry with an older version, remove it. (package-menu-mark-delete, package-menu-mark-install) (package-menu-mark-unmark): Make unused args optional. (package-menu-mark-obsolete-for-deletion): Use package-menu-get-status instead of a regexp search. (package-menu-get-status): Use tabulated-list-entry. (package-menu-mark-upgrades): New command. (package-menu-mode-map): Bind it to U. (package-menu-execute): Do installation before deletion. (package-menu-refresh, package-menu-execute): Use derived-mode-p instead of checking major-mode. (package-menu--find-upgrades): New function.
-
Katsumi Yamaoka authored
-
- 14 Sep, 2011 2 commits
-
-
Lars Magne Ingebrigtsen authored
Update the process marker so that the "broken by peer" status message is inserted in the right place.
-
Lars Magne Ingebrigtsen authored
-