[Pkg-jed-commit] r756 - jed/branches/0.99.19/debian/patches

Jörg Sommer jo-guest at alioth.debian.org
Tue May 29 00:08:25 UTC 2007


Author: jo-guest
Date: 2007-05-29 00:08:25 +0000 (Tue, 29 May 2007)
New Revision: 756

Modified:
   jed/branches/0.99.19/debian/patches/extend-manpage.dpatch
Log:
• debian/patches/extend-manpage.dpatch
  · Enhanced the patch.


Modified: jed/branches/0.99.19/debian/patches/extend-manpage.dpatch
===================================================================
--- jed/branches/0.99.19/debian/patches/extend-manpage.dpatch	2007-05-28 21:23:51 UTC (rev 755)
+++ jed/branches/0.99.19/debian/patches/extend-manpage.dpatch	2007-05-29 00:08:25 UTC (rev 756)
@@ -4,63 +4,122 @@
 ## DP: This patch improves the manpage of jed.
 
 @DPATCH@
-Index: jed/doc/manual/jed.1
-===================================================================
---- jed~/doc/manual/jed.1	(Revision 60)
-+++ jed/doc/manual/jed.1	(Arbeitskopie)
-@@ -7,7 +7,7 @@
+diff -urNad 0.99.19~/doc/manual/jed.1 0.99.19/doc/manual/jed.1
+--- 0.99.19~/doc/manual/jed.1	2006-05-06 06:22:30.000000000 +0200
++++ 0.99.19/doc/manual/jed.1	2007-05-29 02:01:51.484466265 +0200
+@@ -7,7 +7,21 @@
  .SH NAME
  Jed \- programmers editor
  .SH SYNOPSIS
 -.B jed [options] 
-+.B jed [mode] [options] 
++.B jed \-\-version
++.br
++.B jed\-script \-\-version
++.br
++.B xjed \-\-version
++.sp
++.B jed [\-\-secure] [\-\-batch|\-\-script|\-\-help] [options]
++.I file
++.B ...
++.br
++.B jed\-script [\-\-secure]
++.I script file
++.B [script options] ...
++.br
++.B xjed [\-\-secure] [X options] [\-\-batch|\-\-script|\-\-help] [options]
  .I file
  .B ...
  .SH DESCRIPTION
-@@ -29,12 +29,42 @@
+@@ -29,12 +43,39 @@
  For complete documentation, see GNU info files, this manual only
  provides brief tutorial.
  .SH OPTIONS
-+.SS mode
-+The
-+.B mode
-+argument starts Jed is a special mode. Only one of the following can be
-+given.
++.SS major options
  .LP
- .I \-batch
+-.I \-batch
++.I \-\-version
++.RS
++prints the version and compiletime variables.
++.RE
++.I \-\-help
++.RS
++prints usage information.
++.RE
++.I \-\-secure
++.RS
++runs Jed in secure mode, e.g. you can't run any external commands with
++.I system()
++or
++.I run_shell_cmd().
++.RE
++.I \-\-batch
  .RS
  run Jed in batch mode.
  This is a non-interactive mode.
  .RE
-+.I \-secure
-+.RS
-+run Jed in secure mode, e.g. you can't run any external commands with
-+.I system()
-+or
-+.I run_shell_cmd()
-+.RE
 +.I \-\-script
 +.RS
 +this is a mode like
 +.I \-\-batch
 +but jed does not eval the startup files. It behaves like
 +.I slsh.
-+You must give the file that should be evaluated as second argument
++You must give the file that should be evaluated as second argument. It's
++the same as calling
++.B jed\-script.
++.SS minor options
++.LP
+ .I \-n             
+ .RS
+ do not load 
+@@ -81,13 +122,55 @@
+ into current buffer.
+ .RE
+ .LP
++.SS X options
++.B xjed
++accapts the common options like
++.I \-display, \-name, \-fn and \-geometry.
++Additionaly it accepts
++.LP
++.I \-facesize SIZE, \-fs SIZE
++.RS
++if build with XRENDERFONT support, selects the font size
++.I SIZE.
++Use it with the option
++.I \-fn
++to select a scalable font.
 +.RE
-+.I \-\-help
++.I \-foreground COLOR, \-fg COLOR
 +.RS
-+prints usage information
++sets the foreground color.
 +.RE
-+.I \-\-version
++.I \-background COLOR, \-bg COLOR
 +.RS
-+prints the version and compiletime variables.
-+
-+.SS other options
++sets the background color.
 +.RE
- .I \-n             
++.I \-fgMouse COLOR, \-mfg COLOR
++.RS
++sets the foreground color of the mouse pointer.
++.RE
++.I \-bgMouse COLOR, \-mbg COLOR
++.RS
++sets the background color of the mouse pointer.
++.RE
++.I \-Iconic, \-ic
++.RS
++start iconified.
++.RE
++.I \-title NAME
++.RS
++sets the window title to
++.I NAME.
++.RE
++.LP
++For more options look into
++.B xterm.c.
+ .SH CONFIGURATION
  .RS
- do not load 
-@@ -87,7 +117,7 @@
+ .I Emulating Other Editors
  .RE
  .LP
  JED's ability to create new functions using the 




More information about the Pkg-jed-commit mailing list