Search found 8 matches

by bob_obob
Fri Dec 19, 2003 1:41 am
Forum: General
Topic: Line Numbering
Replies: 5
Views: 566

Line Numbering on by default?

thanks much.

sure wish I could imagine how I managed to do that by accident
by bob_obob
Thu Dec 18, 2003 7:57 am
Forum: General
Topic: Line Numbering
Replies: 5
Views: 566

Line Numbering on by default?

I've done *something* but I don't know what, and now every file opens with line numbers displayed.

It's a nice feature; I'd use it once in a [great] while.
How can I turn it back off, please?
by bob_obob
Sat Oct 04, 2003 10:31 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

pc -> unix -> mac save-mode, etc.

I appreciate the additional suggestion, but (as stated in the initial message) there is a need to keep messages intact, even if a bare CR or LF occurs somewhere other than at the end of a message.
by bob_obob
Mon Sep 22, 2003 11:00 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

my first guess would be that the \xnn notation works if what you're looking for is on a line, but CR and LF define the boundaries.

when the boundaries between different lines in the same file are not always the same boundary characters, a pretty good case can be made for the assertion that it doesn ...
by bob_obob
Mon Sep 22, 2003 10:47 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

edit in hex mode?

I need to insert characters. I've never been aware of any way to do such a thing in Textpad's binary mode. In any event, it's not something I'd consider a solution.

I do appreciate the effort though.

I'll probably have to hork up a utility in VB. Would have been nice if TextPad could do it, but ...
by bob_obob
Mon Sep 22, 2003 10:24 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

of course they are, but the error is only in my forum post

yes, you're right, while I was typing here in the forum I made a silly transcription error.

\x0dF
\x0d\x46

either way it finds no matches in the entire file, yet in hex mode I can clearly see

62 20 0d 46 72 6f 6d 20 3f 3f 3f 40 3f 3f 3f 20

heck, just searching for \x0d finds nothing, in this ...
by bob_obob
Mon Sep 22, 2003 10:18 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

doesn't seem to work, thanks

nice try, but as far as I can tell that notation doesn't work for CR
here's the hex representation of one section of an unmodified file where I found the problem:

62 20 0d 46 72 6f 6d 20 3f 3f 3f 40 3f 3f 3f 20

that's
b
From ???@???

where the 'b' is followed by a space and a bare CR.

I would ...
by bob_obob
Mon Sep 22, 2003 9:34 pm
Forum: General
Topic: Regex: bare CR; bare LF
Replies: 12
Views: 1573

Regex: bare CR; bare LF

I have some damaged files to repair.
(Eudora v3 mbx files)

I have tracked down the problems to the occasional failure of Eudora to insert a proper CR/LF sequence before writing a new message to the "folder" file. Since Eudora uses its own "toc" file it doesn't have to care about the "From ...