Juri Linkov
d69ab4ba1f
(face-read-string): Set the default value arg of completing-read.
2005-11-17 07:20:51 +00:00
Juri Linkov
3e721a1465
(lisp, c, tex): Add :link (custom-group-link font-lock-faces) to defgroup.
...
(custom-variable-prompt): Clarify the code.
2005-11-17 07:18:07 +00:00
Juri Linkov
a4deefedf3
(font-lock-faces): Rename this defgroup from
...
`font-lock-highlighting-faces'.
(font-lock-comment-face, font-lock-comment-delimiter-face)
(font-lock-string-face, font-lock-doc-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face)
(font-lock-warning-face, font-lock-negation-char-face)
(font-lock-preprocessor-face)
(font-lock-regexp-grouping-backslash)
(font-lock-regexp-grouping-construct): Rename :group from
`font-lock-highlighting-faces' to `font-lock-faces'.
2005-11-17 07:16:45 +00:00
Luc Teirlinck
1135363e9a
(file-name-shadow-properties, file-name-shadow-tty-properties)
...
(file-name-shadow-mode): Remove autoloads, because the file is now preloaded.
2005-11-17 05:34:45 +00:00
Luc Teirlinck
4bbd5b6914
*** empty log message ***
2005-11-17 05:32:33 +00:00
Stefan Monnier
bead134f40
(easy-menu-intern): Don't define.
...
(pr-get-symbol): Use easy-menu-intern only if defined.
2005-11-16 22:44:53 +00:00
Stefan Monnier
b83867531a
(blink-matching-open): Simplify a bit.
...
(completion-setup-function): Fix the case of partial-completion-mode
when the minibuffer's contents start with "-".
Obey completion-base-size-function even when
minibuffer-completing-file-name is non-nil.
2005-11-16 22:43:16 +00:00
Richard M. Stallman
afabbb4d0a
*** empty log message ***
2005-11-16 22:25:16 +00:00
Richard M. Stallman
4e46799eac
(eudc-ph-open-session): Use set-process-query-on-exit-flag.
2005-11-16 22:23:28 +00:00
Richard M. Stallman
63fcfa450f
(smtpmail-send-it): Use insert-buffer-contents.
2005-11-16 22:22:18 +00:00
Richard M. Stallman
f832e85422
(ucs-set-table-for-input):
...
Use make-local-variable, not make-variable-buffer-local.
2005-11-16 22:21:16 +00:00
Richard M. Stallman
9d8684ddf3
(byte-optimize-form-code-walker): Improve warning message text.
2005-11-16 22:20:03 +00:00
Richard M. Stallman
f6fbc344c1
(savehist-save-hook): Add :group.
2005-11-16 22:18:46 +00:00
Richard M. Stallman
957dc1a49d
(menu-bar-help-menu): Rename Find Extra Packages to External Packages.
2005-11-16 22:17:29 +00:00
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