| Subject: | How to disable ':' from the electric feature? |
|---|---|
| From: | pierreth |
| Date: | Sun, 16 Mar 2008 12:45:26 -0700 PDT |
| Newsgroups: | gnu.emacs.help |
Hello,
I have a problem with the electric feature of emacs when I am writing
in C++. I wrote my switch like this:
switch(value)
case dfsfds:
{
fsdff();
}
break;
While Emacs expect me to write it like this:
switch(value)
case dfsfds:
fsdff();
break;
But this is not my style. Can I disable to the ':' character from the
electric feature?
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: FW: Need help upgrading from emacs 21.3 to 22.1, Stefan Monnier |
|---|---|
| Next by Date: | Re: How to disable ':' from the electric feature?, pierreth |
| Previous by Thread: | Re: "symbol's function definition is void: generic-character-list" from eshell of 23.0.60.2, Peter Dyballa |
| Next by Thread: | Re: How to disable ':' from the electric feature?, pierreth |
| Indexes: | [Date] [Thread] [Top] [All Lists] |