タグ

emacsに関するkazyのブックマーク (4)

  • ブラウザでEmacsが動く「Ymacs」 | Happy My Life

    以前twitter上でブラウザ + AJaxでviなキー操作でテキスト編集できるサイトが紹介されていた。viが動いているならEmacsが動作するサイトもあるでしょう、と思っていたが、やはり存在していた。それがYmacs。 サイトでは AJAX source code editor with syntax highlighting and automatic indentation と謳っているが、見た目がEmacsだし、キーバインドもEmacsそのもの。 YmacsはまだVer 0.1なので、実装されている機能もあまり多くなく、作者が時間が取れない等の理由でFireFox以外のブラウザに対応できていない。 実装されている機能 詳細はこちらを見てもらうとして、 様々なカーソル移動 テキスト操作 ハイライト機能 Undo, mark, インクリメンタルサーチ, フレーム分割 等の基的な機能は

    kazy
    kazy 2009/11/27
    なにこれすごい。C-TABでバッファ切り替え。
  • js2-modeを使ってEmacsでJavaScriptを書く

    更新履歴 2008-06-20: 公開 js2-mode をおとなしくさせる js2-mode は Emacs で JavaScript を書くための major-mode です。 外部の JavaScript 処理系無しに (flymake のように) 文法上のエラーを表示するなど、 かなり意欲的な機能を備えています。 しかしその一方で、js2-mode のデフォルトの挙動はかなり独特です。 ここでは、それらの挙動を他の major-mode とそろえる方法を説明します。 インストール js2-mode はファイル単体で配布されていますので、それを load-path の通った場所に置きます。 % wget http://js2-mode.googlecode.com/files/js2-20080616a.el % mv js2-20080616a.el /PATH/TO/js2.el

  • Emacs Common Lisp

    Emacs Common Lisp is an implementation of Common Lisp written in Emacs Lisp. That means you can run Common Lisp programs in Emacs, and you can write Emacs extensions in Common Lisp. At this stage, much of ANSI Common Lisp is implemented, but, among other things, CLOS and pretty printing are missing. For more information, see the README file. There is a mailing list for discussion about Emacs Commo

  • DZone Refcardz

    Refcard #396 Getting Started With Vector Databases Rather than replacing other technology, vector databases have emerged as solution to new cases for which no other tool exists. To help users get up and running, this... {{ stats[3449213].portal.title }} · {{ stats[3449213].clicks }} clicks · · {{ stats[3449213].timesInEdition }}x Refcard #395 Open Source Migration Practices and Patterns Open sourc

    kazy
    kazy 2007/02/06
    トピック毎のコマンド一覧がPDFでダウンロードできる。便利げ。
  • 1