分页: 1 / 1

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

发表于 : 2007-04-22 10:11
5451vs5451
机器是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.

发表于 : 2007-04-22 12:47
zhan
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,呵呵