File: texinfo.el.html

Defined variables (20)

texinfo-chapter-level-regexpRegular expression matching just the Texinfo chapter level headings.
texinfo-close-quoteString inserted by typing M-x texinfo-insert-quote to close a quotation.
texinfo-delete-from-print-queue-commandCommand string used to delete a job from the line printer queue.
texinfo-environmentsList of Texinfo environments.
texinfo-fillable-commandsA list of commands that can be filled.
texinfo-font-lock-keywordsAdditional expressions to highlight in Texinfo mode.
texinfo-imenu-generic-expressionImenu generic expression for Texinfo mode. See ‘imenu-generic-expression’.
texinfo-mode-abbrev-tableAbbrev table for ‘texinfo-mode’.
texinfo-mode-hookNormal hook run when entering Texinfo mode.
texinfo-mode-mapKeymap for ‘texinfo-mode’.
texinfo-mode-menuMenu used for ‘texinfo-mode’.
texinfo-mode-syntax-tableSyntax table for ‘texinfo-mode’.
texinfo-open-quoteString inserted by typing M-x texinfo-insert-quote to open a quotation.
texinfo-section-listAlist of sectioning commands and their relative level.
texinfo-syntax-propertize-functionSyntactic keywords to catch comment delimiters in ‘texinfo-mode’.
texinfo-tex-commandCommand used by ‘texinfo-tex-region’ to run TeX on a region.
texinfo-tex-trailerString appended after a region sent to TeX by ‘texinfo-tex-region’.
texinfo-texi2dvi-commandCommand used by ‘texinfo-tex-buffer’ to run TeX and texindex on a buffer.
texinfo-texi2dvi-optionsCommand line options for ‘texinfo-texi2dvi-command’.
texinfo-texindex-commandCommand used by ‘texinfo-texindex’ to sort unsorted index files.

Defined functions (47)

texinfo--beginning-of-defun(&optional ARG)
texinfo--end-of-defun()
texinfo--fill-paragraph(JUSTIFY)
texinfo-clone-environment(START END)
texinfo-current-defun-name()
texinfo-define-common-keys(KEYMAP)
texinfo-delete-from-print-queue(JOB-NUMBER)
texinfo-filter(SECTION LIST)
texinfo-flymake(REPORT-FN &rest _)
texinfo-insert-@code(&optional STR ARG)
texinfo-insert-@dfn(&optional STR ARG)
texinfo-insert-@email(&optional STR ARG)
texinfo-insert-@emph(&optional STR ARG)
texinfo-insert-@end(&optional STR ARG)
texinfo-insert-@example(&optional STR ARG)
texinfo-insert-@file(&optional STR ARG)
texinfo-insert-@item(&optional STR ARG)
texinfo-insert-@kbd(&optional STR ARG)
texinfo-insert-@node(&optional STR ARG)
texinfo-insert-@noindent(&optional STR ARG)
texinfo-insert-@quotation(&optional STR ARG)
texinfo-insert-@samp(&optional STR ARG)
texinfo-insert-@strong(&optional STR ARG)
texinfo-insert-@table(&optional STR ARG)
texinfo-insert-@uref(&optional STR ARG)
texinfo-insert-@url(&optional STR ARG)
texinfo-insert-@var(&optional STR ARG)
texinfo-insert-block(&optional STR ARG)
texinfo-insert-braces(&optional STR ARG)
texinfo-insert-dwim-@ref(&optional STR ARG)
texinfo-insert-quote(&optional ARG)
texinfo-inside-env-p(ENV &optional BOUND)
texinfo-inside-macro-p(MACRO &optional BOUND)
texinfo-mode()
texinfo-mode-menu(ARG1)
texinfo-next-environment-end()
texinfo-next-environment-start()
texinfo-previous-environment-end()
texinfo-previous-environment-start()
texinfo-quit-job()
texinfo-show-structure(&optional NODES-TOO)
texinfo-tex-buffer()
texinfo-tex-print()
texinfo-tex-region(BEG END)
texinfo-tex-view()
texinfo-texindex()
texinfo-to-environment-bounds()

Defined faces (1)

texinfo-headingFace used for section headings in ‘texinfo-mode’.