unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Source tree structure question (new-B)
@ 2017-05-15 13:46 david.a.cobb.1943
  2017-05-17 12:50 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: david.a.cobb.1943 @ 2017-05-15 13:46 UTC (permalink / raw)
  To: emacs-devel

Starting to look through the source at <git.savannah...>.  I am puzzled
by the folder structure that places some *.el files in (repo)/lisp/,
but others in (repo)/lisp/emacs-lisp/.  

My own SWAG is that one group involves the implementation of the elisp
LANGUAGE, while the other implements features of the EDITOR.  But,
before I do any damage, it would be good to see an explanation in
writing! 

TIA!

-- 
David A Cobb, Computer T-Rex; 
"I am, by God's grace, a Christian man; 
by my actions a great sinner" -- The Way of a Pilgrim, R. M. French, tr



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

* Re: Source tree structure question (new-B)
  2017-05-15 13:46 Source tree structure question (new-B) david.a.cobb.1943
@ 2017-05-17 12:50 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2017-05-17 12:50 UTC (permalink / raw)
  To: emacs-devel

> My own SWAG is that one group involves the implementation of the elisp
> LANGUAGE, while the other implements features of the EDITOR.

That's the idea, yes: things in lisp/emacs-lisp are supposed to be
packages improving the Elisp language itself (hence things like edebug,
CL, avl-tree, ...).

But it's a judgment call.  E.g. I put smie.el in there but nowadays
I think it rather belongs in lisp/progmodes.

> But, before I do any damage, it would be good to see an explanation
> in writing!

Not sure what kind of damage you have in mind, but usually the location
of an Elisp package has no significant impact anyway.


        Stefan




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

end of thread, other threads:[~2017-05-17 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15 13:46 Source tree structure question (new-B) david.a.cobb.1943
2017-05-17 12:50 ` Stefan Monnier

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).