1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00
Commit graph

16253 commits

Author SHA1 Message Date
Dave Love
233d5cde5b (widget-specify-field, widget-specify-button): If
:help-echo is a function, set help-echo of overlay to
widget-mouse-help.
(widget-mouse-help): New function.
(widget-echo-help): Rewritten for :help-echo functions only taking
a widget arg.
2000-11-15 23:01:25 +00:00
Dave Love
b12057b9d2 (eudc-bob-can-display-inline-images): Use
display-graphic-p.
(eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
and that JPEG is available.
(eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2000-11-15 20:54:15 +00:00
Dave Love
da645c5352 (locale-charset-language-names):
Match @euro.
2000-11-15 20:31:33 +00:00
Dave Love
a75f7176c0 comment fix 2000-11-15 20:06:40 +00:00
Gerd Moellmann
6d133d1f9b *** empty log message *** 2000-11-15 19:25:57 +00:00
Gerd Moellmann
2392ccb758 (face-set-after-frame-default): If
`inhibit-default-face-x-resources' is bound, don't intiialize the
default face from X resources.
2000-11-15 19:22:06 +00:00
Eli Zaretskii
49ac2ac58e (custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH. 2000-11-15 17:54:40 +00:00
Eli Zaretskii
4fb0a34c57 (texinfo-insert-@uref): Renamed from
texinfo-insert-@url.
(texinfo-insert-@url): A defalias for texinfo-insert-@uref.
(texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2000-11-15 13:57:50 +00:00
Stefan Monnier
82bc80bfce (checkdoc-minor-mode) <defvar>: Remove.
(checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
(checkdoc-minor-keymap): Backward compatibility.
(checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
(checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
(checkdoc-this-string-valid-engine): Be a bit more strict
to avoid matching substrings of `...' quoted vars/funs.
(checkdoc-defun-info): Only look for `interactive' if alone.
(debug-ignored-errors): Add "arg doesn't appear in docstring".
2000-11-14 20:11:23 +00:00
Stefan Monnier
e8c87124d3 *** empty log message *** 2000-11-14 19:30:59 +00:00
Stefan Monnier
3f314699c3 (grep): `tag-default' can be nil. 2000-11-14 19:30:53 +00:00
Dave Love
25c269ef6e New maintainer version. 2000-11-14 18:52:08 +00:00
Dave Love
824693e7dd (diff-imenu-generic-expression): Modify unidiff
pattern.
2000-11-14 18:09:21 +00:00
Dave Love
f7a6110d25 Fix again. 2000-11-14 17:19:59 +00:00
Stefan Monnier
bb304a7a29 (comment-indent): Paren typo. 2000-11-14 15:10:02 +00:00
Dave Love
8628686a18 *** empty log message *** 2000-11-14 14:41:51 +00:00
Dave Love
ece8c34d87 Fix bogus last checkin. 2000-11-14 14:41:38 +00:00
Dave Love
80e0fd4c98 Doc fixes.
(cmuscheme) <defgroup>: Use `scheme' as parent.
(cmuscheme-program-name): Remove.  Change uses to
scheme-program-name.
2000-11-14 14:41:24 +00:00
Dave Love
208fd08e26 (scheme-program-name): Don't define here. 2000-11-14 14:34:13 +00:00
Dave Love
d3461e8fd0 (scheme-program-name): New variable
(originally in cmuscheme).
2000-11-14 14:33:29 +00:00
Miles Bader
88f0a1eb89 (fit-window-to-buffer): Handle windows without mode-lines.
Handle header-lines.  Don't loop forever if we can't enlarge the
window anymore.  Simplify a bit.
2000-11-14 12:58:47 +00:00
Stefan Monnier
ae523e577e (tex-mode-map): Remove `tex-compile', not ready for prime-time. 2000-11-14 11:50:40 +00:00
Kenichi Handa
f0c968ff81 (quail-show-guidance-buf): Call fit-window-to-buffer to assure the
enough height of the guidance buffer.
(quail-update-guidance): Avoid making the guidance buffer shorter.
2000-11-14 11:46:44 +00:00
Kenichi Handa
87eb48b95e (fit-window-to-buffer): Don't check
window-text-height.  Assure that the last line is fully visible.
2000-11-14 11:46:01 +00:00
Kenichi Handa
cd9a000ca8 *** empty log message *** 2000-11-14 11:45:42 +00:00
Stefan Monnier
bdbd960600 (tex-font-lock-keywords-1): Use `keep'
rather than `prepend' and add an interesting comment.
(tex-math-face, tex-font-lock-syntactic-face-function):
New face and function to use it.
(tex-define-common-keys, tex-mode-map): Use menu-item rather
than `menu-enable' symbol property.
(tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
(tex-mode): Add some latex-mode commands for auto-selection.
Use tex-font-lock-syntactic-face-function.
(tex-insert-quote): Simplify.
(tex-shell): New mode.
(tex-start-shell): Use it.
(tex-shell-proc, tex-shell-buf): New functions.
(tex-send-command): Use it.
(tex-main-file): Fix the meaning of the new arg REALFILE.
(tex-send-tex-command): New function split from `tex-start-tex'.
Set compilation-last-buffer and compilation-parsing-end.
2000-11-14 11:41:51 +00:00
Dave Love
1265b5398a *** empty log message *** 2000-11-14 10:29:20 +00:00
Dave Love
8260e5b4e1 mogriy'd from the XPM 2000-11-14 10:17:57 +00:00
Stefan Monnier
d3fcda2278 (comment-indent-default): Stick \s<\s< to the left
when it follows non-comment text on the line.
2000-11-14 10:04:20 +00:00
Stefan Monnier
1594a23a93 (lisp-mode-variables):
Set font-lock-defaults.
(lisp-mode-shared-map): Init inside the defvar.
(emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Use define-derived-mode.
2000-11-14 09:52:24 +00:00
Miles Bader
bdab1d433f (header-line): Use `:box nil' for color/gs displays too. 2000-11-14 09:02:02 +00:00
Gerd Moellmann
936ae731f3 (byte-compile-unfold-lambda): Don't
recursively optimize body because that can lead to infinite
recursion; see comment there.
2000-11-14 04:41:56 +00:00
Eli Zaretskii
1695ca2b15 (face-spec-set-match-display): Revert the change from
2000-10-24.  Add a FIXME for after v21.1.
2000-11-13 15:03:35 +00:00
Miles Bader
9d34829472 *** empty log message *** 2000-11-13 12:25:59 +00:00
Miles Bader
27849a6528 (skip-line-prefix): New function.
(fill-region-as-paragraph, fill-region): Return the fill-prefix.
(fill-paragraph): Don't leave point inside the fill-prefix.
2000-11-13 12:11:04 +00:00
Stefan Monnier
a0b4771613 *** empty log message *** 2000-11-13 02:32:34 +00:00
Miles Bader
b85fa13c9b (generate-calendar-window): Use `fit-window-to-buffer'. 2000-11-13 02:25:33 +00:00
Dave Love
f8c0f31e17 From Emerick Rogul <emerick@csa.bu.edu>.
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.
2000-11-12 22:51:35 +00:00
Stefan Monnier
c157af51b5 (gud-minor-mode): New var.
(gud-symbol, gud-val): New functions.
(gud-find-file): Copy gud-minor-mode to the new buffer.
(gud-menu-map): Include entries for commands that are not always
available, using :enable to (de)activate them.
(gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
(gud-mode-map): New map.
(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
Don't set up gud's menu (it's done by the minor-mode).
(gud-minibuffer-local-map): New.
Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
(gud-query-cmdline): New function.
(gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
(gud-mode): Use define-derived-mode.
Don't set up gud's menu (it's done by the minor-mode).
(gud-chop-words): Remove.
(gud-common-init): Use split-string instead.
(gud-new-keymap, gud-make-debug-menu): Eradicate.
2000-11-12 18:48:22 +00:00
Stefan Monnier
165958d2b4 (easy-mmode-define-keymap):
Add keyword arg :name.
2000-11-12 18:09:09 +00:00
Stefan Monnier
cd632e57a5 (diff-mode-menu): Add entry for applying hunk.
(diff-count-matches, diff-split-hunk): New functions.
(diff-mode-map): Bind C-c C-s to diff-split-hunk.
2000-11-12 16:59:52 +00:00
Stefan Monnier
5392115834 (cvs-fi-conflict-face): New var. 2000-11-12 16:52:53 +00:00
Stefan Monnier
aace6150c0 (sh-mode-syntax-table) <defvar>:
Make it into a simple syntax-table, shared among all submodes.
(sh-heredoc-face): Re-introduce.
(sh-font-lock-syntactic-face-function): New function.
(sh-mode): Use it.  Also use define-derived-mode.
Remove old bogus setting of indent-region-function.
(sh-set-shell): Don't set the syntax-table any more.
(sh-mode-syntax-table) <defun>: Remove.
2000-11-12 16:48:45 +00:00
Miles Bader
f5ed37df73 (flyspell-mode-on): Only output welcome message if interactive. 2000-11-12 13:26:15 +00:00
Dave Love
0b074c2fe7 v 2000-11-12 00:57:50 +00:00
Dave Love
29a69d04a6 Fix header,
(feedmail) <defgroup>: Add :link.
2000-11-12 00:57:08 +00:00
Dave Love
4503fe8bd2 Use local-map property, not keymap on mode-line string. 2000-11-12 00:53:35 +00:00
Dave Love
052e4f5ec1 (scroll-all-mode): Customize variable. Add
autoload cookie to function.
2000-11-12 00:49:58 +00:00
Dave Love
8242a6dcde Remove compatibility code. 2000-11-12 00:47:18 +00:00
Dave Love
f06f741699 (finder-known-keywords): Add files', remove vms'.
(finder-help-echo): New variable.
(finder-mouse-face-on-line): Add help-echo stuff.
(finder-list-keywords, finder-list-matches): Use mapc.
2000-11-12 00:42:36 +00:00