[emacs] 如何在 latex 下使用 ar-math package ?(solved)

看板Editor (編輯器(vim/emacs))作者 (ljta)時間10年前 (2014/03/03 00:05), 編輯推噓5(504)
留言9則, 4人參與, 最新討論串1/1
各位好,我是 emacs 新手,正在使用 emacs + auctex 玩 latex 我從這個網站上想使用它的 Auto complete source (ar-math) http://www.emacswiki.org/emacs/AutoCompleteSources#toc2 從它的敘途來看,我應該找到一個 init.el 並把他所寫的內容加進去。 但我一直找不到這個檔案在哪。(ar-math 已經裝好了) 我使用的系統是 Ubuntu 12.10,想請問init.el 在哪? 或是我有沒有誤解這個安裝方式? 我已找過 home底下的 .emacs.d 資料夾裡,並沒找到。 謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.114.213.67

03/03 07:47, , 1F
可以先下指令找: find .emacs.d | grep init.el
03/03 07:47, 1F

03/03 07:47, , 2F
我的是在: .emacs.d/init.el
03/03 07:47, 2F
謝謝你的回答,不過我在 terminal 上打你說的指令,並沒有找到。 http://www.emacswiki.org/emacs/InitFile 剛剛從這個網址讀到,應該就是 .emacs 就是我需要改的東西。 但是把最上面連結裡所提到的程式碼貼上去之後,編輯文件仍然沒有 auto complete 功能。 請問問題出在哪裡? 謝謝! 我的 .emacs 內容如下: http://pastie.org/8825298 ※ 編輯: ljta 來自: 140.114.36.140 (03/03 08:21)

03/03 19:43, , 3F
先安裝好 auto-complete 再試試看?
03/03 19:43, 3F

03/03 19:49, , 4F
auto-complete 是ar-math 在安裝過程中自動會裝上的,我已經
03/03 19:49, 4F

03/03 19:49, , 5F
確認過 auto-complete 已經安裝好了。
03/03 19:49, 5F

03/03 20:59, , 6F
.emacs 檔參考 http://pastebin.com/9Lj3177J ?
03/03 20:59, 6F

03/05 00:11, , 7F
比較建議你用package.el來裝,Emacs24以上都有內建,
03/05 00:11, 7F

03/05 00:12, , 8F
不過記得加MELPA的repository,可以google一下MELPA
03/05 00:12, 8F

03/05 00:16, , 9F
不然要自己搞dependancies很麻煩
03/05 00:16, 9F
我找到答案了,因為透過 package.el 來安裝時,它的檔名有加上日期 例如:~/.emacs.d/elpa/auctex-11.87.3/auto-complete-20140208.653 所以在 .emacs 內編路徑的時候才會出問題。 ※ 編輯: ljta 來自: 140.114.36.140 (03/05 15:24)
文章代碼(AID): #1J4rQvEj (Editor)
文章代碼(AID): #1J4rQvEj (Editor)