1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

31939 Commits

Author SHA1 Message Date
Richard M. Stallman
ce4374c7dc (color): Enclose %t in %{...%}. 2005-11-16 22:15:59 +00:00
Richard M. Stallman
49698bb717 (Custom-reset-standard): Verify that
:custom-standard-value prop exists before calling it.

(face): Enclose %t in %{...%}.
2005-11-16 22:15:07 +00:00
Richard M. Stallman
347a20b867 (apropos-calc-scores): Use apropos-pattern. 2005-11-16 22:11:47 +00:00
Stefan Monnier
77f05e24e8 (url-insert-file-contents): Use the charset info
provided by the HTTP server, if any.
2005-11-16 19:05:38 +00:00
Stefan Monnier
c01f0ed303 *** empty log message *** 2005-11-16 18:39:00 +00:00
Stefan Monnier
ed5a258ad1 (savehist-mode-hook): Re-add the var.
(savehist-mode): Use it.
2005-11-16 17:20:25 +00:00
Stefan Monnier
042c6fb7c7 Fix commenting convention. Remove unnecessary leading * in custom docstrings.
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly.  Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
2005-11-16 17:00:29 +00:00
Stefan Monnier
5cb35db593 (flyspell-delete-region-overlays): Use remove-overlays. 2005-11-16 16:07:47 +00:00
Stefan Monnier
66a85723ce (diary-list-entries): Also hide the terminating newline. 2005-11-16 16:04:29 +00:00
Carsten Dominik
a3d6972f26 (reftex-use-fonts): removed the check for
window-system, to allow fonts on tty.
2005-11-16 13:42:58 +00:00
Carsten Dominik
c194b021cc *** empty log message *** 2005-11-16 13:42:38 +00:00
Nick Roberts
e930091eb3 (gud-speedbar-item-info): New function.
(gud-install-speedbar-variables): Use it to display data types
of watch expression as tooltips in speedbar.
2005-11-16 11:26:34 +00:00
Nick Roberts
20eff2b29e *** empty log message *** 2005-11-16 11:25:18 +00:00
Luc Teirlinck
496f36c064 (file-name-shadow-properties, file-name-shadow-tty-properties)
(file-name-shadow, file-name-shadow-mode): Add :version keyword.
2005-11-16 05:02:40 +00:00
Luc Teirlinck
9fc0053d93 *** empty log message *** 2005-11-16 04:59:07 +00:00
Luc Teirlinck
1cc9e877dd *** empty log message *** 2005-11-16 04:53:15 +00:00
Luc Teirlinck
e64a3dcf4c (auto-compression-mode): Add :version keyword, because default was changed. 2005-11-16 04:06:52 +00:00
Luc Teirlinck
33bf811849 Whitespace change. 2005-11-16 04:04:58 +00:00
Luc Teirlinck
e72955945f *** empty log message *** 2005-11-16 03:58:28 +00:00
Luc Teirlinck
11783809fb (global-font-lock-mode): Add :version keyword, because default was changed. 2005-11-16 03:52:35 +00:00
Luc Teirlinck
cdc81c7abe (file-name-shadow-mode): Undo last change; the file itself is new in 22.1. 2005-11-16 03:48:45 +00:00
Luc Teirlinck
e6d77df2a6 (file-name-shadow-mode): Set :version to "22.1", because default was changed. 2005-11-16 03:44:17 +00:00
Luc Teirlinck
8ab8482310 *** empty log message *** 2005-11-16 02:42:57 +00:00
Luc Teirlinck
db441dba11 (command-line): Use custom-reevaluate-setting' for file-name-shadow-mode'. 2005-11-16 02:30:58 +00:00
Luc Teirlinck
1f42385127 Preload rfn-eshadow. 2005-11-16 02:26:37 +00:00
Luc Teirlinck
da80e0daf7 (file-name-shadow-mode): Set :init-value to t. 2005-11-16 02:25:19 +00:00
Luc Teirlinck
08adfdbb4b (custom-add-parent-links): Fix bug whereby, for instance,
`(fringe custom-face)' shadowed `(fringe custom-group)'
in the custom-group property of the symbol frames and the
fringe group got no link to its parent group frames.
Doc fix.
2005-11-16 02:02:03 +00:00
Nick Roberts
3671718b70 *** empty log message *** 2005-11-16 01:01:24 +00:00
Nick Roberts
0b4b288e4a (gud-stop-subjob): New function.
(gud-menu-map, gud-tool-bar-map): Use it.
2005-11-16 00:55:52 +00:00
Stefan Monnier
2fe3d6ec19 (rfn-eshadow-regexp): Remove.
(rfn-eshadow-sifn-equal): New function.
(rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2005-11-15 23:02:03 +00:00
Kim F. Storm
7b75b9937c (gud-menu-map): Let [stop] stop program rather than kill it.
(gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
to a more useful/logical place.
2005-11-15 22:55:48 +00:00
Kim F. Storm
7ecef1e9dd *** empty log message *** 2005-11-15 22:55:18 +00:00
Nick Roberts
3525a3ee84 (gud-menu-map): Make visibility of stop and
go buttons complementary.
2005-11-15 22:37:49 +00:00
Nick Roberts
18468a1ea7 *** empty log message *** 2005-11-15 22:36:55 +00:00
Michael Kifer
3cc60763f8 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util (ediff-make-temp-file): use proper file-name-handler
	operation
2005-11-15 18:49:33 +00:00
Michael Kifer
54b171c787 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-utils (viper-non-word-characters-reformed-vi): quote `-' in
	string.

	* viper.el (viper-emacs-state-mode-list): Ensure that
	rcirc-mode buffers come up in Emacs state.
2005-11-15 18:44:30 +00:00
Dan Nicolaescu
59c560f76f (term-termcap-format): Fix typos.
(term-down): Fix the negative argument case.
2005-11-15 17:13:22 +00:00
Nick Roberts
8014739509 (gud-menu-map, gud-tool-bar-map): Re-define buttons and include new ones.
(gud-tool-bar-item-visible-no-fringe): New function.
(gud-menu-map): Use it.
2005-11-15 12:27:29 +00:00
Nick Roberts
ba5ff011a8 Remove face-alias left over from change on
2005-08-15.
(gdb-ann3): New command gud-go.
(menu): Accomodate gdb-mi.el.
(gdb-assembler-custom): Make buffer of selected window current
so that set-window-point works.
2005-11-15 12:25:49 +00:00
Nick Roberts
a354cf393b *** empty log message *** 2005-11-15 12:24:56 +00:00
Luc Teirlinck
12d944296e (auto-compression-mode): Enable it in a way that works correctly for
Custom and that does not override a user who disables it.
2005-11-15 00:07:03 +00:00
Luc Teirlinck
70acba5dda *** empty log message *** 2005-11-15 00:05:27 +00:00
Luc Teirlinck
e715d9b46f (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):
Make hyperlinks for variables that are unbound, but have a non-nil
variable-documentation property.
2005-11-14 23:19:42 +00:00
Luc Teirlinck
7cb1a55105 *** empty log message *** 2005-11-14 23:16:26 +00:00
Luc Teirlinck
156680e2df (define-derived-mode): Remove defvar for mode hook. (It conflicted
with defcustoms for some mode hooks.)  Use the `variable-documentation'
property to give the mode hook a docstring and expand that docstring.
2005-11-14 23:05:53 +00:00
Stefan Monnier
2d10b62be6 (savehist-mode): Don't bother with `custom-set-minor-mode.
(savehist-coding-system): Check XEmacs version.
(history-length): Declare also at run time.
(savehist-mode): Don't emit a message.  Don't run the minor mode hook.
Don't set the customize state.
(savehist-minibuffer-hook): Special case for when
minibuffer-history-variable is equal to t.
2005-11-14 22:30:35 +00:00
Stefan Monnier
8e5c7b90ee (write-file): Refresh VC status. 2005-11-14 22:19:28 +00:00
Stefan Monnier
2f0e484649 (diary-list-entries, diary-show-all-entries)
(mark-diary-entries, make-diary-entry): Check default-major-mode rather
than fundamental-mode to see if the mode was set.
2005-11-14 22:14:23 +00:00
Romain Francoise
670d3fce9d If `vm-visit-folder' doesn't exist, define it as a dummy function in
`eval-when-compile' to avoid compiler warning.
Require `man' at compile time.
2005-11-14 21:04:26 +00:00
Jay Belanger
d0158f7354 (calcFunc-ldiv): Check to see if the first argument is a scalar. 2005-11-14 20:21:40 +00:00