Re: [9fans] sam question

2008-07-18 Thread Russ Cox
> interestingly this only works in some versions of acme and sam. > it seems to work ok under plan 9, and in inferno's acme, > but not in p9p or acme sac. There are two different issues here. One is getting an actual \r to the program in question (acme, sam, etc.) and the second is how that progr

Re: [9fans] sam question

2008-07-18 Thread roger peppe
On Fri, Jul 18, 2008 at 1:45 AM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: > On Jul 17, 2008, at 8:28 PM, erik quanstrom wrote: >> i suppose you could also type > > ctl+m interestingly this only works in some versions of acme and sam. it seems to work ok under plan 9, and in inferno's acme, but

Re: [9fans] sam question

2008-07-17 Thread Pietro Gagliardi
On Jul 17, 2008, at 8:28 PM, erik quanstrom wrote: i suppose you could also type ctl+m

Re: [9fans] sam question

2008-07-17 Thread erik quanstrom
> related to the earlier discussion, for stripping the \r at the end of > lines in windows files, i use: > > ,x/$/ c// > > where is a cut&pasted return char (yes, i could use '.' instead, > but i'm paranoid.) x doesn't seem to recognize \r as a escape > sequence. true? no they don't: sam

[9fans] sam question

2008-07-17 Thread Skip Tavakkolian
related to the earlier discussion, for stripping the \r at the end of lines in windows files, i use: ,x/$/ c// where is a cut&pasted return char (yes, i could use '.' instead, but i'm paranoid.) x doesn't seem to recognize \r as a escape sequence. true?