Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sekka

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sekka

  • 1.8.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Sekka (石火) SKK like Japanese input method

Logo Build Status


基本操作

Sekkaには日本語モードがありません。 ローマ字表記ルールはSKKに似ています。

Emacsの編集中バッファで Kanji [Ctrl-j] とタイプすると 漢字 に変換されます。

Emacsの編集中バッファで kanji [Ctrl-j] とタイプすると かんじ に変換されます。

Emacsの編集中バッファで kanJi [Ctrl-j] とタイプすると 感じ に変換されます。

詳細は http://oldtype.sumibi.org/show-page/Sekka.Emacs を参照してください。


EmacsLispのインストール

Melpaからsekkaパッケージをインストールしてください。

.emacsに以下を追記すると、Sekkaが有効になります。

(require 'sekka)
(global-sekka-mode 1)

enabled


変換サーバーのインストール

dockerでsekkaイメージをインストール・実行してください。 localhostのポート番号12929でクライアントからのHTTP通信待ち状態になります。

sudo docker run -p 12929:12929 -t kiyoka/sekka

詳細

http://oldtype.sumibi.org/show-page/Sekka

FAQs

Package last updated on 03 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc