Juanma Barranquero
32226619c5
Use called-interactively-p' instead of
interactive-p'.
2009-10-02 03:48:36 +00:00
Chong Yidong
e477ca8496
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
...
* textmodes/sgml-mode.el: Remove xml-mode alias.
* files.el (auto-mode-alist, conf-mode-maybe)
(magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21
changes.
2009-09-24 23:22:17 +00:00
Juanma Barranquero
5a0c3f568d
Fix typos.
...
* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el
2009-09-24 01:37:14 +00:00
Stefan Monnier
03304f3134
(sgml-mode-flyspell-verify): Pass limit args
...
to looking-back to avoid ridiculous slow down in large files (bug#4511).
2009-09-23 23:05:37 +00:00
Stefan Monnier
b0459dec62
Convert to utf-8 encoding.
...
(fill-french-nobreak-p): Remove redundant » and « inherited from our
pre-unicode days.
2009-09-22 15:53:00 +00:00
Stefan Monnier
8f38189e4f
(what-page): Make sure we don't inf-loop if
...
page-delimiter matches the empty string.
2009-09-16 13:15:10 +00:00
Stefan Monnier
fbc88440dd
(what-page): Don't move to beginning of line.
...
See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
2009-09-15 01:21:41 +00:00
Stefan Monnier
7d0105e573
(ispell-command-loop): Improve last fix, using the new read-key function.
2009-09-13 22:28:57 +00:00
Chong Yidong
7e73ea3274
* textmodes/ispell.el (ispell-command-loop): Convert keys such as
...
kp-0 to ascii equivalents (Bug#4325).
2009-09-13 20:34:18 +00:00
Stefan Monnier
8cb95edf7c
* keymap.c (QCadvertised_binding): New constant.
...
(syms_of_keymap): Initialize it.
(Fwhere_is_internal): Try and use bindings from :advertised-binding
if applicable.
* progmodes/xscheme.el (xscheme-evaluation-commands):
Put a :advertised-binding property rather than using
advertised-xscheme-send-previous-expression.
(advertised-xscheme-send-previous-expression): Declare obsolete.
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
`advertised-undo'.
(crisp-mode): Add corresponding bindings to
undo's :advertised-binding instead.
* dired.el (dired-mode-map): Put a :advertised-binding property rather
than using dired-advertised-find-file.
(dired-advertised-find-file):
* simple.el (advertised-undo):
* wid-edit.el (advertised-widget-backward): Declare obsolete.
(widget-keymap): Put a :advertised-binding property rather
than using advertised-widget-backward.
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
than using advertised-undo.
* tutorial.el (tutorial--default-keys): Adjust accordingly.
2009-09-11 00:58:59 +00:00
Glenn Morris
49c539a128
(texinfo-heading-face): Mark face aliases with "-face" suffix as obsolete.
2009-09-01 07:46:01 +00:00
Glenn Morris
c4f6e489aa
Mark face aliases with "-face" suffix as obsolete.
2009-09-01 07:24:13 +00:00
Glenn Morris
5f68c1b736
Use forward-line rather than goto-line.
2009-09-01 03:18:44 +00:00
Glenn Morris
d63eb0e7b4
Remove unnecessary bindings of default-major-mode (all are followed by
...
major-mode check and possible mode switch).
2009-09-01 03:02:25 +00:00
Stefan Monnier
0c3cc4dde1
(ispell-accept-output, ispell-command-loop): Use with-current-buffer.
2009-08-29 14:48:10 +00:00
Stefan Monnier
14acf2f55e
* gnus/nnheader.el (nnheader-find-file-noselect):
...
* gnus/mm-util.el (mm-insert-file-contents):
* org/org-html.el (org-export-as-html):
* org/org-docbook.el (org-export-as-docbook):
* textmodes/reftex.el (reftex-get-file-buffer-force):
* progmodes/verilog-mode.el (verilog-batch-execute-func):
* emulation/viper.el (viper-go-away, viper-set-hooks):
* emacs-lisp/re-builder.el (re-builder-unload-function):
* emacs-lisp/bytecomp.el (byte-compile-file):
* ses.el (ses-unload-function):
* hexl.el (hexl-find-file):
* files.el (normal-mode):
* ehelp.el (with-electric-help):
* autoinsert.el (auto-insert-alist):
* arc-mode.el (archive-mode):
Use (default-value 'major-mode) instead of default-major-mode.
2009-08-28 17:02:53 +00:00
Stefan Monnier
72f16325c1
* textmodes/ispell.el (ispell-check-version, ispell-send-string):
...
* international/mule.el (load-with-code-conversion):
* emacs-lisp/debug.el (debug):
* ediff-vers.el (ediff-rcs-get-output-buffer):
* dired.el (dired-internal-noselect): Don't let-bind
default-major-mode around code that doesn't use it.
E.g. buffer creation via get-buffer-create doesn't use it.
2009-08-28 16:29:25 +00:00
Glenn Morris
e6ce8c4239
Use forward-line rather than goto-line.
2009-08-22 19:29:18 +00:00
Stefan Monnier
cb5b40ee3b
* textmodes/remember.el (remember-buffer):
...
* progmodes/cperl-mode.el (cperl-vc-header-alist):
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Add version of obsolescence.
2009-08-21 15:09:42 +00:00
Glenn Morris
d5d105e863
Use help-print-return-message rather than the now obsolete alias.
2009-08-21 07:24:26 +00:00
Kenichi Handa
e739cc8534
Change to utf-8. Adjust coding cookie.
...
(texinfo-mode): Delete duplicated chars from sentence-end-base.
2009-08-18 01:21:01 +00:00
Kenichi Handa
e4abaae3c2
Change to utf-8. Adjust coding cookie.
...
(html-mode): Delete duplicated chars from sentence-end-base.
2009-08-18 01:19:31 +00:00
Kenichi Handa
988194903c
Change to utf-8. Adjust coding cookie.
...
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.
2009-08-18 01:17:51 +00:00
Glenn Morris
855b42a23d
Kevin Ryde <user42 at zip.com.au>
...
Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:07:18 +00:00
Glenn Morris
531b12643d
(ispell-looking-back): Update declaration.
2009-07-21 05:03:43 +00:00
Agustín Martín
e26a7bc01c
ispell.el: Add ispell-looking-back' XEmacs compatibility function for
looking-back'
...
flyspell.el (sgml-mode-flyspell-verify): Use `ispell-looking-back'
2009-06-25 11:25:09 +00:00
Glenn Morris
34995333ce
(ispell-local-dictionary): Doc fix.
2009-06-23 07:38:25 +00:00
Agustín Martín
820c1f5036
ispell.el: Make `ispell-dictionary' customizable ( #2555 )
2009-06-09 13:21:34 +00:00
Chong Yidong
466c6fcc73
* textmodes/two-column.el (2C-split): Call move-to-column, to
...
compensate for the 2007-10-19 change from next-line to
forward-line (Bug#3435). Account for fringe and scroll-bar when
setting 2C-window-width.
2009-06-04 01:11:06 +00:00
Chong Yidong
66bb84855f
* textmodes/table.el (table--unibyte-char-to-multibyte): Function
...
deleted.
(*table--cell-self-insert-command, *table--cell-quoted-insert):
Don't call table--unibyte-char-to-multibyte (Bug#3372).
2009-05-26 03:32:02 +00:00
Chong Yidong
d1dca2014b
* textmodes/ispell.el (ispell-check-version): Handle dashes in
...
version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-24 23:26:33 +00:00
Stefan Monnier
24d2266c20
(tex-uptodate-p): Accept [1{/var/foo}] as a page number.
2009-05-20 15:14:20 +00:00
Chong Yidong
873f4645aa
* textmodes/flyspell.el (flyspell-correct-word-before-point):
...
Don't create markers.
(tex-mode-flyspell-verify): Don't create markers. Use
line-end-position.
(sgml-mode-flyspell-verify): Don't create markers. Simplify code
using looking-at and looking-back.
2009-04-16 18:45:20 +00:00
Chong Yidong
157bca466b
* textmodes/fill.el (fill-paragraph): Doc fix.
2009-04-08 04:02:31 +00:00
Roland Winkler
45cb4eb44f
(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
...
name of crossref field.
2009-04-06 20:44:15 +00:00
Agustín Martín
0579b5b1f3
ispell.el (ispell-get-word): Initialize spellchecker params.
2009-03-13 16:19:00 +00:00
Juanma Barranquero
221d9807b3
* textmodes/ispell.el (ispell-region): Adapt "done" message
...
to coding conventions. (Bug#2447)
2009-02-24 16:25:10 +00:00
Glenn Morris
cb92c15044
(flyspell-use-meta-tab): Add a custom :set function. (Bug#2429)
2009-02-24 04:44:19 +00:00
Chong Yidong
770f7c6396
(flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).
2009-02-21 17:53:16 +00:00
Roland Winkler
6801feefec
(bibtex-autokey-titleword-ignore): Fix regexp. bug#2385.
...
(bibtex-autokey-get-title): Observe case for
bibtex-autokey-titleword-ignore.
2009-02-20 04:19:57 +00:00
Stefan Monnier
3284522622
(rst-mode-abbrev-table): Mark entries as `system'.
2009-02-19 22:14:12 +00:00
Roland Winkler
03db5e5fb8
(bibtex-global-key-alist, bibtex-initialize): Exclude current buffer
...
if it does not use bibtex-mode.
(bibtex-parse-strings, bibtex-strings, bibtex-initialize)
(bibtex-sort-buffer, bibtex-search-entry)
(bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
test whether bibtex-strings and bibtex-reference-keys have their
initial values.
2009-02-14 16:58:04 +00:00
Eli Zaretskii
580fe9f55c
(ispell-insert-word): Use `with-no-warnings' around forms that refer
...
to translation-table-for-input.
2009-02-14 09:03:19 +00:00
Chong Yidong
e3fd4ebfb1
(artist-system): Allow make-temp-file to use temporary-file-directory.
2009-02-07 21:39:46 +00:00
Agustín Martín
8e56b4645a
(ispell-find-aspell-dictionaries): Use aspell default dict.
2009-01-20 11:34:39 +00:00
Juanma Barranquero
9e3fd593e8
* textmodes/css-mode.el (css-backward-sexp): Stop once
...
it reaches the beginning of the buffer. (Bug#1949)
2009-01-18 22:32:20 +00:00
Roland Winkler
635618a409
(bibtex-format-entry): Simplify previous change.
2009-01-17 14:59:47 +00:00
Agustín Martín
ca0ebeccbb
(flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
...
(flyspell-pre-point): Make buffer-local.
2009-01-16 15:20:49 +00:00
Roland Winkler
8a62c4708e
(bibtex-format-entry): Fix previous change.
2009-01-16 15:10:16 +00:00
Roland Winkler
a51cfa58fc
(bibtex-format-entry): For updating field delimiters, allow
...
fields that are composed of strings and string constants.
(bibtex-mode): Doc fix.
2009-01-16 14:24:24 +00:00