Quoting "[email protected]" <[email protected]>:

> Sometimes I need to open RAW and partially decoded emails with Nedit.
> When these RAW files are encoded, do not use all byte values and Nedit can
> open them in write mode.
> When these files are partially decoded (for example an attached image or
> word
> processor file), Nedit do not let me to simply delete the binary part, and
> edit the body text part or simply re-save the text only part.
>
> Is there a simple method to force write mode to only delete binary part and
> resave?

No, but you can easily filter out the nul-chars using a filter in an empty
nedit window, eg
  tr -d '\000' < mybinaryfile
then hitting Shell->Execute Command Line (usually ctrl+KPEnter) to run it as a
shell command. The output goes on the next line. You could make a shell menu
command or a macro command to do  this easily.

Tony

-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to