Lines Matching defs:with

22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
557 ;; skip over lines beginning with @-commands,
560 ;; that begin with within-paragraph @-commands such as @code.
579 ;; with @<newline> followed by a newline.
901 If a space, return rest of line, with beginning and ending white
1068 (defun texinfo-discard-line-with-args ()
1076 ;; Only `texinfo-format-buffer' handles @setfilename with this
1319 If used within a line, follow `@br' with braces."
1331 ;; In Texinfo, footnotes are created with the `@footnote' command.
1342 ;; separated from the rest of the node by a line of dashes with
1377 "Format footnote in Separate node style, with notes in own node.
1428 "Format footnote in the End of node style, with notes at end of node."
1492 (texinfo-discard-line-with-args)
1515 (texinfo-discard-line-with-args)
1557 ;; except those marked with backspace. FROM says where
1647 (texinfo-discard-line-with-args)
1733 ;; Produce a multi-column table, with as many columns as desired.
1777 ;; Also, it pushes this information, along with an identifying symbol,
1799 ;; with blanks.
1817 (put 'multitableparskip 'texinfo-format 'texinfo-discard-line-with-args)
1818 (put 'multitableparindent 'texinfo-format 'texinfo-discard-line-with-args)
1819 (put 'multitablecolmargin 'texinfo-format 'texinfo-discard-line-with-args)
1820 (put 'multitablelinespace 'texinfo-format 'texinfo-discard-line-with-args)
1874 (texinfo-discard-line-with-args))
1914 ;; forward-sexp works with braces in Texinfo mode
2154 ;; For seconds and time zone, replace format string with "%e %b %Y %T %Z"
2178 ;; Presumably, if you define a command with `@definfoenclose` for Info,
2182 ;; Write a `@definfoenclose' command on a line and follow it with three
2191 ;; must follow the command name with two commas in a row; otherwise,
2289 If used within a line, follow `@bullet' with braces."
2350 ;; else, in @example; do not surround with `...'
2401 ;; it makes a box with rounded corners.
2487 If used within a line, follow `@minus' with braces."
2521 ;;; But do not refill paragraphs with an @refill command that are
2564 ;; Do not fill a section title line with asterisks, hyphens, etc. that
2819 ;; not look as they would if typeset, or output with a different
2840 ;; @AA{} ==> AA Scandinavian-A-with-circle
2850 ;; @O{} ==> O/ Scandinavian O-with-slash
2851 ;; @o{} ==> o/ Scandinavian O-with-slash (lower case)
2922 ;; @AA{} ==> AA Scandinavian-A-with-circle
2923 (put 'AA 'texinfo-format 'texinfo-format-Scandinavian-A-with-circle)
2924 (defun texinfo-format-Scandinavian-A-with-circle ()
2929 (put 'aa 'texinfo-format 'texinfo-format-Scandinavian-a-with-circle)
2930 (defun texinfo-format-Scandinavian-a-with-circle () ; lower case
2977 ;; @O{} ==> O/ Scandinavian O-with-slash
2978 (put 'O 'texinfo-format 'texinfo-format-Scandinavian-O-with-slash)
2979 (defun texinfo-format-Scandinavian-O-with-slash ()
2983 ;; @o{} ==> o/ Scandinavian O-with-slash (lower case)
2984 (put 'o 'texinfo-format 'texinfo-format-Scandinavian-o-with-slash-lower-case)
2985 (defun texinfo-format-Scandinavian-o-with-slash-lower-case ()
3148 ;; with header line.
3692 ;; If a flag is set with @set FLAG, then text between @ifset and @end
3693 ;; ifset is formatted normally, but if the flag is cleared with
3696 ;; If a flag is cleared with @clear FLAG, then text between @ifclear
3697 ;; and @end ifclear is formatted normally, but if the flag is set with
3701 ;; If a flag is set to a string with @set FLAG,
3702 ;; replace @value{FLAG} with the string.
3703 ;; If a flag with a value is cleared,
3968 (put 'c 'texinfo-format 'texinfo-discard-line-with-args)
3969 (put 'comment 'texinfo-format 'texinfo-discard-line-with-args)
3970 (put 'contents 'texinfo-format 'texinfo-discard-line-with-args)
3971 (put 'group 'texinfo-end 'texinfo-discard-line-with-args)
3972 (put 'group 'texinfo-format 'texinfo-discard-line-with-args)
3973 (put 'headings 'texinfo-format 'texinfo-discard-line-with-args)
3974 (put 'setchapterstyle 'texinfo-format 'texinfo-discard-line-with-args)
3975 (put 'hsize 'texinfo-format 'texinfo-discard-line-with-args)
3976 (put 'itemindent 'texinfo-format 'texinfo-discard-line-with-args)
3977 (put 'lispnarrowing 'texinfo-format 'texinfo-discard-line-with-args)
3978 (put 'need 'texinfo-format 'texinfo-discard-line-with-args)
3979 (put 'nopara 'texinfo-format 'texinfo-discard-line-with-args)
3980 (put 'page 'texinfo-format 'texinfo-discard-line-with-args)
3981 (put 'parindent 'texinfo-format 'texinfo-discard-line-with-args)
3982 (put 'setchapternewpage 'texinfo-format 'texinfo-discard-line-with-args)
3983 (put 'setq 'texinfo-format 'texinfo-discard-line-with-args)
3984 (put 'settitle 'texinfo-format 'texinfo-discard-line-with-args)
3985 (put 'setx 'texinfo-format 'texinfo-discard-line-with-args)
3986 (put 'shortcontents 'texinfo-format 'texinfo-discard-line-with-args)
3987 (put 'shorttitlepage 'texinfo-format 'texinfo-discard-line-with-args)
3988 (put 'summarycontents 'texinfo-format 'texinfo-discard-line-with-args)
3989 (put 'input 'texinfo-format 'texinfo-discard-line-with-args)
3990 (put 'dircategory 'texinfo-format 'texinfo-discard-line-with-args)
4005 Must be used only with -batch, and kills emacs on completion.