summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Collapse)AuthorAgeFilesLines
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+474
|
* Moved to lisp/.Juanma Barranquero2003-05-301-987/+0
|
* Moved to obsolete/.Juanma Barranquero2003-05-301-324/+0
|
* (latex-block-args-alist, latex-block-body-alist): New vars.Stefan Monnier2003-05-301-19/+67
| | | | | | | | | | | | (latex-insert-block): Use them. (tex-string-prefix-p): New fun. (tex-guess-main-file): Use it to detect when the main file is in a parent directory. (tex-main-file): Try to find a main-file in parent directories. (tex-compile-default): Don't use `gv' on pdf files just because `gv' was used recently on a ps file. Remove unused arg `dir'. Reuse a previous command as-is if it applied to the same file. (tex-compile): Use the right file name when file is not in dir.
* (refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.Stefan Monnier2003-05-301-43/+39
| | | | | (refill-fill-paragraph-at): Use a more robust method to detect when the paragraph is after point. Remove unused var `fill-pfx'.
* (refill-fill-paragraph-at): Avoid refilling the following paragraph.Richard M. Stallman2003-05-281-35/+37
| | | | (refill-doit): Doc fix.
* (repunctuate-sentences): New function.Richard M. Stallman2003-05-231-0/+8
|
* Summary: MIME support added for e-mail processing thatStefan Monnier2003-05-221-221/+493
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skips encoded regions. Allow user to skip saving Fcc messages with large attachments. Fixed region skipping bug with multi-line comments - e.g. tex $ regions spanning multiple lines. Added support for postscript and uuencoded regions. Redundant dictionary file names purged. Dictionary definition field name changed from "Character Set" to "Coding System". Fixed bug in reloading dictionaries. Modified headers to reflect new version. XEmacs menu now adds customize item. (ispell-check-version): No longer an aliased function. Returns library path if not called interactively. Variable `temporary-file-directory' protected if not loaded. (check-ispell-version): Now the alias for `ispell-check-version'. (ispell-message-fcc-skip): New variable that determines if and when to query about saving Fcc copy of message if an attachment is large. (ispell-skip-html): Declared buffer-local. (ispell-local-dictionary-alist): Docstring expanded. Tag name changed from "Character Set" to "Coding System". (ispell-dictionary-alist-1): Removed redundant command-line option to load brasileiro, british, and castellano dictionary files. (ispell-dictionary-alist-2): Removed redundant command-line option to load czech dictionary file. (ispell-dictionary-alist-3): Moved francais-tex here. (ispell-dictionary-alist-4): Removed german and german8 dictionaries. The deutsch ones are the correct definitions. `nederlands' and `nederlands8' dictionaries moved here. (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries moved here. Removed redundant command-line option to `norsk' and `portugues'. (ispell-dictionary-alist-6): Removed redundant command-line option to load `russian' and `slovak' dictionary files. (ispell-dictionary-alist): Tag name changed from "Character Set" to "Coding System". (ispell-version): Updated to 3.6. (ispell-library-directory): Calls non-deprecated function. (ispell-valid-dictionary-list): New function returning all valid dictionaries on machine. (ispell-checking-message): Documentation string improved. (ispell-skip-region-alist): Added uuencoded and postscript region skipping. Improved http/e-mail/file regexp to not match `/.\w'. (ispell-html-skip-alists): New variable for html region support. (ispell-send-string): Removed redundant xemacs check. (ispell-word): Fix spelling error in documentation string, added extent information to support highlighting in ispell-minor-mode. (ispell-command-loop): Disable horizontal scrollbar in XEmacs choices buffer. (ispell-show-choices): Directly select `choices-window'. (ispell-help): Use default buffer size for electric help. (ispell-adjusted-window-height): Correct for xemacs detection. (ispell-start-process): Don't double specify dictionary file name. (ispell-init-process): Set `ispell-library-path' each call. (ispell-change-dictionary): Now only completes valid dictionaries. (ispell-region): Add support for MIME region skipping and Fcc message query for large attachments. (ispell-begin-skip-region-regexp): Add documentation string. Added message support and cleaned up code for generic and html regions. (ispell-begin-skip-region): Function is now requires alist argument. (ispell-begin-tex-skip-regexp): Added comments and support improved html and message regions. (ispell-skip-region-list): New function for MIME and region skipping. (ispell-tex-arg-end): Add documentation string. (ispell-ignore-fcc): New function to query saving Fcc message. (ispell-skip-region): Calculate alist for key match dynamically, html skipping pushed to alists. (ispell-get-line): Add support for multi-line comment regions. (ispell): Check that variables to continue spelling are bound. (ispell-message-text-end): Postscript and uuencoded regions now supported as MIME regions, rather than as end-of-message region. (ispell-mime-multipartp): New function supporting MIME. (ispell-mime-skip-part): New function supporting MIME. (ispell-message): Add MIME support. (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local. (ispell-buffer-local-dict): Fixed bug for detecting and reloading new dictionary.
* (tex-compile-history, tex-input-files-re)Stefan Monnier2003-05-151-0/+207
| | | | | | | | | (tex-use-reftex, tex-compile-commands): New vars. (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p) (tex-command-executable, tex-command-active-p, tex-compile-default) New functions. (tex-compile): New command. (tex-mode-map): Bind it to C-c C-c.
* (xemacsp): Remove. Replace with (featurep 'xemacs).Stefan Monnier2003-05-141-39/+25
| | | | | | | | | (ispell-graphic-p): Inline and then remove. (toplevel): Get rid of unnecessary loop. (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1) with a call to aref. (ispell-get-line): Remove unused arg `reg-end'. (ispell-region): Update corresponding call.
* (reftex-select-with-char): Don't assume that point-min == 1.Stefan Monnier2003-05-131-4/+4
|
* (reftex-toc-visit-location):Stefan Monnier2003-05-131-7/+11
| | | | | Don't switch the current window if the new buffer is in another. (reftex-toc): Don't assume that point-min == 1.
* Typo.Stefan Monnier2003-05-131-2/+2
|
* (reftex-what-macro): Don't assume that point-min == 1.Stefan Monnier2003-05-131-2/+2
|
* (reftex-extract-bib-entries, reftex-extract-bib-entries-from-thebibliography):Stefan Monnier2003-05-131-67/+40
| | | | | | | | New arg re-list. (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\). Use member-ignore-case. Don't add unnecessary trailing \n. (reftex-offer-bib-menu): Consolidate duplicated code from reftex-extract-bib-entries and reftex-extract-bib-entries-from-thebibliography.
* (sgml-namespace-re): New const.Stefan Monnier2003-05-121-2/+14
| | | | | (sgml-namespace-face): New face. (sgml-font-lock-keywords-1): Use them.
* (tex-mode-syntax-table): ~ is not whitespace.Stefan Monnier2003-05-101-12/+20
| | | | | (tex-guess-mode): Add `renewcommand'. (tex-mode): Move the autoload so we get the correct docstring and usage.
* (text-property-default-nonsticky): Add fill-space.Stefan Monnier2003-04-301-18/+24
| | | | | (fill-delete-newlines): Respect the new property. (fill-newline): Use the property instead of leaving "spurious" spaces.
* (fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.Stefan Monnier2003-04-211-1/+2
|
* (latex-mode-map): Bind latex-split-block to C-c C-s.Stefan Monnier2003-04-141-33/+98
| | | | | | | | | | | | | | | (tex-font-lock-keywords-2): Comment out unused var `type'. (tex-guess-mode): New name for old `tex-mode'. (tex-mode): Make it a derived mode of text-mode. (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode. (tex-common-initialization): Don't setup syntax-table any more. (tex-validate-buffer): Remove unused var `oend'. Use with-current-buffer and line-beginning-position. (tex-recenter-output-buffer): Remove unused var `old-buffer'. (latex-indent): Return `noindent' if no indentation can happen. (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function) (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords) (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
* (fill-delete-newlines): Don't delete past TO.Stefan Monnier2003-04-041-1/+1
|
* (refill-fill-paragraph-at): Don't skip prefix since markers work right.Stefan Monnier2003-04-041-2/+1
|
* (refill-fill-paragraph-at): Undo last fix.Stefan Monnier2003-04-041-0/+1
|
* (fill-paragraph): Don't skip prefix now that markers work right.Stefan Monnier2003-04-041-3/+0
|
* (fill-delete-newlines): Remove trailing whitespace.Stefan Monnier2003-04-041-1/+4
|
* (fill-newline): Don't leave markers before the prefix.Stefan Monnier2003-04-031-3/+4
|
* (refill-fill-paragraph-at): Don't preserve the trailing space sinceStefan Monnier2003-04-021-2/+1
| | | | | fill.el doesn't remove it anymore. (refill-mode): Reset fill-paragraph-function even if it was nil.
* (fill-delete-newlines): Don't add a trailing space.Stefan Monnier2003-04-021-4/+1
|
* (fill-region-as-paragraph): Remove obsolete `save-restriction'.Stefan Monnier2003-04-021-66/+56
| | | | | Don't remove space at end of paragraph: it makes refill.el unusable. (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
* (texinfo-outline-level): Remove.Stefan Monnier2003-03-141-32/+30
| | | | | | | | (texinfo-mode): Set outline-heading-alist instead. (texinfo-section-list): Reorder for the needs of outline-heading-alist. (texinfo-insert-block): Don't cons needlessly. (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars. (texinfo-insert-quote): Use them.
* (outline-level): Demote it to defvar.Stefan Monnier2003-03-141-52/+89
| | | | | | | | | (outline-heading-alist): Document extended semantics. (outline-head-from-level): New fun. (outline-promote, outline-demote): Use it. (outline-show-heading): New fun. (hide-sublevels, show-children): Use it together with outline-map-region. (outline-get-next-sibling): Don't call outline-level at eob.
* (outline-mode-menu-bar-map): Add entries.Stefan Monnier2003-03-131-74/+152
| | | | | | | | | | | | (outline-mode-prefix-map): Match new bindings to those of allout. (outline-map-region): New fun. (outline-map-tree): Remove. (outline-promote, outline-demote): Apply to region if active. Change the default to apply to the subtree. (outline-move-subtree-up, outline-move-subtree-down): New funs. (outline-invisible-p): Add optional `pos' argument. (outline-next-visible-heading, outline-toggle-children): Use it. (outline-get-next-sibling): Don't call outline-level at eob.
* (sentence-end): Add Chinese and Japanese characters.Kenichi Handa2003-02-241-1/+5
|
* (table-generate-source): Use ?\\ instead of space in "work in progress" message.Juanma Barranquero2003-02-181-2/+2
|
* (reftex-reference): Fix character constant.Juanma Barranquero2003-02-181-1/+1
|
* (pages-directory-mode-map): New.Stefan Monnier2003-02-111-22/+13
| | | | | | (pages-directory-map): Redefine as an varalias. (pages-directory-mode): Use new map var and run mode hook. (pages-directory-address-mode): Use define-derived-mode.
* (texinfo-format-iftex, texinfo-format-ifhtml)Stefan Monnier2003-02-111-56/+32
| | | | | | | | | | (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html) (texinfo-format-ifnotinfo, texinfo-format-titlepage) (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set) (texinfo-if-clear): Use re-search-forward's return value. (texinfo-sort-startkeyfun, texinfo-format-buffer-1) (texinfo-format-region): Use line-{end,beginning}-position. (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
* (outline-visible): Add obsolescence declaration and remove redundant info fromJuanma Barranquero2003-02-051-1/+2
| | | | docstring.
* Trailing whitespace deleted.Juanma Barranquero2003-02-0426-601/+601
|
* (lookup-words): Fix last change.Dave Love2003-01-301-2/+3
|
* (reftex-TeX-master-file): Use really the buffer file name if no other masterJuanma Barranquero2003-01-291-87/+87
| | | | file is located.
* (fill-comment-paragraph): Fix simplistic regexp-concatenation.Stefan Monnier2003-01-191-1/+1
|
* (fill-region-as-paragraph): Only erase `hard' property until end-of-paragraph.Stefan Monnier2003-01-161-1/+1
|
* (picture-substitute): Use command remapping instead ofAndreas Schwab2003-01-121-2/+2
| | | | substitute-key-definition.
* (sgml-font-lock-keywords-2): Add flag to merge with existing fontification.Andreas Schwab2003-01-111-2/+2
|
* (lookup-words): Cope with null lookup-dict.Dave Love2003-01-061-2/+3
|
* (nroff-mode-hook): Customize.Dave Love2003-01-031-2/+12
| | | | | (nroff-imenu-expression): New. (nroff-mode): Use it.
* (makeinfo-buffer): Display result using Info-mode.Richard M. Stallman2002-12-221-20/+45
| | | | | | | | (makeinfo-compilation-sentinel-buffer, makeinfo-current-node): New functions. (makeinfo-compile): Add a sentinel parameter. (makeinfo-compilation-sentinel-region): Renamed from makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil. (makeinfo-region): Use this.
* (tex-start-of-header, tex-end-of-header): Add defvars.Richard M. Stallman2002-12-221-0/+4
|
* (tex-print): Call shell-quote-argument on the file name.Richard M. Stallman2002-12-221-1/+3
|