《在Windows下用Emacs作为Python的IDE》的相关内容
相关讨论
emacs-rails 在win下怎么装
.emacs写着
;;使用rails模式
(setq load-path (cons "f:/emacs/site-lisp/rails" load-path))
(require 'inf-ruby)
(require 'find-recursive)
(require 'snippet)
(require 'rails)
错误提示
An error has occurred ...
by ychael 2007-06-14 浏览 (1981) 回复 (9) 关键字: emacs
Programming in Emacs Lisp笔记(十六).emacs文件
.emacs文件
Emacs的缺省配置
Emacs缺省配置的优点。Emacs在你编辑C文件时将启动C mod,编写Fortan源文件时启动Fortran mode,编写未知文件时使用Fundamental mod。这些都是自动检测的,不需要干预。
可以通过~/.emacs对Emacs进行定制。这是你个人的初始化文件;它的内容是Emacs Lisp代码。
全局初始化文件
除了个人初始 ...
by Jamsa 2007-07-20 浏览 (1643) 回复 (0) 关键字: emacs lisp
Emacs下设置Ruby On Rails开发环境
RubyForge项目里的emacs-rails包,ruby发行中misc目录下提供的ruby对emacs的支持,结合nXhtml Emacs addon的使用;一起提供了开发ROR项目的强大支持.
简要说一下安装配置过程:
1. 到RubyForge站点下载最新的emacs-rails包
2. 下载emacs-rails依赖的lisp包
* "http://www.kazmier.com ...
by longgue 2008-03-30 浏览 (455) 回复 (2) 关键字: ror emacs
相关博客
『Emacs』我的.emacs文件
参考: http://www.emacs.cn/DotEmacs/DotEmacs http://ann77.stu.cdut.edu.cn/EmacsDisplayLineNumber.htmlUpdate: 2007.8.14 By: BorderCode: (custom-set-variables ;; custom-set-variables was added ...
by border 2007-08-08 浏览 (149) 回复 (0) 关键字:
『Emacs』我的.emacs文件
参考: http://www.emacs.cn/DotEmacs/DotEmacs http://ann77.stu.cdut.edu.cn/EmacsDisplayLineNumber.htmlUpdate: 2007.8.14 By: BorderCode: (custom-set-variables ;; custom-set-variables was added ...
by border 2007-08-14 浏览 (156) 回复 (0) 关键字:
『Emacs』我的.emacs文件
参考: http://www.emacs.cn/DotEmacs/DotEmacs http://ann77.stu.cdut.edu.cn/EmacsDisplayLineNumber.htmlUpdate: 2007.8.14 By: BorderCode: (custom-set-variables ;; custom-set-variables was added ...
by border 2007-08-31 浏览 (283) 回复 (0) 关键字:
Dell D630 Ubuntu 8.04之路(六) emacs基本配置(转)
原文地址:http://www.cppblog.com/hyjune/archive/2008/05/21/50653.html
emcas难学易用,可扩展性强。有人把她当作信仰,有人认为他是魔鬼!学习首先记住基本的键盘快捷键,学会常用插件,深入学习还需学习lisp语言。本节紧对emacs作为开发环境做一个基本的介绍。
基本安装设置请参考:Ubuntu Ubuntu 8.04 LTS 配置笔记 ...
by xingshaomin 2008-06-18 浏览 (228) 回复 (0) 关键字:
相关圈子讨论
大家都是用什么编辑器
呵呵,我使用eclipse的那个插件, 写些小程序的话用的是UliPad,最近准备学习emacs了.
by simohayha 2007-04-20 浏览 (3835) 回复 (20)
zz 一位大牛整理的Python资源
Python基本安装:
* http://www.python.org/ 官方标准Python开发包和支持环境,同时也是Python的官方网站;
* http://www.activestate.com/ 集成多个有用插件的强大非官方版本,特别是针对Windows环境有不少改进;
Python文档:
* http://www.python.org/doc/curren ...
by maggieli 2008-03-06 浏览 (2143) 回复 (0)
相关新闻
推荐知识库条目
Comming soon

