我发现在Ubuntu18.04LTS上,我的emacs 24.5.1在复制和粘贴Unicode符号"⛔“(没有条目)或打开带有该字符的文件时崩溃。
我没有遇到另一个让emacs崩溃的Unicode符号(但我没有尝试过广泛的范围)。此外,vi和gedit都不会使用该字符崩溃。Firefox也正确地处理字符。
我收到的错误消息如下:
X protocol error: BadLength (poly request too large or internal Xlib length error) on protocol request 139
When compiled with GTK,
我试图跟随http://ergoemacs.org/emacs/building_埃马克斯_在……上面_linux.html安装Linux上的http://ftp.gnu.org/gnu/emacs/最新发布的emacs (24.5)版本(已安装了24.3 )。
执行我得到的第二步sudo apt-get build-dep emacs24:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source pack
当尝试在RHEL 5.5上安装emacs时,我得到以下错误:
$ sudo yum install emacs
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package emacs available.
Nothing to do
我已经安装了rpmforge。当我尝试搜索emacs时,得到的结果如下:
=========================
我的emacs可执行文件指向安装在这些指示后面的源代码中的版本28,并在21.10下按预期工作。当移动到22.04时,运行emacs将返回以下内容:
libotf.so.0: cannot open shared object file: No such file or directory
事实上,没有这样的资料:
ll /usr/lib/x86_64-linux-gnu/libotf.so*
-rw-r--r-- 1 root root 1MB Mar 24 13:14 /usr/lib/x86_64-linux-gnu/libotf.so.1.0.0
-rw-r--r-- 1 root r
无法在Debian Linux+fluxbox下的emacs字体之争中取胜。
值得一提的是,我在fontconfig方面完全没有经验,所以我遗漏了一些明显的东西。
我正在尝试使用/usr/share/fonts中的一些系统字体,比如emacs下的DejaVu,但没有成功。
我试过了:
在许多资源命令中都提到了,如
(set-default-font "DejaVu Sans Mono-12")
对于我尝试过的几乎所有字体名,都会返回"Font not available“。
2.
Shift+Mouse-Left-Click->Change Text Font -
如何在Emacs上创建/发出编译命令,这样就不需要在它和控制台之间来回切换?我想以Emacs命令的形式看到我通常的编译过程:
$ export PATH=/toolchain/gcc-linaro-arm-linux-gnueabihf-4.7/bin:$PATH
$ cd my/project
$ make CROSS_COMPILE=arm-linux-gnueabihf- all
我试图在M-x compile之后创建自己版本的命令,但是失败了,因为我对Lisp和Emacs内部程序不够熟悉。请注意,所讨论的项目很大(即内核),有多个目录和Makefile,所以使用的方法(最近的Make
在更新到Ubuntu15.04版本之后,当我尝试运行emacs时,我遇到了问题。
emacs: error while loading shared libraries: libMagicWand.so.5: cannot open shared object file: No such file or directory.
与此同时,当我这么做的时候:locate libMagic
/usr/lib/i386-linux-gnu/libMagick++.a
/usr/lib/i386-linux-gnu/libMagick++.la
/usr/lib/i386-linux-gnu/libMa
我在linux mint上使用emacs和auctex。在编写以下简单的.tex文件时,我无法在emacs中预览数学公式
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\begin{document}
I am going to write down the formula
\[
\sum_{k=1}^\infty x_k=\frac{x}{1-x^2}
\]
\end{document}
当我按下C-c C-p时,出现以下错误信息:
No appropriate `.dvi' file could b