.. -*- coding: utf-8 -*- .. role:: sref(numref) .. role:: xref(numref) .. Copyright (C) 2020, Wolfgang Scherer, .. This file is part of Emacs Development. .. Permission is granted to copy, distribute and/or modify this document .. under the terms of the GNU Free Documentation License, Version 1.3 .. or any later version published by the Free Software Foundation; .. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. .. A copy of the license is included in the section entitled "GNU .. Free Documentation License". .. inline comments (with du_comment_role) .. role:: rem(comment) .. role:: html(raw) :format: html .. role:: shx(code) :language: sh ################################################## :rem:`|||:sec:|||`\ Emacs Development ################################################## .. >>CODD See `the components of a doctoral dissertation and their order `_ .. >>CODD Dedication .. >>CODD Epigraph .. >>CODD Abstract .. raw:: html

There is a PDF version of this document available.

.. raw:: latex \iffalse .. rubric:: Quickstart .. raw:: latex \fi \providecommand{\sddlytocignore}[1]{#1\ignorespaces} \sddlytocignore{% \addcontentsline{toc}{\sdseclevel}{Quickstart}% \markboth{}{}% \phantomsection }% \begingroup \renewcommand{\abstractname}{Quickstart} \pagebreak[3] \begin{abstract} \nobreak\noindent\setlength{\parindent}{0pt}% .. \|:here:| .. raw:: latex \end{abstract} \endgroup .. raw:: latex \iffalse .. rubric:: Abstract .. raw:: latex \fi \providecommand{\sddlytocignore}[1]{#1\ignorespaces} \sddlytocignore{% \addcontentsline{toc}{\sdseclevel}{Abstract}% \markboth{}{}% \phantomsection }% \pagebreak[3] \begin{abstract} \nobreak\noindent\setlength{\parindent}{0pt}% .. compound:: Formatting Use - flymake-mode - package-lint-current-buffer - checkdoc - Use quality-checking tools Use [[https://melpa.org/#/flycheck][flycheck]], [[https://github.com/purcell/package-lint][package-lint]] and [[https://github.com/purcell/flycheck-package][flycheck-package]] to help you identify common errors in your package metadata. Use [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html][checkdoc]] to make sure that your package follows the conventions for documentation strings. - See also |chapter-cask| Bugs - Use :command:`git format-patch master` to create patches. - Send mail to `Emacs Bugs ` to submit bug reports. See also `Bug tracker information for Emacs`_. - `Submitted bugs `_ at `debbugs.gnu.org `_. - `GNU bug reports: package emacs`_ Repositories - Emacs .. code-block:: sh git clone https://git.savannah.gnu.org/git/emacs.git - MELPA: .. code-block:: sh git clone git@github.com:wolfmanx/melpa.git - vc-ign: .. code-block:: sh git clone git@github.com:wolfmanx/vc-ign.git .. \|:here:| .. _`Bug tracker information for Emacs`: https://debbugs.gnu.org/Emacs.html .. _`GNU bug reports: package emacs`: https://debbugs.gnu.org/db/pa/lemacs.html .. raw:: latex \end{abstract} .. raw:: latex \providecommand{\sddlytoctableofcontents}{} \sddlytoctableofcontents .. raw:: latex \iffalse .. rubric:: Contents .. raw:: latex \fi .. toctree:: :numbered: overview cask emacs-vc-ignore-feature .. add documents to toctree without the extension like this: module .. the ReST document name without the extension .. >>CODD Acknowledgments .. >>CODD Note on Transliterations .. >>CODD List of Abbreviations .. include:: abbrevs.inc .. >>CODD Reference List/Bibliography .. ================================================== .. :rem:`|||:sec:|||`\ Glossary .. ================================================== .. include:: glossary.inc .. ================================================== .. :rem:`|||:sec:|||`\ References .. ================================================== .. raw:: latex \iffalse .. rubric:: References .. raw:: latex \fi .. include:: bibliography.inc .. include:: doc_defs.inc .. include:: abbrev_defs.inc .. include:: doc_defs_combined.inc .. .. \||<-snap->|| doc_standalone .. include:: doc/doc_defs_secret.inc .. \||<-snap->|| doc_standalone .. \||<-snap->|| not_doc_standalone .. include:: doc_defs_secret.inc .. \||<-snap->|| not_doc_standalone .. _`Wolfgang Scherer`: wolfgang.scherer@gmx.de