~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to debian/sawfish-client.1

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "SAWFISH-CLIENT" "1" "04 avril 2003" "" ""
 
7
 
 
8
.SH NAME
 
9
sawfish-client \- Evaluate arbitrary Lisp forms with sawfish.
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBsawfish-client\fR [ \fB --display \fIX \fB\fR ] [ \fB -q \fR ] [ \fB -f \fIFUNCTION \fB\fR ] [ \fB -c \fICOMMAND \fB\fR ] [ \fB -r \fIFEATURE \fB\fR ] [ \fB -e \fIFORM \fB\fR ] [ \fB - \fR ] [ \fB -- \fR ]
 
13
 
 
14
.SH "DESCRIPTION"
 
15
.PP
 
16
This allows you to connect to a window manager process and
 
17
evaluate arbitrary Lisp forms.
 
18
.SH "OPTIONS"
 
19
.TP
 
20
\fB--display\fR
 
21
Connect to the window manager on display X
 
22
.TP
 
23
\fB-q\fR
 
24
Be quiet (perform commands asynchronously)
 
25
.TP
 
26
\fB-f FUNCTION \fR
 
27
Call Lisp function \fIFUNCTION\fR on the server
 
28
.TP
 
29
\fB-c COMMAND \fR
 
30
Call the interactive Lisp function \fICOMMAND\fR
 
31
.TP
 
32
\fB-r FEATURE \fR
 
33
Require the module called \fIFEATURE\fR
 
34
.TP
 
35
\fB-e FORM \fR
 
36
Evaluate Lisp form \fIFORM\fR on the server
 
37
.TP
 
38
\fB-\fR
 
39
Read lines of input until \fIEOF\fR, evaluating each one as it is read
 
40
.TP
 
41
\fB--\fR
 
42
Read forms from standard input until \fIEOF\fR, evaluating the whole lot in one go (inside a progn)
 
43
.SH "SEE ALSO"
 
44
.PP
 
45
Sawfish are documented fully by \fIJohn Harper\fR
 
46
available via the \fBInfo\fR system .
 
47
.SH "AUTHOR"
 
48
.PP
 
49
This manual page was written by Christian Marillat <marillat@debian.org> for
 
50
the Debian GNU/Linux system (but may be used by others).