- 22 Sep, 2012 11 commits
-
-
Eli Zaretskii authored
src/xdisp.c (next_overlay_string): Initialize it->end_charpos for the new overlay string. Otherwise, the call to composition_compute_stop_pos in compute_stop_pos uses a wrong it->end_charpos value, and crashes because it runs off the end of the overlay string.
-
Paul Eggert authored
Suggested by Wolfgang Jenker in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
-
Glenn Morris authored
-
Paul Eggert authored
-
Stefan Merten authored
(rst-official-version) (rst-package-emacs-version-alist): Sync with official version V1.4.0. (rst-faces-defaults, rst-set-level-default) (rst-level-face-max, rst-level-face-base-color) (rst-level-face-base-light, rst-level-face-format-light) (rst-level-face-step-light, rst-define-level-faces): Obsolete. (rst-adornment-faces-alist): Match new setup. (rst-level-1, rst-level-2, rst-level-3, rst-level-4) (rst-level-5, rst-level-6): New faces.
-
Paul Eggert authored
-
Paul Eggert authored
or that fprintf is async-signal-safe. POSIX doesn't require either assumption.
-
Chong Yidong authored
Fixes: debbugs:11148
-
Chong Yidong authored
* lisp/simple.el (undo): Handle indirect buffers. * buffer.c (Fset_buffer_modified_p): Handle indirect buffers. Fixes: debbugs:8207
-
Kenichi Handa authored
-
Kenichi Handa authored
composite.c (composition_reseat_it): Handle the case that a grapheme cluster is not covered by a single font (Bug#12352).
-
- 21 Sep, 2012 4 commits
-
-
Paul Eggert authored
-
Chong Yidong authored
* image.c (define_image_type): Avoid adding duplicate types to image_types. Suggested by Jörg Walter. Fixes: debbugs:12463
-
Glenn Morris authored
-
Chong Yidong authored
-
- 20 Sep, 2012 19 commits
-
-
Juri Linkov authored
of `read-from-minibuffer' when `regexp-flag' is non-nil. (occur-read-primary-args): Use `read-regexp' instead of `read-string'. (multi-occur-in-matching-buffers): Use `read-regexp' instead of `read-from-minibuffer'. * lisp/isearch.el (isearch-occur): Use `read-regexp' instead of `read-string'. * lisp/dired.el (dired-read-regexp): Use `read-regexp' instead of `read-from-minibuffer'. * lisp/progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead of `read-string'. Fixes: debbugs:7567
-
Juri Linkov authored
and allow accepting a list of strings prepended to a list of standard default values. Doc fix. Fixes: debbugs:12321
-
Juri Linkov authored
Fixes: debbugs:7567
-
Juri Linkov authored
ends with a colon and space. Fixes: debbugs:12321
-
Tassilo Horn authored
error.
-
Stefan Merten authored
Fixes feature request bug#11711. (rst-mode): Create `imenu-create-index-function'. (rst-get-stripped-line): Delete after refactoring. (rst-section-tree, rst-section-tree-rec) (rst-section-tree-point): Refactor and document properly. (rst-imenu-find-adornments-for-position) (rst-imenu-convert-cell, rst-imenu-create-index): New function.
-
Stefan Monnier authored
(macroexp--expand-all): Use it. (macroexp--funcall-and-return): Remove by folding it into its sole caller (macroexp--warn-and-return). * lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Use macroexp--obsolete-warning.
-
Stefan Monnier authored
was only needed back when Calc was not bundled.
-
Martin Rudalics authored
* emacs-lisp/debug.el (debug): Restore assignment to debugger-old-buffer removed on 2012-09-08.
-
Glenn Morris authored
-
Juri Linkov authored
`diff-latest-backup-file' is now autoloaded.
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
-
Chong Yidong authored
-
Stefan Monnier authored
(sel-mode): Don't defvar. (calc-get-stack-element): Add `sel-mode' arg instead. (calc-top, calc-top-list): Pass it this additional argument. * lisp/calc/calc-store.el (calc-store-map): * lisp/calc/calc-map.el (calc-apply, calc-reduce, calc-map) (calc-map-equation, calc-outer-product, calc-inner-product): * lisp/calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
-
Stefan Monnier authored
-
Stefan Monnier authored
calling mark_vectorlike since that's the one that marks the window. (mark_discard_killed_buffers): Mark the final cdr. * src/window.h (struct window): Move prev/next_buffers to the non-standard fields. * src/window.c (make_window): Initialize prev/next_buffers manually.
-
Paul Eggert authored
* keyboard.c (gobble_input, read_avail_input, tty_read_avail_input): * nsterm.m (ns_term_init): * termhooks.h (struct terminal.read_socket_hook): * w32inevt.c (w32_console_read_socket): * w32term.c (w32_read_socket): * xterm.c (XTread_socket): Omit unused arg EXPECTED. All callers changed. (store_user_signal_events): Return void, not int, since callers no longer care about the return value. All uses changed.
-
Juanma Barranquero authored
-
- 19 Sep, 2012 6 commits
-
-
Paul Eggert authored
Ignore 'expected'. See Eli Zaretskii in <http://bugs.gnu.org/12471#8> (last line).
-
Juri Linkov authored
`diff-latest-backup-file' is not autoloaded. (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg of `dired-get-filename' to t to not report error when there is no default file on the current line.
-
Stefan Monnier authored
macroexp--eval-if-compile. (macroexp--funcall-and-return, macroexp--warn-and-return): New funs. (macroexp--expand-all): Use them. Fixes: debbugs:12371
-
Stefan Monnier authored
(doc-view-scale-bounding-box): Fix unbound `caddr'.
-
Tassilo Horn authored
* doc-view.el (doc-view-mode-map): Add keybinding. (doc-view-menu): Add menu entry. (doc-view-set-slice): Adapt docstring. (doc-view-get-bounding-box, doc-view-guess-paper-size) (doc-view-scale-bounding-box) (doc-view-set-slice-from-bounding-box): New functions. (doc-view-paper-sizes): New defvar. * doc/emacs/misc.texi (DocView Slicing): Document new slice from BoundingBox feature.
-
Paul Eggert authored
(XParseGeometry): Now static. Substitute extremal values for values that are out of range.
-