Lines Matching refs:editor
551 dnl begin --with-editor
553 dnl Set the default editor to use for log messages
558 [The text editor CVS will use by default for log messages.])
560 # Let the confiscator request a specific editor
562 [editor], optwith
564 [--with-editor],
565 [The default text editor CVS should use for log messages
569 # If --with-editor was supplied with an argument, let it override $EDITOR from
572 # ignore the --without-editor case since it will be caught below.
577 # Set the default when --with-editor wasn't supplied or when it was supplied
588 AC_MSG_CHECKING([for an editor])
596 # Search for an editor
600 Failed to find a text file editor. CVS cannot be compiled
601 without a default log message editor. Searched for
602 \`$with_editor'. Try \`configure --with-editor'.])
606 CVS cannot be compiled without a default log message editor.
607 Try \`configure --with-editor'.])
610 dnl FIXME - Using --without-editor will probably break a compile at
621 [The default editor to use, if one does not specify the "-e" option
624 find where the editor actually is. This allows sites with
629 dnl done finding an editor
631 dnl end --with-editor
1166 dnl begin --enable-force-editor
1170 [force-editor],
1172 [--enable-force-editor],
1175 line, the -F flag on the command line, or an editor will be started
1178 people to use the editor even if they specify a message with -m or
1179 -F. --enable-force-editor will cause the -m or -F message to be
1180 appended to the temp file when the editor is started. (disabled
1189 line, the -F flag on the command line, or an editor will be started
1192 people to use the editor even if they specify a message with -m or
1194 appended to the temp file when the editor is started.])
1198 dnl end --enable-force-editor