I have written several Python scripts to extract data from org-mode files. Each script requires different components of the data, for example, headlines, tags and todo status. It made sense to write one program to access the file contents allowing me to concentrate on implementing the functionality of my script instead of the intricacies of parsing org-mode. The first application of this module is
A friend of mine and I like to show off to each other little Emacs tips and tricks we learn. Today, he introduced to me the very cool AutoComplete.el package. AutoComplete.el is intriguing to me because, unlike ropemacs mode which I've blogged about before, the completions AutoComplete.el provides are inline with your code in a dropdown box instead of in a seperate window (windows in Emacs are wha
Emacs Python completion The purpose of this package is to support Python code completion and to make easier to use Python documentation using Emacs. There are available following features: code completion hitting <TAB> (or <C-M-i>) key: e.g.: time.cl<TAB> -> time.clock time.<TAB> -> list of possible choices description of the element (function/module/class/keyword) at the point hitting <F1> key hi
Unverified details These details have not been verified by PyPI Project links Homepage Meta License: BSD License (UNKNOWN) Author: Orestis Markou Tags vim, emacs, textmate, autocomplete Classifiers Development Status 5 - Production/Stable Environment Console Intended Audience Developers License OSI Approved :: BSD License Operating System OS Independent Programming Language Python Topic Software D
1.infoファイルをPython 和訳ドキュメントからダウンロードする(ver2.4なので少し古いかも) 2.解凍して、Info-directory-listに含まれる適当なフォルダに入れる 3.python-mode.elの最後の、以下の部分を編集 (python-libをpython-lib-jp.infoに変更する) (when (fboundp 'info-lookup-maybe-add-help) (info-lookup-maybe-add-help :mode 'python-mode :regexp "[a-zA-Z0-9_]+" :doc-spec '(("(python-lib-jp.info)Module Index") ("(python-lib-jp.info)Class-Exception-Object Index") ("(python-lib-jp.in
emacsflymake便利そうだなーと思ったので、NTEmacsで試してみました。pylint・logilab-common・logilab-astngpylintlogilab-commonlogilab-astngをダウンロード解凍し、 C:\pylint> python setup.py install C:\logilab-common> python setup.py install C:\logilab-astng> python setup.py install でインストール。.emacs (load "init-flymake") init-flymake.elantipopさんのの設定をまるっともらって、 ;; Python用設定 要epylint.py ;; See also http://www.emacswiki.org/cgi-bin/wiki/PythonM
1.1 What is Pymacs? Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python. Pymacs aims to employ Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs ser
Presentation: What is Pymacs?: Pymacs は、emacs と Python の双方向通信を可能とする道具である。 Pymacs は、Python を emacs 拡張言語とすることを目指している。 elisp から、Python モジュールをロードすることができる。 また Python 関数から、emacs のサービスを使ったり、elisp オブジェクトを直接操作したりすることができる。 このソフトの目標は、 elisp からも Python からも自然に記述でき、デバッグが容易で、エラーをスマートに処理でき、両者に跨った再帰を許すことである。 Pymacs をインスコするのに、emacs や Python をコンパイルとかリンクしなおす必要はない。 Emacs は、子プロセスとして Pyhotn を起動し、Pymacs が、両者の通信をつかさどる。 ht
I've stopped development on peppy, after many years of faithful service. I haven't had time to update it to a more current version of wxPython, and that old version is not available on newer platforms without a lot of effort. Source code is still available on github. I have moved to Sublime for text editing, because its extensions are in python! I don't like the fact that it isn't open source, but
アップデートされたUbuntu 7.10をインストールしてみると、Eamcsでipython使う設定が前にインストールした時と違うみたいだ。Emacsにはデフォルトでpython-modeがついてるので、ipythonは使わずにpython-modeだけ使うならなにもしなくて良いのだけれど、ipythonをEmacsから使いたいのでがんばってみた。結構時間がかかってしまったのでメモがてらまとめてみる。 まず、Emacsやpythonはインストールされているとして、ipythonとpythom-modeをインストール。 $ sudo apt-get install ipython $ sudo apt-get install python-mode このままEmacsを起動すると次のようなエラーが出てしまう。 file-error “Cannot open load file” “pytho
Emacs as a powerful Python IDE May 09, 2008 at 03:27 PM | categories: python, enigma curry, emacs | View Comments Update 01/2009: this post is still valid, but see updated installation instructions here. Last night at the Python user group I gave a short demo on using Emacs as a Python editor/IDE. My macbook pro refused to display on the projector so I thought my demo was going to be a 'no go'. Th
問題 漢字を使ったプログラムで、C-c C-c(=バッファ内容を実行)とすると、 UnicodeDecodeErrorが出ていた。 #!/usr/bin/env python # -*- coding: utf-8 -*- mes = u'漢字' print mes sitecustomize.pyでsetdefaultencoding('utf-8')としている。 ソースファイルが、SJISの時は問題が出なかったが、utf-8にすると出た。 バッファ内容がpythonに渡されるときのencodeが正しくないと思われる。 解決方法 .emacsに追加(あるいは修正) (defadvice py-execute-region (around my-py-execute-region) "back to the original buffer when py-execute-region fi
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く