From: Shiquan W. <shi...@gm...> - 2013-01-11 07:06:41
|
Hi, I want to use auto-complete for matlab-mode. Two ways can achieve this: 1. Extract matlab-complete-symbol from matlab.el as the candidates in auto-complete source, described in uhiaha888's blog<http://d.hatena.ne.jp/uhiaha888/20100815/1281888552> . 2. Use ac-source-semantic, ac-source-semantic-raw in auto-complete-config.el. Several drawbacks I find and don't know how to solve so I post this message: 1. ac-source-semantic seems not working, it's very similar to ac-source-semantic-raw 2. completion from matlab.el is blocking auto-complete showing candidates, I have to use M-x auto-complete to trigger the candidates drop-down list. So how to deal with the two issues. Best, Shiquan -- 王时全 Shiquan Wang ************************************************************************************** National Laboratory of Pattern Recognition (NLPR) Institute of Automation, Chinese Academy of Sciences(CASIA) No.95 ZhongGuanCun East Road, HaiDian District, Beijing, China, 100190 Tel: +86-10-62653768 Fax: +86-10-62551993 Email: sq...@nl... / shi...@gm... Homepage: http://www.cbsr.ia.ac.cn/users/sqwang/ ************************************************************************************** |