Baruch Even <[EMAIL PROTECTED]> writes:
| * Lars Gullik Bjønnes <[EMAIL PROTECTED]> [010504 14:28]:
| > Baruch Even <[EMAIL PROTECTED]> writes:
| >
| > | > The intention is that in the minibuffer you will not be allowed to
| > | > enter "free text" strings. i.e. lfuns with arguments, but will _only_
| > | > be allowed to enter the lfun. If the lfun requires an argument it will
| > | > be asked for (or more than one). To do this the information we keep
| > | > about each lfun must also hold the number or arguments and their type.
| > | > Not hard to do, but I need some time...
| > |
| > | This is fine, the current lfun's do not require arguments so this
| > | transitional flaw is of no concern.
| >
| > Several of the lfuns require arguments.
|
| >From what I've seen there was only some help related lfun that needed
| arguments, at least it was the only one who announced it in the LFUN
| array.
LFUN_WORDFINDFORWARD
LFUN_WORDFINDBACKWARD
LFUN_WRITEAS
LFUN_UPDATE
LFUN_EXPORT
LFUN_IMPORT
LFUN_HELP_OPEN
LFUN_SWITCHBUFFER
LFUN_FILE_NEW
LFUN_FILE_OPEN
LFUN_LAYOUTNO
LFUN_MENU_OPEN_BY_NAME
LFUN_GOTOFILEROW
LFUN_GOTO_PARAGRAPH
LFUN_GETTIP
LFUN_APROPOS
LFUN_PUSH_TOOLBAR
LFUN_ADD_TO_TOOLBAR
LFUN_CITATION_CREATE
LFUN_CHILDOPEN
LFUN_SEQUENCE
LFUN_SET_COLOR
LFUN_MESSAGE
LFUN_MESSAGE_PUSH
LFUN_MESSAGE_POP
LFUN_PASTESELECTION
LFUN_FILE_INSERT_ASCII_PARA
LFUN_FILE_INSERT_ASCII
LFUN_LAYOUT
LFUN_LANGUAGE
LFUN_FONT_SIZE
LFUN_INSERT_LABEL
LFUN_REF_INSERT
LFUN_BOOKMARK_SAVE
LFUN_BOOKMARK_GOTO
LFUN_REF_GOTO
LFUN_PARAGRAPH_SPACING
LFUN_INSERT_URL
LFUN_INSET_FLOAT
LFUN_INSET_TABULAR
LFUN_SETXY
LFUN_MATH_DELIM
LFUN_INSERT_MATRIX
LFUN_INSERT_MATH
LFUN_MATH_MACRO
LFUN_CITATION_INSERT
LFUN_INSERT_BIBTEX
LFUN_BIBDB_ADD
LFUN_BIBDB_DEL
LFUN_BIBTEX_STYLE
LFUN_INDEX_CREATE
LFUN_INDEX_INSERT
LFUN_PARENTINSERT
LFUN_CHILD_INSERT
LFUN_FLOAT_LIST
LFUN_SELFINSERT
+ more
--
Lgb