jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[Jed-users-l] Issue with TAB


Hello there,

I've a problem with TABs and copy-n-paste. (I use jed into URxvt.)
For example, I select the code:

{{{

#include <stdio.h>

int main(void)
{
<TAB>printf("hello, world\n");
<TAB>return 0;
}

}}}

and when I paste it on jed, I got

{{{

#include <stdio.h>

 int main(void)
 {
  <TAB>printf("hello, world\n");
  <TAB><TAB>return 0;
  <TAB><TAB>}

}}}

Does somebody know how to avoid it?

My ~/.jedrc has:

{{{

% Tabs
Tab_Always_Inserts_Tab = 1;
TAB_DEFAULT = 3;
USE_TABS = 1;
WRAP_INDENTS = 1

}}}

Thanks in advance!
Best,

-- 
Facundo Andrés Bianco
freenode / identica: vando
http://van.do
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l

[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]