Flyspell enables on-the-fly spell checking in Emacs by the means of a minor mode. It is called Flyspell. This facility is hardly intrusive. It requires no help. Flyspell highlights incorrect words as soon as they are completed or as soon as t... 続きを読む
emacsShadow.vimVim 用のプラグインに Shadow.vim というものがあります.これは,ファイルを保存するたびに指定されたコマンドを実行し実行結果を保存するという作業を行なう非常にシンプルなプラグインで,作者である id:ujihisa さんは,以下のように説明さ... 続きを読む
INKMACS - Inkscape Emacs fusion What is Inkmacs? Inkmacs is a fusion between Inkscape and Emacs. Well, in the far future at least. But its kind of cool right now also. Inkscape is a very capable free software vector drawing tool. Emacs is the... 続きを読む
Description espresso-mode is a Javascript-mode for GNU Emacs. It is a fork of Karl Landstrom's javascript-mode that includes several new features: Support for cc-mode's comment wrapping C preprocessor support - yes, people use this with Javas... 続きを読む
Emacs | 12:03 | 20代前半は特に意識していませんでしたが、26歳になってみると毎日記事を書くのがなかなか大変です。この要因が、新しい経験の回数の低下か、それともそれをブログを書く能力の低下か、もしくはある程度の品質のある記事しか書きたくなくなった... 続きを読む
前回、VimからEmacsに乗り換えた記事を書いてから、謎の病(通称:風邪)で床に伏せていました。神の怒りでも買ったのでしょうか。 Lispの神様「なんてひどい.emacs.elを晒しやがる。自称Lisperとして恥を知れ!」 ふと.emacs.elを見返すと、コピペしたコードがひ... 続きを読む
世間が iPad で盛り上がっている中、空気を読まずにEmacsです。 概要Window分割をあらかじめ決めておいて一発で切り替えたり、ポップアップの出現位置を固定したり、ちょっと便利になるプラグインを追加できるようにする、ewm.elというEmacsの拡張を作ってみま... 続きを読む
cacoo.el をバージョンアップ(ver1.3)しました。主な変更点は以下のようです。epsのサポートプラグインで動的生成の機能追加例によって以下の場所からお願いします。http://github.com/kiwanami/emacs-cacoo/まず、論文などの印刷物だとeps画像を使うことが多い... 続きを読む
Promote Org-mode and support its development by getting your Org-mode T-shirt, bag, or mug in either the US-Shop or the EU-Shop Simplicity At its core, Org-mode is a simple outliner for note-taking and list management. You can learn the basic... 続きを読む
Emacsを使っていて,カーソルがどこにあるか,よく見失って,困っていたので,カーソルを激しく点滅させるEmacs Lispを書いた.これで,カーソルがどこにいるか一目で分かるようになって,とても便利になった.以下に動画がある.GitHubに置いた.http://gist.g... 続きを読む
This gist is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are given this private URL. Every gist with this icon () is private. This gist is public. Anyone ... 続きを読む
codepad.el --- Emacs integration for codepad.org See http://codepad.org Codepad is a pastebin where you can paste code and share it on a chat or via email. Codepad also provides an online compiler/interpreter and can run your programs online.... 続きを読む
Once activated, we'll place the following badge in your repository's detail box: 続きを読む
Haskell mode Haskell-mode is a major Emacs mode for editing Haskell source code. It provides syntax highlighting and automatic indentation and comes with inf-haskell which allows interaction with an inferior Haskell interactive loop such as t... 続きを読む
今更ながら、一時期 gnu-emacs-sources で話題になっていた undo-tree.el を導入してみました。undo の履歴を木構造としてもって、それを辿る事ができる elisp です。かなり便利です。 ダウンロードgit リポジトリから undo-tree.el を取得します。 git clone h... 続きを読む
Emacs | 11:15 | 正確には、Emacs 22.1 から Emacs 23.1 で追加されたものです。なぜなら、Mac に最初から入っている Emacs が 22.1 だから。 調査方法 /usr/share/emacs/22.1/lisp /usr/local/share/emacs/23.1/lisp 上記の2つのディレクトリに入っている Elis... 続きを読む
Installation Download git-emacs-1.1.tar.gz [git clone git://github.com/tsgates/git-emacs.git] git-emacs.el/raw git-modeline.el/raw git-blame.el/raw (add-to-list 'load-path "/home/tsgates/Skills/git/git-emacs-1.0") (require 'git-emacs) Configu... 続きを読む
markdown-mode is a major mode for editing Markdown-formatted text files in GNU Emacs. markdown-mode is free software, licensed under the GNU GPL. The latest version is markdown-mode 1.6, released on June 4. 2008: markdown-mode.el Screenshot R... 続きを読む
Emacs(Meadow)には辞書引きマクロがいくつかあり、私が愛用しているのは軽 くてシンプルなsdicです。 これを使用すると例えばw3m で英文のページを見ながら、キー一つで単語 を和訳することができて非常に便利です。 ところが最近、「英辞郎」を本家サイトから... 続きを読む
english, emacs 背景技術書などの英文を読む場合は 英辞郎 on the Web を利用している。辞書の内容には満足で不満はない。ただオフラインで使えない事ので困っていた。例えば、集中したいがためにわざとオフラインのカフェなどに行って作業をするときなどに困る... 続きを読む
Haskell, Memo | 16:45flymake-mode はエラーがあるとそれを知らせていくれる.haskellで使うには少し設定が必要. 参考EmacsWiki: Flymake Haskell土曜日 - think physically about computation. think computationally about physics. 環境 Ubuntu 8.10 emacs... 続きを読む
Haskell, Memo, Ubuntu | 12:50Haskellのコード書いているときに,EmacsからHoogleが使えたら便利じゃないですか.実は非常に簡単にできた..emacsに (define-key haskell-mode-map "\C-ch" 'haskell-hoogle) こんなカンジ.環境は Ubuntu 8.10 emacs 23.0.60.1... 続きを読む
いけがみを召喚するには、出現予定を参考にしてください。三週間前までにメールをくだされば、日程を追加するなどしてスケジュールに組み込むことができるかもしれません。勉強会や個人的な会合、中途採用面接などに応じます。 _ auto-complete.el for Haskell ... 続きを読む
BackgroundI’m a long-time Emacs user who is new to the under-the-hood side of things. I recently started learning EmacsLisp and writing my own Emacs extensions. I like sitting in IRC channels devoted to technical subjects I’m interested in,... 続きを読む
;;; google-c-style.el --- Google's C/C++ style for c-mode ;; Keywords: c, tools ;; google-c-style.el is Copyright (C) 2008 Google Inc. All Rights Reserved. ;; ;; It is free software; you can redistribute it and/or modify it under the ;; terms... 続きを読む
emacs, pit~/.emacs は全て GitHub の公開リポジトリに入れてあるoutputz.el の設定ファイルを書いたoutputz-key*1を直に書いてあるから git add したくないそうだ Pit 使おうPit 使うための elisp 見付からない書くかというわけで pit.el 書きました。 => gist... 続きを読む
Sunday, November 16, 2008 Ejacs: a JavaScript interpreter for Emacs So! I have all these cool things I want to write about, but I broke my thumbnail. Can you tell that's a long story? See, this summer I got excited about playing guitar again.... 続きを読む
会社の方にうまく書けないからこっちに。まっちゃんが テキスト入力中に補完候補を自動的に表示してくれる auto-complete.el をリリースしました — ありえるえりあ なんてものを作ったわけですよ。こいつはインテリセンス的なメニューを出してくれるライブラリ... 続きを読む
Emacs extensions company-mode (work in progress) What's this for? In-buffer completion front-end. Screencast Watch a preview demo. Configuration company-mode requires Emacs 22. (add-to-list 'load-path "/path/to/company-mode") (require 'compan... 続きを読む
テキスト入力中に補完候補を自動的に表示してくれる auto-complete.el をリリースしました — ありえるえりあ M-x install-elisp http://www.emacswiki.org/cgi-bin/wiki/download/auto-complete.elたった今auto-complete.elがリリースされた。何かと言うと、自... 続きを読む
テキストが入力されたら、そのテキストにマッチする単語あるいはシンボルらしきものをバッファから探してきてポップアップします。よくあるインターフェースなので、スクリーンショットを見ればどういうものか一発で分かると思います。 まだよく分からないとい... 続きを読む
emacs, perl-completion.el, coderepos, perlこれはなに?cperl-mode向けのマイナーモードです。useしているメソッド、インストールされているモジュール、組み込み変数,関数、他のperlバッファの関数,変数、バッファのdabbrev候補などを補完したりperldocを引... 続きを読む