[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: Binary Editor on Emacs/Meadow
- X-ml-count: 2909
- Subject: Re: Binary Editor on Emacs/Meadow
- From: Syun Tutiya <tutiya@xxxxxxxxxxxxx>
- Date: Sun, 24 Dec 2000 00:53:05 +0900
- X-mailer: Mew version 1.95b43 on Emacs 20.4 / Mule 4.1 (AOI)
かわて さん、
> 突然ですが,Emacs/Meadow上で動くようなバイナリをeditできる
> Elispってないでしょうか?
「バイナリをeditできる、Emacs/Meadow上で動く」ということであれば、
binary-overwrite modeというが組込まれているのでは?
Toggle binary overwrite mode.
With arg, turn binary overwrite mode on iff arg is positive.
In binary overwrite mode, printing characters typed in replace
existing text. Newlines are not treated specially, so typing at the
end of a line joins the line to the next, with the typed character
between them. Typing before a tab character simply replaces the tab
with the character typed.
C-q replaces the text at the cursor, just as ordinary
typing characters do.
土屋
(千葉大学)