Mã nguồn GNU Emacs được tổ chức như thế nào?


43

Mã nguồn của GNU Emacs được tổ chức như thế nào? Các mô-đun chính và chức năng của chúng là gì? Tôi có thể tìm thấy một mô tả chính thức, cập nhật về kiến ​​trúc và mã nguồn của nó ở đâu?

Câu trả lời:


44

Là một dự án GNU chính thức, nó tuân thủ chặt chẽ các tiêu chuẩn và bố cục thư mục mã hóa GNU. Điều đó nói rằng, nếu bạn đang khám phá cây nguồn tôi sẽ bắt đầu, như với hầu hết các dự án, với tệp README trong thư mục gốc.

Từ tệp đó trở đi, có một số thư mục con:

`src'       holds the C code for Emacs (the Emacs Lisp interpreter and
            its primitives, the redisplay code, and some basic editing
            functions).
`lisp'      holds the Emacs Lisp code for Emacs (almost everything else).
`leim'      holds the library of Emacs input methods, Lisp code and
            auxiliary data files required to type international characters
            which can't be directly produced by your keyboard.
`lib-src'   holds the source code for some utility programs for use by or
            with Emacs, like movemail and etags.
`etc'       holds miscellaneous architecture-independent data files
            Emacs uses, like the tutorial text and the Zippy, the Pinhead
            quote database. The contents of the `lisp', `leim', `info',
            `man', `lispref', and `lispintro' subdirectories are
            architecture-independent too.
`info'      holds the Info documentation tree for Emacs.
`doc/emacs' holds the source code for the Emacs Manual.  If you modify the
            manual sources, you will need the `makeinfo' program to produce
            an updated manual. `makeinfo' is part of the GNU Texinfo
            package; you need version 4.6 or later of Texinfo.
`doc/lispref'   holds the source code for the Emacs Lisp reference manual.
`doc/lispintro' holds the source code for the Introduction to Programming
                in Emacs Lisp manual.
`msdos'     holds configuration files for compiling Emacs under MS-DOS.
`nt'        holds various command files and documentation files that pertain
            to building and running Emacs on Windows 9X/ME/NT/2000/XP.
`test'      holds tests for various aspects of Emacs's functionality.

7
Ngoài ra, xem các Hacker Hướng dẫn trên wiki emacswiki.org/emacs/HackerGuide
knarf

1
@knarf: tốt nhất là ít nhất giải thích một số lạm dụng vĩ mô khủng khiếp mà tôi thấy bất cứ khi nào tôi nhìn vào mã C ;-)
stsquad

1
Cảm ơn, có liên kết đến phiên bản mới nhất của tệp README (có lẽ là phần giới thiệu CHÍNH của nhánh chính hoặc mẹo liên quan đến bản phát hành ổn định mới nhất) mà chúng tôi có thể đưa vào câu trả lời này không?
Amelio Vazquez-Reina

2
@ user815423426: bây giờ quá trình di chuyển git đã hoàn tất Tôi đã liên kết đến trang đó.
stsquad

1
Emacs vẫn có thể biên dịch MSDOS của người dùng!?
Edgar Aroutiounian
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.