Re: When reopen notebook, strange indentation and output is Null (ver5.2)
- To: mathgroup at smc.vnet.net
- Subject: [mg63940] Re: When reopen notebook, strange indentation and output is Null (ver5.2)
- From: "drnedflanders" <hepcj at hotmail.com>
- Date: Tue, 24 Jan 2006 01:30:25 -0500 (EST)
- References: <dqt13v$jkb$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I have had this happen to me also. It usually happens if I use remarks (* *). The notebook will work if I add a return and then delete it and the indentation disappears but upon saving it is back again. It is a minor inconvience. google_groups at jouvv.cjb.net wrote: > Hello, > In a new notebook, I wrote following code and it works fine: > ---------------------------- > L1: Clear[P, Q, R] ; > L2: t1 = TimeUsed[]; > ----------------------------------- > > Then, I inserted a blak line before 'Clear' as: > ----------------------------------- > L1: > L2: Clear[P, Q, R] ; > L3: t1 = TimeUsed[]; > ----------------------------------- > > When i save the code and reopen it, the indentation is changed as > ----------------------------------- > L1: > L2: Clear[P, Q, R] ; > L3: t1 = TimeUsed[]; > ----------------------------------- > (strange indentation before 't1') > > In this case the out is always Null. > > To correct the output, I have to delete the indentation manually. > I have tried removing autoindentation option, but it doesn't work. > Any Idea? I am using v5.2.