- 09 Sep, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 08 Sep, 2011 6 commits
-
-
Martin Rudalics authored
* window.c (Fset_window_prev_buffers, Fset_window_next_buffers): Operate on live windows only. * window.el (window-deletable-p): Make sure window is live before invoking window-prev-buffers.
-
Leo Liu authored
See: http://debbugs.gnu.org/9453
-
Juri Linkov authored
Fixes: debbugs:8340
-
Juri Linkov authored
-
Juanma Barranquero authored
-
Martin Rudalics authored
* window.el (frame-auto-delete): Rename to window-auto-delete. Make it control auto-deletion of windows and/or frames. (window-deletable-p): New argument FORCE. Rewrite conditions for deleting window/frame. (Bug#9419) (switch-to-prev-buffer, replace-buffer-in-windows, quit-window): Rewrite handling of case when window/frame can be deleted. (delete-windows-on): Call window-deletable-p with new FORCE argument t. (Bug#9456)
-
- 07 Sep, 2011 14 commits
-
-
Paul Eggert authored
These were inadvertenly changed to 644 in the previous revision; the file should be executable, so change it back to 755.
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it only under bidi iteration.
-
Jan Djärv authored
-
Chong Yidong authored
-
Juri Linkov authored
`compilation-environment'. Set buffer-local `compilation-environment' to `thisenv' later after (funcall mode). (Bug#8340) * lisp/vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408) (vc-git-grep): Prepend "PAGER=" to `compilation-environment' instead of replacing its value. (Bug#8340)
-
Juri Linkov authored
based on text properties put by `grep-filter' instead of matching escape sequences. (grep-mode): Set buffer-local `compilation-error-screen-columns' to the value of `grep-error-screen-columns'. Fixes: debbugs:9438
-
Juri Linkov authored
Fixes: debbugs:9432
-
Glenn Morris authored
-
Glenn Morris authored
-
Dieter Schuster authored
Fixes: debbugs:9359
-
Glenn Morris authored
-
OKAZAKI Tetsurou authored
* lisp/progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for null c-opt-block-decls-with-vars-key.
-
Leo Liu authored
-
Stefan Monnier authored
find-function-C-source-directory after checking that we found a source file there. Fixes: debbugs:9440
-
- 06 Sep, 2011 5 commits
-
-
Paul Eggert authored
Without this fix, the command to link temacs failed due to an undefined symbol __builtin_isnan. This is because /usr/include/iso/math_c99.h #defines isnan(x) to __builtin_isnan(x), but the bundled gcc, which identifies itself as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have a __builtin_isnan. * configure.in (isnan): Remove now-unnecessary check. * src/floatfns.c (isnan): #undef, and then #define to a clone of what's in data.c. (Fisnan): Always define, since it's always available now. (syms_of_floatfns): Always define isnan at the Lisp level.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Alan Mackenzie authored
"unread" the prefix arg, too. This fixes bug #8901.
-
- 05 Sep, 2011 8 commits
-
-
Gnus developers authored
gnus-sum.el (gnus-summary-exit): Ensure we kill the proper original-article-buffer. nnir.el (nnir-compose-result): Fix matching of server type. (nnir-run-swish++): Ditto. (nnir-run-namazu): Ditto. (nnir-run-notmuch): Ditto.
-
Paul Eggert authored
-
Glenn Morris authored
-
Oleksandr Gavenko authored
Fixes: debbugs:9414
-
Juri Linkov authored
Fixes: debbugs:8084
-
Michael Albinus authored
-
Juri Linkov authored
* etc/grep.txt: Add `eval' to the Local Variables section that emulates `grep-filter'. * lisp/progmodes/grep.el (grep-filter): Avoid incomplete processing by keeping point where processing of grep matches begins, and continue to delete remaining escape sequences from the same point. (grep-filter): Make leading zero optional in "0?1;31m" because git-grep emits "\033[1;31m" escape sequences unlike expected "\033[01;31m" as GNU Grep does. (grep-process-setup): Replace obsolete "ml=" with newer "sl=". Fixes: debbugs:9408
-
Juri Linkov authored
-
- 04 Sep, 2011 6 commits
-
-
Paul Eggert authored
-
Lars Magne Ingebrigtsen authored
gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405). gnus-score.el (gnus-summary-increase-score): Doc clarification (bug#9421). gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms (bug#9425). gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first thing (bug#9426).
-
Paul Eggert authored
Fixes: debbugs:9397 debbugs:9412
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-