[问题] 从CVS编译的emacs竟是22.0.98.2

Vim、Emacs配置和使用
回复
头像
5451vs5451
帖子: 345
注册时间: 2006-07-14 18:56
来自: Apple Valley, Planet Tux, Linux System

[问题] 从CVS编译的emacs竟是22.0.98.2

#1

帖子 5451vs5451 » 2007-04-22 10:11

机器是IBM T22,编译过程如下:

代码: 全选

cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
sudo apt-get build-dep emacs-snapshot
cd ~/emacs
./configure
make bootstrap
make
make install
然后运行:

代码: 全选

emacs --version

GNU Emacs 22.0.98.2
Copyright (C) 2007 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
头像
zhan
帖子: 1880
注册时间: 2005-08-15 0:04
来自: 南7技校

#2

帖子 zhan » 2007-04-22 12:47

emacs-unicode-2 才是 emacs23 的,cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/cvsroot/emacs co -r emacs-unicode-2 emacs

btw. 据说 4.23 发布 emacs22.1,呵呵
飞得高,飞得低,学习再学习,多少大秘密!
http://zhan.blog.ubuntu.org.cn
回复