Code Monkey home page Code Monkey logo

Comments (14)

 avatar commented on May 24, 2024 5

为了方便大家记忆,我将 Emacs 自带教程中提到的所有命令制作成了 Anki 闪卡。大家可以在下面的地址下载,后续会随着 Spacemacs Rocks 教程继续更新

from spacemacs-rocks.

yangy577 avatar yangy577 commented on May 24, 2024 2

谢谢

from spacemacs-rocks.

 avatar commented on May 24, 2024 2

把单位电脑上 Linux 装了中文输入法啦,但是在 Emacs 下却不能输入中文?试了这个但依旧没有用(不论是终端打开还是菜单打开)。

Emacs 是通过下面的教程安装的

http://www.cnblogs.com/guyufei/archive/2012/07/25/2608376.html

# 添加 PPA 到 apt repository 中:
$ sudo add-apt-repository ppa:cassou/emacs
$ sudo apt-get update
$ sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg

我现在用的系统是 ubuntu 15.10 Emacs 版本是 GNU Emacs 24.5.1 中文输入法是 Linux 搜狗最新版,输入方法是 fcitx。

下面是我的系统字符集

li-xinyang@TimeMachine:~$ locale -a
C
C.UTF-8
en_AG
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW.utf8
POSIX
zh_CN.utf8
zh_SG.utf8

201604012 Update:

http://www.cnblogs.com/pylemon/archive/2012/01/05/2312682.html

LC_CTYPE=zh_CN.UTF-8 emacs

上面这一条,可以让你再使用终端打开 Emacs 时可以输入中文。

201604121351 Update:

将下面的配置加在 .bashrc 或者 .zshrc 中,即可在终端调用 Emacs 时输入中文了。

# Enable Chinese in Gvim and Emacs
export LC_CTYPE="zh_CN.UTF-8"

2

from spacemacs-rocks.

zilongshanren avatar zilongshanren commented on May 24, 2024 1

@MissNote org-mode是Emacs自带的,你c-h f org-todo 看看这个函数绑定的是哪个快捷键。

from spacemacs-rocks.

niuniuzh avatar niuniuzh commented on May 24, 2024

您好,非常感谢您的视频,最后面Ctrl-c Ctrl-t没有定义。。。我想问org-mode是自己安装么,可是并没有看你安装什么,还是我漏了,window系统,25.0。

from spacemacs-rocks.

niuniuzh avatar niuniuzh commented on May 24, 2024

@zilongshanren sorry ,是我自己错了 ,一开始没有进入org-mode。进入org-mode后,原来*是要空一格,折腾好久才发现。。。。谢谢!!!

from spacemacs-rocks.

lengyueyang avatar lengyueyang commented on May 24, 2024

谢谢

from spacemacs-rocks.

niuniuzh avatar niuniuzh commented on May 24, 2024

我的一些命令使用不了了,for example:Ctrl+x Ctrl+f Symbol’s function definition is void: ivy-set-display-transformer,这是什么问题呢

from spacemacs-rocks.

 avatar commented on May 24, 2024

@MissNote 你试试 C-h k C-x C-f 会怎么样呢?

from spacemacs-rocks.

niuniuzh avatar niuniuzh commented on May 24, 2024

@li-xinyang 把这些注掉又可以了,绑定怎么会有影响呢,会不会是windows的坑
{
;;(global-set-key (kbd "M-x") 'counsel-M-x)
;;(global-set-key (kbd "C-x C-f") 'counsel-find-file)
;;(global-set-key (kbd "C-h f") 'counsel-describe-function)
;;(global-set-key (kbd "C-h v") 'counsel-describe-variable)
}

from spacemacs-rocks.

zgqq avatar zgqq commented on May 24, 2024

@MissNote 包名后面加了个-,你是怎么解决的?

from spacemacs-rocks.

BaiTianyu avatar BaiTianyu commented on May 24, 2024

Hi,a question. 大神的org文件在哪里可以找到

from spacemacs-rocks.

AU4U avatar AU4U commented on May 24, 2024

我的mac重启emacs的时候是不能自动加载init.el配置的。
我的解决方法是删除.emacs文件。
你是这么做的吗?

from spacemacs-rocks.

 avatar commented on May 24, 2024

@AU4U 有问题去 https://emacs-china.org 这里不做讨论 谢谢 :D

from spacemacs-rocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.