You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Introduction With Magit, you can inspect and modify your Git repositories with Emacs. You can review and commit the changes you have made to the tracked files, for example, and you can browse the history of past changes. There is support for cherry picking, reverting, merging, rebasing, and other common Git operations. Magit is not a complete interface to Git; it just aims to make the most common
昨年 ELPA で elisp を管理 - naoyaのはてなダイアリー に書いたとおり、昨今は Emacs にもパッケージ管理システムが搭載されいて、どこからか elisp をコピペしてきてその後管理できなくなる・・・みたいなことはなくなった。 ただ、じゃあ ELPA で全て解決したかというとそんなことはなくて、ELPA はパッケージのインストール自体は簡単にしてくれるけれども、それだけだった。 elisp の管理も Bundler のように入れたいパッケージ一覧を書いて bundle install すれば全部まとめて入るみたいな、そういうのが欲しい・・・と常々思っていた。 と思っていたら、Cask というのを見つけた。これがずばりそのものだった。 (source gnu) (source melpa) (source marmalade) (depends-on "ag") (dep
「おれはEmacsをインストールしたと思ったら Emacs24 をインストールしていた。な、何が起こったかわからねーと思うが・・・」 「いいえ、わかります。」 気づけば Emacs を brew install で Emacs24 になっていたわけです。これまで何年も .emacs.d 以下に適当に集めてきた elisp を放り込んでは init.el をちまちまといじる日々でしたが、そういえば 24 には ELPA (Emacs Lisp Package Archive) が標準搭載されるとか聞いたなーと思いまして、年末のドラクエバージョン1.2に伴う怒濤のレベル上げや 忘年会、大掃除や新年会などで疲れた体を鞭打ち、elisp を整理する作業をしています。 ELPA は Perl で言うところの CPAN、Ruby で言うところの rubygems、vim で言うところのはしらないけど、
Introduction pandoc-mode is an Emacs mode for interacting with Pandoc. Pandoc is a program (plus libraries) created by John MacFarlane that can convert a text written in one markup language into another markup language. pandoc-mode is implemented as a minor mode that can be activated alongside the major mode for any of Pandoc’s supported input formats. It provides facilities to set the various opt
Modular in-buffer completion framework for Emacs View on GitHub About Company is a text completion framework for Emacs. The name stands for "complete anything". It uses pluggable back-ends and front-ends to retrieve and display completion candidates. It comes with several back-ends such as Elisp, Clang, Semantic, Ispell, CMake, BBDB, Yasnippet, Dabbrev, Etags, Gtags, Files, Keywords and a few othe
markdown-mode is a major mode for editing Markdown-formatted text. The latest stable version is markdown-mode 2.5, released on Feb 12, 2022. See the release notes for details. markdown-mode is free software, licensed under the GNU GPL, version 3 or later. Markdown Mode Screenshot Documentation The primary documentation for Markdown Mode is available below, and is generated from comments in the sou
関西Emacsで発表したデモです。 まず、「FPS」は CoD MW のようなシューティングとかではなくて(それは是非やりたかったのですが)、一人称散歩(First Person Sanpo)プログラムです。FPSは釣りです。ごめんなさい。 (2011/05/06 追記: Vimにも出来てました!! 3D in Vim — KaoriYa) 動作風景 所詮テキストエディタのやることですので、期待せず、生暖かい目で見てください。 一人用のムービー バッファで描いた迷路を歩きます マルチプレーヤーのムービー Emacsでサーバーを起動して、3つのEmacsから接続します。あとでtelnetで直接接続してチートします。 動かし方:シングルプレーヤー 必要な物: 64bit版Emacs23.x 22でも動くかも知れません 32bitだと整数桁あふれするそうです banner 文字のビットマップを取
前回までのあらすじ: Haskell など OCaml に毛が生えたようなもの、ふふん、と、転職した俺様だったが、なんということだ、Haskell が、というか、インデントが読めない。深すぎて。どうしたらいいんじゃー!! http://d.hatena.ne.jp/camlspotter/20100520/1274369338 http://d.hatena.ne.jp/camlspotter/20100521/1274446264 「この一週間で TAB を 3000回叩きました」、とか、そんなことをレポートしていては試用期間中に解雇されるかもしれない、と焦った訳ではありませんが、あまりにも空しい。ブログや呟きでいろいろとネガティブな事ばかり言っていてもしょうがねぇ。Cry baby なのは駱太郎だけで十分。俺は、大人だし、この状況をなんとなくなんとかするぜ!! てな訳で、なんとなくなん
Emacs で一番難しいのはフォントの設定です。特に Mac では地獄のように難しいです。とうわけで、Emacs 24.3 と来る Emacs 24.4 でうまくフォントを使うための設定を公開しておきます。 なお、Mac では素の Emacs を使ってはいけません。Emacs Mac port を使いましょう。パッチを当てるのは面倒なので、早く github なんかで公開されるといいですね。 ちなみに、素の Emacs を Dock から起動すると PATH を引き継がないので、はまります。Emacs Mac port なら PATH を引き継いでくれます。 フォントの設定 以下をお好みに合わせて変えて .emacs などに入れて下さい。 ;; 以下はフレームの設定 (defvar my-frame-parameters '((height . 40) (width . 80) (top
Binaries for OS XThe official Emacs fully supports Mac OS X (along with GNU/Linux, Windows, DOS, and then some). You can find precompiled versions of emacs and Emacs.app at http://emacsformacosx.com/. Versions of macOS prior to 10.15 Catalina include a copy of GNU Emacs 22 without GUI support compiled in and thus Emacs is automatically available on all but the most recent versions of macOS via the
Emacs mac port: Emacs 24.4 with emacs-24.4-mac-5.0: download SHA256: 7e09c899e5487c21634aea4220101f739227fcbbcd34f7998d2a98e87fc00aa2 Emacs 24.3 with emacs-24.3-mac-4.8: download Emacs 24.3 with emacs-24.3-mac-4.7: download Emacs mac port with official Emacs icon (the "E" and a pen): Emacs 24.4 with emacs-24.4-mac-5.0: download SHA256: a10bdd52706144c457d5747e3086d57c1cfbef682989750317631485d31d5f
なんとかビルド出来ました。こりゃEmacs人口が減るわけだ。。 Emacs-24.3の頃からクラッシュする問題に悩まされていたんです。 Emacs-24.4-universal.dmgでインストールしても使ってて落ちた。(add-to-list 'helm-for-files-preferred-list 'helm-source-ghq)の設定で落ちる。やはり外部プロセス使うタイミングでひじょーによく落ちる。 — マスタカ (@masutaka) October 23, 2014 そんな中見つけたのがMew-jaのこの情報 。 素の Emacs は、Mac では不安定です。山本さんのパッチを当てて使うと、ほ とんど落ちなくなります。 ftp://ftp.math.s.chiba-u.ac.jp/emacs/ –かず そこで今回からこのパッチ(experimental/hackers-on
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Version 24.4 of the Emacs text editor is now available. For more information on Emacs, see: http://www.gnu.org/software/emacs/ You can retrieve the source from your nearest GNU mirror by using one of the following links: http://ftpmirror.gnu.org/emacs/emacs-24.4.tar.xz http://ftpmirror.gnu.org/emacs/emacs-24.4.tar.gz Or choose a mirror e
This summer I've been participating in Google Summer of Code, as I did some years ago. My aim was the same: to make it easier for Haskell developers to interact with their code. But instead of Eclipse, I've focused on another very well-known editor: Emacs. In particular, I've been extending the already excellent ghc-mod. During the last year I've turned increasingly jealous of the Emacs modes for
0. current + update 02/18/2013: merge emacs-mac.rb enhancement by @arnested Thanks, Arne Jørgensen + update 02/09/2013: Emacs 24.2.93 with emacs-24.2.93-mac-3.93 + update 01/12/2013: Emacs 24.2.92 with emacs-24.2.92-mac-3.92 + update 12/19/2012: Emacs 24.2.91 with emacs-24.2.91-mac-3.91 + update 11/25/2012: Emacs 24.2.90 with emacs-24.2.90-mac-3.90 + high resolution toolbar icons + toolbar-on patc
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く