all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Werner LEMBERG <wl@gnu.org>
To: drew.adams@oracle.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: reading/writing binary data in structured form
Date: Sat, 26 Apr 2008 17:18:20 +0200 (CEST)	[thread overview]
Message-ID: <20080426.171820.251095449.wl@gnu.org> (raw)
In-Reply-To: <001201c8a7a8$e730f9b0$0200a8c0@us.oracle.com>


> > does there exist a major mode which allows definition of templates
> > so that editing of binary data can be done in a structured way?
>
> hexl-mode
>
> (A better list for this kind of question might be
> help-gnu-emacs@gnu.org.)

You are joking, aren't you?  I want *structured* editing, this is, for
example, defining a template

  struct foo {
    int16 bar;
    int32 baz;
  }

which can be used later on as

  foo[32];

and which gets applied to a certain address, and where, for example, I
can modify a value with

  foo[12].bar=1;

or something similar.

A commercial product which looks quite promising is

  http://www.sweetscape.com/010editor/

but this is for MS Windows only.


     Werner




  reply	other threads:[~2008-04-26 15:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-26 14:05 reading/writing binary data in structured form Werner LEMBERG
2008-04-26 14:22 ` Drew Adams
2008-04-26 15:18   ` Werner LEMBERG [this message]
2008-04-26 16:43     ` Drew Adams
2008-04-26 22:29       ` Werner LEMBERG
     [not found]   ` <mailman.10841.1209223213.18990.help-gnu-emacs@gnu.org>
2008-04-27  1:47     ` Dan Espen
2008-04-26 15:25 ` Eli Zaretskii
2008-04-26 22:44   ` Werner LEMBERG
2008-04-27  3:12     ` Eli Zaretskii
2008-04-27  7:05       ` Werner LEMBERG
2008-04-27 15:55         ` Eli Zaretskii
2008-04-27 22:37           ` Kim F. Storm
2008-04-28  1:29             ` Stefan Monnier
2008-04-28  3:23               ` Eli Zaretskii
2008-04-28 14:38                 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080426.171820.251095449.wl@gnu.org \
    --to=wl@gnu.org \
    --cc=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.