Bug#305668: [Pkg-jed-devel] Bug#305668: jed mixes tabs and spaces in python mode

2005-04-27 Thread Vincent Bernat
OoO En cette soirée bien amorcée du vendredi 22 avril 2005, vers 22:15, Jörg Sommer <[EMAIL PROTECTED]> disait: > You can avoid this, by setting TAB=0 for pymode. Try this patch for > pymode.sl in /usr/share/jed/lib/ It does not apply cleanly on debian sources (dunno why), but I have app

Bug#305668: [Pkg-jed-devel] Bug#305668: jed mixes tabs and spaces in python mode

2005-04-22 Thread G. Milde
A user sent a bug-report via the Debian bugreprot system: On 21.04.05, Vincent Bernat wrote: > Package: jed > Version: 0.99.16-5 > Severity: normal > > When writing programs using python-mode, jed mixes tabs and spaces. > Using indent=4, tab=8 is the worse setup : > Here is what Guido recomme

Bug#305668: jed mixes tabs and spaces in python mode

2005-04-21 Thread Vincent Bernat
Package: jed Version: 0.99.16-5 Severity: normal When writing programs using python-mode, jed mixes tabs and spaces. For example, type this script without ever using the tab key : #! /usr/bin/env python def test1(arg): # This line is indented using 4 spaces # This line too if 1 == 1: