* add 'mu server', which starts a process that accepts some commands

specifically designed for communication with emacs
This commit is contained in:
Dirk-Jan C. Binnema
2011-09-03 10:41:24 +03:00
parent b8447cde47
commit 4ce44f6973
5 changed files with 405 additions and 17 deletions

View File

@ -1,4 +1,4 @@
## Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2008-2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -17,7 +17,6 @@
include $(top_srcdir)/gtest.mk
dist_man_MANS = \
mu-cleanup.1 \
mu-bookmarks.5 \
mu-cfind.1 \
mu-easy.1 \
@ -29,5 +28,6 @@ dist_man_MANS = \
mu-mv.1 \
mu-add.1 \
mu-remove.1 \
mu-server.1 \
mu.1 \
mug.1

42
man/mu-server.1 Normal file
View File

@ -0,0 +1,42 @@
.TH MU SERVER 1 "September 2011" "User Manuals"
.SH NAME
mu server\- start a mu process which accepts commands
.SH SYNOPSIS
.B mu server
.SH DESCRIPTION
\fBmu server\fR is the \fBmu\fR sub-command for starting a mu server process
which accepts various commands (see below). \fBmu server\fR is specifically
designed for communication with the emacs-text editor, and as such, the output
is in the form of s-expressions.
\fBmu server\fR could be use as a very rudimentary interactive shell, but we
would recommend the `muile' instead, which is much more powerful and suitable
for humans.
.SH OPTIONS
.SH RETURN VALUE
\fBmu server\fR returns 0 upon success, and some other value when an error
occurs. See \fBmu(1)\fR for a list.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
.BR mu(1)
.BR mu-index(1)
.BR mu-add(1)
.BR mu-remove(1)