summaryrefslogtreecommitdiff
path: root/editors/nedit/files/patch-ad
blob: 2de722a430d064feb541fcf1e7c9496f8dc27991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
*** doc/nc.man.orig	Tue Oct 23 14:11:38 2001
--- doc/nc.man	Tue Oct 23 14:13:39 2001
***************
*** 137,162 ****
  .rm #[ #] #H #V #F C
  .\" ======================================================================
  .\"
! .IX Title "NC 1"
! .TH NC 1 " " "2001-08-12" " "
  .UC
  .SH "NAME"
! nc \- Client program for NEdit text editor
  .SH "SYNOPSYS"
  .IX Header "SYNOPSYS"
! \&\fBnc\fR [\fB\-read\fR] [\fB\-create\fR] [\fB\-line\fR \fIn\fR | \fB+\fR\fIn\fR] [\fB\-do\fR \fIcommand\fR]
  [\fB\-ask\fR] [\fB\-noask\fR] [\fB\-svrname\fR \fIname\fR] [\fB\-svrcmd\fR \fIcommand\fR] [\fB\-lm\fR
  \&\fIlanguagemode\fR] [\fB\-geometry\fR \fIgeometry\fR]  [\fB\-iconic\fR] [\fB\-display\fR
  \&\fI[host]:server[.screen]\fR] [file...]
  .SH "DESCRIPTION"
  .IX Header "DESCRIPTION"
! \&\fBnc\fR is the client interface to the NEdit text editor. A server can be started
  explicitly by running NEdit in server mode:
  .PP
  .Vb 1
  \&  nedit -server
  .Ve
! If no server is running, \fBnc\fR will start one unless configured otherwize.
  Client/server mode is useful for integrating NEdit with software development
  environments, mailers, and other programs; or just as a quick way to open files
  from the shell command line without starting a new NEdit session.
--- 137,162 ----
  .rm #[ #] #H #V #F C
  .\" ======================================================================
  .\"
! .IX Title "NCLIENT 1"
! .TH NCLIENT 1 " " "2001-08-12" " "
  .UC
  .SH "NAME"
! nclient \- Client program for NEdit text editor
  .SH "SYNOPSYS"
  .IX Header "SYNOPSYS"
! \&\fBnclient\fR [\fB\-read\fR] [\fB\-create\fR] [\fB\-line\fR \fIn\fR | \fB+\fR\fIn\fR] [\fB\-do\fR \fIcommand\fR]
  [\fB\-ask\fR] [\fB\-noask\fR] [\fB\-svrname\fR \fIname\fR] [\fB\-svrcmd\fR \fIcommand\fR] [\fB\-lm\fR
  \&\fIlanguagemode\fR] [\fB\-geometry\fR \fIgeometry\fR]  [\fB\-iconic\fR] [\fB\-display\fR
  \&\fI[host]:server[.screen]\fR] [file...]
  .SH "DESCRIPTION"
  .IX Header "DESCRIPTION"
! \&\fBnclient\fR is the client interface to the NEdit text editor. A server can be started
  explicitly by running NEdit in server mode:
  .PP
  .Vb 1
  \&  nedit -server
  .Ve
! If no server is running, \fBnclient\fR will start one unless configured otherwize.
  Client/server mode is useful for integrating NEdit with software development
  environments, mailers, and other programs; or just as a quick way to open files
  from the shell command line without starting a new NEdit session.
***************
*** 177,194 ****
  the command line. 
  .Ip "\fB\-ask\fR, \fB\-noask\fR" 4
  .IX Item "-ask, -noask"
! Instructs \fBnc\fR whether to automatically start a server if one is not
! available. This is also settable via the X resource, \f(CW\*(C`nc.autoStart\*(C'\fR.
  .Ip "\fB\-svrname\fR \fIname\fR" 4
  .IX Item "-svrname name"
! Explicitly instructs \fBnc\fR which server to connect to, an instance of
  \&\fBnedit\fR(1) with a corresponding \fB\-svrname\fR argument.  By naming servers, you
  can run several simultaneously, and direct files and commands specifically to
  any one.
  .Ip "\fB\-svrcmd\fR \fIcommand\fR" 4
  .IX Item "-svrcmd command"
! The command which \fBnc\fR uses to start an NEdit server. It is also settable via
! the X resource \f(CW\*(C`nc.serverCommand\*(C'\fR, by default, \fI\*(L"nedit \-server\*(R"\fR.
  .Ip "\fB\-lm\fR \fIlanguagemode\fR" 4
  .IX Item "-lm languagemode"
  Initial language mode used for editing succeeding files.
--- 177,194 ----
  the command line. 
  .Ip "\fB\-ask\fR, \fB\-noask\fR" 4
  .IX Item "-ask, -noask"
! Instructs \fBnclient\fR whether to automatically start a server if one is not
! available. This is also settable via the X resource, \f(CW\*(C`nclient.autoStart\*(C'\fR.
  .Ip "\fB\-svrname\fR \fIname\fR" 4
  .IX Item "-svrname name"
! Explicitly instructs \fBnclient\fR which server to connect to, an instance of
  \&\fBnedit\fR(1) with a corresponding \fB\-svrname\fR argument.  By naming servers, you
  can run several simultaneously, and direct files and commands specifically to
  any one.
  .Ip "\fB\-svrcmd\fR \fIcommand\fR" 4
  .IX Item "-svrcmd command"
! The command which \fBnclient\fR uses to start an NEdit server. It is also settable via
! the X resource \f(CW\*(C`nclient.serverCommand\*(C'\fR, by default, \fI\*(L"nedit \-server\*(R"\fR.
  .Ip "\fB\-lm\fR \fIlanguagemode\fR" 4
  .IX Item "-lm languagemode"
  Initial language mode used for editing succeeding files.
***************
*** 226,236 ****
  .Ve
  .SH "NOTES"
  .IX Header "NOTES"
! Communication between \fBnc\fR and \fBnedit\fR(1) is through the X display. So as
! long as X windows is set up and working properly, \fBnc\fR will work properly
! as well. \fBnc\fR uses the \f(CW\*(C`DISPLAY\*(C'\fR environment variable, the machine name and
  your user name to find the appropriate server, meaning, if you have several
! machines sharing a common file system, \fBnc\fR will not be able to find a server
  that is running on a machine with a different host name, even though it may be
  perfectly appropriate for editing a given file.
  .PP
--- 226,236 ----
  .Ve
  .SH "NOTES"
  .IX Header "NOTES"
! Communication between \fBnclient\fR and \fBnedit\fR(1) is through the X display. So as
! long as X windows is set up and working properly, \fBnclient\fR will work properly
! as well. \fBnclient\fR uses the \f(CW\*(C`DISPLAY\*(C'\fR environment variable, the machine name and
  your user name to find the appropriate server, meaning, if you have several
! machines sharing a common file system, \fBnclient\fR will not be able to find a server
  that is running on a machine with a different host name, even though it may be
  perfectly appropriate for editing a given file.
  .PP
***************
*** 239,250 ****
  .Ip "incorrect:" 4
  .IX Item "incorrect:"
  .Vb 1
! \&  nc file.c -line 25
  .Ve
  .Ip "correct:" 4
  .IX Item "correct:"
  .Vb 1
! \&  nc -line 25 file.c
  .Ve
  .PP
  For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit
--- 239,250 ----
  .Ip "incorrect:" 4
  .IX Item "incorrect:"
  .Vb 1
! \&  nclient file.c -line 25
  .Ve
  .Ip "correct:" 4
  .IX Item "correct:"
  .Vb 1
! \&  nclient -line 25 file.c
  .Ve
  .PP
  For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit