unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: emacs <emacs-devel@gnu.org>
Subject: Editing .RC files
Date: Thu, 08 Aug 2013 22:38:55 +0200	[thread overview]
Message-ID: <520401DF.6000809@alice.it> (raw)

Out of curiosity, is there an Emacs programming mode to edit .RC [*] files?

---
[*] The .RC files, in Windows programming, are those compiled by means 
of windres (in the GNU world), the Resource Compiler. They look like this:

[...]
IDM_MAINMENU MENU DISCARDABLE
BEGIN
     POPUP "&File"
     BEGIN
         MENUITEM "E&xit...", IDM_FILE_EXIT
     END

     POPUP "&Data"
     BEGIN
         MENUITEM  "Number of lattice &divisions...", IDM_DATA_NDIV
     	MENUITEM  "Maximum number of &iterations...", IDM_DATA_MAXI
     	MENUITEM  "&Precision for convergence...", IDM_DATA_EPS
     	MENUITEM  "&Relaxation parameter...", IDM_DATA_OMEGA
     	MENUITEM SEPARATOR
     	MENUITEM  "&X-boundary conditions...", IDM_DATA_XBOUNDS
     	MENUITEM  "&Y-boundary conditions...", IDM_DATA_YBOUNDS
	MENUITEM SEPARATOR
	MENUITEM  "Iteration steps for &output...", IDM_DATA_NSOUT
	MENUITEM  "Color &scale limits...", IDM_DATA_PHILIMITS
     END

     POPUP "&Options"
     BEGIN
[...]



                 reply	other threads:[~2013-08-08 20:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=520401DF.6000809@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).