有人裝過emacs嗎?

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

有人裝過emacs嗎?

文章redjoe » 週四 5月 27, 2004 11:43 pm

我想裝emacs,在來console下寫C,C++,Java程式及可以輸入中文,
不知要裝那些套件及設定.

有沒有人知道..

(在x下的是xemacs)

apt-get install emacs
不會安裝東西 :-?
redjoe
快樂的大學生
快樂的大學生
 
文章: 518
註冊時間: 週一 4月 07, 2003 10:15 pm
來自: Taiwan

re:有人裝過emacs嗎?

文章roxin666 » 週五 5月 28, 2004 12:10 am

apt-get install emacs21

在 X 下執行emacs,emacs 會偵測到X環境,以gui 的介面執行,
如果你想要單純在虛擬終端機中執行,請執行
emacs -nw

在console下的話,直接執行 emacs 即可,
至於console下輸入中文,小弟只用過 zhcon 這個套件。Debian 好像沒有 jmcee 和 big5con。
頭像
roxin666
懵懂的國中生
懵懂的國中生
 
文章: 102
註冊時間: 週四 9月 25, 2003 11:19 pm

re:有人裝過emacs嗎?

文章訪客 » 週六 5月 29, 2004 12:48 am

謝啦 :-D

不過用 emacs -nw的語法沒有彩色, :ooops:
不知要在那裡設定或調整..

好像沒有什麼人用,大家都用什麼工具來寫程式,
還是幾乎沒寫程式..?? :mygod:
訪客
 

re:有人裝過emacs嗎?

文章redjoe » 週六 5月 29, 2004 12:51 am

放太久,結果變成訪客.
redjoe
快樂的大學生
快樂的大學生
 
文章: 518
註冊時間: 週一 4月 07, 2003 10:15 pm
來自: Taiwan

re:有人裝過emacs嗎?

文章ifgh » 週日 5月 30, 2004 11:11 am

~/.emacs加入
(global-font-lock-mode t)
在console下就有顏色
其他emacs一些基本設定可在這兩個站找到

http://learn.tsinghua.edu.cn/homepage/2 ... emacs.html
http://zhdotemacs.sourceforge.net/emacs/index.html
ifgh
可愛的小學生
可愛的小學生
 
文章: 14
註冊時間: 週六 12月 06, 2003 2:02 pm

re:有人裝過emacs嗎?

文章阿信 » 週日 5月 30, 2004 3:34 pm

Anonymous 寫:謝啦 :-D

不過用 emacs -nw的語法沒有彩色, :ooops:
不知要在那裡設定或調整..

好像沒有什麼人用,大家都用什麼工具來寫程式,
還是幾乎沒寫程式..?? :mygod:


小弟寫 C++ 是用 anjuta 呢...

Python / Perl / Bash 等都是用 Vim

:-)
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:有人裝過emacs嗎?

文章d2207197 » 週一 5月 31, 2004 12:39 am

我現在 vim, emacs 都用
bash 或其他程式設定檔用 vim,C, C++, LaTeX 用 emcas
頭像
d2207197
鑽研的研究生
鑽研的研究生
 
文章: 1763
註冊時間: 週二 5月 27, 2003 9:57 pm
來自: 火星

re:有人裝過emacs嗎?

文章cyt » 週三 6月 09, 2004 11:38 pm

請問一個問題, 我用 #apt-get install emacs21 安裝 emacs 後, 在 console 下打 #emacs 執行, 結果出現:
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct

而且 GUI 的畫面都是方格: http://indweb.ttu.edu.tw/u8806228/debian/shot.png

這要怎麼解決呢?
cyt
懵懂的國中生
懵懂的國中生
 
文章: 137
註冊時間: 週一 5月 31, 2004 2:20 pm

re:有人裝過emacs嗎?

文章redjoe » 週四 6月 10, 2004 12:28 am

找到簡單設定方法了,

先在x-window下run,再進option,選彩色,存設定,
到console下就有顏色 ;-)

懶人的方法.. :ooops:

謝謝 ifgh 及 roxin666,

我比較慣用windows下EditPlus,有開啟遠端的功能,超好用..

十多天沒有在家用Debian了,..
redjoe
快樂的大學生
快樂的大學生
 
文章: 518
註冊時間: 週一 4月 07, 2003 10:15 pm
來自: Taiwan

re:有人裝過emacs嗎?

文章redjoe » 週四 6月 10, 2004 12:30 am

cyt 寫:請問一個問題, 我用 #apt-get install emacs21 安裝 emacs 後, 在 console 下打 #emacs 執行, 結果出現:
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct

而且 GUI 的畫面都是方格: http://indweb.ttu.edu.tw/u8806228/debian/shot.png

這要怎麼解決呢?


字型設錯了,要自己找,我對字型設定不熟.. :ooops:
redjoe
快樂的大學生
快樂的大學生
 
文章: 518
註冊時間: 週一 4月 07, 2003 10:15 pm
來自: Taiwan

re:有人裝過emacs嗎?

文章cyt » 週四 6月 10, 2004 1:32 am

redjoe 寫:字型設錯了,要自己找,我對字型設定不熟.. :ooops:


終於在 http://tinyurl.com/23ezm 挖到有人提供他的 .emacs 設定, 真是太感謝了... :y2_08:
cyt
懵懂的國中生
懵懂的國中生
 
文章: 137
註冊時間: 週一 5月 31, 2004 2:20 pm

re:有人裝過emacs嗎?

文章cyt » 週四 6月 10, 2004 1:48 am

忘了把設定檔po出來... :-P

----------------- .emacs -------------------
;; Set environment to Chinese-Big5
(set-language-environment 'chinese-big5)
(set-keyboard-coding-system 'chinese-big5)
(set-terminal-coding-system 'chinese-big5)
(set-buffer-file-coding-system 'chinese-big5)
(modify-coding-system-alist 'process "*" 'chinese-big5)

;; 設定字型集
(create-fontset-from-fontset-spec
"-*-fixed-medium-r-normal-*-18-*-*-*-c-*-fontset-gnus,
-ETL-Fixed-Medium-R-Normal--18-180-72-72-C-90-ISO8859-1,
big5:-ETen-Fixed-Medium-R-Normal--16-150-75-75-C-160-Big5.ETen-0" t)

;; 設定每一次開新的視窗(frame in Emacs) 都設定此一字型集
(add-to-list 'default-frame-alist
'(font
. "-*-fixed-medium-r-normal-*-18-*-*-*-c-*-fontset-gnus"))

------------------ .emacs ---------------------------

由這位大大所提供的:
Jiun-jie Huang, aka Albert E-mail: jjhuang AT cm.nctu.edu.tw
黃俊傑
Department of Computer Science
National Tsing Hua University MIME/ASCII/PDF/PostScript are welcome!
HsinChu, Taiwan NO MS WORD DOC FILE, PLEASE!
cyt
懵懂的國中生
懵懂的國中生
 
文章: 137
註冊時間: 週一 5月 31, 2004 2:20 pm

re:有人裝過emacs嗎?

文章chinson » 週四 6月 10, 2004 2:32 pm

阿信 寫:
Anonymous 寫:謝啦 :-D

不過用 emacs -nw的語法沒有彩色, :ooops:
不知要在那裡設定或調整..

好像沒有什麼人用,大家都用什麼工具來寫程式,
還是幾乎沒寫程式..?? :mygod:


小弟寫 C++ 是用 anjuta 呢...

Python / Perl / Bash 等都是用 Vim

:-)


請問 anjuta 能不能讓他輸入中文呢?
嘗試了 MinGWStudio 和 anjuta ,似乎在編輯器中都無法使用 xcin
頭像
chinson
懵懂的國中生
懵懂的國中生
 
文章: 117
註冊時間: 週一 5月 17, 2004 7:18 pm
來自: 高雄市


回到 debian misc

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客