Re: AW: Editor Tab Expansion

2002-12-10 Thread Ketil Z. Malde
matt hellige [EMAIL PROTECTED] writes: I would PREFER if haskell enforeced a strict distinction between spaces and tabs for layout purposes, i.e., this: let x = y ^I z = q ^Iw = l in ... should be an error. SimonĀ¹ is usually very positive to adding enhancements, if this really

Re: AW: Editor Tab Expansion

2002-12-09 Thread Glynn Clements
matt hellige wrote: there seems to be an awfully strong bias against using hard tabs with a configurable displayed width. i'd like to describe a situation where i believe that option makes a lot of sense... suppose you're working on a team of programmers on a project, and you need to come up

Re: AW: AW: Editor Tab Expansion

2002-12-07 Thread D. Tweed
On Fri, 6 Dec 2002, Ingo Wechsung wrote: Beg your pardon, Marcin But they are compatible because there is one most universally accepted interpretation of a tab (move to the next multiple of 8 columns). Any other interpretation hampers portability and should be avoided. No. It didn't

Re: AW: Editor Tab Expansion

2002-12-07 Thread Andrew J Bromage
G'day all. On Fri, Dec 06, 2002 at 05:40:28PM +0100, Ingo Wechsung wrote: No. It didn't hamper portability with C, Java, Perl or any other *nix stuff since more than 30 years except with COBOL, Python (?) and Haskell, [...] Add to that: Fortran, Occam and Makefiles. There's probably also a

AW: Editor Tab Expansion

2002-12-06 Thread Ingo Wechsung
Andrew wrote: My remark was merely in response to the claim that Haskell cares whether you put tabs or spaces in your files. It does not, so long as the tabs are of length 8. If your editor produces tabs of a different size, that's a problem with your editor or the way you dislike Haskell's

AW: Editor Tab Expansion

2002-12-06 Thread Markus . Schnell
When I got somebody else's C-Code, I used gnu indent to bring it into a layout I liked (and could easily grasp). One of the points I like about Haskell is just its use of space: it makes things clearer and doesn't clutter up your screen as it does in C. I definitely had less problems with layout

Re: AW: Editor Tab Expansion

2002-12-06 Thread Ketil Z. Malde
Ingo Wechsung [EMAIL PROTECTED] writes: Simon wrote: There's no reason not to use 8 column tab stops, so please don't do it. Ok, if it just looks better to me is no reason, Tabs and spaces aren't visually distinguishable, so I'm not sure why you conclude that looks don't matter. As has

Re: AW: Editor Tab Expansion

2002-12-06 Thread Marcin 'Qrczak' Kowalczyk
Fri, 6 Dec 2002 12:09:46 +0100, Ingo Wechsung [EMAIL PROTECTED] pisze: No. My editor produces the ASCII code for horizontal tab, when I hit the tab key. Just as it produces the ASCII code for a when I hit the a key. That's how it should be. It shouln't, becase tabs are 8 spaces, which is

Re: AW: AW: Editor Tab Expansion

2002-12-06 Thread Kevin S. Millikin
Ingo == Ingo Wechsung [EMAIL PROTECTED] writes: Ingo Or, to turn it another way: What you see is not necessarily Ingo what you get. This may be fine for ad hoc scripts that one Ingo examines in hugs. So is that the language's fault (because of what you get) or the editor's fault

AW: AW: AW: Editor Tab Expansion

2002-12-06 Thread Ingo Wechsung
Kevin, thanks for your helpfull comments. Ingo Or, to turn it another way: What you see is not necessarily Ingo what you get. This may be fine for ad hoc scripts that one Ingo examines in hugs. So is that the language's fault (because of what you get) or the editor's fault (because

Re: AW: Editor Tab Expansion

2002-12-06 Thread Nick Name
On Thu, 5 Dec 2002 21:49:27 +0100 Ingo Wechsung [EMAIL PROTECTED] wrote: So I will write the braces and semicolons. It's better anyway in my opinion. I am not going to change my editing habits just to make hugs or ghc happy. What about using untabified files? Or an haskell-aware

AW: Editor Tab Expansion

2002-12-05 Thread Ingo Wechsung
Thanks for the anserws. So I will write the braces and semicolons. It's better anyway in my opinion. I am not going to change my editing habits just to make hugs or ghc happy. Wether spaces or tabs are better in source files is a matter of taste and a language should not force me to use one or

Re: AW: Editor Tab Expansion

2002-12-05 Thread Ashley Yakeley
At 2002-12-05 12:49, Ingo Wechsung wrote: So I will write the braces and semicolons. It's better anyway in my opinion. I am not going to change my editing habits just to make hugs or ghc happy. Wether spaces or tabs are better in source files is a matter of taste and a language should not force