[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Binary Editor on Emacs/Meadow



かわて さん、

> 突然ですが,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.

土屋
(千葉大学)