unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: joao <joao@nospam.net>
Subject: Re: Emacs C source, suggested reading order
Date: 24 Jan 2004 14:20:06 +0100	[thread overview]
Message-ID: <m3k73hscu1.fsf@localhost.localdomain> (raw)
In-Reply-To: mailman.1268.1074942248.928.help-gnu-emacs@gnu.org

"Eli Zaretskii" <eliz@elta.co.il> writes:

> The only built-in function involved in saving the window configuration
> to a register is current-window-configuration (defined on window.c),
> so I'm guessing that this is the function you are talking about.  What
> it does is create a C data structure whose members store various
> parameters of the window configuration, then store the data structure
> in a Lisp object.  A helper subroutine save_window_save is also of
> interest.

Yes, that's it. What I want is to query the contents of that C structure, and
make it available as a Lisp object or through a Lisp function.

> To understand the details, you need to look at lisp.h that defines
> the macros, such as XSETINT, XVECTOR, XSETWINDOW_CONFIGURATION, etc.

Good, thanks !
Joao

-- 
João Moreira de Sá Coutinho      
(joao at teaser dot fr)

      parent reply	other threads:[~2004-01-24 13:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-23 23:40 Emacs C source, suggested reading order joao
2004-01-24  3:25 ` Rob Thorpe
2004-01-24 10:59 ` Eli Zaretskii
     [not found] ` <mailman.1268.1074942248.928.help-gnu-emacs@gnu.org>
2004-01-24 13:20   ` joao [this message]

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=m3k73hscu1.fsf@localhost.localdomain \
    --to=joao@nospam.net \
    /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.
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).