Update of /cvsroot/cscope/cscope/doc
In directory usw-pr-cvs1:/tmp/cvs-serv4507/doc
Modified Files:
cscope.1
Log Message:
Introduced CSCOPE_EDITOR, CSCOPE_LINEFLAG and CSCOPE_LINEFLAG_AFTER_FILE.
CSCOPE_EDITOR is to be used when the default EDITOR value is incompatible
when called from cscope. CSCOPE_LINEFLAG allows options to be provided
for the editor and CSCOPE_LINEFLAG_AFTER_FILE allows options for the editor
if they need to be set after the name of the file to be edited.
Index: cscope.1
===================================================================
RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** cscope.1 2000/11/22 17:37:33 1.11
--- cscope.1 2001/02/09 21:07:16 1.12
***************
*** 360,363 ****
--- 360,374 ----
.PP
.SH "ENVIRONMENT VARIABLES"
+ .B CSCOPE_EDITOR
+ Overrides the EDITOR and VIEWER variables. To be used when the EDITOR
+ or VIEWER value is not compatible when called from cscope.
+ .TP
+ .B CSCOPE_LINEFLAG
+ Options to the editor.
+ .TP
+ .B CSCOPE_LINEFLAG_AFTER_FILE
+ Options to the editor that are required after the name of the
+ file to be edited.
+ .TP
.B EDITOR
Preferred editor, which defaults to vi.
|