emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More and More examples with [Arg list not available until...]


From: Markus Rost
Subject: More and More examples with [Arg list not available until...]
Date: Wed, 14 May 2003 00:09:38 -0400 (EDT)

C-h f plain-tex-mode

yields the *Help* below, having that line
[Arg list not available until function definition is loaded.]

I am reporting this, because I guessed that we want to get rid of
those lines, and rather arrange things that the function args are
always shown.  Right?

In the particular case I think this is a problem with handling 
function definitions with `define-derived-mode'.


===Buffer *Help*============================================
plain-tex-mode is an interactive autoloaded Lisp function in `tex-mode'.
[Arg list not available until function definition is loaded.]

Major mode for editing files of input for plain TeX.
Makes $ and } display the characters they match.
Makes " insert `` when it seems to be the beginning of a quotation,
and '' when it appears to be the end; it inserts " only after a \.

Use M-x tex-region to run TeX on the current region, plus a "header"
copied from the top of the file (containing macro definitions, etc.),
running TeX under a special subshell.  M-x tex-buffer does the whole buffer.
M-x tex-file saves the buffer and then processes the file.
M-x tex-print prints the .dvi file made by any of these.
M-x tex-view previews the .dvi file made by any of these.
M-x tex-bibtex-file runs bibtex on the file of the current buffer.

Use M-x tex-validate-buffer to check buffer for paragraphs containing
mismatched $'s or braces.

Special commands:

Uses keymap "plain-tex-mode-map", which is not currently defined.


Mode variables:
tex-run-command
        Command string used by M-x tex-region or M-x tex-buffer.
tex-directory
        Directory in which to create temporary files for TeX jobs
        run by M-x tex-region or M-x tex-buffer.
tex-dvi-print-command
        Command string used by M-x tex-print to print a .dvi file.
tex-alt-dvi-print-command
        Alternative command string used by M-x tex-print (when given a prefix
        argument) to print a .dvi file.
tex-dvi-view-command
        Command string used by M-x tex-view to preview a .dvi file.
tex-show-queue-command
        Command string used by M-x tex-show-print-queue to show the print
        queue that M-x tex-print put your job on.

Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
`tex-mode-hook', and finally the hook `plain-tex-mode-hook'.  When the
special subshell is initiated, the hook `tex-shell-hook' is run.
============================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]