- 02 May, 2004 1 commit
-
-
Kim F. Storm authored
-
- 01 May, 2004 24 commits
-
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(python-compilation-regexp-alist): Don't use it any more. (python-orig-start, python-input-filter): Remove. (inferior-python-mode): Don't set up comint-input-filter-functions. (python-send-region): Use compilation-fake-loc.
-
Stefan Monnier authored
(compilation-mode): Don't setup next-error-function here. (compilation-setup): Set it up here instead (for minor modes as well). Make compilation-messages-start buffer local. (compilation-next-error-function): Use it. (compilation-forget-errors): Set compilation-messages-start.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(comint-update-fence, comint-kill-whole-line) (comint-kill-region): New functions.
-
Luc Teirlinck authored
-
Eli Zaretskii authored
undo bad effect of pack(4) in some versions of system headers.
-
Juanma Barranquero authored
values in CL-style argument lists are correctly shown.
-
Jason Rumney authored
-
Jason Rumney authored
-
Juri Linkov authored
if current dired buffer has no buffer mark.
-
Kenichi Handa authored
-
Kenichi Handa authored
(MISC): Renamed from MISC-DIC. (WORLD): Adjuted for the above changes. (TIT-MISC, NON-TIT-MISC): New targets. (all): Don't depend on ${WORLD}. (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets removed. (TIT-SOURCES, MISC-SOURCES): New macros. (changed.tit, changed.misc): New targets. (leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and changed.misc. Generate quail files from TIT and MISC files if necessary. (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and ${MISC-DIC}.
-
Kenichi Handa authored
quail file if it is up to date.
-
Juri Linkov authored
to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl <stahl@eos.franken.de>
-
Juri Linkov authored
Push mark on the first call of successive command calls. (insert-pair): New fun created from `insert-parentheses' with `open' and `close' arguments added. Enclose active regions in paired characters. Compare adjacent characters syntax with inserted characters syntax before inserting a space. (insert-parentheses): Call `insert-pair' with ?\( ?\).
-
Juri Linkov authored
-
Juri Linkov authored
Replace `(:weight bold)' by `Buffer-menu-buffer-face'. Add C-M-arrow keys for consistency.
-
Juri Linkov authored
(dired-do-chxxx): Call it for op-symbol `touch'.
-
Juri Linkov authored
(outline-next-preface, outline-show-heading) (outline-end-of-subtree): Use it.
-
Juri Linkov authored
-
- 30 Apr, 2004 15 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
based on patch from Michael Mauger. (cua-normal-cursor-color, cua-read-only-cursor-color) (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Customization cursor type and/or cursor color. (cua--update-indications): Handle cursor type changes. (cua-mode): Update cursor indications if enabled.
-
Kim F. Storm authored
-
Kim F. Storm authored
(cua-upcase-rectangle, cua-downcase-rectangle): Use it. (cua-upcase-initials-rectangle, cua-capitalize-rectangle): New commands (suggested by Jordan Breeding)..
-
Kim F. Storm authored
Add cua-scroll-up and cua-scroll-down. (cua-scroll-up, cua-scroll-down): New commands. (cua--init-keymaps): Remap scroll-up and scroll-down.
-
Kim F. Storm authored
unspecified (if no highlighting), show extent of fully visible region even if transient-mark-mode is enabled.
-
Kim F. Storm authored
(mouse-set-region, mouse-drag-region-1): Use it.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Alex Schroeder authored
-
Alex Schroeder authored
indentation to text nodes and write empty elements as empty tags instead of opening and closing tags. (xml-debug-print): Take optional indent-string argument. (xml-print): Alias for xml-debug-print.
-