Glenn Morris
78151cd534
(texinfo-insert-quote): Tweak previous change.
2008-12-02 03:36:25 +00:00
Glenn Morris
083654ee81
Aaron S. Hawley <aaronh at garden.org>
...
(texinfo-insert-quote): Handle corner case where point is at the
beginning of the buffer. (Bug#1239)
2008-12-02 03:34:19 +00:00
Juanma Barranquero
98d92ce3e7
* textmodes/artist.el (artist-charlist-to-string): Simplify.
...
(artist-mode-name, artist-mt, artist-vaporize-fuzziness)
(artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
(artist-replace-string, artist-draw-rect, artist-draw-line)
(artist-undraw-line, artist-draw-sline, artist-undraw-rect)
(artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
(artist-pen, artist-pen-line, artist-text-insert-common)
(artist-text-overwrite, artist-spray-get-interval)
(artist-spray-clear-circle, artist-erase-char)
(artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
(artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
(artist-key-draw-1point, artist-key-draw-2points)
(artist-mouse-draw-continously): Fix typos in docstrings.
(artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
(artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
(artist-backward-char, artist-forward-char): Doc fixes.
(artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
Reflow docstrings.
2008-11-24 16:30:14 +00:00
Juanma Barranquero
7ee68ed5a8
* textmodes/remember.el (remember-region): Doc fix.
...
(remember-filter-functions, remember-handler-functions)
(remember-save-after-remembering, remember-mailbox)
(remember-default-priority, remember-data-file, remember-leader-text)
(remember-diary-file): Remove * from defcustom docstrings.
(remember-run-all-annotation-functions-flag)
(remember-all-handler-functions): Reflow docstrings.
(remember-store-in-mailbox): Fix typo in docstring.
(remember-mode): Define with `define-derived-mode'. Doc fix.
2008-11-23 05:02:28 +00:00
Stefan Monnier
a1e34e711d
(ispell-dictionary-base-alist): Adjust to the
...
case where the default dictionary is French, Spanish, younameit.
2008-11-18 21:42:17 +00:00
Juanma Barranquero
f81b2db1ab
* international/mule.el (autoload-coding-system, with-category-table)
...
(ctext-non-standard-encodings-alist): Fix typos in docstrings.
(coding-system-equal, set-buffer-process-coding-system): Doc fixes.
(set-buffer-file-coding-system, revert-buffer-with-coding-system)
(set-file-name-coding-system, ctext-pre-write-conversion)
(auto-coding-functions, find-auto-coding, modify-coding-system-alist):
Reflow docstrings.
(charset-list, set-coding-priority): Remove redundant obsolescence info.
(charset-id, charset-bytes, make-coding-system): Add obsolescence info.
(char-valid-p): Define with `define-obsolete-function-alias'.
* textmodes/artist.el (artist-mode): Fix typos in docstring.
2008-11-12 18:39:08 +00:00
Juanma Barranquero
49275d5528
* international/mule-cmds.el (toggle-enable-multibyte-characters)
...
(define-char-code-property):
* textmodes/reftex.el (reftex-index):
* textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2008-11-04 17:11:06 +00:00
Chong Yidong
ea03187d0d
(ispell-word): Use use-region-p.
2008-10-29 15:51:12 +00:00
Stefan Monnier
f37a389e68
* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
...
to the courier family.
* textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
usually not serif'd and hence rather unlike verbatim's printed output.
2008-10-26 04:32:09 +00:00
Eli Zaretskii
d6ab98408b
(remember-data-file): Run file names that begin with a period thru
...
`convert-standard-filename'.
2008-10-19 10:15:04 +00:00
Katsumi Yamaoka
4b93c9d546
* informat.el (Info-split-threshold): New variable.
...
(Info-split): Use it.
* textmodes/texinfmt.el (texinfo-format-buffer):
Use Info-split-threshold to decide whether to split Info files.
2008-09-25 23:09:28 +00:00
Martin Rudalics
fa9a8f7899
(latex-handle-escaped-parens): New variable.
...
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
parens specially only if latex-handle-escaped-parens is non-nil.
(latex-indent-within-escaped-parens): New option.
(latex-find-indent): Bind latex-handle-escaped-parens to
latex-indent-within-escaped-parens. Do not treat escaped parens
specially when this is non-nil. (Bug#954)
2008-09-25 08:39:30 +00:00
Martin Rudalics
8ca37e61fc
(latex-find-indent): ... and handle conjunction correctly this time.
2008-09-23 08:25:44 +00:00
Martin Rudalics
ea60d1b14f
(latex-find-indent): ... and don't change original position when
...
it fails.
2008-09-23 06:35:31 +00:00
Martin Rudalics
ee1751a5e8
(latex-find-indent): Try to handle
...
escaped close parens correctly. (Bug#954)
2008-09-23 06:15:52 +00:00
Martin Rudalics
c673dabeb8
(sgml-tag-syntax-table): Remove prefix
...
flag from "'" entry in sgml-tag-syntax-table.
2008-09-19 06:20:30 +00:00
Chong Yidong
f768e8e8c9
(flyspell-math-tex-command-p): Always catch errors raised in
...
`texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-17 00:55:38 +00:00
Glenn Morris
12f0a4d629
Comment.
2008-09-12 03:06:16 +00:00
Chong Yidong
09144fdd27
(ispell-command-loop): Suspend ispell if the user enters a mouse event
...
in another frame, or a special event.
2008-09-06 20:07:49 +00:00
Agustín Martín
1525771e4e
Extend `ispell-personal-dictionary' doctring to aspell
2008-08-28 11:36:55 +00:00
Agustín Martín
274483ccca
(flyspell-mode) Fix docstring
2008-08-28 11:33:57 +00:00
Chong Yidong
921d84aa36
(artist-mode-init): Added comment on the setting up of the
...
`artist-replacement-table' array.
(artist-get-replacement-char): New defsubst.
(artist-get-char-at-xy-conv, artist-replace-char)
(artist-replace-chars, artist-replace-string): Use it instead of
accessing `artist-replacement-table' directly.
Reported by Rubén Berenguel <ruben@maia.ub.es>.
(artist-mt): Fixed structures for cut and copy operations.
2008-08-27 17:23:29 +00:00
Chong Yidong
6797fabd2d
(flyspell-check-pre-word-p): Make sure flyspell-pre-point is valid to
...
avoid signalling an error in post-command-hook.
2008-08-26 23:00:31 +00:00
Juri Linkov
4603452cbc
(text-mode-map): Unbind "\es" from center-line' and "\eS" from
center-paragraph'.
...
(facemenu-keymap): Bind "\es" to `center-line' and "\eS" to `center-paragraph'.
2008-08-25 20:32:15 +00:00
Chong Yidong
a22be623d5
(nroff-mode): Avoid auto-filling on directive lines.
2008-08-20 22:23:06 +00:00
Roland Winkler
e56d3af5f0
(bibtex-entry-format): Mark as safe.
...
(bibtex-autokey-year-title-separator): Fix doscstring.
2008-08-18 00:39:22 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Chong Yidong
1957b847ef
(tex-compilation-parse-errors): Check for
...
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 18:39:38 +00:00
Chong Yidong
bd419dfa07
(enriched-mode-map): Bind C-a and C-j via key remapping, not directly.
2008-07-24 05:46:33 +00:00
Stefan Monnier
41b9049579
(sgml-font-lock-syntactic-keywords):
...
Use syntax-ppss on a position *before* the char we want to change.
2008-07-05 04:26:11 +00:00
Juanma Barranquero
92439579f3
Typos, doc fixes, etc.
...
* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
(eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
(eshell-arg-load-hook, eshell-special-chars-outside-quoting):
Remove spurious * in defcustom docstrings.
* textmodes/fill.el (fill-paragraph): Fix typo in docstring.
(fill-individual-varying-indent, colon-double-space, enable-kinsoku)
(adaptive-fill-mode, adaptive-fill-first-line-regexp)
(default-justification): Remove spurious * in defcustom docstrings.
* textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
(rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
(rst-compare-decorations, rst-default-indent, rst-update-section)
(rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
(rst-toc-insert-find-delete-contents, rst-toc-count-lines)
(rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
Fix typos in docstrings.
(rst-mode-lazy): Fix typo in docstring. Remove spurious *.
(rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
(rst-get-decorations-around, rst-section-tree-point)
(rst-font-lock-adornment-point): Reflow docstrings.
(rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
Doc fixes.
(rst-re-enumerations): Comment out.
2008-07-03 15:18:32 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Chong Yidong
d19ba1af2f
(tex-verbatim): Use monospace instead of courier.
2008-06-25 22:35:53 +00:00
John Paul Wallington
536db356f9
(rst-mode): Put docstring in right place.
2008-06-21 19:53:46 +00:00
Stefan Monnier
0e90a43c18
Run rst-define-level-faces when loading.
...
(rst-mode): Don't set the font-lock-multiline var.
(rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
Set the font-lock-multiline property by hand.
2008-06-21 04:10:26 +00:00
Miles Bader
17150f4857
Add arch tagline
2008-06-20 19:38:53 +00:00
Stefan Monnier
0667a13268
(auto-mode-alist): Use rst-mode for *.rst and *.rest files.
2008-06-20 17:57:55 +00:00
Stefan Monnier
b47475199b
Fix up docstring conventions.
...
Move vars to before their first use.
(rst-mode): Don't mess with font-lock-support-mode.
(rst-suggest-new-decoration, rst-adjust-decoration):
Avoid CL's copy-list.
(rst-delete-entire-line): Use line-beginning-position.
(rst-position): New fun.
(rst-straighten-decorations): Use it instead of CL's position.
(rst-straighten-bullets-region): Avoid CL's mapcar*.
(rst-toc-mode): Use define-derived-mode.
(rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
Remove unused var `in-par'. Use `point' rather than `point-marker'.
(rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
(rst-replace-lines): Simplify.
2008-06-20 17:53:42 +00:00
Stefan Monnier
94e9c286ca
New file.
2008-06-20 16:00:33 +00:00
Stefan Monnier
747d0c440f
(mail-mode-flyspell-verify):
...
Check message-signature-separator exists before using it.
2008-06-13 15:15:32 +00:00
Glenn Morris
aa360da10d
Add some compiler declarations, for builds without X.
2008-06-12 03:56:20 +00:00
Glenn Morris
0d56ae8918
Remove unnecessary eval-when-compile.
2008-06-07 02:37:56 +00:00
Stefan Monnier
a3507bd3c2
* textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
...
* textmodes/reftex.el (reftex-extra-bindings-map): New var.
(reftex-extra-bindings): Use it.
* progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
away from the user-reserved keys.
* progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix): New vars.
(ada-create-keymap): Use them.
2008-05-23 20:31:12 +00:00
Glenn Morris
1fecc8feb6
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 04:34:22 +00:00
Glenn Morris
f3667b9fe3
Remove translation of permissions notice.
...
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 04:31:59 +00:00
Agustín Martín
c31fd3c0fd
(ispell-get-decoded-string): Remove no-op
2008-05-05 10:42:39 +00:00
Agustín Martín
b224db3868
(flyspell-mode-on): Remove redundant (flyspell-mode-hook) run.
...
(flyspell-mode): Fix docstring in definition.
2008-04-29 10:55:35 +00:00
Sam Steingold
c5de0a1704
(diary-make-entry): Update the autoload.
2008-04-28 15:05:45 +00:00
Glenn Morris
b576c5808a
(reftex-isearch-switch-to-next-file): Remove un-needed local `orig-list'.
...
Replace cl `copy-list'.
2008-04-27 18:44:16 +00:00
Glenn Morris
2141722416
Ralf Angeli <angeli at caeruleus.net>
...
Comment.
2008-04-26 20:28:08 +00:00