Fonts 如何在gentoo中安装的emacs 24中设置字体大小

Fonts 如何在gentoo中安装的emacs 24中设置字体大小,fonts,emacs24,gentoo,Fonts,Emacs24,Gentoo,我发现emacs24不能使用c-xc-+和c--来更改字体大小 输入c-x c-+后,文本区域下方的水平条将显示(Emacs Lisp+1 h1-p),如果再按c-+键,+符号后面的数字将增加。也在迷你吧里,上面写着 Use +,-,0 for further adjustment 但是,文本区域中的字体大小根本不会改变 我也跟着,好像也不行 在emacs wiki中,它也没有给出详细的解决方案。。。 我的emacs版本是 GNU Emacs 24.3.1 Copyright (C) 201

我发现emacs24不能使用c-xc-+和c--来更改字体大小

输入c-x c-+后,文本区域下方的水平条将显示(Emacs Lisp+1 h1-p),如果再按c-+键,+符号后面的数字将增加。也在迷你吧里,上面写着

Use +,-,0 for further adjustment
但是,文本区域中的字体大小根本不会改变

我也跟着,好像也不行

在emacs wiki中,它也没有给出详细的解决方案。。。

我的emacs版本是

GNU Emacs 24.3.1
Copyright (C) 2013 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.
和系统

Linux mybox 3.10.7-gentoo #1 SMP Mon Sep 2 16:48:35 Local time zone must be set--see zic m x86_64 AMD E-450 APU with Radeon(tm) HD Graphics AuthenticAMD GNU/Linux

提前谢谢

好的,我终于解决了这个问题,这是由于编译过程中缺少一个标志。基于

但它们未作为默认编译启用

所以我补充说

echo  'app-editors/emacs xft gsettings gconf' >> /etc/portage/package.use
然后重新编译并构建emacs

终于有了

$ ldd `which emacs` | grep libXft
libXft.so.2 => /usr/lib64/libXft.so.2 (0x00007f9c1eed6000)

好的,我终于解决了这个问题,这是由于编译期间缺少一个标志。基于

但它们未作为默认编译启用

所以我补充说

echo  'app-editors/emacs xft gsettings gconf' >> /etc/portage/package.use
然后重新编译并构建emacs

终于有了

$ ldd `which emacs` | grep libXft
libXft.so.2 => /usr/lib64/libXft.so.2 (0x00007f9c1eed6000)