Stefan Monnier
9cee7d84e7
(bibtex-font-lock-url): Catch when point past bound of search.
2005-10-16 14:07:33 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Richard M. Stallman
21ea364992
(tex-font-lock-keywords-2): Fix bug in \bf fontification.
2005-10-15 13:38:59 +00:00
Andreas Schwab
9bf211adf2
(tex-font-lock-keywords-2): Adjust match number.
2005-10-10 09:47:24 +00:00
Carsten Dominik
1d676e9fe3
(org-mode-map): Explicit definition of `C-c C-x' as a
...
prefix.
(orgtbl-mode-map): Full keymap instead of sparse, because all
`self-insert-command' keys are redifined in this map.
(org-export-as-html): Specify charset for HTML file, by taking it
from the coding system.
2005-10-10 09:16:22 +00:00
Richard M. Stallman
1fb7ce77df
(flyspell-check-word-p):
...
If unread-command-events is non-empty, don't call sit-for.
2005-10-10 04:03:09 +00:00
Richard M. Stallman
cc8556d976
(flyspell-external-point-words): Simplify logic, and don't try to
...
check for consecutive appearances of one incorrect word.
2005-10-10 01:14:28 +00:00
Romain Francoise
865729da26
(ispell-check-version): Fix last change.
2005-10-09 12:54:23 +00:00
Richard M. Stallman
344066e625
(ispell-check-version):
...
Ignore hyphen, and all that follows, in aspell's version text.
2005-10-08 19:55:02 +00:00
Thien-Thi Nguyen
de4ce19101
(artist-ellipse-mirror-quadrant): Fix bug introduced 2005-07-03:
...
Use (car (last ...)) to faithfully reproduce replaced artist-last.
(artist-set-arrow-points-for-poly): Likewise.
2005-10-06 15:00:49 +00:00
Stefan Monnier
3307a4fa17
(tex-font-lock-syntactic-face-function):
...
Don't set any syntax-table property here.
(tex-font-lock-verb): New function. Do it here.
(tex-font-lock-syntactic-keywords): Use it.
2005-10-04 20:45:58 +00:00
Richard M. Stallman
6487ea0d84
(flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.
2005-10-04 20:29:00 +00:00
Richard M. Stallman
966a7f495b
(ispell-word, ispell-region): Call ispell-maybe-find-aspell-dictionaries.
...
(ispell-accept-buffer-local-defs):
Don't call ispell-maybe-find-aspell-dictionaries
2005-10-04 20:28:27 +00:00
Stefan Monnier
326ebf78cd
(ispell-find-aspell-dictionaries): Remove interactive spec.
2005-10-03 18:11:35 +00:00
Romain Francoise
1fdecd0cd4
2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
...
* textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): Do not
match newline.
(bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
(bibtex-summary): remove unnecessary save-excursion.
(bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2005-10-01 20:09:23 +00:00
Juanma Barranquero
014e29b972
(tex-insert-quote, latex-indent): Quote face names.
2005-09-26 09:47:11 +00:00
Juanma Barranquero
c7d9f1949f
(org-table-sum): Fix format string.
2005-09-26 09:41:32 +00:00
Romain Francoise
ce5a3ac01e
2005-09-25 Romain Francoise <romain@orebokech.com>
...
* dired-aux.el (dired-copy-file-recursive):
* dired.el (dired-delete-file):
* ediff-mult.el (ediff-dir-diff-copy-file):
* ediff-util.el (ediff-test-save-region):
* forms.el (forms-mode):
* ido.el (ido-file-internal, ido-delete-file-at-head):
* log-edit.el (log-edit-done):
* ses.el (ses-yank-resize):
* play/gomoku.el (gomoku-human-plays, gomoku)
(gomoku-human-resigns, gomoku-prompt-for-other-game)
(gomoku-offer-a-draw):
* play/landmark.el (lm-human-resigns, lm):
* net/eudcb-ldap.el (eudc-ldap-check-base):
* play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
* progmodes/ebrowse.el (ebrowse-find-pattern):
* progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
space.
* vc.el (vc-delete-file):
* play/gomoku.el (gomoku-terminate-game, gomoku)
(gomoku-prompt-for-move, gomoku-human-takes-back):
* play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
(lm-start-robot, lm-human-plays): Remove extraneous spaces in
messages.
2005-09-24 23:26:28 +00:00
Stefan Monnier
621f893a9d
(tex-font-lock-append-prop, tex-font-lock-suscript, tex-insert-quote)
...
(latex-indent): Adjust to the new symbol used for the tex-verbatim face.
2005-09-24 17:44:30 +00:00
Romain Francoise
5b76833fd5
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
...
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Eli Zaretskii
999f7d6519
(ispell-maybe-find-aspell-dictionaries): New function, code extracted from
...
ispell-valid-dictionary-list.
(ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): Call it.
2005-09-24 10:46:03 +00:00
Richard M. Stallman
91346f5419
(flyspell-incorrect-hook, flyspell-highlight-incorrect-region)
...
(flyspell-highlight-duplicate-region): Doc fixes.
2005-09-23 18:29:20 +00:00
Carsten Dominik
28e5b05106
* textmodes/org.el (org-mode-map, orgtbl-mode-map): Move
...
keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
of `remap' feature when available. Additional key bindings for
better tty support.
(org-mode-restart, org-force-self-insert): New commands.
(org-time-stamp-inactive): New command.
(org-remap): New function.
(org-table-auto-blank-field, org-level-color-stars-only): New
options.
(org-enable-fixed-width-editor): Moved to `org-structure'
customization group.
(org-self-insert-command, orgtbl-self-insert-command): Modified to
blank field after field motion commands.
2005-09-23 15:45:39 +00:00
Thien-Thi Nguyen
27e816524a
Update FSF street address; nfc.
2005-09-21 11:40:15 +00:00
Deepak Goel
5673af85e4
Message format spec fixes (2)
2005-09-18 12:28:30 +00:00
Eli Zaretskii
4ca8965ca1
(ispell-aspell-supports-utf8): New variable.
...
(ispell-check-version): Set ispell-aspell-supports-utf8 to t for
aspell versions >= 0.60.
(ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
only if ispell-aspell-supports-utf8 is non-nil.
2005-09-17 11:35:13 +00:00
Carsten Dominik
7b07114a17
Little fixes to remove compiler warnings
...
reftex-index.el (reftex-query-index-phrase): More efficient use
of markers.
2005-09-16 10:05:32 +00:00
Juanma Barranquero
9dc08dc9a3
(reftex-tables-dirty): Add defvas.
2005-09-13 08:53:47 +00:00
Eli Zaretskii
0e43543032
(narrow-to-page): Exclude _entire_ multi-line delimiter from the region
...
narrowed to.
2005-09-10 15:22:29 +00:00
Eli Zaretskii
c10b0abc38
(ispell-check-version): Signal an error if aspell version is less than 0.60.
2005-09-10 15:09:06 +00:00
Stefan Monnier
8ca6634880
(tex-send-tex-command, tex-bibtex-file): Undo last change.
...
Enclosing the result in quotes broke things on Unix since tex-send-command
passes it through shell-quote-argument.
(tex-send-command): Pass `file' through convert-standard-filename if possible.
(tex-uptodate-p): Handle the case where TeX hasn't put additional
info in a transcript.
2005-09-02 18:24:29 +00:00
Juanma Barranquero
85a387c490
(zmacs-regions): Add defvar.
...
(reftex-toc-include-labels-indicator, reftex-toc-include-index-indicator,
reftex-toc-max-level-indicator): Move up declarations.
2005-08-31 10:34:40 +00:00
Juanma Barranquero
1cc6e54434
(TeX-master): Add defvar.
...
(reftex-index-phrases-marker): Move up defvar.
2005-08-31 10:34:07 +00:00
Juanma Barranquero
366fb0ab88
(outline-heading-alist): Add defvar.
2005-08-31 10:32:55 +00:00
Juanma Barranquero
2e261f7625
(font-lock-comment-face, font-lock-doc-face): Add defvars.
2005-08-31 10:32:22 +00:00
Juanma Barranquero
bf3323c57c
(font-lock-keywords): Add defvar.
2005-08-31 10:31:42 +00:00
Juanma Barranquero
8ac77839c7
(isearch-next-buffer-function, TeX-master): Add defvars.
2005-08-31 10:29:27 +00:00
Juanma Barranquero
ae48944514
(calc-embedded-close-formula, calc-embedded-open-formula,
...
font-lock-unfontify-region-function): Add defvars.
2005-08-31 10:28:38 +00:00
Juanma Barranquero
c5309fd649
(tex-end-of-header, tex-start-of-header): Add defvars.
2005-08-31 10:26:53 +00:00
Juanma Barranquero
66793230b0
(mail-yank-prefix): Add defvar.
2005-08-31 10:26:26 +00:00
Juanma Barranquero
0ba9849024
(outline-heading-end-regexp): Add defvar.
...
(conf-align-assignments): "?\ " -> "?\s".
2005-08-31 10:25:00 +00:00
Juanma Barranquero
fe6e86dbab
(x-pointer-crosshair): Add defvar.
...
(artist-spray-chars, artist-mode-init, artist-replace-string,
artist-select-erase-char, artist-vap-find-endpoints-horiz,
artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne,
artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2005-08-31 10:22:34 +00:00
Carsten Dominik
b9661543a6
(org-special-keyword): New face.
...
(org-table-copy-down, org-table-eval-formula)
(org-table-recalculate, org-init-section-numbers): Use
`string-to-number' instead of `string-to-int'.
(org-get-location): Use `insert-buffer-substring' instead of
`insert-buffer'.
(org-modify-diary-entry-string): New function.
(org-get-entries-from-diary): Set the hook for
`add-to-diary-list'.
(org-disable-agenda-to-diary): renamed from `org-disable-diary'.
(org-toggle-fixed-width-section): Use QUOTE keyword if there is no
active region.
(org-export-as-html): Handle QUOTE keyword.
(org-quote-string): New option.
(org-bookmark-jump-unhide): New function, used for
`bookmark-after-jump-hook'.
(org-diary-default-entry): Apply only when not called through
`org-agenda'.
2005-08-30 12:06:14 +00:00
Romain Francoise
713fbb79db
(makeinfo-compile): Use compilation-start'. Set next-error-function'
...
according to `disable-errors'.
(makeinfo-next-error): New function.
(makeinfo-region): Adjust to new `makeinfo-compile' prototype.
(makeinfo-buffer): Likewise.
2005-08-27 16:11:44 +00:00
Romain Francoise
a24c45d2bd
* progmodes/compile.el (compilation-start): Add autoload cookie.
...
* progmodes/antlr-mode.el: Don't autoload `compilation-start'.
* textmodes/sgml-mode.el: Likewise.
* progmodes/python.el: Likewise.
2005-08-27 14:38:22 +00:00
Romain Francoise
27024d2fd1
(sgml-validate): Use `compilation-start'
...
instead of the obsolete `compile-internal'.
2005-08-26 10:02:03 +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
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
Richard M. Stallman
444465c803
(flyspell-mode): Autoload a defvar.
2005-08-15 01:49:51 +00:00