试图fold这段代码的时候emacs无法响应

Vim、Emacs配置和使用
回复
头像
sweating
帖子: 200
注册时间: 2009-02-07 18:01

试图fold这段代码的时候emacs无法响应

#1

帖子 sweating » 2010-03-28 14:09

代码: 全选

//<__func_choose_and_evalu( _bool_alb_choose_nom& b1,OP1& p1, OP2& p2){
template<class _bool_alb_choose_nom,class OP1, class OP2>
_choose_and_evalu< _bool_alb_choose_nom, OP1, OP2>
__func_choose_and_evalu( _bool_alb_choose_nom& b1,OP1& p1, OP2& p2){
  return _choose_and_evalu< _bool_alb_choose_nom, OP1, OP2>(b1,p1,p2);
};
//>
最后发现原因,是由于color-theme的缘故
sigh,还是自己定义去罢
上次由 sweating 在 2010-04-01 21:28,总共编辑 1 次。
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: 试图fold这段代码的时候emacs无法响应

#2

帖子 davyzhu » 2010-03-29 11:09

question is not clear
头像
sweating
帖子: 200
注册时间: 2009-02-07 18:01

Re: 试图fold这段代码的时候emacs无法响应

#3

帖子 sweating » 2010-03-29 12:10

davyzhu 写了:question is not clear
就是无法响应
fold hide之后光标就在那里不动并且minibuffer中folding....(具体的忘了)然后光标没法动,按什么都不响应.......
anewbie
帖子: 159
注册时间: 2009-02-24 19:39

Re: 试图fold这段代码的时候emacs无法响应

#4

帖子 anewbie » 2010-03-29 17:57

edebug-defun
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: 试图fold这段代码的时候emacs无法响应

#5

帖子 davyzhu » 2010-03-29 20:30

sweating 写了:
davyzhu 写了:question is not clear
就是无法响应
fold hide之后光标就在那里不动并且minibuffer中folding....(具体的忘了)然后光标没法动,按什么都不响应.......
Please specify
1. M-x your-command-name?
2. fold what mode text?
3. your Emacs version, OS, etc?
Attach a screenshot will be helpful.
头像
sweating
帖子: 200
注册时间: 2009-02-07 18:01

Re: 试图fold这段代码的时候emacs无法响应

#6

帖子 sweating » 2010-03-30 12:40

davyzhu 写了:
sweating 写了:
davyzhu 写了:question is not clear
就是无法响应
fold hide之后光标就在那里不动并且minibuffer中folding....(具体的忘了)然后光标没法动,按什么都不响应.......
Please specify
1. M-x your-command-name?
2. fold what mode text?
3. your Emacs version, OS, etc?
Attach a screenshot will be helpful.
fold-hide(The command has been bind to "\C-fs")
c++-mode,folding,abbrev
GNU Emacs 23.1.50.1

放出的图很正常
附件
emacs_folding.jpg
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: 试图fold这段代码的时候emacs无法响应

#7

帖子 davyzhu » 2010-03-30 13:31

头像
sweating
帖子: 200
注册时间: 2009-02-07 18:01

Re: 试图fold这段代码的时候emacs无法响应

#8

帖子 sweating » 2010-03-30 15:00

davyzhu 写了:Mode name? Is that one
http://www.emacswiki.org/emacs/FoldingMode
yes,that minor mode it is.
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: 试图fold这段代码的时候emacs无法响应

#9

帖子 davyzhu » 2010-04-01 10:02

file a bug to maintainer if you think it's a REAL bug.
头像
sweating
帖子: 200
注册时间: 2009-02-07 18:01

Re: 试图fold这段代码的时候emacs无法响应

#10

帖子 sweating » 2010-04-01 21:26

davyzhu 写了:file a bug to maintainer if you think it's a REAL bug.
终于发现问题了,居然是color-theme的原因
我败狗了......
回复