File: README

package info (click to toggle)
oneliner-el 0.3.6-8
  • links: PTS
  • area: main
  • in suites: buster
  • size: 464 kB
  • sloc: sh: 2,952; lisp: 621; makefile: 239; perl: 160
file content (85 lines) | stat: -rw-r--r-- 2,198 bytes parent folder | download | duplicates (8)
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
                           Oneliner README
                           ===============

                     $Date: 2003/10/19 14:10:00 $
                           Kiyoka Nishiyama
                http://oneliner-elisp.sourceforge.net/


1 What is Oneliner
------------------

    - Oneliner is free software.
    - you can redistribute it and/or modify it under the terms of the
      GNU General Public License.<COPYING.txt>
    - Oneliner is hooks of Emacs standard shell-mode.
    - Oneliner provides nice extentions for UNIX shell masters.


2 abstruct
----------

    - You can connect command input/output to/from Emacs buffer with
      easy operation.
    - You can sync directory-value between shell-mode and shell
      process.
    - Oneliner gives you notice with beep when command execution was
      complete.
    - Oneliner handles control codes.


3 Installation
--------------


3.1 Installation of software and documents
------------------------------------------

    -   Do "./configure".
        If you need change parameter for you environment, please use
      switches as follows. If you are a 'Meadow' user, please read the
      'README.Meadow' file, too.
      - --prefix=path_to_install_DIR
      - --with-emacs=yes
      - --with-xemacs=yes
      - --with-lispdir=path_to_site-lisp_dir
    - make
    - make install
    -   Please add this code to .emacs
        
        (require 'oneliner)
    -   Please set the environment variable 'TMPDIR'.
        Set the temporary directory path to 'TMPDIR'.
        The one of examples with 'bash' shell is as follows:
        
        export TMPDIR='~/tmp/'


3.2 Uninstallation of software and documents
--------------------------------------------

    - make uninstall


3.3 Make a tar.gz archive file
------------------------------

    - Get the Oneliner's source tree from the CVS server.
    - make setup -f Makefile.in ; make archive


4 Development members
---------------------

    - Kiyoka Nishiyama
    - MISHIMA Masahiro
    - IWAI, Masaharu
    - OHURA Makoto


5 Bibliography
--------------

    -   Bil Lewis,Dan LaLiberte, Richard Stallman and the GNU Manual
      Gourp
        Emacs Lisp Reference Manual