;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
+;; Package: emacs
;; This file is part of GNU Emacs.
("gnus" . gnus)
("international" . emacs)
("language" . emacs)
+ ("leim" . emacs)
("mh-e" . mh-e)
+ ("obsolete" . emacs)
("semantic" . semantic)
("analyze" . semantic)
("bovine" . semantic)
("org" . org)
("srecode" . srecode)
("term" . emacs)
+ ("use-package" . use-package)
("url" . url))
"Alist of built-in package directories.
Each element should have the form (DIR . PACKAGE), where DIR is a
;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
;; Keywords: multimedia
+;; Package: image-dired
;; This file is part of GNU Emacs.
;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
;; Keywords: multimedia
+;; Package: image-dired
;; This file is part of GNU Emacs.
;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
;; Keywords: multimedia
+;; Package: image-dired
;; This file is part of GNU Emacs.
;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
+;; Package: image-dired
;; This file is part of GNU Emacs.
;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
+;; Maintainer: emacs-devel@gnu.org
+;; Keywords: internal
+;; Package: emacs
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
;; Author: Bob Rogers <rogers@rgrjr.com>
+;; Package: ietf-drums
;; Keywords: mail, util
;; This file is part of GNU Emacs.
;;; eudc-capf.el --- EUDC - completion-at-point bindings -*- lexical-binding:t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
;; This file is part of GNU Emacs.
-;;
+
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;;
+
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; eudcb-ecomplete.el --- EUDC - ecomplete backend -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
;; This file is part of GNU Emacs.
-;;
+
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;;
+
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
+
;; This library provides an interface to the ecomplete package as
;; an EUDC data source.
;;; Usage:
+
;; No setup is required, since there is an entry for this backend
;; in `eudc-server-hotlist' by default.
;;
;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
;; Author: Alexander Adolf
+;; Package: eudc
;; This file is part of GNU Emacs.
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
+
;; This library provides an interface to the macOS Contacts app as
;; an EUDC data source. It uses AppleScript to interface with the
;; Contacts app on localhost, so no 3rd party tools are needed.
;;; Usage:
+
;; To load the library, first `require' it:
;;
;; (require 'eudcb-macos-contacts)
;;; eudcb-mailabbrev.el --- EUDC - mailabbrev backend -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
;; This file is part of GNU Emacs.
-;;
+
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;;
+
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
+
;; This library provides an interface to the mailabbrev package as
;; an EUDC data source.
;;; Usage:
+
;; No setup is required, since there is an entry for this backend
;; in `eudc-server-hotlist' by default.
;;
;; Copyright (C) 2023 Free Software Foundation, Inc.
;; Maintainer : 付禹安 (Yuan Fu) <casouri@gmail.com>
+;; Package : emacs
;; Keywords : c c++ java javascript rust languages tree-sitter
;; This file is part of GNU Emacs.