my_help 0.7.4 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e6d6ca957c9c34e26b3ebb6d6d6095b615ea60c
4
- data.tar.gz: 6a88e85ba95c833e87aa9c6e85ebd0c0675fb65c
3
+ metadata.gz: 0a77e9a66372bd04c96bb0e29de646913594a2fe
4
+ data.tar.gz: 4e27864662ad2ecbe5d672824b37595f6780408d
5
5
  SHA512:
6
- metadata.gz: 9edaed7d25d60c3f641cbba6942ae6be29f98b64d130002c9964f79cf505e28fd6b19231d30bb6981ef4d1e7bf5c720ed20ed370e33f0e069c71a219329f3887
7
- data.tar.gz: 10c8bd8e6e58796cab76efc5530fc2da9476e719e443e6642f816333bad6bf510b74c9e6aa0e85b42fc5a0a3c9e44b3dc9d043143f776a933af1ece137d7c0ef
6
+ metadata.gz: 1bc062f32280693491ef365b7ec53ef9bbe4c01889f33e122aac2cc9172a75c38db84b8f07a2743de44f8ce3cc1b5b13fa261ddec7cf94a8f7129581b310b260
7
+ data.tar.gz: 6402844db1fc46a448a549a9ffbbd3c04ac082464b6ef8f7d394de299a3e699484b154c671c9c4c045eefb9be73753c491146c871e0ba8fbd5c12bf1100c021c
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper
data/.yardoc/checksums ADDED
@@ -0,0 +1,5 @@
1
+ lib/my_help.rb ced6dd68eb7342dc65e8c8506359cb9a18f37fde
2
+ lib/my_help/org2yml.rb 4be5461e87290a6c8fa4ef802df8b64e8c63ca9a
3
+ lib/my_help/version.rb 0c71ad78597c647364908e595140b5fb9af9e6a3
4
+ lib/my_help/my_help_controll.rb fba5c56e7e7c716d4d34b6851a808e959ecdb773
5
+ lib/my_help/tomo_help_controll.rb da39a3ee5e6b4b0d3255bfef95601890afd80709
data/.yardoc/complete ADDED
File without changes
Binary file
Binary file
Binary file
data/Gemfile CHANGED
@@ -1,2 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
+ gem 'ffi', '>= 1.9.24'
data/Gemfile.lock CHANGED
@@ -1,64 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- my_help (0.7.3)
4
+ my_help (0.8.0)
5
5
  colorize
6
6
  gli (= 2.17.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- aruba (0.14.6)
12
- childprocess (>= 0.6.3, < 0.10.0)
13
- contracts (~> 0.9)
14
- cucumber (>= 1.3.19)
15
- ffi (~> 1.9.10)
16
- rspec-expectations (>= 2.99)
17
- thor (~> 0.19)
18
- backports (3.11.4)
19
- builder (3.2.3)
20
- childprocess (0.9.0)
21
- ffi (~> 1.0, >= 1.0.11)
22
11
  colorize (0.8.1)
23
- contracts (0.16.0)
24
- cucumber (3.1.2)
25
- builder (>= 2.1.2)
26
- cucumber-core (~> 3.2.0)
27
- cucumber-expressions (~> 6.0.1)
28
- cucumber-wire (~> 0.0.1)
29
- diff-lcs (~> 1.3)
30
- gherkin (~> 5.1.0)
31
- multi_json (>= 1.7.5, < 2.0)
32
- multi_test (>= 0.1.2)
33
- cucumber-core (3.2.0)
34
- backports (>= 3.8.0)
35
- cucumber-tag_expressions (~> 1.1.0)
36
- gherkin (>= 5.0.0)
37
- cucumber-expressions (6.0.1)
38
- cucumber-tag_expressions (1.1.1)
39
- cucumber-wire (0.0.1)
40
12
  diff-lcs (1.3)
41
- ffi (1.9.25)
42
- gherkin (5.1.0)
13
+ ffi (1.11.1)
43
14
  gli (2.17.1)
44
- multi_json (1.13.1)
45
- multi_test (0.1.2)
46
- rake (12.3.1)
47
- rdoc (6.0.4)
48
- rspec-expectations (3.8.1)
15
+ rake (13.0.0)
16
+ rdoc (6.2.0)
17
+ rspec (3.9.0)
18
+ rspec-core (~> 3.9.0)
19
+ rspec-expectations (~> 3.9.0)
20
+ rspec-mocks (~> 3.9.0)
21
+ rspec-core (3.9.0)
22
+ rspec-support (~> 3.9.0)
23
+ rspec-expectations (3.9.0)
49
24
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.8.0)
51
- rspec-support (3.8.0)
52
- thor (0.20.0)
25
+ rspec-support (~> 3.9.0)
26
+ rspec-mocks (3.9.0)
27
+ diff-lcs (>= 1.2.0, < 2.0)
28
+ rspec-support (~> 3.9.0)
29
+ rspec-support (3.9.0)
30
+ thor (0.20.3)
53
31
 
54
32
  PLATFORMS
55
33
  ruby
56
34
 
57
35
  DEPENDENCIES
58
- aruba
36
+ ffi (>= 1.9.24)
59
37
  my_help!
60
38
  rake
61
39
  rdoc
40
+ rspec
41
+ thor
62
42
 
63
43
  BUNDLED WITH
64
- 1.16.4
44
+ 2.0.2
data/README.html CHANGED
@@ -3,23 +3,30 @@
3
3
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" lang="jp" xml:lang="jp">
5
5
  <head>
6
+ <!-- 2019-04-26 金 12:47 -->
7
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
9
  <title>my_help README</title>
7
- <!-- 2018-04-30 11:24 -->
8
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
- <meta name="generator" content="Org-mode" />
10
- <meta name="author" content="Shigeto R. Nishitani" />
10
+ <meta name="generator" content="Org mode" />
11
+ <meta name="author" content="Shigeto R. Nishitani" />
11
12
  <style type="text/css">
12
13
  <!--/*--><![CDATA[/*><!--*/
13
- .title { text-align: center; }
14
+ .title { text-align: center;
15
+ margin-bottom: .2em; }
16
+ .subtitle { text-align: center;
17
+ font-size: medium;
18
+ font-weight: bold;
19
+ margin-top:0; }
14
20
  .todo { font-family: monospace; color: red; }
15
- .done { color: green; }
21
+ .done { font-family: monospace; color: green; }
22
+ .priority { font-family: monospace; color: orange; }
16
23
  .tag { background-color: #eee; font-family: monospace;
17
24
  padding: 2px; font-size: 80%; font-weight: normal; }
18
25
  .timestamp { color: #bebebe; }
19
26
  .timestamp-kwd { color: #5f9ea0; }
20
- .right { margin-left: auto; margin-right: 0px; text-align: right; }
21
- .left { margin-left: 0px; margin-right: auto; text-align: left; }
22
- .center { margin-left: auto; margin-right: auto; text-align: center; }
27
+ .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
28
+ .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
29
+ .org-center { margin-left: auto; margin-right: auto; text-align: center; }
23
30
  .underline { text-decoration: underline; }
24
31
  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
25
32
  p.verse { margin-left: 3%; }
@@ -46,27 +53,111 @@
46
53
  border: 1px solid black;
47
54
  }
48
55
  pre.src:hover:before { display: inline;}
49
- pre.src-sh:before { content: 'sh'; }
50
- pre.src-bash:before { content: 'sh'; }
56
+ /* Languages per Org manual */
57
+ pre.src-asymptote:before { content: 'Asymptote'; }
58
+ pre.src-awk:before { content: 'Awk'; }
59
+ pre.src-C:before { content: 'C'; }
60
+ /* pre.src-C++ doesn't work in CSS */
61
+ pre.src-clojure:before { content: 'Clojure'; }
62
+ pre.src-css:before { content: 'CSS'; }
63
+ pre.src-D:before { content: 'D'; }
64
+ pre.src-ditaa:before { content: 'ditaa'; }
65
+ pre.src-dot:before { content: 'Graphviz'; }
66
+ pre.src-calc:before { content: 'Emacs Calc'; }
51
67
  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
52
- pre.src-R:before { content: 'R'; }
53
- pre.src-perl:before { content: 'Perl'; }
54
- pre.src-java:before { content: 'Java'; }
55
- pre.src-sql:before { content: 'SQL'; }
68
+ pre.src-fortran:before { content: 'Fortran'; }
69
+ pre.src-gnuplot:before { content: 'gnuplot'; }
70
+ pre.src-haskell:before { content: 'Haskell'; }
71
+ pre.src-hledger:before { content: 'hledger'; }
72
+ pre.src-java:before { content: 'Java'; }
73
+ pre.src-js:before { content: 'Javascript'; }
74
+ pre.src-latex:before { content: 'LaTeX'; }
75
+ pre.src-ledger:before { content: 'Ledger'; }
76
+ pre.src-lisp:before { content: 'Lisp'; }
77
+ pre.src-lilypond:before { content: 'Lilypond'; }
78
+ pre.src-lua:before { content: 'Lua'; }
79
+ pre.src-matlab:before { content: 'MATLAB'; }
80
+ pre.src-mscgen:before { content: 'Mscgen'; }
81
+ pre.src-ocaml:before { content: 'Objective Caml'; }
82
+ pre.src-octave:before { content: 'Octave'; }
83
+ pre.src-org:before { content: 'Org mode'; }
84
+ pre.src-oz:before { content: 'OZ'; }
85
+ pre.src-plantuml:before { content: 'Plantuml'; }
86
+ pre.src-processing:before { content: 'Processing.js'; }
87
+ pre.src-python:before { content: 'Python'; }
88
+ pre.src-R:before { content: 'R'; }
89
+ pre.src-ruby:before { content: 'Ruby'; }
90
+ pre.src-sass:before { content: 'Sass'; }
91
+ pre.src-scheme:before { content: 'Scheme'; }
92
+ pre.src-screen:before { content: 'Gnu Screen'; }
93
+ pre.src-sed:before { content: 'Sed'; }
94
+ pre.src-sh:before { content: 'shell'; }
95
+ pre.src-sql:before { content: 'SQL'; }
96
+ pre.src-sqlite:before { content: 'SQLite'; }
97
+ /* additional languages in org.el's org-babel-load-languages alist */
98
+ pre.src-forth:before { content: 'Forth'; }
99
+ pre.src-io:before { content: 'IO'; }
100
+ pre.src-J:before { content: 'J'; }
101
+ pre.src-makefile:before { content: 'Makefile'; }
102
+ pre.src-maxima:before { content: 'Maxima'; }
103
+ pre.src-perl:before { content: 'Perl'; }
104
+ pre.src-picolisp:before { content: 'Pico Lisp'; }
105
+ pre.src-scala:before { content: 'Scala'; }
106
+ pre.src-shell:before { content: 'Shell Script'; }
107
+ pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
108
+ /* additional language identifiers per "defun org-babel-execute"
109
+ in ob-*.el */
110
+ pre.src-cpp:before { content: 'C++'; }
111
+ pre.src-abc:before { content: 'ABC'; }
112
+ pre.src-coq:before { content: 'Coq'; }
113
+ pre.src-groovy:before { content: 'Groovy'; }
114
+ /* additional language identifiers from org-babel-shell-names in
115
+ ob-shell.el: ob-shell is the only babel language using a lambda to put
116
+ the execution function name together. */
117
+ pre.src-bash:before { content: 'bash'; }
118
+ pre.src-csh:before { content: 'csh'; }
119
+ pre.src-ash:before { content: 'ash'; }
120
+ pre.src-dash:before { content: 'dash'; }
121
+ pre.src-ksh:before { content: 'ksh'; }
122
+ pre.src-mksh:before { content: 'mksh'; }
123
+ pre.src-posh:before { content: 'posh'; }
124
+ /* Additional Emacs modes also supported by the LaTeX listings package */
125
+ pre.src-ada:before { content: 'Ada'; }
126
+ pre.src-asm:before { content: 'Assembler'; }
127
+ pre.src-caml:before { content: 'Caml'; }
128
+ pre.src-delphi:before { content: 'Delphi'; }
129
+ pre.src-html:before { content: 'HTML'; }
130
+ pre.src-idl:before { content: 'IDL'; }
131
+ pre.src-mercury:before { content: 'Mercury'; }
132
+ pre.src-metapost:before { content: 'MetaPost'; }
133
+ pre.src-modula-2:before { content: 'Modula-2'; }
134
+ pre.src-pascal:before { content: 'Pascal'; }
135
+ pre.src-ps:before { content: 'PostScript'; }
136
+ pre.src-prolog:before { content: 'Prolog'; }
137
+ pre.src-simula:before { content: 'Simula'; }
138
+ pre.src-tcl:before { content: 'tcl'; }
139
+ pre.src-tex:before { content: 'TeX'; }
140
+ pre.src-plain-tex:before { content: 'Plain TeX'; }
141
+ pre.src-verilog:before { content: 'Verilog'; }
142
+ pre.src-vhdl:before { content: 'VHDL'; }
143
+ pre.src-xml:before { content: 'XML'; }
144
+ pre.src-nxml:before { content: 'XML'; }
145
+ /* add a generic configuration mode; LaTeX export needs an additional
146
+ (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
147
+ pre.src-conf:before { content: 'Configuration File'; }
56
148
 
57
149
  table { border-collapse:collapse; }
58
150
  caption.t-above { caption-side: top; }
59
151
  caption.t-bottom { caption-side: bottom; }
60
152
  td, th { vertical-align:top; }
61
- th.right { text-align: center; }
62
- th.left { text-align: center; }
63
- th.center { text-align: center; }
64
- td.right { text-align: right; }
65
- td.left { text-align: left; }
66
- td.center { text-align: center; }
153
+ th.org-right { text-align: center; }
154
+ th.org-left { text-align: center; }
155
+ th.org-center { text-align: center; }
156
+ td.org-right { text-align: right; }
157
+ td.org-left { text-align: left; }
158
+ td.org-center { text-align: center; }
67
159
  dt { font-weight: bold; }
68
- .footpara:nth-child(2) { display: inline; }
69
- .footpara { display: block; }
160
+ .footpara { display: inline; }
70
161
  .footdef { margin-bottom: 1em; }
71
162
  .figure { padding: 1em; }
72
163
  .figure p { text-align: center; }
@@ -86,20 +177,21 @@
86
177
  { font-size: 10px; font-weight: bold; white-space: nowrap; }
87
178
  .org-info-js_search-highlight
88
179
  { background-color: #ffff00; color: #000000; font-weight: bold; }
180
+ .org-svg { width: 90%; }
89
181
  /*]]>*/-->
90
182
  </style>
91
- <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
92
- <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
183
+ <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/styles/readtheorg/css/htmlize.css"/>
184
+ <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/styles/readtheorg/css/readtheorg.css"/>
93
185
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
94
186
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
95
- <script type="text/javascript" src="https://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script>
96
- <script type="text/javascript" src="https://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
187
+ <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js"></script>
188
+ <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/styles/readtheorg/js/readtheorg.js"></script>
97
189
  <script type="text/javascript">
98
190
  /*
99
191
  @licstart The following is the entire license notice for the
100
192
  JavaScript code in this tag.
101
193
 
102
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
194
+ Copyright (C) 2012-2018 Free Software Foundation, Inc.
103
195
 
104
196
  The JavaScript code in this tag is free software: you can
105
197
  redistribute it and/or modify it under the terms of the GNU
@@ -148,24 +240,23 @@ for the JavaScript code in this tag.
148
240
  <h2>Table of Contents</h2>
149
241
  <div id="text-table-of-contents">
150
242
  <ul>
151
- <li><a href="#">1. 概要</a></li>
152
- <li><a href="#my_help">2. (my_helpで解決しようとする)問題点</a></li>
153
- <li><a href="#">3. 特徴</a></li>
154
- <li><a href="#">4. 使用法</a>
243
+ <li><a href="#概要">1. 概要</a></li>
244
+ <li><a href="#my_helpで解決しようとする問題点">2. (my_helpで解決しようとする)問題点</a></li>
245
+ <li><a href="#特徴">3. 特徴</a></li>
246
+ <li><a href="#使用法">4. 使用法</a>
155
247
  <ul>
156
- <li><a href="#sec-4-1">4.1. インストール</a></li>
157
- <li><a href="#">4.2. 簡単な使用法</a></li>
158
- <li><a href="#help">4.3. 独自のhelpを作る方法</a></li>
248
+ <li><a href="#org3ddc9ea">4.1. インストール</a></li>
249
+ <li><a href="#簡単な使用法">4.2. 簡単な使用法</a></li>
250
+ <li><a href="#独自のhelpを作る方法">4.3. 独自のhelpを作る方法</a></li>
159
251
  </ul>
160
252
  </li>
161
253
  </ul>
162
254
  </div>
163
255
  </div>
164
256
 
165
- <div id="outline-container-概要" class="outline-2">
166
- <h2 id="概要"><a id="sec-1" name="sec-1"></a><span class="section-number-2">1</span> 概要</h2>
257
+ <div id="outline-container-orga76e8f5" class="outline-2">
258
+ <h2 id="概要"><a id="orga76e8f5"></a><span class="section-number-2">1</span> 概要</h2>
167
259
  <div class="outline-text-2" id="text-概要">
168
-
169
260
  <p>
170
261
  CUI(CLA)ヘルプのUsage出力を真似て,user独自のhelpを作成・提供するgem.
171
262
  </p>
@@ -173,26 +264,20 @@ CUI(CLA)ヘルプのUsage出力を真似て,user独自のhelpを作成・提
173
264
  </div>
174
265
 
175
266
 
176
- <div id="outline-container-my_helpで解決しようとする問題点" class="outline-2">
177
- <h2 id="my_helpで解決しようとする問題点"><a id="sec-2" name="sec-2"></a><span class="section-number-2">2</span> (my_helpで解決しようとする)問題点</h2>
267
+ <div id="outline-container-org230661d" class="outline-2">
268
+ <h2 id="my_helpで解決しようとする問題点"><a id="org230661d"></a><span class="section-number-2">2</span> (my_helpで解決しようとする)問題点</h2>
178
269
  <div class="outline-text-2" id="text-my_helpで解決しようとする問題点">
179
-
180
270
  <p>
181
271
  CUIやshell, 何かのプログラミング言語などを習得しようとする初心者は,
182
272
  commandや文法を覚えるのに苦労します.少しのkey(とっかかり)があると
183
273
  思い出すんですが,うろ覚えでは間違えて路頭に迷います.問題点は,
184
274
  </p>
185
275
  <ul class="org-ul">
186
- <li>manは基本的に英語
187
- </li>
188
- <li>manualでは重たい
189
- </li>
190
- <li>いつもおなじことをwebで検索して
191
- </li>
192
- <li>同じとこ見ている
193
- </li>
194
- <li>memoしても,どこへ置いたか忘れる
195
- </li>
276
+ <li>manは基本的に英語</li>
277
+ <li>manualでは重たい</li>
278
+ <li>いつもおなじことをwebで検索して</li>
279
+ <li>同じとこ見ている</li>
280
+ <li>memoしても,どこへ置いたか忘れる</li>
196
281
  </ul>
197
282
  <p>
198
283
  などです.
@@ -200,25 +285,19 @@ commandや文法を覚えるのに苦労します.少しのkey(とっかかり
200
285
  </div>
201
286
  </div>
202
287
 
203
- <div id="outline-container-特徴" class="outline-2">
204
- <h2 id="特徴"><a id="sec-3" name="sec-3"></a><span class="section-number-2">3</span> 特徴</h2>
288
+ <div id="outline-container-org63e30d5" class="outline-2">
289
+ <h2 id="特徴"><a id="org63e30d5"></a><span class="section-number-2">3</span> 特徴</h2>
205
290
  <div class="outline-text-2" id="text-特徴">
206
-
207
291
  <p>
208
292
  これらをCLA環境として提供しようというのが,このgemの目的です.
209
293
  仕様としては,
210
294
  </p>
211
295
  <ul class="org-ul">
212
- <li>userが自分にあったmanを作成
213
- </li>
214
- <li>雛形を提供
215
- </li>
216
- <li>おなじformat, looks, 操作, 階層構造
217
- </li>
218
- <li>すぐに手が届く
219
- </li>
220
- <li>それらを追加・修正・削除できる
221
- </li>
296
+ <li>userが自分にあったmanを作成</li>
297
+ <li>雛形を提供</li>
298
+ <li>おなじformat, looks, 操作, 階層構造</li>
299
+ <li>すぐに手が届く</li>
300
+ <li>それらを追加・修正・削除できる</li>
222
301
  </ul>
223
302
 
224
303
  <p>
@@ -234,15 +313,16 @@ RPGでレベル上げとかアイテムを貯めるようにして,
234
313
  </div>
235
314
  </div>
236
315
 
237
- <div id="outline-container-使用法" class="outline-2">
238
- <h2 id="使用法"><a id="sec-4" name="sec-4"></a><span class="section-number-2">4</span> 使用法</h2>
316
+ <div id="outline-container-org03968c9" class="outline-2">
317
+ <h2 id="使用法"><a id="org03968c9"></a><span class="section-number-2">4</span> 使用法</h2>
239
318
  <div class="outline-text-2" id="text-使用法">
240
319
  </div>
241
- <div id="outline-container-sec-4-1" class="outline-3">
242
- <h3 id="sec-4-1"><span class="section-number-3">4.1</span> インストール</h3>
320
+ <div id="outline-container-org3ddc9ea" class="outline-3">
321
+ <h3 id="org3ddc9ea"><span class="section-number-3">4.1</span> インストール</h3>
243
322
  <div class="outline-text-3" id="text-4-1">
244
323
  <pre class="example">
245
324
  $ gem install my_help
325
+
246
326
  </pre>
247
327
  <p>
248
328
  です.
@@ -250,10 +330,9 @@ $ gem install my_help
250
330
  </div>
251
331
  </div>
252
332
 
253
- <div id="outline-container-簡単な使用法" class="outline-3">
254
- <h3 id="簡単な使用法"><a id="sec-4-2" name="sec-4-2"></a><span class="section-number-3">4.2</span> 簡単な使用法</h3>
333
+ <div id="outline-container-org157ee1b" class="outline-3">
334
+ <h3 id="簡単な使用法"><a id="org157ee1b"></a><span class="section-number-3">4.2</span> 簡単な使用法</h3>
255
335
  <div class="outline-text-3" id="text-簡単な使用法">
256
-
257
336
  <p>
258
337
  まずは,
259
338
  </p>
@@ -285,9 +364,10 @@ COMMANDS
285
364
 
286
365
  <pre class="example">
287
366
  my_help list
288
- my_help list emacs_help
289
- my_help list emacs_help -f
290
- my_help list emacs_help file
367
+ my_help list emacs
368
+ my_help list emacs -f
369
+ my_help list emacs file
370
+
291
371
  </pre>
292
372
  <p>
293
373
  として動かしてみてください.
@@ -319,16 +399,16 @@ my_help list emacs_help file
319
399
  </div>
320
400
  </div>
321
401
 
322
- <div id="outline-container-独自のhelpを作る方法" class="outline-3">
323
- <h3 id="独自のhelpを作る方法"><a id="sec-4-3" name="sec-4-3"></a><span class="section-number-3">4.3</span> 独自のhelpを作る方法</h3>
402
+ <div id="outline-container-orgc3249b5" class="outline-3">
403
+ <h3 id="独自のhelpを作る方法"><a id="orgc3249b5"></a><span class="section-number-3">4.3</span> 独自のhelpを作る方法</h3>
324
404
  <div class="outline-text-3" id="text-独自のhelpを作る方法">
325
-
326
405
  <p>
327
406
  さて,独自のhelpを作る方法です.まずは,
328
407
  </p>
329
408
 
330
409
  <pre class="example">
331
410
  my_help new new_help
411
+
332
412
  </pre>
333
413
 
334
414
  <p>
@@ -336,6 +416,7 @@ my_help new new_help
336
416
  </p>
337
417
  <pre class="example">
338
418
  my_help edit new_help
419
+
339
420
  </pre>
340
421
  <p>
341
422
  で編集してください. emacs org形式で,格納されています.
@@ -343,6 +424,7 @@ my_help edit new_help
343
424
 
344
425
  <pre class="example">
345
426
  my_help delete new_help
427
+
346
428
  </pre>
347
429
 
348
430
  <p>
@@ -354,8 +436,7 @@ my_help delete new_help
354
436
  </div>
355
437
  <div id="postamble" class="status">
356
438
  <p class="author">Author: Shigeto R. Nishitani</p>
357
- <p class="date">Created: 2018-04-30 11:24</p>
358
- <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
439
+ <p class="date">Created: 2019-04-26 12:47</p>
359
440
  <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
360
441
  </div>
361
442
  </body>