all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs C source, suggested reading order
@ 2004-01-23 23:40 joao
  2004-01-24  3:25 ` Rob Thorpe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joao @ 2004-01-23 23:40 UTC (permalink / raw)


Hi all,

I wanted to write some emacs lisp code to display the contents of registers,
where I've saved several window configurations. I was thinking of a list of
registers identified by a, b, c, ..., with, for each one, the names of the
buffers/files displayed in each window.

Unfortunately the Elisp Manual states clearly that

       Primitives to look inside of window configurations would
    make sense, but none are implemented.  It is not clear they
    are useful enough to be worth implementing.

So I guess it's time to start reading that Emacs C source code, so I can add
the primitive I need. I've found the window config functions in window.c, but
obviously there's a lot to understand in this (big) source.

Does anyone have a suggested reading order in all these C source files ? are
there some useful comments buried inside any particular file ? things like
description/explanation of how lisp objects/functions are implemented in C ? or
the interface between lisp and C ?

Suggestions welcome. Otherwise I'll start with emacs.c :-) 

Thx,
Joao


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-24 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.