1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

30879 commits

Author SHA1 Message Date
Juri Linkov
bac3a1c9b7 (compilation-disable-input): Doc fix.
(define-compilation-mode): Doc fix and refill.
(kill-compilation): Use `mode-name' in the error message.
(compilation-find-file): Use `compilation-error' in the
read-file-name's prompt.
2005-08-22 19:55:57 +00:00
Juri Linkov
69672704ae (Info-insert-dir): Use save-excursion around insert-buffer-substring.
(Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
(Info-escape-percent): Delete function.
(Info-fontify-node): Replace Info-escape-percent by
replace-regexp-in-string with REP arg set to lambda that
duplicates `%' and preserves text properties.
2005-08-22 19:53:46 +00:00
Juri Linkov
9b82fc013b (set-face-underline): Delete this duplicate function
and make an obsolete alias to set-face-underline-p.
(set-face-underline-p): Use docstring of set-face-underline.
(describe-face): Create hyperlink to parent face.
2005-08-22 19:53:05 +00:00
Stefan Monnier
48d59eda34 (smerge-basic-map): Bind smerge-combine-with-next.
(smerge-auto-leave): Make undo re-enable the mode.
(debug-ignored-errors): Add the user-error of impossible resolution.
(smerge-resolve): Move things around a bit, in preparation for later.
(smerge-diff): Don't fail if the buffer has no associated file.
(ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
(smerge-conflict-overlay): New function.
(smerge-match-conflict): Don't add text properties here.
(smerge-find-conflict): Instead, add an overlay here.
Also check for the case where we're inside a conflict already, so as to
obviate the need for font-lock-multiline, which is unbearably slow with
large conflicts and ciomplex font-lock patterns.
(smerge-remove-props): Remove overlay rather than text-properties.
(smerge-mode): Don't set font-lock-multiline.
Remove overlays when turned off.
2005-08-22 14:38:51 +00:00
Kim F. Storm
0f46746863 *** empty log message *** 2005-08-21 21:47:55 +00:00
Kim F. Storm
d6049c7884 (ido-ignore-item-p): Use save-match-data.
Bind case-fold-search to ido-case-fold locally.
2005-08-21 21:26:07 +00:00
Richard M. Stallman
6e86be0b47 (normal-mode): If font lock is on, turn it off and on. 2005-08-20 21:50:48 +00:00
Richard M. Stallman
23bb94bb4a (replace-regexp-in-string): Doc fix. 2005-08-20 21:48:51 +00:00
Richard M. Stallman
3c24b4e4a5 (command-line-1): Don't suppress startup screen due to existing processes. 2005-08-20 21:48:20 +00:00
Richard M. Stallman
32993501da (grep): Bind compilation-disable-input to t. 2005-08-20 21:47:40 +00:00
Richard M. Stallman
93ef35e404 (compilation-disable-input): Default to nil. 2005-08-20 21:47:06 +00:00
Eli Zaretskii
217b694f6a *** empty log message *** 2005-08-20 12:15:04 +00:00
Eli Zaretskii
3fa37cd13c (compilation-disable-input): New defcustom.
(compilation-start): If compilation-disable-input is non-nil, send EOF to
the compilation process.
2005-08-20 12:14:24 +00:00
Eli Zaretskii
966e49906b (tex-bibtex-file, tex-send-tex-command):
Run the argument of tex-shell-cd-command through
convert-standard-filename, to get the correct style of slashes on
Windows, and enclose the result in quotes, in case the file name
includes whitespace or other special characters.
2005-08-20 11:41:23 +00:00
Andreas Schwab
6a7df22fdb (gud-kill-buffer-hook): Don't kill unrelated
process.
2005-08-19 15:03:48 +00:00
Luc Teirlinck
c9133fa6fb (minibuffer-prompt-properties): Correct typo. 2005-08-19 02:08:56 +00:00
Luc Teirlinck
eaa12728a1 *** empty log message *** 2005-08-19 02:07:51 +00:00
Kim F. Storm
a0aeeaa7c4 Fix errors due to incorrect line wrapping. 2005-08-18 15:06:23 +00:00
Kim F. Storm
8573477e2f *** empty log message *** 2005-08-18 15:06:09 +00:00
Richard M. Stallman
94396ace82 *** empty log message *** 2005-08-18 15:03:37 +00:00
Thien-Thi Nguyen
dd52fff6d9 (dired-move-to-end-of-filename):
Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2005-08-18 11:30:44 +00:00
Kim F. Storm
9d144e95df (ido-everywhere): Fix defcustom :set function to disable
rather than toggle mode when custom value is nil.
(ido-everywhere): Fix defun doc string.
2005-08-18 09:29:48 +00:00
Kim F. Storm
609550682f *** empty log message *** 2005-08-18 09:29:36 +00:00
Richard M. Stallman
255a2507af (minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable". 2005-08-17 15:49:10 +00:00
Kim F. Storm
acf681d713 (windmove-coordinates-of-position): Remove.
(windmove-coordinates-of-window-position): Remove.
(windmove-reference-loc): Use posn-at-point instead.
2005-08-17 15:03:00 +00:00
Kim F. Storm
0eefa6fbb5 *** empty log message *** 2005-08-17 15:02:41 +00:00
Kim F. Storm
fbe13428a8 (insert-for-yank-1): Doc fix. 2005-08-17 14:08:30 +00:00
Kim F. Storm
4ec9e784d6 *** empty log message *** 2005-08-17 14:08:12 +00:00
Kim F. Storm
5702da696e (ido-enter-matching-directory): Rename from
ido-enter-single-matching-directory.  Change 'slash choice to
'only. 	Add 'first choice.
(ido-exhibit): Adapt to above changes.
2005-08-17 11:17:41 +00:00
Kim F. Storm
99cb6791ee *** empty log message *** 2005-08-17 11:17:19 +00:00
Luc Teirlinck
71d77b400b Expand comment about building loaddefs.el. 2005-08-17 01:58:07 +00:00
Luc Teirlinck
1ee1d0eef9 *** empty log message *** 2005-08-17 01:56:57 +00:00
Nick Roberts
f95e8d9759 (toggle-gdb-use-inferior-io-buffer):
Comment use of defadvice.
2005-08-16 09:32:11 +00:00
Nick Roberts
761b053bac (gud-jump): Rework for gdb-ui. 2005-08-16 09:31:31 +00:00
Nick Roberts
58d7544454 *** empty log message *** 2005-08-16 09:30:35 +00:00
Richard M. Stallman
ae3defd0d3 (flyspell-large-region): Fix doc and custom type.
(flyspell-mark-duplications-flag): Doc fix.
2005-08-15 23:48:30 +00:00
Dan Nicolaescu
e95e5f8193 * mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release.

* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.
2005-08-15 21:29:32 +00:00
Andreas Schwab
ca19f3f1d1 Refill long lines. 2005-08-15 20:16:05 +00:00
Dan Nicolaescu
ed8e0f0aab (next-error-follow-minor-mode): Fix init value and
ligher.
2005-08-15 17:23:50 +00:00
Kim F. Storm
4ccda9c399 *** empty log message *** 2005-08-15 14:51:27 +00:00
Kim F. Storm
ecd6106722 (cua-delete-region): Return t if
deleted region was non-empty.
(cua-replace-region): Inhibit overwrite-mode for
self-insert-command if replaced region was non-empty.
(cua--explicit-region-start, cua--status-string): Make them
buffer-local at top-level...
(cua-mode): ...rather than when mode is enabled.
2005-08-15 14:10:39 +00:00
Thien-Thi Nguyen
9e5538bc21 (vhdl-emacs-21): Set t for Emacs 21, 22, and so on. 2005-08-15 13:54:33 +00:00
David Ponce
0cfce69f6e Update Commentary header.
(tree-widget-theme): Doc fix.
(tree-widget-space-width): New option.
(tree-widget-image-properties): Look up in the default theme too.
(tree-widget--cursors): Only for images with arrow pointer shape.
(tree-widget-lookup-image): Pointer shape is hand by default.
(tree-widget-icon): Generic icon widget renamed from
`tree-widget-control'.
(tree-widget-*-icon): Rename from `tree-widget-*-control' and
derive from `tree-widget-icon'.
(tree-widget-handle): Improve default look and feel of the text
representation.
(tree-widget): Rename :*-control properties to :*-icon properties.
Add :action and :help-echo properties.
(tree-widget-after-toggle-functions): Move.
(tree-widget-close-node, tree-widget-open-node): Remove.
(tree-widget-before-create-icon-functions): New hook.
(tree-widget-value-create): Update to allow customization of icons
and nodes at run-time via that new hook.
(tree-widget-icon-create, tree-widget-leaf-node-icon-p)
(tree-widget-icon-action, tree-widget-icon-help-echo)
(tree-widget-action, tree-widget-help-echo): New functions.
2005-08-15 13:00:09 +00:00
David Ponce
86ae23f8c4 *** empty log message *** 2005-08-15 12:58:24 +00:00
Kim F. Storm
edc42f569e (ido-buffer-internal): Use with-no-warnings.
(ido-make-merged-file-list): Use while-no-input.
2005-08-15 12:29:54 +00:00
Kim F. Storm
0781c30389 *** empty log message *** 2005-08-15 12:29:38 +00:00
Richard M. Stallman
0bf14bfd0c *** empty log message *** 2005-08-15 02:06:44 +00:00
Richard M. Stallman
9f01a773d0 (interpreter-mode-alist): Doc fix. 2005-08-15 02:05:01 +00:00
Richard M. Stallman
5b9b5b8991 (rmail-nonignored-headers): New variable.
(rmail-clear-headers): Use it.
(rmail-reply): Better handling of mail-followup-to header.
2005-08-15 02:04:29 +00:00
Richard M. Stallman
5789bd837d (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.
In the `shell' entry, don't try to refer to executable-font-lock-keywords.
(sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
(sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
(sh-font-lock-keywords): Append executable-font-lock-keywords here.
(sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.
(sh-set-shell): Don't set them here.
(sh-feature): Simplify.  Get rid of the eval-a-variable feature.
Don't cache the results in the original alist; don't ever modify that alist.
2005-08-15 02:01:38 +00:00