emacs_help 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/emacs_help.gemspec +2 -2
- data/lib/emacs_help/version.rb +1 -1
- data/lib/emacs_help.rb +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55dce40720c373f1c252d6e398a83b7486091959
|
4
|
+
data.tar.gz: 34fb0d5115dbf532dfc686d2319aaf722f9f4425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d8a37cc8a242ec0889e076fac5635dba90c987bb9a0041efc5811c92c2fc708c654e1ed43dfae05f4d56b8b6809527deab2b5b063f42f8acaa53577d978ab4c
|
7
|
+
data.tar.gz: f37fd91046289f30a856f6222cedf9af73276cc273cfa8c9a3c1bed47580e1f8fcf4fffe629ff2ea686df40e4b0f7a0544b440e23fd88561a08d54c6e615ad48
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
emacsの編集操作のキーバインドを表示するヘルプ.日本語がデフォルト
|
4
4
|
|
5
|
-
|
5
|
+
すぐにいらんようになるやろけど...超初心者向け.
|
6
6
|
|
7
7
|
|
8
8
|
## Installation
|
@@ -56,6 +56,10 @@ Rubyは日本語がcommandにも普通に使えますが,
|
|
56
56
|
それを組み込んだ時にどれほど使いやすいのかを検証する.
|
57
57
|
たんに日本語でできるだけでいいのか,英語を覚えていく方がいいのか...
|
58
58
|
|
59
|
+
あるいは,英語commandを覚える一歩として簡単に表示でけへんか.
|
60
|
+
|
61
|
+
さらに,知識の定着とともにいつもみるcheat memoが進化して,手軽に出せるようにするには...
|
62
|
+
|
59
63
|
## Contributing
|
60
64
|
|
61
65
|
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/emacs_help. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/emacs_help.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Shigeto R. Nishitani"]
|
10
10
|
spec.email = ["shigeto_nishitani@me.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{display emacs
|
13
|
-
spec.description = %q{display emacs
|
12
|
+
spec.summary = %q{display emacs key bindings in Japanese.}
|
13
|
+
spec.description = %q{display emacs key bindings in Japanese.}
|
14
14
|
spec.homepage = "https://github.com/daddygongon/emacs_help"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/emacs_help/version.rb
CHANGED
data/lib/emacs_help.rb
CHANGED
@@ -6,9 +6,9 @@ module EmacsHelp
|
|
6
6
|
class Command
|
7
7
|
def self.run(argv=[])
|
8
8
|
print "\n 特殊キー操作:"
|
9
|
-
print "
|
10
|
-
print "
|
11
|
-
print "
|
9
|
+
print "\tc-f, controlキーを押しながらf \n"
|
10
|
+
print "\t\tM-f, escキーを押した後一度離してf\n"
|
11
|
+
print "\t操作の中断c-g, 操作の取り消し(Undo) c-x u \n\n"
|
12
12
|
new(argv).execute
|
13
13
|
end
|
14
14
|
|
@@ -78,9 +78,9 @@ module EmacsHelp
|
|
78
78
|
"c-k, Kill line, 一行抹消,カット",
|
79
79
|
"c-y, Yank, ペースト",
|
80
80
|
"c-w, Kill region, 領域抹消,カット",
|
81
|
-
"
|
82
|
-
"c-s, forward Search WORD, 前へWORDを検索",
|
83
|
-
"c-r,
|
81
|
+
"領域選択は,先頭・最後尾でc-spaceした後,最後尾・先頭へカーソル移動",
|
82
|
+
"c-s, forward incremental Search WORD, 前へWORDを検索",
|
83
|
+
"c-r, backward incremental search WORD, 後へWORDを検索",
|
84
84
|
"M-x query-replace WORD1 <return> WORD2:一括置換(y or nで選択)"]
|
85
85
|
disp(cont)
|
86
86
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emacs_help
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shigeto R. Nishitani
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.0'
|
55
|
-
description: display emacs
|
55
|
+
description: display emacs key bindings in Japanese.
|
56
56
|
email:
|
57
57
|
- shigeto_nishitani@me.com
|
58
58
|
executables:
|
@@ -99,5 +99,5 @@ rubyforge_project:
|
|
99
99
|
rubygems_version: 2.5.1
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
|
-
summary: display emacs
|
102
|
+
summary: display emacs key bindings in Japanese.
|
103
103
|
test_files: []
|