pax_global_header 0000666 0000000 0000000 00000000064 14762534143 0014523 g ustar 00root root 0000000 0000000 52 comment=6170c1e5b79f9b9f606ab17ab4d9ffb9bce3ebde
package-lint-0.25/ 0000775 0000000 0000000 00000000000 14762534143 0014010 5 ustar 00root root 0000000 0000000 package-lint-0.25/.github/ 0000775 0000000 0000000 00000000000 14762534143 0015350 5 ustar 00root root 0000000 0000000 package-lint-0.25/.github/FUNDING.yml 0000664 0000000 0000000 00000000023 14762534143 0017160 0 ustar 00root root 0000000 0000000 patreon: sanityinc
package-lint-0.25/.github/dependabot.yml 0000664 0000000 0000000 00000000303 14762534143 0020174 0 ustar 00root root 0000000 0000000 version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
package-lint-0.25/.github/workflows/ 0000775 0000000 0000000 00000000000 14762534143 0017405 5 ustar 00root root 0000000 0000000 package-lint-0.25/.github/workflows/compat-syms.yml 0000664 0000000 0000000 00000000646 14762534143 0022412 0 ustar 00root root 0000000 0000000 name: Update compat symbols
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: 28.2
- run: tools/compat-dump
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Regenerate compat symbols
file_pattern: data/compat-symbols
package-lint-0.25/.github/workflows/stdlib-changes.yml 0000664 0000000 0000000 00000000563 14762534143 0023023 0 ustar 00root root 0000000 0000000 name: Update stdlib-changes
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: tools/sym-dump-all
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Regenerate stdlib-changes
file_pattern: data/stdlib-changes
package-lint-0.25/.github/workflows/test.yml 0000664 0000000 0000000 00000001604 14762534143 0021110 0 ustar 00root root 0000000 0000000 name: CI
on:
pull_request:
push:
paths-ignore:
- '**.md'
- 'tools/*'
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
emacs_version:
- 24.4
- 24.5
- 25.1
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
- 28.2
- 29.1
- 29.2
- 29.3
- 29.4
- 30.1
- release-snapshot
experimental: [false]
include:
- emacs_version: snapshot
experimental: true
env:
EMACS_LINT_IGNORE: ${{ matrix.lint_ignore }}
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- name: Run tests
run: make
package-lint-0.25/.gitignore 0000664 0000000 0000000 00000000025 14762534143 0015775 0 ustar 00root root 0000000 0000000 *.elc
/.symbol-dumps
package-lint-0.25/LICENSE 0000664 0000000 0000000 00000104513 14762534143 0015021 0 ustar 00root root 0000000 0000000 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program 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.
This program 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 this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
package-lint-0.25/Makefile 0000664 0000000 0000000 00000003722 14762534143 0015454 0 ustar 00root root 0000000 0000000 EMACS ?= emacs
# A space-separated list of required package names
DEPS = cl-lib let-alist compat
INIT_PACKAGES="(progn \
(require 'package) \
(push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives) \
(package-initialize) \
(dolist (pkg '(${DEPS})) \
(unless (package-installed-p pkg) \
(unless (assoc pkg package-archive-contents) \
(package-refresh-contents)) \
(package-install pkg))) \
(unless package-archive-contents (package-refresh-contents)) \
)"
EMACS_BATCH=${EMACS} -Q -batch --eval ${INIT_PACKAGES}
all: clean-elc compile package-lint test
package-lint:
${EMACS} -Q --eval ${INIT_PACKAGES} -batch -l package-lint.el -f package-lint-batch-and-exit package-lint.el
compile: clean-elc
${EMACS} -Q --eval ${INIT_PACKAGES} -L . -batch -f batch-byte-compile *.el
clean-elc:
rm -f f.elc
TEST_SELECTOR ?= t
test-unit:
@echo "---- Run unit tests"
@${EMACS_BATCH} \
-l package-lint.el \
-l package-lint-test.el \
--eval "(ert-run-tests-batch-and-exit '${TEST_SELECTOR})" \
&& echo "OK"
test-batch:
@echo "---- Assert clean package passes batch linting"
@${EMACS_BATCH} \
-l package-lint.el \
-f package-lint-batch-and-exit \
batch-tests/is-clean.el && echo "OK"
@echo "---- Assert package with demoted warnings passes batch linting"
@${EMACS_BATCH} \
--eval "(setq package-lint-batch-fail-on-warnings nil)" \
-l package-lint.el \
-f package-lint-batch-and-exit \
batch-tests/just-warnings.el && echo "OK"
@echo "---- Assert package with warnings fails batch linting"
@${EMACS_BATCH} \
-l package-lint.el \
-f package-lint-batch-and-exit \
batch-tests/just-warnings.el && \
exit 1 || echo "OK"
@echo "---- Assert package with errors fails batch linting"
@${EMACS_BATCH} \
-l package-lint.el \
-f package-lint-batch-and-exit \
batch-tests/has-errors.el && \
exit 1 || echo "OK"
test: test-unit test-batch
.PHONY: all compile clean-elc package-lint test test-unit test-batch
package-lint-0.25/README.md 0000664 0000000 0000000 00000006715 14762534143 0015300 0 ustar 00root root 0000000 0000000 [](http://melpa.org/#/package-lint)
[](http://stable.melpa.org/#/package-lint)
[](https://github.com/purcell/package-lint/actions/workflows/test.yml)
package-lint
============
This library provides a linter for the metadata in Emacs Lisp files
which are intended to be packages. You can integrate it into your
build process.
`package-lint` detects various issues that may make your package
uninstallable or unusable for some users, and it warns about
significant deviations from the [Elisp coding
conventions](https://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html),
such as non-compliant symbol naming, and use of reserved
keybindings. Among other community uses, `package-lint` is a
prerequisite for submission of packages to MELPA.
`package-lint` can be used standalone, but see also the
[flycheck-package](https://github.com/purcell/flycheck-package) and
`package-lint-flymake` packages, which both use `package-lint` to
conveniently display packaging errors directly in the buffer while
writing elisp packages.
Installation
------------
The recommended way to get
`package-lint` is as a package from the [MELPA][melpa]
repository. The version of `package-lint` there will always be
up-to-date. There are also packages in [MELPA Stable][melpa-stable], which
track the [latest numbered tag][tags].
Usage
-----
Use the command `package-lint-current-buffer` interactively, or use
`package-lint-buffer` if linting programmatically.
If you're a package author, you can include `package-lint` in your
build process by ensuring that the package is installed, and then
using the function `package-lint-batch-and-exit` to lint your files --
see `run-tests.sh` in this repo for an example.
Roadmap
-------
Additional checks for future versions:
- WARN: header line formatting / capitalisation
- trailing line presence / formatting
- WARN: library is called *-mode but doesn't provide a major mode
- checkdoc failures for interactive functions / defcustoms
- trailing whitespace?
- themes which aren't in a matching *-theme.el file
- use of unsafe local variables
- local variable set in header line
- using commentary to talk about load[- ]path and installation
- lack of autoloads
- references to README files which won't be bundled in a package
- use of CamelCase identifiers
- Defining a `-mode` function directly instead of using `define-derived-mode` or `define-minor-mode`
- Referring to `display-graphic-p` or `window-system` in `-theme.el` files
License
-------
Please refer to the file `LICENSE`.
Credits
-------
`package-lint` was written by
[Steve Purcell](https://github.com/purcell) with significant
contributions from [Fanael Linithien](https://github.com/Fanael).
Author links:
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)
[flycheck]: https://github.com/flycheck/flycheck
[tags]: https://github.com/purcell/flycheck-package/tags
[ledger]: https://ledger-cli.org/
[melpa-stable]: http://stable.melpa.org
[melpa]: http://melpa.org
package-lint-0.25/batch-tests/ 0000775 0000000 0000000 00000000000 14762534143 0016231 5 ustar 00root root 0000000 0000000 package-lint-0.25/batch-tests/has-errors.el 0000664 0000000 0000000 00000001741 14762534143 0020643 0 ustar 00root root 0000000 0000000 ;;; has-errors.el --- Only warnings -*- lexical-binding: t; -*-
;; Copyright (C) 2020 Steve Purcell
;; Author: Steve Purcell
;; URL: https://github.com/purcell/package-lint
;; Package-Requires: ((emacs "24"))
;; Package-Version: 0
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; Some stuff here
;;; Code:
;;; has-errors.el ends here
package-lint-0.25/batch-tests/is-clean.el 0000664 0000000 0000000 00000001761 14762534143 0020253 0 ustar 00root root 0000000 0000000 ;;; is-clean.el --- Only warnings -*- lexical-binding: t; -*-
;; Copyright (C) 2020 Steve Purcell
;; Author: Steve Purcell
;; URL: https://github.com/purcell/package-lint
;; Package-Requires: ((emacs "24"))
;; Package-Version: 0
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; Some stuff here
;;; Code:
(provide 'is-clean)
;;; is-clean.el ends here
package-lint-0.25/batch-tests/just-warnings.el 0000664 0000000 0000000 00000002015 14762534143 0021364 0 ustar 00root root 0000000 0000000 ;;; just-warnings.el --- Only warnings -*- lexical-binding: t; -*-
;; Copyright (C) 2020 Steve Purcell
;; Author: Steve Purcell
;; Keywords:
;; URL: https://github.com/purcell/package-lint
;; Package-Requires: ((emacs "24"))
;; Package-Version: 0
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; Some stuff here
;;; Code:
(provide 'just-warnings)
;;; just-warnings.el ends here
package-lint-0.25/data/ 0000775 0000000 0000000 00000000000 14762534143 0014721 5 ustar 00root root 0000000 0000000 package-lint-0.25/data/compat-symbols 0000664 0000000 0000000 00000011040 14762534143 0017611 0 ustar 00root root 0000000 0000000 ((color-luminance-dark-limit completion-lazy-hilit completion-lazy-hilit-fn file-has-changed-p--hash-table gensym-counter lisp-directory major-mode--suspended mounted-file-systems mouse-select-region-move-to-beginning read-answer-short read-char-from-minibuffer-map read-char-from-minibuffer-map-hash read-char-history regexp-unmatchable set-transient-map-timeout set-transient-map-timer text-quoting-style trusted-content untrusted-content) add-display-text-property alist-get always and-let* assoc assoc-delete-all bignump bool-vector bounds-of-thing-at-mouse buffer-hash buffer-local-boundp buffer-local-restore-state buffer-local-set-state buffer-local-set-state--get buffer-match-p button--properties button-buttonize buttonize buttonize-region caaaar caaadr caaar caadar caaddr caadr cadaar cadadr cadar caddar cadddr caddr cdaaar cdaadr cdaar cdadar cdaddr cdadr cddaar cddadr cddar cdddar cddddr cdddr char-to-name char-uppercase-p cl-constantly cl-once-only cl-with-gensyms closurep color-dark-p color-values-from-color-spec compat compat-call compiled-function-p completion--category-override completion--metadata-get-1 completion-lazy-hilit completion-metadata-get copy-tree count-sentences count-windows date-days-in-month date-ordinal-to-time decoded-time-period define-key define-keymap defvar-keymap delete-line directory-abbrev-apply directory-abbrev-make-regexp directory-empty-p directory-files directory-files-and-attributes directory-name-p dlet dolist-with-progress-reporter drop ensure-list ert-with-temp-directory ert-with-temp-file exec-path executable-find file-attribute-access-time file-attribute-collect file-attribute-device-number file-attribute-file-identifier file-attribute-group-id file-attribute-inode-number file-attribute-link-number file-attribute-modes file-attribute-modification-time file-attribute-size file-attribute-status-change-time file-attribute-type file-attribute-user-id file-backup-file-names file-has-changed-p file-local-name file-modes-number-to-symbolic file-name-concat file-name-parent-directory file-name-quote file-name-quoted-p file-name-split file-name-unquote file-name-with-extension file-size-human-readable file-size-human-readable-iec find-buffer fixnump flatten-tree format-message format-prompt funcall-with-delayed-message function-alias-p garbage-collect-maybe gensym get-display-property get-scratch-buffer-create get-truename-buffer hash-table-empty-p if-let if-let* ignore-error image--set-property image-property insert-into-buffer interpreted-function-p key-parse key-valid-p keymap--check keymap-global-lookup keymap-global-set keymap-global-unset keymap-local-lookup keymap-local-set keymap-local-unset keymap-lookup keymap-set keymap-set-after keymap-substitute keymap-unset length< length= length> line-number-at-pos list-of-strings-p lookup-key macroexp-file-name macroexp-parse-body macroexp-quote macroexp-warn-and-return macroexpand-1 major-mode-restore major-mode-suspend make-decoded-time make-empty-file make-lock-file-name make-nearby-temp-file make-separator-line make-temp-file mapcan mark-thing-at-mouse match-buffers merge-ordered-lists minibuffer-history-value named-let native-comp-available-p ntake obarray-clear package-get-version plist-get plist-member plist-put plistp pos-bol pos-eol primitive-function-p process-lines-handling-status process-lines-ignore-status proper-list-p provided-mode-derived-p read-answer read-char-from-minibuffer read-char-from-minibuffer-insert-char read-char-from-minibuffer-insert-other read-multiple-choice read-multiple-choice readablep recenter regexp-opt region-bounds region-noncontiguous-p replace-regexp-in-region replace-string-in-region require-with-check ring-resize save-mark-and-excursion set-transient-map setq-local sort static-if string-chop-newline string-clean-whitespace string-distance string-equal-ignore-case string-fill string-greaterp string-lines string-pad string-replace string-search string-split string-trim string-trim-left string-trim-right string-width subr-native-elisp-p subr-primitive-p substitute-quotes take temporary-file-directory text-property-search-backward text-property-search-forward text-quoting-style thing-at-mouse thread-first thread-last time-equal-p trusted-content-p use-region-beginning use-region-end use-region-noncontiguous-p value< when-let when-let* while-let window-configuration-equal-p with-buffer-unmodified-if-unchanged with-delayed-message with-environment-variables with-existing-directory with-file-modes with-memoization with-minibuffer-selected-window with-restriction with-suppressed-warnings with-window-non-dedicated without-restriction xor) package-lint-0.25/data/stdlib-changes 0000664 0000000 0000000 00004522144 14762534143 0017547 0 ustar 00root root 0000000 0000000 (((24 1)
(functions
(removed *table--cell-conter-region ad-Orig-gdb-invalidate-frames ad-define-subr-args ad-get-subr-args ad-subr-arglist ad-subr-args-defined-p ad-undefine-subr-args ada-after-change-function ada-handle-syntax-table-properties ada-initialize-syntax-table-properties ada-set-syntax-table-properties allout-auto-save-hook-handler allout-create-encryption-passphrase-verifier allout-encrypted-key-info allout-get-encryption-passphrase-verifier allout-obtain-passphrase allout-setup-mode-map allout-update-passphrase-mnemonic-aids allout-verify-passphrase allout-write-file-hook-handler auth-source-forget-user-or-password auth-source-pick auth-source-protocol-defaults auth-source-user-or-password-imap auth-source-user-or-password-pop3 auth-source-user-or-password-sftp auth-source-user-or-password-smtp auth-source-user-or-password-ssh avl-tree--del-balance1 avl-tree--del-balance2 avl-tree--enter-balance1 avl-tree--enter-balance2 backward-char-mark backward-char-nomark backward-line-mark backward-line-nomark backward-paragraph-mark backward-paragraph-nomark backward-sexp-mark backward-sexp-nomark backward-word-mark backward-word-nomark beginning-of-buffer-mark beginning-of-buffer-nomark beginning-of-line-mark beginning-of-line-nomark bibtex-complete-internal bibtex-entry-menu build-unicode-category-table bw-adjust-window bw-b bw-balance-sub bw-dir bw-eqdir bw-find-tree-sub bw-find-tree-sub-1 bw-get-tree bw-get-tree-1 bw-l bw-r bw-refresh-edges bw-t byte-compile-byte-code-maker byte-compile-byte-code-unmake byte-compile-compiled-obj-to-list byte-compile-declare-function byte-compile-defmethod-param-convert byte-compile-file-form-defmethod byte-compile-file-form-defsubst byte-compile-funarg byte-compile-funarg-2 byte-compile-let* byte-compile-obsolete byte-compile-quote-form byte-compile-save-window-excursion byte-compile-splice-in-already-compiled-code byte-compile-with-output-to-temp-buffer byte-inline-lapcode c-extend-and-neutralize-syntax-in-CPP c-fast-in-literal c-get-fallback-start-pos c-slow-in-literal caesar-region calcAlg-blink-matching-open calculate-octave-indent cfengine-beginning-of-defun cfengine-end-of-defun cfengine-indent-line cfengine-outline-level char-bytes char-direction cl-byte-compile-block cl-byte-compile-throw comint-kill-output compilation-compat-error-properties compilation-compat-parse-errors compile-buffer-substring copy-region-as-kill-nomark custom-display-unselected-match custom-face-reset-theme custom-theme-delete-face custom-theme-delete-variable custom-theme-face-action custom-theme-variable-action custom-variable-reset-theme cvs-refontify cvs-tree cvs-tree-fuzzy-merge cvs-tree-fuzzy-merge-1 decompose-composite-char def-gdb-auto-updated-buffer dired-old-find-buffer-nocreate dired-omit-new-add-entry dired-omit-old-add-entry dired-touch-initial earcon-article-add-button earcon-article-next-button earcon-article-press-button earcon-article-prev-button earcon-article-push-button earcon-buffer earcon-button-entry earcon-button-push earcon-region emerge-eval-in-buffer encrypt-find-model encrypt-insert-file-contents end-of-buffer-mark end-of-buffer-nomark end-of-line-mark end-of-line-nomark end-of-prolog-clause ensure-overriding-map-is-bound erc-open-ssl-stream erc-select-ssl eshell-deftest eshell-functionp eshell-lookup-function eshell-test eshell-time-less-p eshell-time-to-seconds exchange-point-and-mark-nomark f90-find-tag-default feedmail-queue-send-edit-prompt-help feedmail-queue-send-edit-prompt-help-first feedmail-queue-send-edit-prompt-help-later flymake-line-beginning-position flymake-line-end-position font-setting-handle-config-changed-event format-common-tail fortran-font-lock-syntactic-keywords forward-char-mark forward-char-nomark forward-line-mark forward-line-nomark forward-paragraph-mark forward-paragraph-nomark forward-sexp-mark forward-sexp-nomark forward-word-mark forward-word-nomark frame-update-face-colors frame-update-faces gdb-all-registers gdb-append-to-inferior-io gdb-apple-test gdb-assembler-buffer-name gdb-assembler-custom gdb-assembler-handler gdb-assembler-mode gdb-data-list-register-values-custom gdb-data-list-register-values-handler gdb-dequeue-input gdb-display-assembler-buffer gdb-display-separate-io-buffer gdb-enqueue-input gdb-error gdb-exited gdb-find-source-frame gdb-frame-assembler-buffer gdb-frame-begin gdb-frame-handler-1 gdb-frame-separate-io-buffer gdb-frames-force-update gdb-frames-select gdb-get-changed-registers-handler gdb-get-frame-number gdb-get-register-names gdb-get-selected-frame gdb-get-thread-number gdb-get-version gdb-inferior-io-sender gdb-info-breakpoints-custom gdb-info-breakpoints-handler gdb-info-locals-handler gdb-info-registers-custom gdb-info-registers-handler gdb-info-stack-custom gdb-info-stack-handler gdb-info-threads-custom gdb-info-threads-handler gdb-init-2 gdb-invalidate-assembler gdb-invalidate-locals-1 gdb-invalidate-registers-1 gdb-look-for-tagged-buffer gdb-memory-set-repeat-count gdb-post-prompt gdb-pre-prompt gdb-prompt gdb-recording-handler gdb-remove-text-properties gdb-send-item gdb-separate-io-eof gdb-separate-io-interrupt gdb-separate-io-quit gdb-separate-io-stop gdb-set-gud-minor-mode-existing-buffers gdb-set-gud-minor-mode-existing-buffers-1 gdb-set-header gdb-set-hollow gdb-signal gdb-signalled gdb-source gdb-source-info gdb-stack-list-locals-handler gdb-stopping gdb-subprompt gdb-thread-changed gdb-thread-identification gdb-threads-select gdb-toggle-recording gdb-toggle-recording-1 gdb-use-separate-io-buffer gdb-var-list-children-1 gdb-var-list-children-handler-1 gdb-var-set-format-handler gdb-var-update-1 gdb-var-update-handler-1 gdba get-font-glyphs gnus-article-wash-html-with-w3 gnus-article-wash-html-with-w3m gnus-article-wash-html-with-w3m-standalone gnus-audio-play gnus-batch-brew-soup gnus-brew-soup gnus-button-entry gnus-button-handle-ctan gnus-carpal-mode gnus-carpal-mouse-select gnus-carpal-select gnus-carpal-setup-buffer gnus-change-server gnus-characterp gnus-check-first-time-used gnus-completing-read-with-default gnus-debug gnus-demon gnus-demon-add-nocem gnus-demon-is-idle-p gnus-demon-scan-nocem gnus-earcon-display gnus-fill-real-hashtb gnus-fixup-nnimap-unread-after-getting-new-news gnus-group-brew-soup gnus-group-fetch-charter gnus-group-fetch-control gnus-group-fetch-faq gnus-group-make-archive-group gnus-group-make-kiboze-group gnus-group-make-warchive-group gnus-group-move-group-to-server gnus-group-nnimap-expunge gnus-group-remove-excess-properties gnus-group-soup-map gnus-inews-insert-archive-gcc gnus-move-group-to-server gnus-nocem-active-file gnus-nocem-alist-to-hashtb gnus-nocem-cache-file gnus-nocem-check-article gnus-nocem-close gnus-nocem-enter-article gnus-nocem-epg-verify gnus-nocem-load-cache gnus-nocem-message-wanted-p gnus-nocem-save-active gnus-nocem-save-cache gnus-nocem-scan-groups gnus-nocem-unwanted-article-p gnus-nocem-verify-issuer gnus-play-jingle gnus-pull gnus-registry-add-group gnus-registry-fetch-extra gnus-registry-fetch-group gnus-registry-fetch-groups gnus-registry-store-extra-entry gnus-soup-add-article gnus-soup-area gnus-soup-area-description gnus-soup-area-encoding gnus-soup-area-name gnus-soup-area-number gnus-soup-area-prefix gnus-soup-area-set-number gnus-soup-encoding-format gnus-soup-encoding-index gnus-soup-encoding-kind gnus-soup-field gnus-soup-group-brew gnus-soup-insert-idx gnus-soup-pack gnus-soup-pack-packet gnus-soup-parse-areas gnus-soup-parse-replies gnus-soup-read-areas gnus-soup-reply-encoding gnus-soup-reply-kind gnus-soup-reply-prefix gnus-soup-save-areas gnus-soup-send-packet gnus-soup-send-replies gnus-soup-set-area-prefix gnus-soup-store gnus-soup-unique-prefix gnus-soup-unpack-packet gnus-soup-write-areas gnus-soup-write-prefixes gnus-soup-write-replies gnus-summary-clear-local-variables gnus-summary-delete-marked-as-read gnus-summary-delete-marked-with gnus-summary-fetch-faq gnus-summary-mail-nastygram gnus-summary-mark-as-unread gnus-summary-mark-as-unread-backward gnus-summary-mark-as-unread-forward gnus-summary-nnir-goto-thread gnus-window-configuration-element gnus-windows-old-to-new gnus-with-local-quit gnus-x-splash gpg-decrypt gpg-encrypt gpg-passphrase-read gpg-sign-cleartext gpg-sign-detached gpg-sign-encrypt gpg-verify gpg-verify-cleartext gud-gdb-complete-command gud-gdba-marker-filter hanoi-current-time-float help-window-setup-finish hexl-after-revert-hook hexl-before-revert-hook hfy-face-to-css hfy-p-to-face hfy-p-to-face-lennart iimage-locate-file image-dired-dired-insert-marked-thumbs imap-hash-buffer-name imap-hash-clear imap-hash-count imap-hash-data-body imap-hash-data-headers imap-hash-fetch imap-hash-gather imap-hash-get imap-hash-get-body imap-hash-get-buffer imap-hash-get-headers imap-hash-mailbox imap-hash-make imap-hash-make-message imap-hash-map imap-hash-ms-strip-cr imap-hash-open-connection imap-hash-p imap-hash-password imap-hash-port imap-hash-put imap-hash-rem imap-hash-remove-cr-followed-by-lf imap-hash-server imap-hash-size imap-hash-ssl imap-hash-test imap-hash-user inferior-prolog-guess-flavor inferior-prolog-load-file inferior-prolog-mode inferior-prolog-process inferior-prolog-run inferior-prolog-self-insert-command internal-find-face internal-frob-font-slant internal-frob-font-weight internal-get-face isearch-return-char iswitchb-default-keybindings jka-compr-delete-temp-file js-insert-and-indent list-diary-entries lm lm-amble-robot lm-beginning-of-line lm-blackbox lm-calc-confidences lm-calc-current-smells lm-calc-payoff lm-check-filled-qtuple lm-click lm-confidence-for lm-crash-game lm-cross-qtuple lm-display-statistics lm-emacs-plays lm-end-of-line lm-f lm-find-filled-qtuple lm-fix-weights-for lm-flip-a-coin lm-goto-square lm-goto-xy lm-human-plays lm-human-resigns lm-human-takes-back lm-index-to-x lm-index-to-y lm-init lm-init-board lm-init-display lm-init-score-table lm-init-square-score lm-max-height lm-max-width lm-mode lm-mouse-play lm-move lm-move-down lm-move-ne lm-move-nw lm-move-se lm-move-sw lm-move-up lm-nb-qtuples lm-noise lm-nslify-wts lm-nslify-wts-int lm-offer-a-draw lm-play-move lm-plot-internal lm-plot-landmarks lm-plot-square lm-point-square lm-point-y lm-print-distance lm-print-distance-int lm-print-moves lm-print-smell lm-print-smell-int lm-print-w0 lm-print-w0-int lm-print-wts lm-print-wts-blackbox lm-print-wts-int lm-print-y\,s\,noise lm-print-y\,s\,noise-int lm-prompt-for-move lm-prompt-for-other-game lm-random-move lm-randomize-weights-for lm-set-landmark-signal-strengths lm-start-game lm-start-robot lm-store-old-y_t lm-strongest-square lm-switch-to-window lm-take-back lm-terminate-game lm-test-run lm-update-naught-weights lm-update-normal-weights lm-update-score-in-direction lm-update-score-table lm-weights-debug lm-xy-to-index lm-y ls-lisp-time-lessp ls-lisp-time-to-seconds m2-newline m2-tab mail-source-fetch-webmail mairix-replace-illegal-chars make-local-hook meta-common-initialization meta-looking-at-backward meta-match-buffer midnight-time-float minibuffer-complete-shell-command mldrag-drag-mode-line mldrag-drag-vertical-line mml1991-gpg-encrypt mml1991-gpg-sign mml2015-gpg-clear-decrypt mml2015-gpg-clear-verify mml2015-gpg-decrypt mml2015-gpg-decrypt-1 mml2015-gpg-encrypt mml2015-gpg-passphrase mml2015-gpg-sign mml2015-gpg-verify mode-line-abbrev-mode mode-line-auto-fill-mode mouse-drag-mode-line-1 mouse-drag-move-window-bottom mouse-drag-move-window-top mouse-drag-vertical-line-rightward-window mouse-drag-window-above mouse-move-drag-overlay mouse-show-mark move-to-column-force netrc-point-at-eol news-/ news-add-news-group news-caadr news-cadar news-caddr news-cadr news-caesar-buffer-body news-cdadr news-cdar news-convert-format news-delete-headers news-exit news-find-first-and-last news-find-first-or-last news-force-update news-get-certifications news-get-motion-lists news-get-new-news news-get-pruned-list-of-files news-goto-message news-goto-news-group news-group-certification news-inews news-list-news-groups news-mail-other-window news-mail-reply news-make-link-to-message news-mode news-move-to-group news-next-group news-next-message news-parse-range news-post-news news-previous-group news-previous-message news-push news-read-files-into-buffer news-read-in-file news-reply news-reply-distribution news-reply-followup-to news-reply-keywords news-reply-mode news-reply-newsgroups news-reply-signature news-reply-summary news-reply-yank-original news-save-item-in-file news-select-message news-select-news-group news-set-current-certifiable news-set-current-group-certification news-set-message-counters news-set-mode-line news-setup news-show-all-headers news-unsubscribe-current-group news-unsubscribe-group news-unsubscribe-internal news-update-message-read news-update-newsrc-file news-wins news-write-certifications next-line-mark next-line-nomark nndb-asynchronous-p nndb-build-article-string nndb-build-expire-rest-list nndb-close-group nndb-close-server nndb-get-remote-expire-response nndb-list-active-group nndb-open-server nndb-request-accept-article nndb-request-article nndb-request-body nndb-request-close nndb-request-expire-articles nndb-request-expire-articles-local nndb-request-expire-articles-remote nndb-request-group nndb-request-group-articles nndb-request-head nndb-request-list nndb-request-list-newsgroups nndb-request-move-article nndb-request-newgroups nndb-request-post nndb-request-replace-article nndb-request-set-mark nndb-request-type nndb-request-update-info nndb-request-update-mark nndb-retrieve-articles nndb-retrieve-groups nndb-retrieve-headers nndb-server-opened nndb-status-message nndb-touch-article nnfolder-request-update-info nnimap-assoc-match nnimap-asynchronous-p nnimap-before-find-minmax-bugworkaround nnimap-callback nnimap-date-days-ago nnimap-demule nnimap-dont-use-nov-p nnimap-expiry-target nnimap-expunge nnimap-find-minmax-uid nnimap-get-server-buffer nnimap-group-overview-filename nnimap-make-callback nnimap-mark-permanent-p nnimap-mark-to-flag nnimap-mark-to-flag-1 nnimap-mark-to-predicate nnimap-pattern-to-list-arguments nnimap-possibly-change-server nnimap-remove-server-from-buffer-alist nnimap-replace-whitespace nnimap-request-article-part nnimap-request-body nnimap-request-expire-articles-progress nnimap-request-type nnimap-retrieve-groups nnimap-retrieve-headers-from-file nnimap-retrieve-headers-from-server nnimap-retrieve-headers-progress nnimap-retrieve-which-headers nnimap-split-articles nnimap-split-fancy nnimap-split-find-inbox nnimap-split-find-rule nnimap-split-to-groups nnimap-strict-function-match nnimap-string-lessp-numerical nnimap-time-substract nnimap-update-unseen nnimap-verify-uidvalidity nnir-artlist-artitem-group nnir-artlist-artitem-number nnir-artlist-artitem-rsv nnir-group-full-name nnir-group-mode-hook nnir-group-server nnir-run-waissearch nnkiboze-close-group nnkiboze-close-server nnkiboze-enter-nov nnkiboze-generate-group nnkiboze-generate-groups nnkiboze-nov-file-name nnkiboze-open-server nnkiboze-possibly-change-group nnkiboze-prefixed-name nnkiboze-request-article nnkiboze-request-close nnkiboze-request-delete-group nnkiboze-request-group nnkiboze-request-list nnkiboze-request-list-newsgroups nnkiboze-request-post nnkiboze-request-scan nnkiboze-retrieve-headers nnkiboze-score-file nnkiboze-server-opened nnkiboze-status-message nnlistserv-asynchronous-p nnlistserv-close-group nnlistserv-close-server nnlistserv-kk-create-mapping nnlistserv-kk-identity nnlistserv-kk-search nnlistserv-kk-wash-article nnlistserv-open-server nnlistserv-request-article nnlistserv-request-close nnlistserv-request-create-group nnlistserv-request-delete-group nnlistserv-request-group nnlistserv-request-list nnlistserv-request-list-newsgroups nnlistserv-request-post nnlistserv-request-scan nnlistserv-request-update-info nnlistserv-retrieve-headers nnlistserv-server-opened nnlistserv-status-message nnmaildir-request-update-info nnmairix-request-update-info nnml-request-update-info nnrss-generate-active nnrss-snarf-moreover-categories nnslashdot-close-group nnslashdot-close-server nnslashdot-date-to-date nnslashdot-generate-active nnslashdot-init nnslashdot-lose nnslashdot-make-tuple nnslashdot-open-server nnslashdot-possibly-change-server nnslashdot-read-groups nnslashdot-request-article nnslashdot-request-close nnslashdot-request-delete-group nnslashdot-request-expire-articles nnslashdot-request-group nnslashdot-request-list nnslashdot-request-list-newsgroups nnslashdot-request-newgroups nnslashdot-request-post nnslashdot-retrieve-headers nnslashdot-retrieve-headers-1 nnslashdot-server-opened nnslashdot-status-message nnslashdot-write-groups nnsoup-article-to-area nnsoup-close-group nnsoup-close-server nnsoup-delete-unreferenced-message-files nnsoup-dissect-buffer nnsoup-file nnsoup-file-name nnsoup-index-buffer nnsoup-kind-to-prefix nnsoup-make-active nnsoup-message-buffer nnsoup-narrow-to-article nnsoup-next-prefix nnsoup-number-of-articles nnsoup-open-server nnsoup-pack-replies nnsoup-possibly-change-group nnsoup-read-active-file nnsoup-read-areas nnsoup-request-article nnsoup-request-close nnsoup-request-expire-articles nnsoup-request-group nnsoup-request-list nnsoup-request-list-newsgroups nnsoup-request-mail nnsoup-request-newgroups nnsoup-request-post nnsoup-request-scan nnsoup-request-type nnsoup-retrieve-headers nnsoup-revert-variables nnsoup-server-opened nnsoup-set-variables nnsoup-status-message nnsoup-store-reply nnsoup-unpack-packets nnsoup-write-active-file nnsoup-write-replies nntp-async-kluge nntp-insert-buffer-substring nntp-open-network-stream nntp-open-ssl-stream nntp-open-tls-stream nntp-request-update-info nnultimate-close-group nnultimate-close-server nnultimate-create-mapping nnultimate-find-forum-table nnultimate-find-forum-table-1 nnultimate-forum-table-p nnultimate-generate-active nnultimate-init nnultimate-open-server nnultimate-possibly-change-server nnultimate-prune-days nnultimate-read-groups nnultimate-request-article nnultimate-request-close nnultimate-request-group nnultimate-request-list nnultimate-request-list-newsgroups nnultimate-request-newgroups nnultimate-request-post nnultimate-retrieve-headers nnultimate-server-opened nnultimate-status-message nnultimate-topic-article-to-article nnultimate-write-groups nnvirtual-request-list nnwarchive-backlog nnwarchive-backlog-enter-article nnwarchive-close-group nnwarchive-close-server nnwarchive-egroups-article nnwarchive-egroups-list nnwarchive-egroups-list-groups nnwarchive-egroups-xover nnwarchive-egroups-xover-files nnwarchive-eval nnwarchive-from-r13 nnwarchive-generate-active nnwarchive-get-article nnwarchive-init nnwarchive-mail-archive-article nnwarchive-mail-archive-list nnwarchive-mail-archive-list-groups nnwarchive-mail-archive-xover nnwarchive-mail-archive-xover-files nnwarchive-make-caesar-translation-table nnwarchive-open-server nnwarchive-paged nnwarchive-possibly-change-server nnwarchive-read-groups nnwarchive-request-article nnwarchive-request-close nnwarchive-request-group nnwarchive-request-list nnwarchive-request-list-newsgroups nnwarchive-request-post nnwarchive-retrieve-headers nnwarchive-server-opened nnwarchive-set-default nnwarchive-status-message nnwarchive-url nnwarchive-write-groups nnwfm-close-group nnwfm-close-server nnwfm-create-mapping nnwfm-date-to-time nnwfm-find-forum-table nnwfm-find-forum-table-1 nnwfm-forum-table-p nnwfm-generate-active nnwfm-init nnwfm-new-threads-p nnwfm-open-server nnwfm-possibly-change-server nnwfm-read-groups nnwfm-request-article nnwfm-request-close nnwfm-request-group nnwfm-request-list nnwfm-request-list-newsgroups nnwfm-request-newgroups nnwfm-request-post nnwfm-retrieve-headers nnwfm-server-opened nnwfm-status-message nnwfm-write-groups octave-add-octave-menu octave-backward-block octave-backward-up-block octave-before-magic-comment-p octave-blink-matching-block-open octave-block-end-offset octave-close-block octave-comment-indent octave-comment-region octave-describe-major-mode octave-down-block octave-electric-semi octave-electric-space octave-end-as-array-index-p octave-end-of-defun octave-forward-block octave-help octave-in-block-p octave-in-defun-p octave-indent-for-comment octave-indent-line octave-mark-defun octave-re-search-backward-kw octave-re-search-forward-kw octave-reindent-then-newline-and-indent octave-scan-blocks octave-uncomment-region octave-up-block open-ssl-stream org-add-to-invisibility-spec org-checkbox-blocked-p org-delete-overlay org-first-list-item-p org-fix-bullet-type org-footnote-goto-next-reference org-get-bullet org-insert-footnote-reference-near-definition org-item-indent-positions org-list-end org-list-goto-true-beginning org-list-item-beginning org-list-make-subtrees org-make-overlay org-maybe-renumber-ordered-list org-maybe-renumber-ordered-list-safe org-mode-p org-move-overlay org-overlay-buffer org-overlay-end org-overlay-get org-overlay-put org-overlay-start org-overlays-at org-overlays-in org-renumber-ordered-list org-shift-item-indentation outline-visible pascal-get-beg-of-line pascal-get-end-of-line pc-select-ensure-mark pc-select-maybe-deactivate-mark pcomplete--common-suffix pcomplete--table-subvert pcomplete-parse-erc-arguments perl-font-lock-special-syntactic-constructs pop3-process-filter previous-line-mark previous-line-nomark proced-unload-function produce-allout-mode-map prolog-consult-region-and-go prolog-mode-menu ps-run-newline python-comint-output-filter-function python-shell python-toggle-shells quail-choose-completion-string rcirc-browse-url-at-mouse rcirc-browse-url-at-point rcirc-complete-nick read-file-name-defaults remember-time-to-seconds rnews rng-time-to-float ruby-comment-beg-syntax ruby-here-doc-beg-match ruby-here-doc-beg-syntax ruby-here-doc-end-syntax ruby-here-doc-find-end ruby-in-here-doc-p screen-height screen-width scroll-down-mark scroll-down-nomark scroll-up-mark scroll-up-nomark semantic-highlight-edits-mode-setup semantic-highlight-func-mode-setup semantic-show-parser-state-mode-setup semantic-show-unmatched-syntax-mode-setup semantic-stickyfunc-mode-setup set-screen-height set-screen-width set-scroll-bar-mode-1 sh-font-lock-close-heredoc sh-font-lock-flush-syntax-ppss-cache sh-font-lock-here-doc sha1-binary sha1-block sha1-region sha1-region-external sha1-region-internal sha1-string sha1-string-external sha1-string-internal shell-dynamic-complete-as-command shell-dynamic-complete-as-environment-variable show-all-diary-entries sieve-manage-interactive-login smie-bnf-classify smie-bnf-closer-alist smtpmail-open-stream split-window-save-restore-data sql-connect-db2 sql-connect-informix sql-connect-ingres sql-connect-interbase sql-connect-linter sql-connect-ms sql-connect-mysql sql-connect-oracle sql-connect-postgres sql-connect-solid sql-connect-sqlite sql-connect-sybase sql-escape-newlines-and-send sql-keywords-re sql-product-feature sql-query-placeholders-and-send string-subst-char switch-to-prolog test-rmail-mime-bulk-handler test-rmail-mime-handler test-rmail-mime-multipart-handler tetris-shape-height tex-compilation-parse-errors texinfo-insert-@-with-arg tramp-coding-system-change-eol-conversion tramp-compat-line-beginning-position tramp-compat-line-end-position tramp-decimal-to-octal tramp-fish-do-copy-or-rename-file tramp-fish-do-copy-or-rename-file-directly tramp-fish-file-name-handler tramp-fish-file-name-p tramp-fish-get-file-entries tramp-fish-handle-add-name-to-file tramp-fish-handle-copy-file tramp-fish-handle-delete-directory tramp-fish-handle-delete-file tramp-fish-handle-directory-files-and-attributes tramp-fish-handle-executable-find tramp-fish-handle-expand-file-name tramp-fish-handle-file-attributes tramp-fish-handle-file-directory-p tramp-fish-handle-file-executable-p tramp-fish-handle-file-exists-p tramp-fish-handle-file-local-copy tramp-fish-handle-file-name-all-completions tramp-fish-handle-file-newer-than-file-p tramp-fish-handle-file-readable-p tramp-fish-handle-file-writable-p tramp-fish-handle-insert-directory tramp-fish-handle-insert-file-contents tramp-fish-handle-make-directory tramp-fish-handle-make-directory-internal tramp-fish-handle-make-symbolic-link tramp-fish-handle-process-file tramp-fish-handle-rename-file tramp-fish-handle-set-file-modes tramp-fish-handle-set-file-times tramp-fish-handle-write-region tramp-fish-maybe-open-connection tramp-fish-read-file-entry tramp-fish-retrieve-data tramp-fish-send-command tramp-fish-send-command-and-check tramp-handle-add-name-to-file tramp-handle-call-process-region tramp-handle-copy-directory tramp-handle-copy-file tramp-handle-delete-directory tramp-handle-delete-file tramp-handle-dired-compress-file tramp-handle-dired-recursive-delete-directory tramp-handle-executable-find tramp-handle-expand-file-name tramp-handle-file-attributes tramp-handle-file-directory-p tramp-handle-file-executable-p tramp-handle-file-local-copy tramp-handle-file-name-all-completions tramp-handle-file-ownership-preserved-p tramp-handle-file-readable-p tramp-handle-file-selinux-context tramp-handle-file-truename tramp-handle-file-writable-p tramp-handle-insert-directory tramp-handle-insert-file-contents-literally tramp-handle-make-auto-save-file-name tramp-handle-make-directory tramp-handle-make-symbolic-link tramp-handle-process-file tramp-handle-rename-file tramp-handle-set-file-modes tramp-handle-set-file-selinux-context tramp-handle-set-file-times tramp-handle-set-visited-file-modtime tramp-handle-start-file-process tramp-handle-vc-registered tramp-handle-verify-visited-file-modtime tramp-handle-write-region tramp-imap-decode-buffer tramp-imap-do-copy-or-rename-file tramp-imap-encode-buffer tramp-imap-file-name-handler tramp-imap-file-name-localname tramp-imap-file-name-mailbox tramp-imap-file-name-name tramp-imap-file-name-p tramp-imap-file-name-parse tramp-imap-get-file tramp-imap-get-file-entries tramp-imap-get-file-inode tramp-imap-handle-copy-file tramp-imap-handle-delete-file tramp-imap-handle-directory-files-and-attributes tramp-imap-handle-expand-file-name tramp-imap-handle-file-attributes tramp-imap-handle-file-directory-p tramp-imap-handle-file-executable-p tramp-imap-handle-file-exists-p tramp-imap-handle-file-local-copy tramp-imap-handle-file-name-all-completions tramp-imap-handle-file-newer-than-file-p tramp-imap-handle-file-readable-p tramp-imap-handle-file-writable-p tramp-imap-handle-insert-directory tramp-imap-handle-insert-file-contents tramp-imap-handle-rename-file tramp-imap-handle-write-region tramp-imap-make-iht tramp-imap-passphrase-callback-function tramp-imap-put-file tramp-local-call-process tramp-octal-to-decimal tramp-outline-level tramp-set-process-query-on-exit-flag tramp-smb-handle-directory-files-and-attributes tramp-smb-handle-file-exists-p tramp-smb-handle-file-newer-than-file-p url-cookie-tag vc-default-previous-version verilog-alw-get-outputs verilog-decls-get-regs verilog-decls-get-wires verilog-get-beg-of-line verilog-get-end-of-line verilog-inside-comment-p verilog-modi-cache-add-regs verilog-modi-cache-add-wires vhdl-mode-line-update view-diary-entries webmail-fetch widget-color-complete widget-default-complete widget-file-complete widget-string-complete with-progress-reporter with-timeout-handler x-frob-font-slant x-frob-font-weight x-get-cut-buffer x-make-font-bold x-make-font-bold-italic x-make-font-demibold x-make-font-italic x-make-font-oblique x-make-font-unbold x-make-font-unitalic x-menu-activate x-menu-add-item x-menu-change-associated-buffer x-menu-create-menu x-menu-delete-item x-menu-mode x-menu-pick-entry x-set-cut-buffer x-setup-function-keys)
(added *table--cell-center-region 5x5-defvar-local 5x5-grid-to-vec 5x5-log 5x5-log-init 5x5-solve-rotate-left 5x5-solve-rotate-right 5x5-solve-suggest 5x5-solver 5x5-vec-to-grid Footnote-unicode Info-isearch-end Man-bookmark-jump Man-bookmark-make-record Man-default-bookmark-title Man-page-from-arguments abbrev-edit-save-buffer abbrev-edit-save-to-file abbrev-table-empty-p ad-Orig-dnd-insert-text ad-Orig-dnd-open-file ad-Orig-find-tag ad-Orig-idlwave-shell-electric-debug-mode ad-Orig-org-format-latex-as-mathml ad-Orig-outline-end-of-subtree ad-Orig-save-place-find-file-hook ad-Orig-server-visit-files ad-Orig-visit-tags-table align--set-marker allout-auto-activation-helper allout-body-modification-handler allout-called-interactively-p allout-chart-exposure-contour-by-icon allout-compose-and-institute-keymap allout-current-decorated-p allout-decorate-item-and-context allout-decorate-item-body allout-decorate-item-cue allout-decorate-item-guides allout-decorate-item-icon allout-decorate-item-span allout-elapsed-time-seconds allout-fetch-icon-image allout-find-image allout-frame-property allout-get-item-widget allout-get-or-create-item-widget allout-get-or-create-parent-widget allout-graphics-modification-handler allout-inhibit-auto-save-info-for-decryption allout-institute-keymap allout-item-actual-position allout-item-element-span-is allout-item-icon-key-handler allout-item-location allout-item-span allout-mark-active-p allout-maybe-resume-auto-save-info-after-encryption allout-new-item-widget allout-next-single-char-property-change allout-parse-item-at-point allout-previous-single-char-property-change allout-range-overlaps allout-redecorate-item allout-redecorate-visible-subtree allout-select-safe-coding-system allout-set-boundary-marker allout-setup allout-setup-text-properties allout-substring-no-properties allout-test-range-overlaps allout-widgetize-buffer allout-widgets-additions-processor allout-widgets-additions-recorder allout-widgets-adjusting-message allout-widgets-after-change-handler allout-widgets-after-copy-or-kill-function allout-widgets-after-undo-function allout-widgets-before-change-handler allout-widgets-changes-dispatcher allout-widgets-copy-list allout-widgets-count-buttons-in-region allout-widgets-deletions-processor allout-widgets-deletions-recorder allout-widgets-exposure-change-processor allout-widgets-exposure-change-recorder allout-widgets-exposure-undo-processor allout-widgets-exposure-undo-recorder allout-widgets-hook-error-handler allout-widgets-mode allout-widgets-mode-disable allout-widgets-mode-enable allout-widgets-mode-off allout-widgets-mode-on allout-widgets-post-command-business allout-widgets-pre-command-business allout-widgets-prepopulate-buffer allout-widgets-run-unit-tests allout-widgets-setup allout-widgets-shifts-processor allout-widgets-shifts-recorder allout-widgets-tally-string allout-widgets-undecorate-item allout-widgets-undecorate-region allout-widgets-undecorate-text allout-widgets-version allout-write-contents-hook-handler ange-ftp-switches-ok ansi-color-apply-overlay-face appt-mode-line archive-7z-extract archive-7z-summarize archive-7z-write-file-member article-date-combined-lapsed article-lapsed-string article-transform-date article-treat-date article-treat-non-ascii artist-select-op-pen-line as-get-flagged-mail as-get-selected-mail auth-source-backend auth-source-backend-child-p auth-source-backend-p auth-source-backend-parse auth-source-backend-parse-parameters auth-source-delete auth-source-do-trivia auth-source-do-warn auth-source-ensure-strings auth-source-epa-extract-gpg-token auth-source-epa-make-gpg-token auth-source-forget auth-source-forget+ auth-source-format-cache-entry auth-source-format-prompt auth-source-netrc-create auth-source-netrc-element-or-first auth-source-netrc-normalize auth-source-netrc-parse auth-source-netrc-saver auth-source-netrc-search auth-source-pick-first-password auth-source-plstore-create auth-source-plstore-search auth-source-read-char-choice auth-source-recall auth-source-remember auth-source-remembered-p auth-source-search auth-source-search-backends auth-source-search-collection auth-source-secrets-create auth-source-secrets-search auth-source-specmatchp auth-source-token-passphrase-callback-function auth-source-user-and-password authors-disambiguate-file-name autoload-find-generated-file avl-tree--check avl-tree--check-node avl-tree--create avl-tree--del-balance avl-tree--dir-to-sign avl-tree--enter-balance avl-tree--sign-to-dir avl-tree--stack-create avl-tree--stack-p avl-tree--stack-repopulate avl-tree--stack-reverse avl-tree--stack-store avl-tree--switch-dir avl-tree-mapc avl-tree-mapcar avl-tree-mapf avl-tree-member-p avl-tree-stack avl-tree-stack-empty-p avl-tree-stack-first avl-tree-stack-p avl-tree-stack-pop balance-windows-1 balance-windows-2 balance-windows-area-adjust battery-yeeloong-sysfs bdf-check-font bdf-compact-code bdf-expand-code bdf-generate-font bdf-generate-glyph bdf-generate-prologue bdf-get-bitmap bdf-get-font-info bdf-info-absolute-path bdf-info-baseline-offset bdf-info-code-range bdf-info-font-bounding-box bdf-info-maxlen bdf-info-mod-time bdf-info-offset-vector bdf-info-relative-compose bdf-info-size bdf-initialize bdf-read-bitmap bdf-read-cache bdf-read-font-info bdf-search-and-read bdf-set-cache bdf-write-cache bibtex-BookInBook bibtex-Collection bibtex-InReference bibtex-MVBook bibtex-MVCollection bibtex-MVProceedings bibtex-MVReference bibtex-Online bibtex-Patent bibtex-Periodical bibtex-Reference bibtex-Report bibtex-SuppBook bibtex-SuppCollection bibtex-SuppPeriodical bibtex-Thesis bibtex-completion-at-point-function bibtex-display-entries bibtex-entry-alist bibtex-search-entries bibtex-set-dialect bibtex-vec-incr bibtex-vec-push bidi-string-mark-left-to-right blink-matching-check-mismatch blink-paren-post-self-insert-function browse-url-can-use-xdg-open browse-url-chromium browse-url-xdg-open bury-buffer-internal byte-compile-add-to-list byte-compile-arglist-vars byte-compile-bind byte-compile-check-variable byte-compile-dynamic-variable-bind byte-compile-dynamic-variable-op byte-compile-get-closed-var byte-compile-inline-lapcode byte-compile-macroexpand-declare-function byte-compile-make-args-desc byte-compile-make-closure byte-compile-make-lambda-lexenv byte-compile-make-obsolete-variable byte-compile-not-lexical-var-p byte-compile-preprocess byte-compile-push-binding-init byte-compile-push-bytecode-const2 byte-compile-push-bytecodes byte-compile-set-default byte-compile-stack-adjustment byte-compile-stack-ref byte-compile-stack-set byte-compile-toplevel-file-form byte-compile-unbind byte-compile-unfold-bcf byte-compile-variable-set byte-recompile-file c-append-lower-brace-pair-to-state-cache c-append-to-state-cache c-at-macro-vsemi-p c-before-change-check-<>-operators c-change-set-fl-decl-start c-cheap-inside-bracelist-p c-clear-<-pair-props c-clear-<-pair-props-if-match-after c-clear-<>-pair-props c-clear->-pair-props c-clear->-pair-props-if-match-before c-clear-cpp-delimiters c-comment-out-cpps c-context-set-fl-decl-start c-count-cfss c-determine-+ve-limit c-determine-limit c-determine-limit-get-base c-extend-font-lock-region-for-macros c-font-lock-enclosing-decls c-font-lock-enum-tail c-font-lock-fontify-region c-forward-annotation c-get-cache-scan-pos c-get-fallback-scan-pos c-guess c-guess-accumulate c-guess-accumulate-offset c-guess-buffer c-guess-buffer-no-install c-guess-current-offset c-guess-dump-accumulator c-guess-dump-guessed-style c-guess-dump-guessed-values c-guess-empty-line-p c-guess-examine c-guess-guess c-guess-guessed-syntactic-symbols c-guess-install c-guess-make-basic-offset c-guess-make-offsets-alist c-guess-make-style c-guess-merge-offsets-alists c-guess-no-install c-guess-region c-guess-region-no-install c-guess-reset-accumulator c-guess-sort-accumulator c-guess-style-name c-guess-symbolize-integer c-guess-symbolize-offsets-alist c-guess-view c-guess-view-mark-guessed-entries c-guess-view-reorder-offsets-alist-in-style c-invalidate-macro-cache c-invalidate-state-cache-1 c-macro-vsemi-status-unknown-p c-make-font-lock-BO-decl-search-function c-make-font-lock-context-search-function c-make-font-lock-search-form c-make-macro-with-semi-re c-most-enclosing-decl-block c-narrow-to-most-enclosing-decl-block c-neutralize-syntax-in-and-mark-CPP c-parse-state-1 c-parse-state-get-strategy c-pull-open-brace c-punctuation-in c-record-parse-state-state c-remove-stale-state-cache c-remove-stale-state-cache-backwards c-renarrow-state-cache c-replay-parse-state-state c-restore-<->-as-parens c-search-backward-char-property c-search-forward-char-property c-set-cpp-delimiters c-set-fl-decl-start c-state-balance-parens-backwards c-state-cache-after-top-paren c-state-cache-init c-state-cache-non-literal-place c-state-cache-top-lparen c-state-cache-top-paren c-state-get-min-scan-pos c-state-lit-beg c-state-literal-at c-state-mark-point-min-literal c-state-pp-to-literal c-state-push-any-brace-pair c-state-safe-place c-state-semi-safe-place c-suppress-<->-as-parens c-syntactic-end-of-macro c-uncomment-out-cpps c-unmark-<->-as-paren c-while-widening-to-decl-block c-widen-to-enclosing-decl-scope c-with-<->-as-parens-suppressed c-with-all-but-one-cpps-commented-out c-with-cpps-commented-out calc-db calc-freq calc-is-option calc-l-prefix-help calc-lu-divide calc-lu-minus calc-lu-plus calc-lu-quant calc-lu-times calc-midi calc-np calc-option calc-option-prefix-help calc-spn calcAlg-blink-matching-check calcFunc-dbfield calcFunc-dbpower calcFunc-freq calcFunc-lufadd calcFunc-lufdiv calcFunc-lufmul calcFunc-lufquant calcFunc-lufsub calcFunc-lupadd calcFunc-lupdiv calcFunc-lupmul calcFunc-lupquant calcFunc-lupsub calcFunc-midi calcFunc-npfield calcFunc-nppower calcFunc-spn calendar-customized-p calendar-hebrew-birthday calendar-scroll-toolkit-scroll cc-choose-style-for-mode cconv--analyse-function cconv--analyse-use cconv--convert-function cconv--map-diff cconv--map-diff-elem cconv--map-diff-set cconv--set-diff cconv--set-diff-map cconv-analyse-form cconv-closure-convert cconv-convert cfengine-auto-mode cfengine-common-settings cfengine-common-syntax cfengine2-beginning-of-defun cfengine2-end-of-defun cfengine2-indent-line cfengine2-mode cfengine2-outline-level cfengine3-beginning-of-defun cfengine3-end-of-defun cfengine3-indent-line cfengine3-mode cl--make-usage-args cl--make-usage-var collapse-delayed-warnings color-cie-de2000 color-clamp color-complement color-complement-hex color-darken-hsl color-darken-name color-desaturate-hsl color-desaturate-name color-gradient color-hsl-to-rgb color-hue-to-rgb color-lab-to-srgb color-lab-to-xyz color-lighten-hsl color-lighten-name color-name-to-rgb color-rgb-to-hex color-rgb-to-hsl color-rgb-to-hsv color-saturate-hsl color-saturate-name color-srgb-to-lab color-srgb-to-xyz color-xyz-to-lab color-xyz-to-srgb comint--common-quoted-suffix comint--common-suffix comint--complete-file-name-data comint--match-partial-filename comint--table-subvert comint--unquote&expand-filename comint-c-a-p-replace-by-expanded-history comint-completion-at-point comint-completion-file-name-table comint-filename-completion comment-only-p compilation--compat-error-properties compilation--compat-parse-errors compilation--ensure-parse compilation--file-struct->file-spec compilation--file-struct->formats compilation--file-struct->loc-tree compilation--flush-directory-cache compilation--flush-file-structure compilation--flush-parse compilation--loc->col compilation--loc->file-struct compilation--loc->line compilation--loc->marker compilation--loc->visited compilation--make-cdrloc compilation--make-file-struct compilation--make-message compilation--message->end-loc compilation--message->loc compilation--message->type compilation--message-p compilation--parse-region compilation--previous-directory compilation--put-prop compilation--remove-properties compilation--unsetup compilation-next-single-property-change compilation-parse-errors compilation-set-skip-threshold completing-read-default completion--cache-all-sorted-completions completion--capf-wrapper completion--common-suffix completion--cycle-threshold completion--done completion--field-metadata completion--message completion--metadata completion--sreverse completion--styles completion-basic--pattern completion-help-at-point completion-in-region--postch completion-in-region-mode completion-metadata completion-metadata-get completion-substring--all-completions completion-substring-all-completions completion-substring-try-completion completion-table-case-fold condition-case-unless-debug convert-pdf copy-ert--ewoc-entry copy-ert--stats copy-ert--test-execution-info copy-ert-test copy-ert-test-aborted-with-non-local-exit copy-ert-test-failed copy-ert-test-passed copy-ert-test-quit copy-ert-test-result copy-ert-test-result-with-condition copy-gdb-table copy-nnimap copy-soap-array-type copy-soap-basic-type copy-soap-binding copy-soap-bound-operation copy-soap-element copy-soap-message copy-soap-namespace copy-soap-namespace-link copy-soap-operation copy-soap-port copy-soap-port-type copy-soap-sequence-element copy-soap-sequence-type copy-soap-wsdl copy-url-future copy-url-queue copyright-find-copyright copyright-find-end copysign count-words count-words--message count-words-region cua--filter-buffer-noprops current-bidi-paragraph-direction custom--frame-color-default custom--initialize-widget-variables custom-available-themes custom-describe-theme custom-face-edit-value-create custom-face-edit-value-visibility-action custom-face-get-current-spec custom-face-state custom-face-widget-to-spec custom-fix-face-spec custom-theme--load-path custom-theme-add-face-1 custom-theme-add-var-1 custom-theme-checkbox-toggle custom-theme-choose-mode custom-theme-load-confirm custom-theme-name-valid-p custom-theme-revert custom-theme-save custom-theme-selections-toggle custom-theme-summary custom-toggle-hide-face custom-toggle-hide-variable custom-variable-state customize-project customize-push-and-save customize-target customize-themes cvs-add-branch-prefix cvs-add-secondary-branch-prefix cvs-addto-collection cvs-append-to-ignore cvs-buffer-check cvs-buffer-p cvs-change-cvsroot cvs-cleanup-collection cvs-cleanup-removed cvs-cmd-do cvs-commit-filelist cvs-commit-minor-wrap cvs-defaults cvs-diff-backup-extractor cvs-dir-member-p cvs-do-commit cvs-do-edit-log cvs-do-removal cvs-ediff-diff cvs-ediff-exit-hook cvs-ediff-merge cvs-ediff-startup-hook cvs-edit-log-filelist cvs-edit-log-minor-wrap cvs-edit-log-text-at-point cvs-emerge-diff cvs-emerge-merge cvs-enabledp cvs-execute-single-file cvs-execute-single-file-list cvs-find-modif cvs-get-cvsroot cvs-get-marked cvs-get-module cvs-header-msg cvs-help cvs-ignore-marks-p cvs-insert-file cvs-is-within-p cvs-make-cvs-buffer cvs-mark-buffer-changed cvs-mark-fis-dead cvs-menu cvs-minor-mode cvs-mode cvs-mode! cvs-mode-acknowledge cvs-mode-add cvs-mode-add-change-log-entry-other-window cvs-mode-byte-compile-files cvs-mode-checkout cvs-mode-commit cvs-mode-commit-setup cvs-mode-delete-lock cvs-mode-diff cvs-mode-diff-1 cvs-mode-diff-backup cvs-mode-diff-head cvs-mode-diff-map cvs-mode-diff-repository cvs-mode-diff-vendor cvs-mode-diff-yesterday cvs-mode-display-file cvs-mode-do cvs-mode-edit-log cvs-mode-examine cvs-mode-files cvs-mode-find-file cvs-mode-find-file-other-window cvs-mode-force-command cvs-mode-idiff cvs-mode-idiff-other cvs-mode-ignore cvs-mode-imerge cvs-mode-insert cvs-mode-kill-buffers cvs-mode-kill-process cvs-mode-log cvs-mode-map cvs-mode-mark cvs-mode-mark-all-files cvs-mode-mark-get-modif cvs-mode-mark-matching-files cvs-mode-mark-on-state cvs-mode-marked cvs-mode-next-line cvs-mode-previous-line cvs-mode-quit cvs-mode-remove cvs-mode-remove-handled cvs-mode-revert-buffer cvs-mode-revert-to-rev cvs-mode-run cvs-mode-set-flags cvs-mode-status cvs-mode-tag cvs-mode-toggle-mark cvs-mode-toggle-marks cvs-mode-tree cvs-mode-undo cvs-mode-unmark cvs-mode-unmark-all-files cvs-mode-unmark-up cvs-mode-untag cvs-mode-update cvs-mode-view-file cvs-mode-view-file-other-window cvs-mouse-toggle-mark cvs-move-to-goal-column cvs-parse-process cvs-query-directory cvs-reread-cvsrc cvs-retrieve-revision cvs-revert-if-needed cvs-run-process cvs-sentinel cvs-set-branch-prefix cvs-set-secondary-branch-prefix cvs-tags-list cvs-temp-buffer cvs-update-filter cvs-update-header cvs-vc-command-advice debbugs-gnu debug-arglist def-gdb-display-buffer def-gdb-frame-for-buffer def-gdb-memory-format def-gdb-memory-show-page def-gdb-memory-unit def-gdb-preempt-display-buffer def-gdb-set-positive-number def-gdb-thread-buffer-command def-gdb-thread-buffer-gud-command def-gdb-thread-buffer-simple-command def-gdb-trigger-and-handler define-package defun-cvs-mode delete-forward-char delete-other-windows-internal delete-window-internal denato-region describe-package describe-package-1 describe-theme describe-theme-1 diary-fancy-date-matcher diary-fancy-date-pattern diary-hebrew-birthday diary-include-files diary-outlook-format-1 diff-file-local-copy diff-no-select dired-goto-file-1 dired-safe-switches-p dired-switches-escape-p dired-x-read-filename-at-point display-buffer--maybe-pop-up-frame-or-window display-buffer--maybe-same-window display-buffer--special-action display-buffer-assq-regexp display-buffer-pop-up-frame display-buffer-pop-up-window display-buffer-record-window display-buffer-reuse-window display-buffer-same-window display-buffer-use-some-window display-delayed-warnings display-table-print-array dnd-unescape-uri do-applescript doc-file-to-info doc-file-to-man doc-view-fallback-mode doc-view-fit-height-to-window doc-view-fit-page-to-window doc-view-fit-width-to-window doc-view-mode-maybe doc-view-odf->pdf doc-view-set-doc-type dos-convert-standard-filename dos-intdos dos-make-register dos-mode25 dos-mode4350 dos-register-value dos-set-default-process-coding-system dos-set-register-value dynamic-setting-handle-config-changed-event ede ede--get-inode-dir-hash ede--inode-for-dir ede--inode-get-toplevel-open-project ede--project-inode ede--put-inode-dir-hash ede-add-file ede-add-project-to-global-list ede-add-subproject ede-adebug-project ede-adebug-project-parent ede-adebug-project-root ede-apply-object-keymap ede-apply-preprocessor-map ede-apply-target-options ede-auto-add-to-target ede-buffer-belongs-to-project-p ede-buffer-belongs-to-target-p ede-buffer-documentation-files ede-buffer-mine ede-buffer-object ede-buffers ede-build-forms-menu ede-check-project-directory ede-choose-object ede-commit-local-variables ede-compile-project ede-compile-selected ede-compile-target ede-convert-path ede-cpp-root-project-root ede-create-tag-buttons ede-current-project ede-customize-current-target ede-customize-forms-menu ede-customize-project ede-debug-target ede-delete-target ede-description ede-directory-get-open-project ede-directory-get-toplevel-open-project ede-directory-project-add-description-to-hash ede-directory-project-from-hash ede-directory-project-p ede-directory-safe-p ede-dired-minor-mode ede-documentation ede-documentation-files ede-ecb-project-paths ede-edit-file-target ede-edit-web-page ede-emacs-project-root ede-enable-generic-projects ede-enable-locate-on-project ede-expand-filename ede-expand-filename-impl ede-expand-filename-impl-via-subproj ede-expand-filename-local ede-file-find ede-find-file ede-find-nearest-file-line ede-find-subproject-for-directory ede-find-target ede-flush-project-hash ede-get-locator-object ede-header-file ede-html-documentation ede-html-documentation-files ede-ignore-file ede-initialize-state-current-buffer ede-invoke-method ede-linux-project-root ede-load-cache ede-load-project-file ede-make-check-version ede-make-dist ede-make-project-local-variable ede-map-all-subprojects ede-map-any-target-p ede-map-buffers ede-map-project-buffers ede-map-subprojects ede-map-target-buffers ede-map-targets ede-menu-items-build ede-menu-obj-of-class-p ede-minor-mode ede-name ede-new ede-new-target ede-new-target-custom ede-parent-project ede-preprocessor-map ede-project-buffers ede-project-directory-remove-hash ede-project-forms-menu ede-project-sort-targets ede-remove-file ede-rescan-toplevel ede-reset-all-buffers ede-run-target ede-save-cache ede-set ede-set-project-variables ede-singular-object ede-speedbar ede-speedbar-compile-file-project ede-speedbar-compile-line ede-speedbar-compile-project ede-speedbar-edit-projectfile ede-speedbar-file-setup ede-speedbar-get-top-project-for-line ede-speedbar-make-distribution ede-speedbar-make-map ede-speedbar-remove-file-from-target ede-speedbar-toplevel-buttons ede-subproject-p ede-subproject-relative-path ede-system-include-path ede-tag-expand ede-tag-find ede-target-buffer-in-sourcelist ede-target-buffers ede-target-forms-menu ede-target-in-project-p ede-target-name ede-target-parent ede-target-sourcecode ede-toplevel ede-toplevel-project ede-toplevel-project-or-nil ede-turn-on-hook ede-up-directory ede-update-version ede-upload-distribution ede-upload-html-documentation ede-vc-project-directory ede-version ede-web-browse-home edt-with-position eieio--defalias eieio--defgeneric-init-form eieio--defmethod electric--after-char-pos electric-indent-mode electric-indent-post-self-insert-function electric-layout-mode electric-layout-post-self-insert-function electric-pair-mode electric-pair-post-self-insert-function emacs-lock--can-auto-unlock emacs-lock--exit-locked-buffer emacs-lock--kill-buffer-query-functions emacs-lock--kill-emacs-hook emacs-lock--kill-emacs-query-functions emacs-lock--set-mode emacs-lock-live-process-p emacs-lock-mode emacs-lock-unload-function epa-file--find-file-not-found-function epg--status-INV_SGNR epg--status-NO_SECKEY epg--status-NO_SGNR epg-error-to-string epg-errors-to-string erc-autojoin-after-ident erc-autojoin-channels-delayed erc-button-next-function erc-complete-word-at-point erc-dcc-unquote-filename erc-pcompletions-at-point erc-server-671 erc-window-configuration-change ert ert--abbreviate-string ert--activate-font-lock-keywords ert--button-action-position ert--call-with-test-buffer ert--cl-do-remf ert--coerce-to-vector ert--ewoc-entry-expanded-p ert--ewoc-entry-extended-printer-limits-p ert--ewoc-entry-hidden-p ert--ewoc-entry-p ert--ewoc-entry-test ert--ewoc-position ert--expand-should ert--expand-should-1 ert--explain-equal ert--explain-equal-including-properties ert--explain-equal-rec ert--explain-format-atom ert--force-message-log-buffer-truncation ert--format-test-buffer-name ert--format-time-iso8601 ert--gensym ert--insert-human-readable-selector ert--insert-infos ert--intersection ert--make-stats ert--make-xrefs-region ert--mismatch ert--parse-keys-and-body ert--plist-difference-explanation ert--pp-with-indentation-and-newline ert--print-backtrace ert--print-test-for-ewoc ert--proper-list-p ert--record-backtrace ert--remove* ert--remove-from-list ert--remove-if-not ert--remprop ert--results-expand-collapse-button-action ert--results-font-lock-function ert--results-format-expected-unexpected ert--results-move ert--results-progress-bar-button-action ert--results-test-at-point-allow-redefinition ert--results-test-at-point-no-redefinition ert--results-test-node-at-point ert--results-test-node-or-null-at-point ert--results-update-after-test-redefinition ert--results-update-ewoc-hf ert--results-update-stats-display ert--results-update-stats-display-maybe ert--run-test-debugger ert--run-test-internal ert--set-difference ert--set-difference-eq ert--setup-results-buffer ert--should-error-handle-error ert--signal-should-execution ert--significant-plist-keys ert--special-operator-p ert--stats-aborted-p ert--stats-current-test ert--stats-end-time ert--stats-failed-expected ert--stats-failed-unexpected ert--stats-next-redisplay ert--stats-p ert--stats-passed-expected ert--stats-passed-unexpected ert--stats-selector ert--stats-set-test-and-result ert--stats-start-time ert--stats-test-end-times ert--stats-test-key ert--stats-test-map ert--stats-test-pos ert--stats-test-results ert--stats-test-start-times ert--stats-tests ert--string-first-line ert--string-position ert--subseq ert--test-buffer-button-action ert--test-execution-info-ert-debug-on-error ert--test-execution-info-exit-continuation ert--test-execution-info-next-debugger ert--test-execution-info-p ert--test-execution-info-result ert--test-execution-info-test ert--test-name-button-action ert--tests-running-mode-line-indicator ert--text-button ert--union ert--unload-function ert-buffer-string-reindented ert-call-with-buffer-renamed ert-char-for-test-result ert-deftest ert-delete-all-tests ert-delete-test ert-describe-test ert-equal-including-properties ert-face-for-stats ert-face-for-test-result ert-fail ert-filter-string ert-find-test-other-window ert-get-test ert-info ert-insert-test-name-button ert-kill-all-test-buffers ert-make-test-unbound ert-pass ert-propertized-string ert-read-test-name ert-read-test-name-at-point ert-results-describe-test-at-point ert-results-find-test-at-point-other-window ert-results-jump-between-summary-and-result ert-results-mode ert-results-mode-menu ert-results-next-test ert-results-pop-to-backtrace-for-test-at-point ert-results-pop-to-messages-for-test-at-point ert-results-pop-to-should-forms-for-test-at-point ert-results-pop-to-timings ert-results-previous-test ert-results-rerun-all-tests ert-results-rerun-test-at-point ert-results-rerun-test-at-point-debugging-errors ert-results-toggle-printer-limits-for-test-at-point ert-run-idle-timers ert-run-or-rerun-test ert-run-test ert-run-tests ert-run-tests-batch ert-run-tests-batch-and-exit ert-run-tests-interactively ert-running-test ert-select-tests ert-set-test ert-simple-view-mode ert-simulate-command ert-stats-completed ert-stats-completed-expected ert-stats-completed-unexpected ert-stats-total ert-string-for-test-result ert-test-aborted-with-non-local-exit-messages ert-test-aborted-with-non-local-exit-p ert-test-aborted-with-non-local-exit-should-forms ert-test-at-point ert-test-body ert-test-boundp ert-test-documentation ert-test-expected-result-type ert-test-failed-backtrace ert-test-failed-condition ert-test-failed-infos ert-test-failed-messages ert-test-failed-p ert-test-failed-should-forms ert-test-most-recent-result ert-test-name ert-test-p ert-test-passed-messages ert-test-passed-p ert-test-passed-should-forms ert-test-quit-backtrace ert-test-quit-condition ert-test-quit-infos ert-test-quit-messages ert-test-quit-p ert-test-quit-should-forms ert-test-result-expected-p ert-test-result-messages ert-test-result-p ert-test-result-should-forms ert-test-result-type-p ert-test-result-with-condition-backtrace ert-test-result-with-condition-condition ert-test-result-with-condition-infos ert-test-result-with-condition-messages ert-test-result-with-condition-p ert-test-result-with-condition-should-forms ert-test-tags ert-with-buffer-renamed ert-with-test-buffer eshell-add-command-to-history eshell-add-input-to-history eshell-add-to-dir-ring eshell-add-to-history eshell-alias-completions eshell-alias-initialize eshell-command-aliased-p eshell-complete-history-reference eshell-complete-host-reference eshell-complete-hostname eshell-complete-user-reference eshell-diff-quit eshell-dirs-initialize eshell-dirs-substitute-cd eshell-du-size-string eshell-du-sum-directory eshell-echo eshell-expand-history-references eshell-expand-multiple-dots eshell-find-previous-directory eshell-fix-bad-commands eshell-get-history eshell-get-next-from-history eshell-grep eshell-hist-initialize eshell-hist-parse-arguments eshell-hist-parse-event-designator eshell-hist-parse-modifier eshell-hist-parse-word-designator eshell-hist-word-reference eshell-history-reference eshell-isearch-abort eshell-isearch-backward eshell-isearch-cancel eshell-isearch-cancel-map eshell-isearch-delete-char eshell-isearch-forward eshell-isearch-repeat-backward eshell-isearch-repeat-forward eshell-isearch-return eshell-kill-buffer-function eshell-kill-process-function eshell-list-history eshell-lone-directory-p eshell-lookup-alias eshell-maybe-replace-by-alias eshell-mvcpln-template eshell-next-input eshell-next-matching-input eshell-next-matching-input-from-input eshell-occur-mode-goto-occurrence eshell-occur-mode-mouse-goto eshell-parse-drive-letter eshell-parse-user-reference eshell-poor-mans-grep eshell-prepare-for-search eshell-previous-input eshell-previous-input-string eshell-previous-matching-input eshell-previous-matching-input-from-input eshell-previous-matching-input-string eshell-previous-matching-input-string-position eshell-put-history eshell-quote-argument eshell-read-aliases-list eshell-read-history eshell-read-last-dir-ring eshell-remove-entries eshell-return-exits-minibuffer eshell-return-to-prompt eshell-save-some-history eshell-save-some-last-dir eshell-script-initialize eshell-search-arg eshell-search-start eshell-shorthand-tar-command eshell-show-elapsed-time eshell-shuffle-files eshell-source-file eshell-test-imatch eshell-unix-initialize eshell-unload-all-modules eshell-unload-extension-modules eshell-using-module eshell-write-aliases-list eshell-write-history eshell-write-last-dir-ring eshell/. eshell/agrep eshell/alias eshell/basename eshell/cat eshell/cd eshell/cp eshell/date eshell/diff eshell/dirname eshell/dirs eshell/du eshell/echo eshell/egrep eshell/fgrep eshell/glimpse eshell/grep eshell/history eshell/info eshell/listify eshell/ln eshell/locate eshell/make eshell/man eshell/mkdir eshell/mv eshell/occur eshell/popd eshell/printnl eshell/pushd eshell/pwd eshell/rm eshell/rmdir eshell/source eshell/su eshell/sudo eshell/time eshell/umask eshell/whoami eval-sexp-add-defvars f90-looking-at-critical f90-looking-at-end-critical facemenu-post-self-insert-function facemenu-set-self-insert-face feedmail-buffer-to-smtp feedmail-message-action-help-blat feedmail-message-action-scroll-down feedmail-message-action-scroll-up feedmail-queue-runner-prompt feedmail-queue-send-edit-prompt-inner feedmail-say-chatter feedmail-say-debug feedmail-scroll-buffer feedmail-send-it-immediately-wrapper feedmail-spray-via-bbdb feedmail-vm-mail-mode file-equal-p file-in-directory-p file-selinux-context file-size-human-readable filesets-add-buffer filesets-alist-get filesets-browse-dir filesets-browser-name filesets-build-dir-submenu filesets-build-dir-submenu-now filesets-build-ingroup-submenu filesets-build-menu filesets-build-menu-maybe filesets-build-menu-now filesets-build-submenu filesets-close filesets-cmd-get-args filesets-cmd-get-def filesets-cmd-get-fn filesets-cmd-isearch-getargs filesets-cmd-query-replace-getargs filesets-cmd-query-replace-regexp-getargs filesets-cmd-shell-command filesets-cmd-shell-command-getargs filesets-cmd-show-result filesets-conditional-sort filesets-convert-path-list filesets-convert-patterns filesets-customize filesets-data-get filesets-data-get-data filesets-data-get-name filesets-data-set filesets-directory-files filesets-edit filesets-entry-get-dormant-flag filesets-entry-get-file filesets-entry-get-files filesets-entry-get-filter-dirs-flag filesets-entry-get-master filesets-entry-get-open-fn filesets-entry-get-pattern filesets-entry-get-pattern--dir filesets-entry-get-pattern--pattern filesets-entry-get-save-fn filesets-entry-get-tree filesets-entry-get-tree-max-level filesets-entry-get-verbosity filesets-entry-mode filesets-entry-set-files filesets-error filesets-eviewer-constraint-p filesets-eviewer-get-props filesets-exit filesets-file-close filesets-file-open filesets-files-equalp filesets-files-in-same-directory-p filesets-filetype-get-prop filesets-filetype-property filesets-filter-dir-names filesets-find-file filesets-find-file-using filesets-find-or-display-file filesets-get-cmd-menu filesets-get-external-viewer filesets-get-external-viewer-by-name filesets-get-filelist filesets-get-fileset-from-name filesets-get-fileset-name filesets-get-menu-epilog filesets-get-quoted-selection filesets-get-selection filesets-get-shortcut filesets-goto-homepage filesets-info filesets-ingroup-cache-get filesets-ingroup-cache-put filesets-ingroup-collect filesets-ingroup-collect-build-menu filesets-ingroup-collect-files filesets-ingroup-collect-finder filesets-ingroup-get-data filesets-ingroup-get-pattern filesets-ingroup-get-remdupl-p filesets-menu-cache-file-load filesets-menu-cache-file-save filesets-menu-cache-file-save-maybe filesets-open filesets-quote filesets-rebuild-this-submenu filesets-remake-shortcut filesets-remove-buffer filesets-remove-from-ubl filesets-reset-filename-on-change filesets-run-cmd filesets-run-cmd--repl-fn filesets-spawn-external-viewer filesets-update filesets-update-cleanup filesets-update-pre010505 filesets-which-file filesets-wrap-submenu fill-flowed-fill-buffer find-library--load-name finder-unknown-keywords font-get-glyphs font-lock-initial-fontify font-lock-specified-p fortran-make-syntax-propertize-function frame-pointer-visible-p frame-root-window-p frame-terminal-default-bg-mode frexp gdb--check-interpreter gdb-add-pending gdb-add-subscriber gdb-bind-function-to-buffer gdb-breakpoints-list-handler gdb-breakpoints-list-handler-custom gdb-buffer-shows-main-thread-p gdb-buffer-type gdb-car< gdb-changed-registers-handler gdb-check-target-async gdb-console gdb-continue-thread gdb-control-all-threads gdb-control-current-thread gdb-current-buffer-frame gdb-current-buffer-rules gdb-current-buffer-thread gdb-current-context-buffer-name gdb-current-context-command gdb-current-context-mode-name gdb-delchar-or-quit gdb-delete-pending gdb-delete-subscriber gdb-disassembly-buffer-name gdb-disassembly-handler gdb-disassembly-handler-custom gdb-disassembly-mode gdb-disassembly-place-breakpoints gdb-display-disassembly-buffer gdb-display-disassembly-for-thread gdb-display-io-buffer gdb-display-locals-for-thread gdb-display-registers-for-thread gdb-display-stack-for-thread gdb-done-or-error gdb-emit-signal gdb-frame-disassembly-buffer gdb-frame-disassembly-for-thread gdb-frame-io-buffer gdb-frame-locals-for-thread gdb-frame-location gdb-frame-registers-for-thread gdb-frame-stack-for-thread gdb-gdb gdb-get-main-selected-frame gdb-get-many-fields gdb-get-prompt gdb-get-source-file gdb-get-source-file-list gdb-get-subscribers gdb-gud-context-call gdb-gud-context-command gdb-ignored-notification gdb-inferior-filter gdb-inferior-io--init-proc gdb-inferior-io-sentinel gdb-input gdb-internals gdb-interrupt-thread gdb-invalidate-disassembly gdb-io-eof gdb-io-interrupt gdb-io-quit gdb-io-stop gdb-json-string gdb-line-posns gdb-locals-handler gdb-locals-handler-custom gdb-mapcar* gdb-mark-line gdb-memory-column-width gdb-memory-set-address-event gdb-memory-set-columns gdb-memory-set-rows gdb-memory-show-next-page gdb-memory-show-previous-page gdb-mi-quote gdb-non-stop-handler gdb-pad-string gdb-parent-mode gdb-pending-p gdb-place-breakpoints gdb-preempt-existing-or-display-buffer gdb-preemptively-display-disassembly-buffer gdb-preemptively-display-locals-buffer gdb-preemptively-display-registers-buffer gdb-preemptively-display-stack-buffer gdb-register-names-handler gdb-registers-handler gdb-registers-handler-custom gdb-rules-buffer-mode gdb-rules-update-trigger gdb-running gdb-select-frame gdb-select-thread gdb-setq-thread-number gdb-shell gdb-show-run-p gdb-show-stop-p gdb-stack-list-frames-custom gdb-stack-list-frames-handler gdb-step-thread gdb-table-add-row gdb-table-column-sizes gdb-table-p gdb-table-right-align gdb-table-row-properties gdb-table-rows gdb-table-string gdb-thread-created gdb-thread-exited gdb-thread-list-handler gdb-thread-list-handler-custom gdb-thread-selected gdb-toggle-switch-when-another-stopped gdb-update gdb-update-buffer-name gdb-update-gud-running gdb-wait-for-pending get-mru-window get-scroll-bar-mode get-unicode-property-internal gnus-agent-store-article gnus-alist-pull gnus-article-browse-html-save-cid-content gnus-article-copy-string gnus-article-date-combined-lapsed gnus-article-fill-cited-long-lines gnus-article-foldable-buffer gnus-article-html gnus-article-show-images gnus-article-sort-by-most-recent-date gnus-article-sort-by-most-recent-number gnus-article-stop-animations gnus-article-treat-date gnus-article-treat-non-ascii gnus-block-private-groups gnus-blocked-images gnus-bound-and-true-p gnus-delete-duplicate-headers gnus-delete-duplicates gnus-demon-idle-since gnus-demon-run-callback gnus-draft-clear-marks gnus-emacs-completing-read gnus-final-warning gnus-find-text-property-region gnus-finish-retrieve-group-infos gnus-flush-original-article-buffer gnus-gravatar-insert gnus-gravatar-transform-address gnus-grep-in-list gnus-group-default-list-level gnus-group-delete-articles gnus-group-expunge-group gnus-group-get-icon gnus-group-get-list-identifiers gnus-group-list-ticked gnus-group-refresh-group gnus-group-update-eval-form gnus-html-browse-image gnus-html-browse-url gnus-html-cache-expired gnus-html-display-image gnus-html-encode-url gnus-html-encode-url-chars gnus-html-get-image-data gnus-html-image-fetched gnus-html-image-url-blocked-p gnus-html-insert-image gnus-html-maximum-image-size gnus-html-pre-wash gnus-html-prefetch-images gnus-html-put-image gnus-html-schedule-image-fetching gnus-html-show-alt-text gnus-html-wash-images gnus-html-wash-tags gnus-ido-completing-read gnus-import-other-newsrc-file gnus-iswitchb-completing-read gnus-list-debbugs gnus-list-memq-of-list gnus-lrm-string-p gnus-macroexpand-all gnus-match-substitute-replacement gnus-method-denied-p gnus-method-ephemeral-p gnus-method-rank gnus-methods-sloppily-equal gnus-parameter-list-identifier gnus-process-get gnus-process-live-p gnus-process-plist gnus-process-put gnus-range-nconcat gnus-read-active-for-groups gnus-registry--split-fancy-with-parent-internal gnus-registry-action gnus-registry-article-marks-to-chars gnus-registry-article-marks-to-names gnus-registry-delete-entries gnus-registry-do-marks gnus-registry-extract-addresses gnus-registry-fetch-header-fast gnus-registry-fetch-message-id-fast gnus-registry-fetch-recipients-fast gnus-registry-fetch-sender-fast gnus-registry-fetch-simplified-message-subject-fast gnus-registry-find-keywords gnus-registry-fixup-registry gnus-registry-follow-group-p gnus-registry-get-article-marks gnus-registry-get-id-key gnus-registry-get-or-make-entry gnus-registry-handle-action gnus-registry-ignore-group-p gnus-registry-import-eld gnus-registry-insert gnus-registry-install-p gnus-registry-install-shortcuts gnus-registry-keywords gnus-registry-make-db gnus-registry-post-process-groups gnus-registry-read gnus-registry-read-mark gnus-registry-register-message-ids gnus-registry-remake-db gnus-registry-remove-article-mark gnus-registry-remove-ignored gnus-registry-save gnus-registry-set-article-mark gnus-registry-set-article-mark-internal gnus-registry-set-id-key gnus-registry-simplify-subject gnus-registry-sort-addresses gnus-registry-split-fancy-with-parent gnus-registry-spool-action gnus-registry-unload-hook gnus-registry-user-format-function-M gnus-registry-wash-for-keywords gnus-remove-if-not gnus-request-expunge-group gnus-request-marks gnus-request-thread gnus-request-update-group-status gnus-rescale-image gnus-retrieve-group-data-early gnus-run-hook-with-args gnus-same-method-different-name gnus-server-show-server gnus-set-info gnus-set-process-plist gnus-shr-put-image gnus-sloppily-equal-method-parameters gnus-splash-svg-color-symbols gnus-stop-downloads gnus-string-mark-left-to-right gnus-string-match-p gnus-summary--inv gnus-summary-bookmark-jump gnus-summary-bookmark-make-record gnus-summary-include-articles gnus-summary-push-marks-to-backend gnus-summary-reply-to-list-with-original gnus-summary-show-complete-article gnus-summary-widget-forward gnus-sync-initialize gnus-sync-install-hooks gnus-sync-read gnus-sync-save gnus-sync-unload-hook gnus-treat-from-gravatar gnus-treat-mail-gravatar gnus-url-button-menu gnus-warp-to-article gnus-window-inside-pixel-edges gnutls-available-p gnutls-boot gnutls-bye gnutls-deinit gnutls-error-fatalp gnutls-error-string gnutls-errorp gnutls-get-initstage gnutls-message-maybe gnutls-negotiate gravatar-build-url gravatar-cache-expired gravatar-create-image gravatar-data->image gravatar-get-data gravatar-hash gravatar-retrieve gravatar-retrieve-synchronously gravatar-retrieved grep-filter gud-gdb-completion-at-point gud-gdb-completions gud-gdb-completions-1 gud-gdbmi-completions gud-gdbmi-fetch-lines-filter gud-gdbmi-marker-filter hack-dir-local-variables-non-file-buffer hack-local-variables-apply hebrew-font-get-precomposed hebrew-shape-gstring help-form-show help-mode-revert-buffer hexl-mode--minor-mode-p hexl-mode--setq-local hexl-revert-buffer-function hfy-begin-span hfy-end-span hfy-face-to-css-default hs-looking-at-block-start-p htmlfontify-string icalendar--get-weekday-numbers idl-shell idlwave-action-and-binding idlwave-active-rinfo-space idlwave-add-file-link-selector idlwave-after-successful-completion idlwave-all-assq idlwave-all-class-inherits idlwave-all-class-tags idlwave-all-method-classes idlwave-all-method-keyword-classes idlwave-any-syslib idlwave-attach-class-tag-classes idlwave-attach-classes idlwave-attach-keyword-classes idlwave-attach-method-classes idlwave-auto-fill idlwave-auto-fill-mode idlwave-backward-block idlwave-backward-up-block idlwave-beginning-of-block idlwave-beginning-of-statement idlwave-beginning-of-subprogram idlwave-best-rinfo-assoc idlwave-best-rinfo-assq idlwave-block-jump-out idlwave-block-master idlwave-calc-hanging-indent idlwave-calculate-cont-indent idlwave-calculate-indent idlwave-calculate-paren-indent idlwave-call-special idlwave-case idlwave-check-abbrev idlwave-choose idlwave-choose-completion idlwave-class-alist idlwave-class-file-or-buffer idlwave-class-found-in idlwave-class-info idlwave-class-inherits idlwave-class-or-superclass-with-tag idlwave-class-tag-reset idlwave-class-tags idlwave-close-block idlwave-code-abbrev idlwave-command-hook idlwave-comment-hook idlwave-complete idlwave-complete-class idlwave-complete-class-structure-tag idlwave-complete-class-structure-tag-help idlwave-complete-filename idlwave-complete-in-buffer idlwave-complete-structure-tag idlwave-complete-structure-tag-get-tags-from-help idlwave-complete-structure-tag-help idlwave-complete-structure-tag-query-shell idlwave-complete-sysvar-help idlwave-complete-sysvar-or-tag idlwave-complete-sysvar-tag-help idlwave-completing-read idlwave-completion-fontify-classes idlwave-concatenate-rinfo-lists idlwave-context-help idlwave-convert-xml-clean-routine-aliases idlwave-convert-xml-clean-statement-aliases idlwave-convert-xml-clean-sysvar-aliases idlwave-convert-xml-system-routine-info idlwave-count-eq idlwave-count-memq idlwave-count-outlawed-buffers idlwave-create-customize-menu idlwave-create-user-catalog-file idlwave-current-indent idlwave-current-routine idlwave-current-routine-fullname idlwave-current-statement-indent idlwave-custom-ampersand-surround idlwave-custom-ltgtr-surround idlwave-customize idlwave-debug-map idlwave-default-choose-completion idlwave-default-insert-timestamp idlwave-default-mouse-track-event-is-with-button idlwave-define-abbrev idlwave-delete-user-catalog-file idlwave-determine-class idlwave-display-buffer idlwave-display-calling-sequence idlwave-display-completion-list idlwave-display-completion-list-emacs idlwave-display-completion-list-xemacs idlwave-display-user-catalog-widget idlwave-do-action idlwave-do-find-module idlwave-do-kill-autoloaded-buffers idlwave-doc-header idlwave-doc-modification idlwave-down-block idlwave-downcase-safe idlwave-edit-in-idlde idlwave-elif idlwave-end-of-block idlwave-end-of-statement idlwave-end-of-statement0 idlwave-end-of-subprogram idlwave-entry-find-keyword idlwave-entry-keywords idlwave-expand-equal idlwave-expand-keyword idlwave-expand-lib-file-name idlwave-expand-path idlwave-expand-region-abbrevs idlwave-explicit-class-listed idlwave-fill-paragraph idlwave-find-class-definition idlwave-find-file-noselect idlwave-find-inherited-class idlwave-find-key idlwave-find-module idlwave-find-module-this-file idlwave-find-struct-tag idlwave-find-structure-definition idlwave-fix-keywords idlwave-fix-module-if-obj_new idlwave-font-lock-fontify-region idlwave-for idlwave-forward-block idlwave-function idlwave-function-menu idlwave-get-buffer-routine-info idlwave-get-buffer-visiting idlwave-get-routine-info-from-buffers idlwave-goto-comment idlwave-hard-tab idlwave-if idlwave-in-comment idlwave-in-quote idlwave-in-structure idlwave-indent-and-action idlwave-indent-left-margin idlwave-indent-line idlwave-indent-statement idlwave-indent-subprogram idlwave-indent-to idlwave-info idlwave-insert-source-location idlwave-is-comment-line idlwave-is-comment-or-empty-line idlwave-is-continuation-line idlwave-is-pointer-dereference idlwave-keyboard-quit idlwave-keyword-abbrev idlwave-kill-autoloaded-buffers idlwave-kill-buffer-update idlwave-last-valid-char idlwave-launch-idlhelp idlwave-lib-p idlwave-list-abbrevs idlwave-list-all-load-path-shadows idlwave-list-buffer-load-path-shadows idlwave-list-load-path-shadows idlwave-list-shell-load-path-shadows idlwave-load-all-rinfo idlwave-load-rinfo-next-step idlwave-load-system-routine-info idlwave-local-value idlwave-locate-lib-file idlwave-look-at idlwave-make-force-complete-where-list idlwave-make-full-name idlwave-make-modified-completion-map-emacs idlwave-make-modified-completion-map-xemacs idlwave-make-one-key-alist idlwave-make-space idlwave-make-tags idlwave-mark-block idlwave-mark-doclib idlwave-mark-statement idlwave-mark-subprogram idlwave-match-class-arrows idlwave-members-only idlwave-min-current-statement-indent idlwave-mode-debug-menu idlwave-mode-menu idlwave-mode-prefix-map idlwave-mouse-active-rinfo idlwave-mouse-active-rinfo-right idlwave-mouse-active-rinfo-shift idlwave-mouse-choose-completion idlwave-mouse-completion-help idlwave-mouse-context-help idlwave-new-buffer-update idlwave-new-sintern-type idlwave-newline idlwave-next-statement idlwave-nonmembers-only idlwave-one-key-select idlwave-parse-definition idlwave-path-alist-add-flag idlwave-path-alist-remove-flag idlwave-popup-select idlwave-prepare-class-tag-completion idlwave-prepare-structure-tag-completion idlwave-prev-index-position idlwave-previous-statement idlwave-print-source idlwave-procedure idlwave-process-sysvars idlwave-quit-help idlwave-quoted idlwave-read-paths idlwave-recursive-directory-list idlwave-region-active-p idlwave-repeat idlwave-replace-buffer-routine-info idlwave-replace-string idlwave-rescan-asynchronously idlwave-rescan-catalog-directories idlwave-reset-sintern idlwave-reset-sintern-type idlwave-resolve idlwave-restore-wconf-after-completion idlwave-retrieve-expression-from-level idlwave-revoke-license-to-kill idlwave-rinfo-assoc idlwave-rinfo-assq idlwave-rinfo-assq-any-class idlwave-rinfo-group-keywords idlwave-rinfo-insert-keyword idlwave-routine-entry-compare idlwave-routine-entry-compare-twins idlwave-routine-info idlwave-routine-source-file idlwave-routine-twin-compare idlwave-routine-twins idlwave-routines idlwave-rw-case idlwave-save-buffer-update idlwave-save-routine-info idlwave-scan-class-info idlwave-scan-library-catalogs idlwave-scan-user-lib-files idlwave-scroll-completions idlwave-selector idlwave-set-local idlwave-setup idlwave-shell-add-or-remove-show idlwave-shell-batch-command idlwave-shell-bp idlwave-shell-bp-get idlwave-shell-bp-query idlwave-shell-break-here idlwave-shell-break-in idlwave-shell-break-this-module idlwave-shell-buffer idlwave-shell-char-mode-loop idlwave-shell-check-compiled-and-display idlwave-shell-cleanup idlwave-shell-clear-all-bp idlwave-shell-clear-bp idlwave-shell-clear-current-bp idlwave-shell-closeall idlwave-shell-comint-filter idlwave-shell-command-failure idlwave-shell-compile-helper-routines idlwave-shell-complete idlwave-shell-complete-execcomm-help idlwave-shell-complete-filename idlwave-shell-cont idlwave-shell-current-frame idlwave-shell-current-module idlwave-shell-debug-map idlwave-shell-define-key-both idlwave-shell-delete-expression-overlay idlwave-shell-delete-output-overlay idlwave-shell-delete-temp-files idlwave-shell-display-level-in-calling-stack idlwave-shell-display-line idlwave-shell-down-or-history idlwave-shell-edit-default-command-line idlwave-shell-electric-debug-all-off idlwave-shell-electric-debug-help idlwave-shell-electric-debug-mode idlwave-shell-enable-all-bp idlwave-shell-evaluate-region idlwave-shell-examine idlwave-shell-examine-display idlwave-shell-examine-display-clear idlwave-shell-examine-display-quit idlwave-shell-examine-highlight idlwave-shell-examine-select idlwave-shell-execute-default-command-line idlwave-shell-executive-command idlwave-shell-file-name idlwave-shell-filename-string idlwave-shell-filter idlwave-shell-filter-bp idlwave-shell-filter-directory idlwave-shell-filter-hidden-output idlwave-shell-filter-sysvars idlwave-shell-find-bp idlwave-shell-find-current-bp idlwave-shell-get-object-class idlwave-shell-get-path-info idlwave-shell-go idlwave-shell-goto-frame idlwave-shell-goto-next-bp idlwave-shell-goto-next-error idlwave-shell-goto-previous-bp idlwave-shell-help-expression idlwave-shell-help-statement idlwave-shell-hide-p idlwave-shell-input-mode-magic idlwave-shell-is-running idlwave-shell-kill-buffer idlwave-shell-kill-shell-buffer-confirm idlwave-shell-list-all-bp idlwave-shell-make-new-bp-overlay idlwave-shell-make-temp-file idlwave-shell-maybe-update-routine-info idlwave-shell-mode idlwave-shell-mode-menu idlwave-shell-mode-prefix-map idlwave-shell-module-source-filter idlwave-shell-module-source-query idlwave-shell-mouse-active-bp idlwave-shell-mouse-examine idlwave-shell-mouse-help idlwave-shell-mouse-nop idlwave-shell-mouse-print idlwave-shell-move-or-history idlwave-shell-move-to-bp idlwave-shell-new-bp idlwave-shell-out idlwave-shell-parse-line idlwave-shell-parse-object-class idlwave-shell-parse-stack-and-display idlwave-shell-path-filter idlwave-shell-pc-frame idlwave-shell-print idlwave-shell-quit idlwave-shell-recenter-shell-window idlwave-shell-redisplay idlwave-shell-repair-file-name idlwave-shell-repair-string idlwave-shell-reset idlwave-shell-resync-dirs idlwave-shell-retall idlwave-shell-return idlwave-shell-routine-info-filter idlwave-shell-run-region idlwave-shell-save-and-action idlwave-shell-save-and-batch idlwave-shell-save-and-compile idlwave-shell-save-and-run idlwave-shell-scan-for-state idlwave-shell-send-char idlwave-shell-send-command idlwave-shell-sentinel idlwave-shell-set-bp idlwave-shell-set-bp-adjust idlwave-shell-set-bp-check idlwave-shell-set-bp-data idlwave-shell-set-bp-in-module idlwave-shell-shell-command idlwave-shell-shell-frame idlwave-shell-show-commentary idlwave-shell-skip idlwave-shell-source-frame idlwave-shell-sources-bp idlwave-shell-sources-filter idlwave-shell-sources-grep idlwave-shell-sources-query idlwave-shell-stack-down idlwave-shell-stack-up idlwave-shell-step idlwave-shell-stepover idlwave-shell-stop-line-pending idlwave-shell-temp-file idlwave-shell-to-here idlwave-shell-toggle-electric-debug-mode idlwave-shell-toggle-enable-current-bp idlwave-shell-toggle-toolbar idlwave-shell-up idlwave-shell-up-or-history idlwave-shell-update-bp idlwave-shell-update-bp-command-only idlwave-shell-update-bp-overlays idlwave-shell-update-routine-info idlwave-shell-valid-frame idlwave-shell-window idlwave-shorten-syntax idlwave-show-begin idlwave-show-begin-check idlwave-show-commentary idlwave-show-matching-quote idlwave-sintern idlwave-sintern-class idlwave-sintern-class-info idlwave-sintern-class-tag idlwave-sintern-dir idlwave-sintern-execcomm idlwave-sintern-keyword idlwave-sintern-keyword-list idlwave-sintern-libname idlwave-sintern-method idlwave-sintern-rinfo-list idlwave-sintern-routine idlwave-sintern-routine-or-method idlwave-sintern-set idlwave-sintern-structtag idlwave-sintern-sysvar idlwave-sintern-sysvar-alist idlwave-sintern-sysvartag idlwave-skip-label-or-case idlwave-skip-multi-commands idlwave-skip-object idlwave-special-lib-test idlwave-split-line idlwave-split-link-target idlwave-split-menu-emacs idlwave-split-menu-xemacs idlwave-split-string idlwave-start-load-rinfo-timer idlwave-start-of-substatement idlwave-statement-type idlwave-struct-borders idlwave-struct-inherits idlwave-struct-tags idlwave-structtag-reset idlwave-study-twins idlwave-substitute-link-target idlwave-surround idlwave-switch idlwave-sys-dir idlwave-syslib-p idlwave-syslib-scanned-p idlwave-sysvars-reset idlwave-template idlwave-this-word idlwave-toggle-comment-region idlwave-true-path-alist idlwave-uniquify idlwave-unit-name idlwave-update-buffer-routine-info idlwave-update-current-buffer-info idlwave-update-routine-info idlwave-user-catalog-command-hook idlwave-what-function idlwave-what-module idlwave-what-module-find-class idlwave-what-procedure idlwave-where idlwave-while idlwave-widget-scan-user-lib-files idlwave-with-special-syntax idlwave-write-paths idlwave-xemacs-hack-mouse-track idlwave-xml-create-class-method-lists idlwave-xml-create-rinfo-list idlwave-xml-create-sysvar-alist idlwave-xml-system-routine-info-up-to-date idlwave-xor ido-active ido-add-virtual-buffers-to-list ido-all-completions ido-buffer-internal ido-buffer-window-other-frame ido-cache-ftp-valid ido-cache-unc-valid ido-choose-completion-string ido-chop ido-common-initialization ido-complete ido-complete-space ido-completion-help ido-completions ido-copy-current-file-name ido-copy-current-word ido-delete-backward-updir ido-delete-backward-word-updir ido-delete-file-at-head ido-directory-too-big-p ido-edit-input ido-enter-dired ido-enter-find-file ido-enter-insert-buffer ido-enter-insert-file ido-enter-switch-buffer ido-everywhere ido-exhibit ido-existing-item-p ido-exit-minibuffer ido-expand-directory ido-fallback-command ido-file-extension-aux ido-file-extension-lessp ido-file-extension-order ido-file-internal ido-file-lessp ido-file-name-all-completions ido-file-name-all-completions-1 ido-final-slash ido-find-common-substring ido-flatten-merged-list ido-forget-work-directory ido-get-buffers-in-frames ido-get-bufname ido-get-work-directory ido-get-work-file ido-ignore-item-p ido-init-completion-maps ido-initiate-auto-merge ido-is-ftp-directory ido-is-root-directory ido-is-slow-ftp-host ido-is-tramp-root ido-is-unc-host ido-is-unc-root ido-kill-buffer-at-head ido-kill-emacs-hook ido-list-directory ido-load-history ido-local-file-exists-p ido-magic-backward-char ido-magic-delete-char ido-magic-forward-char ido-make-buffer-list ido-make-buffer-list-1 ido-make-choice-list ido-make-dir-list ido-make-dir-list-1 ido-make-directory ido-make-file-list ido-make-file-list-1 ido-make-merged-file-list ido-make-merged-file-list-1 ido-make-prompt ido-makealist ido-may-cache-directory ido-merge-work-directories ido-minibuffer-setup ido-name ido-next-match ido-next-match-dir ido-next-work-directory ido-next-work-file ido-no-final-slash ido-nonreadable-directory-p ido-pop-dir ido-pp ido-prev-match ido-prev-match-dir ido-prev-work-directory ido-prev-work-file ido-push-dir ido-push-dir-first ido-read-internal ido-record-command ido-record-work-directory ido-record-work-file ido-remove-cached-dir ido-reread-directory ido-restrict-to-matches ido-save-history ido-select-text ido-set-common-completion ido-set-current-directory ido-set-current-home ido-set-matches ido-set-matches-1 ido-setup-completion-map ido-sort-merged-list ido-summary-buffers-to-end ido-take-first-match ido-tidy ido-time-stamp ido-to-end ido-toggle-case ido-toggle-ignore ido-toggle-literal ido-toggle-prefix ido-toggle-regexp ido-toggle-trace ido-toggle-vc ido-toggle-virtual-buffers ido-trace ido-unc-hosts ido-unc-hosts-net-view ido-undo-merge-work-directory ido-unload-function ido-up-directory ido-visit-buffer ido-wash-history ido-wide-find-dir ido-wide-find-dir-or-delete-dir ido-wide-find-dirs-or-files ido-wide-find-file ido-wide-find-file-or-pop-dir ido-word-matching-substring iimage-modification-hook image-after-revert-hook image-animate image-animate-timeout image-animate-timer image-animated-p image-dired--with-db-file image-dired-add-to-file-comment-list image-dired-add-to-tag-file-list image-dired-add-to-tag-file-lists image-dired-associated-dired-buffer image-dired-associated-dired-buffer-window image-dired-backward-image image-dired-comment-thumbnail image-dired-copy-with-exif-file-name image-dired-create-display-image-buffer image-dired-create-gallery-lists image-dired-create-thumb image-dired-create-thumbnail-buffer image-dired-create-thumbs image-dired-define-display-image-mode-keymap image-dired-define-thumbnail-mode-keymap image-dired-delete-char image-dired-dir image-dired-dired-after-readin-hook image-dired-dired-display-properties image-dired-dired-file-marked-p image-dired-dired-next-line image-dired-dired-previous-line image-dired-dired-toggle-marked-thumbs image-dired-display-current-image-full image-dired-display-current-image-sized image-dired-display-image image-dired-display-image-mode image-dired-display-next-thumbnail-original image-dired-display-previous-thumbnail-original image-dired-display-thumb-properties image-dired-display-thumbnail-original-image image-dired-display-window image-dired-display-window-height image-dired-display-window-width image-dired-flag-thumb-original-file image-dired-format-properties-string image-dired-forward-image image-dired-gallery-generate image-dired-get-buffer-window image-dired-get-comment image-dired-get-exif-data image-dired-get-exif-file-name image-dired-get-thumbnail-image image-dired-hidden-p image-dired-image-at-point-p image-dired-insert-image image-dired-insert-thumbnail image-dired-jump-original-dired-buffer image-dired-kill-buffer-and-window image-dired-line-up image-dired-line-up-dynamic image-dired-line-up-interactive image-dired-list-tags image-dired-mark-and-display-next image-dired-mark-thumb-original-file image-dired-modify-mark-on-thumb-original-file image-dired-mouse-display-image image-dired-mouse-select-thumbnail image-dired-mouse-toggle-mark image-dired-next-line image-dired-next-line-and-display image-dired-original-file-name image-dired-previous-line image-dired-previous-line-and-display image-dired-read-comment image-dired-refresh-thumb image-dired-remove-tag image-dired-restore-window-configuration image-dired-rotate-original image-dired-rotate-original-left image-dired-rotate-original-right image-dired-rotate-thumbnail image-dired-rotate-thumbnail-left image-dired-rotate-thumbnail-right image-dired-sane-db-file image-dired-save-information-from-widgets image-dired-set-exif-data image-dired-slideshow-start image-dired-slideshow-step image-dired-slideshow-stop image-dired-tag-thumbnail image-dired-tag-thumbnail-remove image-dired-thumb-name image-dired-thumbnail-display-external image-dired-thumbnail-mode image-dired-thumbnail-set-image-description image-dired-thumbnail-window image-dired-toggle-append-browsing image-dired-toggle-dired-display-properties image-dired-toggle-mark-thumb-original-file image-dired-toggle-movement-tracking image-dired-track-original-file image-dired-track-thumbnail image-dired-unmark-thumb-original-file image-dired-update-property image-dired-window-height-pixels image-dired-window-width-pixels image-dired-write-comments image-dired-write-tags image-refresh image-toggle-animation image-transform-fit-to-height image-transform-fit-to-width image-transform-properties image-transform-set-rotation image-transform-set-scale imagemagick-register-types imap-log inferior-octave-completion-at-point info-display-manual info-lookup-completions-at-point info-setup info-xref-check-node info-xref-docstrings info-xref-lock-file-p info-xref-output-error info-xref-with-file info-xref-with-output inhibit-local-variables-p internal-temp-output-buffer-show isearch-fail-pos isearch-yank-pop isnan js-syntax-propertize js-syntax-propertize-regexp keymap--menu-item-binding keymap--menu-item-with-binding keymap--merge-bindings kkc-cancel kkc-error kkc-first-char-only kkc-help kkc-hiragana kkc-katakana kkc-longer kkc-longer-phrase kkc-lookup-key kkc-next kkc-next-phrase kkc-prev kkc-save-init-file kkc-select-from-list kkc-setup-current-conversions-width kkc-shorter kkc-shorter-conversion kkc-show-conversion-list-or-next-group kkc-show-conversion-list-or-prev-group kkc-show-conversion-list-update kkc-terminate kkc-update-conversion landmark-amble-robot landmark-beginning-of-line landmark-blackbox landmark-calc-confidences landmark-calc-current-smells landmark-calc-payoff landmark-check-filled-qtuple landmark-click landmark-confidence-for landmark-crash-game landmark-cross-qtuple landmark-display-statistics landmark-emacs-plays landmark-end-of-line landmark-f landmark-find-filled-qtuple landmark-fix-weights-for landmark-flip-a-coin landmark-goto-square landmark-goto-xy landmark-human-plays landmark-human-resigns landmark-human-takes-back landmark-index-to-x landmark-index-to-y landmark-init landmark-init-board landmark-init-display landmark-init-score-table landmark-init-square-score landmark-max-height landmark-max-width landmark-mode landmark-mouse-play landmark-move landmark-move-down landmark-move-ne landmark-move-nw landmark-move-se landmark-move-sw landmark-move-up landmark-nb-qtuples landmark-noise landmark-nslify-wts landmark-nslify-wts-int landmark-offer-a-draw landmark-play-move landmark-plot-internal landmark-plot-landmarks landmark-plot-square landmark-point-square landmark-point-y landmark-print-distance landmark-print-distance-int landmark-print-moves landmark-print-smell landmark-print-smell-int landmark-print-w0 landmark-print-w0-int landmark-print-wts landmark-print-wts-blackbox landmark-print-wts-int landmark-print-y-s-noise landmark-print-y-s-noise-int landmark-prompt-for-move landmark-prompt-for-other-game landmark-random-move landmark-randomize-weights-for landmark-set-landmark-signal-strengths landmark-start-game landmark-start-robot landmark-store-old-y_t landmark-strongest-square landmark-switch-to-window landmark-take-back landmark-terminate-game landmark-test-run landmark-update-naught-weights landmark-update-normal-weights landmark-update-score-in-direction landmark-update-score-table landmark-weights-debug landmark-xy-to-index landmark-y latex-electric-env-pair-mode latex-env-before-change ldexp left-char left-word letrec libxml-parse-html-region libxml-parse-xml-region lilypond-mode lisp-indent-lambda-list list-colors-sort-key list-dynamic-libraries list-dynamic-libraries--refresh list-packages list-processes--refresh load-path-shadows-mode load-save-place-alist-from-file log-edit-add-field log-edit-empty-buffer-p log-view-current-entry log-view-inside-comment-p log-view-toggle-entry-display ls-lisp-sanitize ls-lisp-set-options ly-attempt-to-open-pdf ly-attempt-to-play-midi ly-check-for-compile-error ly-compile-lilyfile ly-determine-ly-path ly-determine-midi-path ly-determine-pdf-path ly-execute-tangled-ly ly-get-header-args ly-mark-error-line ly-parse-error-line ly-parse-line-num ly-process-basic ly-process-compile-error ly-set-header-args ly-switch-extension ly-tangle ly-toggle-arrange-mode ly-toggle-html-generation ly-toggle-midi-play ly-toggle-pdf-display ly-toggle-png-generation m2-mode m2-smie-backward-token m2-smie-forward-token m2-smie-refine-colon m2-smie-refine-of m2-smie-refine-semi m2-smie-rules mail-add-attachment mail-completion-at-point-function mail-completion-expand mail-dont-reply-to mail-insert-file mairix-replace-invalid-chars make-composed-keymap make-ert--ewoc-entry make-ert--stats make-ert--test-execution-info make-ert-test make-ert-test-aborted-with-non-local-exit make-ert-test-failed make-ert-test-passed make-ert-test-quit make-ert-test-result make-ert-test-result-with-condition make-gdb-table make-nnimap make-soap-array-type make-soap-basic-type make-soap-binding make-soap-bound-operation make-soap-element make-soap-message make-soap-namespace make-soap-namespace-link make-soap-operation make-soap-port make-soap-port-type make-soap-sequence-element make-soap-sequence-type make-soap-wsdl make-url-future make-url-queue makefile-completions-at-point math-conditional-apply math-conditional-pow math-extract-logunits math-freq-to-midi math-freq-to-spn math-freqp math-logunits-add math-logunits-divide math-logunits-level math-logunits-mul math-logunits-quant math-lud-pivot-check math-midi-round math-midi-to-freq math-midi-to-spn math-midip math-spn-to-freq math-spn-to-midi math-spnp math-vector-avg maximize-window menu-bar-set-tool-bar-position menu-bar-showhide-tool-bar-menu-customize-disable menu-bar-showhide-tool-bar-menu-customize-enable-bottom menu-bar-showhide-tool-bar-menu-customize-enable-left menu-bar-showhide-tool-bar-menu-customize-enable-right menu-bar-showhide-tool-bar-menu-customize-enable-top mercury-mode message--yank-original-internal message-completion-function message-default-send-mail-function message-default-send-rename-function message-prune-recipients meta-common-mode meta-completions-at-point mh-decode-message-subject mh-letter-completion-at-point mh-test-completion mh-window-full-height-p minibuffer-inactive-mode minimize-window mm-display-javascript-inline mm-display-org-inline mm-display-shell-script-inline mm-handle-filename mm-shr mm-url-encode-multipart-form-data mm-uu-org-src-code-block-extract mml1991-epg-find-usable-key mml1991-epg-find-usable-secret-key mml2015-epg-find-usable-secret-key mouse--drag-set-mark-and-point mouse--remap-link-click-p mouse--strip-first-event mouse-drag-line mpc-cmd-flush mpc-cmd-special-tag-p mpc-constraints-tag-lookup mpc-proc-check mpc-tagbrowser-tag-name nato-region netrc-credentials netrc-store-data network-stream-certificate network-stream-command network-stream-get-response network-stream-open-plain network-stream-open-shell network-stream-open-starttls network-stream-open-tls newsticker--age newsticker--buffer-beginning-of-feed newsticker--buffer-beginning-of-item newsticker--buffer-do-insert-text newsticker--buffer-end-of-feed newsticker--buffer-end-of-item newsticker--buffer-get-feed-title-at-point newsticker--buffer-get-item-title-at-point newsticker--buffer-goto newsticker--buffer-hideshow newsticker--buffer-insert-all-items newsticker--buffer-insert-item newsticker--buffer-make-item-completely-visible newsticker--buffer-redraw newsticker--buffer-set-faces newsticker--buffer-set-invisibility newsticker--buffer-set-uptodate newsticker--buffer-statistics newsticker--cache-add newsticker--cache-contains newsticker--cache-dir newsticker--cache-get-feed newsticker--cache-item-compare-by-position newsticker--cache-item-compare-by-time newsticker--cache-item-compare-by-title newsticker--cache-mark-expired newsticker--cache-read newsticker--cache-read-feed newsticker--cache-read-version1 newsticker--cache-remove newsticker--cache-replace-age newsticker--cache-save newsticker--cache-save-feed newsticker--cache-save-version1 newsticker--cache-set-preformatted-contents newsticker--cache-set-preformatted-title newsticker--cache-sort newsticker--cache-update newsticker--count-grouped-feeds newsticker--count-groups newsticker--debug-msg newsticker--decode-iso8601-date newsticker--decode-rfc822-date newsticker--desc newsticker--display-jump newsticker--display-scroll newsticker--display-tick newsticker--do-forget-preformatted newsticker--do-mark-item-at-point-as-read newsticker--do-print-extra-element newsticker--do-run-auto-mark-filter newsticker--echo-area-clean-p newsticker--enclosure newsticker--extra newsticker--forget-preformatted newsticker--get-logo-url-atom-0.3 newsticker--get-logo-url-atom-1.0 newsticker--get-logo-url-rss-0.91 newsticker--get-logo-url-rss-0.92 newsticker--get-logo-url-rss-1.0 newsticker--get-logo-url-rss-2.0 newsticker--get-news-by-funcall newsticker--get-news-by-url newsticker--get-news-by-url-callback newsticker--get-news-by-wget newsticker--group-all-groups newsticker--group-do-find-group-for-feed newsticker--group-do-get-group newsticker--group-do-get-parent-group newsticker--group-find-group-for-feed newsticker--group-get-feeds newsticker--group-get-group newsticker--group-get-parent-group newsticker--group-get-subgroups newsticker--group-manage-orphan-feeds newsticker--group-remove-obsolete-feeds newsticker--guid newsticker--guid-to-string newsticker--image-get newsticker--image-read newsticker--image-sentinel newsticker--images-dir newsticker--imenu-create-index newsticker--imenu-goto newsticker--insert-enclosure newsticker--insert-image newsticker--link newsticker--lists-intersect-p newsticker--opml-import-outlines newsticker--parse-atom-0.3 newsticker--parse-atom-1.0 newsticker--parse-generic-feed newsticker--parse-generic-items newsticker--parse-rss-0.91 newsticker--parse-rss-0.92 newsticker--parse-rss-1.0 newsticker--parse-rss-2.0 newsticker--pos newsticker--preformatted-contents newsticker--preformatted-title newsticker--print-extra-elements newsticker--process-auto-mark-filter-match newsticker--real-feed-name newsticker--remove-whitespace newsticker--run-auto-mark-filter newsticker--sentinel newsticker--sentinel-work newsticker--set-customvar-buffer newsticker--set-customvar-formatting newsticker--set-customvar-sorting newsticker--set-customvar-ticker newsticker--set-face-properties newsticker--start-feed newsticker--stat-num-items newsticker--stat-num-items-for-group newsticker--stat-num-items-total newsticker--stop-feed newsticker--ticker-text-remove newsticker--ticker-text-setup newsticker--time newsticker--title newsticker--treeview-activate-node newsticker--treeview-buffer-init newsticker--treeview-count-node-items newsticker--treeview-create-groups-menu newsticker--treeview-create-tree-menu newsticker--treeview-do-get-node newsticker--treeview-do-get-node-of-feed newsticker--treeview-first-feed newsticker--treeview-frame-init newsticker--treeview-get-current-node newsticker--treeview-get-feed-vfeed newsticker--treeview-get-first-child newsticker--treeview-get-id newsticker--treeview-get-last-child newsticker--treeview-get-next-sibling newsticker--treeview-get-next-uncle newsticker--treeview-get-node newsticker--treeview-get-node-of-feed newsticker--treeview-get-other-tree newsticker--treeview-get-prev-sibling newsticker--treeview-get-prev-uncle newsticker--treeview-get-second-child newsticker--treeview-get-selected-item newsticker--treeview-ids-eq newsticker--treeview-item-buffer newsticker--treeview-item-show newsticker--treeview-item-show-text newsticker--treeview-item-update newsticker--treeview-item-window newsticker--treeview-list-add-item newsticker--treeview-list-all-items newsticker--treeview-list-buffer newsticker--treeview-list-clear newsticker--treeview-list-clear-highlight newsticker--treeview-list-compare-item-by-age newsticker--treeview-list-compare-item-by-age-reverse newsticker--treeview-list-compare-item-by-time newsticker--treeview-list-compare-item-by-time-reverse newsticker--treeview-list-compare-item-by-title newsticker--treeview-list-compare-item-by-title-reverse newsticker--treeview-list-feed-items newsticker--treeview-list-highlight-start newsticker--treeview-list-immortal-items newsticker--treeview-list-items newsticker--treeview-list-items-v newsticker--treeview-list-items-with-age newsticker--treeview-list-items-with-age-callback newsticker--treeview-list-new-items newsticker--treeview-list-obsolete-items newsticker--treeview-list-select newsticker--treeview-list-sort-by-column newsticker--treeview-list-sort-items newsticker--treeview-list-update newsticker--treeview-list-update-faces newsticker--treeview-list-update-highlight newsticker--treeview-list-window newsticker--treeview-load newsticker--treeview-mark-item newsticker--treeview-nodes-eq newsticker--treeview-propertize-tag newsticker--treeview-render-text newsticker--treeview-restore-layout newsticker--treeview-set-current-node newsticker--treeview-tree-buffer newsticker--treeview-tree-do-update-tags newsticker--treeview-tree-expand newsticker--treeview-tree-expand-status newsticker--treeview-tree-get-tag newsticker--treeview-tree-update newsticker--treeview-tree-update-highlight newsticker--treeview-tree-update-tag newsticker--treeview-tree-update-tags newsticker--treeview-tree-window newsticker--treeview-unfold-node newsticker--treeview-virtual-feed-p newsticker--treeview-window-init newsticker--update-process-ids newsticker-add-url newsticker-browse-url newsticker-browse-url-item newsticker-buffer-force-update newsticker-buffer-update newsticker-close-buffer newsticker-customize newsticker-download-enclosures newsticker-download-images newsticker-get-all-news newsticker-get-news newsticker-get-news-at-point newsticker-group-add-group newsticker-group-delete-group newsticker-group-move-feed newsticker-handle-url newsticker-hide-all-desc newsticker-hide-entry newsticker-hide-extra newsticker-hide-feed-desc newsticker-hide-new-item-desc newsticker-hide-old-item-desc newsticker-hide-old-items newsticker-htmlr-render newsticker-item-not-immortal-p newsticker-item-not-old-p newsticker-mark-all-items-as-read newsticker-mark-all-items-at-point-as-read newsticker-mark-all-items-at-point-as-read-and-redraw newsticker-mark-all-items-of-feed-as-read newsticker-mark-item-at-point-as-immortal newsticker-mark-item-at-point-as-read newsticker-mode newsticker-mouse-browse-url newsticker-new-item-functions-sample newsticker-next-feed newsticker-next-feed-available-p newsticker-next-item newsticker-next-item-available-p newsticker-next-item-same-feed newsticker-next-new-item newsticker-opml-export newsticker-opml-import newsticker-previous-feed newsticker-previous-feed-available-p newsticker-previous-item newsticker-previous-item-available-p newsticker-previous-new-item newsticker-retrieve-random-message newsticker-save-item newsticker-set-auto-narrow-to-feed newsticker-set-auto-narrow-to-item newsticker-show-all-desc newsticker-show-entry newsticker-show-extra newsticker-show-feed-desc newsticker-show-new-item-desc newsticker-show-old-item-desc newsticker-show-old-items newsticker-stop newsticker-stop-ticker newsticker-toggle-auto-narrow-to-feed newsticker-toggle-auto-narrow-to-item newsticker-treeview-browse-url newsticker-treeview-browse-url-item newsticker-treeview-get-news newsticker-treeview-item-mode newsticker-treeview-jump newsticker-treeview-list-make-sort-button newsticker-treeview-list-mode newsticker-treeview-mark-item-old newsticker-treeview-mark-list-items-old newsticker-treeview-mode newsticker-treeview-mouse-browse-url newsticker-treeview-next-feed newsticker-treeview-next-item newsticker-treeview-next-new-or-immortal-item newsticker-treeview-next-page newsticker-treeview-prev-feed newsticker-treeview-prev-item newsticker-treeview-prev-new-or-immortal-item newsticker-treeview-quit newsticker-treeview-save newsticker-treeview-save-item newsticker-treeview-scroll-item newsticker-treeview-show-item newsticker-treeview-toggle-item-immortal newsticker-treeview-tree-click newsticker-treeview-tree-do-click newsticker-treeview-update newsticker-w3m-show-inline-images nil-blank-string nnagent-request-marks nnagent-retrieve-group-data-early nndoc-decode-content-transfer-encoding nndoc-git-type-p nndoc-google-type-p nndoc-retrieve-groups nndoc-transform-git-article nndoc-transform-git-headers nndraft-update-unread-articles nnfolder-request-marks nnfolder-save-all-buffers nnheader-get-report-string nnheader-insert-buffer-substring nnheader-message-maybe nnheader-update-marks-actions nnimap-add-cr nnimap-article-ranges nnimap-buffer nnimap-capabilities nnimap-capability nnimap-command nnimap-commands nnimap-convert-partial-article nnimap-credentials nnimap-decode-gnus-group nnimap-delete-article nnimap-dummy-active-number nnimap-examined nnimap-fetch-inbox nnimap-find-article-by-message-id nnimap-find-connection nnimap-find-expired-articles nnimap-find-parameter nnimap-find-process-buffer nnimap-find-response-element nnimap-find-uid-response nnimap-find-wanted-parts nnimap-find-wanted-parts-1 nnimap-finish-retrieve-group-infos nnimap-flags-to-marks nnimap-get-flags nnimap-get-groups nnimap-get-length nnimap-get-partial-article nnimap-get-response nnimap-get-responses nnimap-get-whole-article nnimap-greeting nnimap-group nnimap-header-parameters nnimap-imap-ranges-to-gnus-ranges nnimap-initial-resync nnimap-insert-partial-structure nnimap-keepalive nnimap-last-command-time nnimap-last-response-string nnimap-log-command nnimap-login nnimap-make-process-buffer nnimap-make-split-specs nnimap-make-thread-query nnimap-map-port nnimap-mark-and-expunge-incoming nnimap-marks-to-flags nnimap-new-articles nnimap-newlinep nnimap-ok-p nnimap-open-connection-1 nnimap-p nnimap-parse-copied-articles nnimap-parse-flags nnimap-parse-line nnimap-parse-response nnimap-process nnimap-process-expiry-targets nnimap-process-quirk nnimap-quirk nnimap-quote-specials nnimap-request-expunge-group nnimap-request-replace-article nnimap-request-thread nnimap-request-update-group-status nnimap-retrieve-group-data-early nnimap-save-mail-spec nnimap-select-result nnimap-send-command nnimap-server nnimap-split-incoming-mail nnimap-store-info nnimap-stream-type nnimap-transform-headers nnimap-transform-split-mail nnimap-unfold-quoted-lines nnimap-unselect-group nnimap-update-info nnimap-update-infos nnimap-update-qresync-info nnimap-ver4-p nnimap-wait-for-connection nnimap-wait-for-line nnimap-wait-for-response nnir-article-group nnir-article-ids nnir-article-number nnir-article-rsv nnir-categorize nnir-get-active nnir-mode nnir-registry-action nnir-request-expire-articles nnir-request-move-article nnir-run-gmane nnir-run-notmuch nnir-search-thread nnir-warp-to-article nnmaildir-request-marks nnmairix-request-marks nnml-add-incremental-nov nnml-open-incremental-nov nnml-request-marks nnml-save-incremental-nov nnregistry-close-server nnregistry-open-server nnregistry-request-article nnregistry-server-opened nnregistry-status-message nnrss-retrieve-groups nntp-finish-retrieve-group-infos nntp-request-marks nntp-retrieve-group-data-early notifications-close-notification notifications-notify notifications-on-action-signal notifications-on-closed-signal nroff-view nxml-completion-at-point-function nxml-parent-document-set ob-calc-maybe-resolve-var ob-fortran-transform-list occur-after-change-function occur-cease-edit occur-edit-mode occur-engine-line octave-completion-at-point-function octave-mode-menu octave-smie-backward-token octave-smie-forward-token octave-smie-rules octave-syntax-propertize-function octave-syntax-propertize-sqs open-gnutls-stream open-gssapi-stream open-protocol-stream org-2ft org-activate-angle-links org-activate-bracket-links org-activate-code org-activate-dates org-activate-footnote-links org-activate-mark org-activate-plain-links org-activate-tags org-activate-target-links org-adaptive-fill-function org-add-agenda-custom-command org-add-angle-brackets org-add-archive-files org-add-link-props org-add-link-type org-add-log-note org-add-log-setup org-add-note org-add-planning-info org-add-prop-inherited org-add-to-diary-list org-add-to-string org-advertized-archive-subtree org-agenda-action org-agenda-add-entry-text org-agenda-add-entry-to-org-agenda-diary-file org-agenda-add-note org-agenda-add-time-grid-maybe org-agenda-align-tags org-agenda-append-agenda org-agenda-archive org-agenda-archive-default org-agenda-archive-default-with-confirmation org-agenda-archive-to-archive-sibling org-agenda-archive-with org-agenda-archives-mode org-agenda-bulk-action org-agenda-bulk-mark org-agenda-bulk-mark-regexp org-agenda-bulk-marked-p org-agenda-bulk-remove-all-marks org-agenda-bulk-remove-overlays org-agenda-bulk-toggle org-agenda-bulk-unmark org-agenda-change-all-lines org-agenda-change-time-span org-agenda-check-clock-gap org-agenda-check-no-diary org-agenda-check-type org-agenda-cleanup-fancy-diary org-agenda-clock-cancel org-agenda-clock-goto org-agenda-clock-in org-agenda-clock-out org-agenda-clockreport-mode org-agenda-collect-markers org-agenda-columns org-agenda-colview-compute org-agenda-colview-summarize org-agenda-compare-effort org-agenda-compute-starting-span org-agenda-convert-date org-agenda-copy-local-variable org-agenda-cycle-show org-agenda-date-earlier org-agenda-date-earlier-hours org-agenda-date-earlier-minutes org-agenda-date-later org-agenda-date-later-hours org-agenda-date-later-minutes org-agenda-date-prompt org-agenda-day-view org-agenda-deadline org-agenda-deadline-face org-agenda-diary-entry org-agenda-diary-entry-in-org-file org-agenda-dim-blocked-tasks org-agenda-do-action org-agenda-do-context-action org-agenda-do-date-earlier org-agenda-do-date-later org-agenda-do-tree-to-indirect-buffer org-agenda-earlier org-agenda-entry-text-hide org-agenda-entry-text-mode org-agenda-entry-text-show org-agenda-entry-text-show-here org-agenda-error org-agenda-execute org-agenda-execute-calendar-command org-agenda-exit org-agenda-export-csv-mapper org-agenda-file-p org-agenda-file-to-front org-agenda-files org-agenda-filter-apply org-agenda-filter-by-category org-agenda-filter-by-tag org-agenda-filter-by-tag-refine org-agenda-filter-effort-form org-agenda-filter-hide-line org-agenda-filter-make-matcher org-agenda-filter-show-all-cat org-agenda-filter-show-all-tag org-agenda-find-same-or-today-or-agenda org-agenda-fix-displayed-tags org-agenda-fix-tags-filter-overlays-at org-agenda-follow-mode org-agenda-fontify-priorities org-agenda-format-date-aligned org-agenda-format-item org-agenda-get-any-marker org-agenda-get-blocks org-agenda-get-category-icon org-agenda-get-day-entries org-agenda-get-day-face org-agenda-get-deadlines org-agenda-get-progress org-agenda-get-represented-tags org-agenda-get-restriction-and-command org-agenda-get-scheduled org-agenda-get-sexps org-agenda-get-some-entry-text org-agenda-get-timestamps org-agenda-get-todos org-agenda-goto org-agenda-goto-calendar org-agenda-goto-date org-agenda-goto-mouse org-agenda-goto-today org-agenda-highlight-todo org-agenda-holidays org-agenda-insert-diary-as-top-level org-agenda-insert-diary-make-new-entry org-agenda-kill org-agenda-later org-agenda-log-mode org-agenda-manipulate-query org-agenda-manipulate-query-add org-agenda-manipulate-query-add-re org-agenda-manipulate-query-subtract org-agenda-manipulate-query-subtract-re org-agenda-mark-clocking-task org-agenda-mark-filtered-text org-agenda-mark-header-line org-agenda-maybe-redo org-agenda-menu org-agenda-mode org-agenda-month-view org-agenda-ndays-to-span org-agenda-new-marker org-agenda-next-date-line org-agenda-next-line org-agenda-normalize-custom-commands org-agenda-open-link org-agenda-phases-of-moon org-agenda-post-command-hook org-agenda-previous-date-line org-agenda-previous-line org-agenda-priority org-agenda-priority-down org-agenda-priority-up org-agenda-quit org-agenda-recenter org-agenda-redo org-agenda-refile org-agenda-remove-flag org-agenda-remove-marked-text org-agenda-remove-restriction-lock org-agenda-reset-markers org-agenda-reset-view org-agenda-run-series org-agenda-save-markers-for-cut-and-paste org-agenda-schedule org-agenda-set-effort org-agenda-set-mode-name org-agenda-set-property org-agenda-set-restriction-lock org-agenda-set-tags org-agenda-show org-agenda-show-1 org-agenda-show-and-scroll-up org-agenda-show-clocking-issues org-agenda-show-mouse org-agenda-show-new-time org-agenda-show-priority org-agenda-show-scroll-down org-agenda-show-tags org-agenda-show-the-flagging-note org-agenda-skip org-agenda-skip-entry-if org-agenda-skip-entry-when-regexp-matches org-agenda-skip-entry-when-regexp-matches-in-subtree org-agenda-skip-eval org-agenda-skip-if org-agenda-skip-if-todo org-agenda-skip-subtree-if org-agenda-skip-subtree-when-regexp-matches org-agenda-span-name org-agenda-span-to-ndays org-agenda-sunrise-sunset org-agenda-switch-to org-agenda-time-of-day-to-ampm org-agenda-time-of-day-to-ampm-maybe org-agenda-todayp org-agenda-todo org-agenda-todo-custom-ignore-p org-agenda-todo-nextset org-agenda-todo-previousset org-agenda-todo-yesterday org-agenda-toggle-archive-tag org-agenda-toggle-deadlines org-agenda-toggle-diary org-agenda-toggle-time-grid org-agenda-tree-to-indirect-buffer org-agenda-undo org-agenda-unmark-filtered-text org-agenda-view-mode-dispatch org-agenda-week-view org-agenda-with-point-at-orig-entry org-agenda-write org-agenda-year-view org-align-all-tags org-align-tags-here org-all-archive-files org-all-targets org-anniversary org-apply-on-list org-apps-regexp-alist org-archive-all-done org-archive-set-tag org-archive-subtree org-archive-to-archive-sibling org-ascii-level-start org-ascii-replace-entities org-assign-fast-keys org-at-clock-log-p org-at-date-range-p org-at-drawer-p org-at-heading-or-item-p org-at-heading-p org-at-item-counter-p org-at-item-description-p org-at-item-timer-p org-at-property-p org-at-regexp-p org-at-table-hline-p org-at-table-p org-at-table.el-p org-at-target-p org-at-timestamp-p org-attach-attach org-attach-attach-cp org-attach-attach-ln org-attach-attach-mv org-attach-check-absolute-path org-attach-commit org-attach-delete-all org-attach-delete-one org-attach-dir org-attach-expand org-attach-expand-link org-attach-file-list org-attach-new org-attach-open org-attach-open-in-emacs org-attach-reveal org-attach-reveal-in-emacs org-attach-set-directory org-attach-set-inherit org-attach-store-link org-attach-sync org-attach-tag org-attach-untag org-attributes-to-string org-auto-fill-function org-auto-repeat-maybe org-babel-C-ensure-main-wrap org-babel-C-execute org-babel-C-expand org-babel-C-var-to-C org-babel-R-assign-elisp org-babel-R-associate-session org-babel-R-construct-graphics-device-call org-babel-R-evaluate org-babel-R-evaluate-external-process org-babel-R-evaluate-session org-babel-R-graphical-output-file org-babel-R-initiate-session org-babel-R-process-value-result org-babel-R-quote-tsv-field org-babel-asymptote-define-type org-babel-asymptote-var-to-asymptote org-babel-awk-table-or-string org-babel-awk-var-to-awk org-babel-balanced-split org-babel-check-src-block org-babel-chomp org-babel-clean-text-properties org-babel-comint-buffer-livep org-babel-comint-eval-invisibly-and-wait-for-file org-babel-comint-in-buffer org-babel-comint-input-command org-babel-comint-wait-for-output org-babel-comint-with-output org-babel-confirm-evaluate org-babel-current-result-hash org-babel-del-hlines org-babel-demarcate-block org-babel-describe-bindings org-babel-detangle org-babel-disassemble-tables org-babel-do-in-edit-buffer org-babel-do-key-sequence-in-edit-buffer org-babel-do-load-languages org-babel-edit-distance org-babel-edit-prep:R org-babel-eval org-babel-eval-error-notify org-babel-eval-read-file org-babel-eval-wipe-error-buffer org-babel-examplize-region org-babel-execute-buffer org-babel-execute-maybe org-babel-execute-safely-maybe org-babel-execute-src-block org-babel-execute-src-block-maybe org-babel-execute-subtree org-babel-execute:C org-babel-execute:C++ org-babel-execute:R org-babel-execute:asymptote org-babel-execute:awk org-babel-execute:calc org-babel-execute:clojure org-babel-execute:cpp org-babel-execute:css org-babel-execute:ditaa org-babel-execute:dot org-babel-execute:emacs-lisp org-babel-execute:fortran org-babel-execute:gnuplot org-babel-execute:haskell org-babel-execute:java org-babel-execute:js org-babel-execute:latex org-babel-execute:ledger org-babel-execute:lilypond org-babel-execute:lisp org-babel-execute:matlab org-babel-execute:maxima org-babel-execute:mscgen org-babel-execute:ocaml org-babel-execute:octave org-babel-execute:org org-babel-execute:perl org-babel-execute:picolisp org-babel-execute:plantuml org-babel-execute:python org-babel-execute:ruby org-babel-execute:sass org-babel-execute:scheme org-babel-execute:screen org-babel-execute:sh org-babel-execute:shen org-babel-execute:sql org-babel-execute:sqlite org-babel-exp-code org-babel-exp-do-export org-babel-exp-in-export-file org-babel-exp-non-block-elements org-babel-exp-results org-babel-exp-src-block org-babel-expand-body:C++ org-babel-expand-body:R org-babel-expand-body:awk org-babel-expand-body:c org-babel-expand-body:calc org-babel-expand-body:clojure org-babel-expand-body:dot org-babel-expand-body:emacs-lisp org-babel-expand-body:fortran org-babel-expand-body:generic org-babel-expand-body:gnuplot org-babel-expand-body:latex org-babel-expand-body:lilypond org-babel-expand-body:lisp org-babel-expand-body:org org-babel-expand-body:picolisp org-babel-expand-body:scheme org-babel-expand-body:shen org-babel-expand-body:sql org-babel-expand-body:sqlite org-babel-expand-noweb-references org-babel-expand-src-block org-babel-expand-src-block-maybe org-babel-find-file-noselect-refresh org-babel-find-named-block org-babel-find-named-result org-babel-format-result org-babel-fortran-ensure-main-wrap org-babel-fortran-var-to-fortran org-babel-get-colnames org-babel-get-header org-babel-get-inline-src-block-matches org-babel-get-lob-one-liner-matches org-babel-get-rownames org-babel-get-src-block-info org-babel-gnuplot-initiate-session org-babel-gnuplot-process-vars org-babel-gnuplot-quote-timestamp-field org-babel-gnuplot-quote-tsv-field org-babel-gnuplot-table-to-data org-babel-goto-named-result org-babel-goto-named-src-block org-babel-goto-src-block-head org-babel-hash-at-point org-babel-haskell-export-to-lhs org-babel-haskell-initiate-session org-babel-haskell-read-string org-babel-haskell-table-or-string org-babel-haskell-var-to-haskell org-babel-hide-all-hashes org-babel-hide-hash org-babel-hide-result-toggle org-babel-hide-result-toggle-maybe org-babel-import-elisp-from-file org-babel-in-example-or-verbatim org-babel-initiate-session org-babel-insert-header-arg org-babel-insert-result org-babel-join-splits-near-ch org-babel-js-initiate-session org-babel-js-read org-babel-js-var-to-js org-babel-latex-tex-to-pdf org-babel-lisp-vector-to-list org-babel-load-file org-babel-load-in-session org-babel-load-in-session-maybe org-babel-load-session:C org-babel-load-session:R org-babel-load-session:fortran org-babel-load-session:gnuplot org-babel-load-session:haskell org-babel-load-session:python org-babel-load-session:ruby org-babel-load-session:sh org-babel-lob-execute org-babel-lob-execute-maybe org-babel-lob-get-info org-babel-lob-ingest org-babel-local-file-name org-babel-map-call-lines org-babel-map-executables org-babel-map-inline-src-blocks org-babel-map-src-blocks org-babel-mark-block org-babel-matlab-initiate-session org-babel-maxima-elisp-to-maxima org-babel-maxima-expand org-babel-maxima-graphical-output-file org-babel-maxima-var-to-maxima org-babel-merge-params org-babel-named-data-regexp-for-name org-babel-named-src-block-regexp-for-name org-babel-next-src-block org-babel-number-p org-babel-ocaml-elisp-to-ocaml org-babel-ocaml-parse-output org-babel-ocaml-read-array org-babel-ocaml-read-list org-babel-octave-evaluate org-babel-octave-evaluate-external-process org-babel-octave-evaluate-session org-babel-octave-graphical-output-file org-babel-octave-import-elisp-from-file org-babel-octave-initiate-session org-babel-octave-read-string org-babel-octave-var-to-octave org-babel-open-src-block-result org-babel-params-from-properties org-babel-parse-header-arguments org-babel-parse-inline-src-block-match org-babel-parse-multiple-vars org-babel-parse-src-block-match org-babel-perl-evaluate org-babel-perl-initiate-session org-babel-perl-var-to-perl org-babel-pick-name org-babel-picolisp-initiate-session org-babel-pop-to-session org-babel-pop-to-session-maybe org-babel-prep-session:C org-babel-prep-session:R org-babel-prep-session:asymptote org-babel-prep-session:css org-babel-prep-session:ditaa org-babel-prep-session:dot org-babel-prep-session:fortran org-babel-prep-session:gnuplot org-babel-prep-session:haskell org-babel-prep-session:js org-babel-prep-session:latex org-babel-prep-session:ledger org-babel-prep-session:lilypond org-babel-prep-session:matlab org-babel-prep-session:maxima org-babel-prep-session:mscgen org-babel-prep-session:ocaml org-babel-prep-session:octave org-babel-prep-session:org org-babel-prep-session:perl org-babel-prep-session:plantuml org-babel-prep-session:python org-babel-prep-session:ruby org-babel-prep-session:sass org-babel-prep-session:scheme org-babel-prep-session:screen org-babel-prep-session:sh org-babel-prep-session:sql org-babel-prep-session:sqlite org-babel-previous-src-block org-babel-process-file-name org-babel-process-params org-babel-put-colnames org-babel-put-rownames org-babel-python-evaluate org-babel-python-evaluate-external-process org-babel-python-evaluate-session org-babel-python-initiate-session org-babel-python-initiate-session-by-key org-babel-python-read-string org-babel-python-session-buffer org-babel-python-table-or-string org-babel-python-var-to-python org-babel-read org-babel-read-link org-babel-read-list org-babel-read-result org-babel-read-table org-babel-reassemble-table org-babel-ref-at-ref-p org-babel-ref-goto-headline-id org-babel-ref-headline-body org-babel-ref-index-list org-babel-ref-parse org-babel-ref-resolve org-babel-ref-split-args org-babel-remove-result org-babel-remove-temporary-directory org-babel-result-end org-babel-result-hide-all org-babel-result-hide-spec org-babel-result-names org-babel-result-to-file org-babel-reverse-string org-babel-ruby-evaluate org-babel-ruby-initiate-session org-babel-ruby-read-string org-babel-ruby-table-or-string org-babel-ruby-var-to-ruby org-babel-scheme-initiate-session org-babel-screen-session-execute-string org-babel-screen-session-socketname org-babel-screen-session-write-temp-file org-babel-screen-test org-babel-script-escape org-babel-sh-evaluate org-babel-sh-initiate-session org-babel-sh-strip-weird-long-prompt org-babel-sh-table-or-results org-babel-sh-var-to-sh org-babel-sh-var-to-string org-babel-sha1-hash org-babel-shell-command-on-region org-babel-shen-var-to-shen org-babel-show-result-all org-babel-spec-to-string org-babel-speed-command-hook org-babel-sql-expand-vars org-babel-sqlite-expand-vars org-babel-sqlite-offset-colnames org-babel-sqlite-table-or-scalar org-babel-src-block-names org-babel-string-read org-babel-strip-protective-commas org-babel-switch-to-session org-babel-switch-to-session-with-code org-babel-table-truncate-at-newline org-babel-tangle org-babel-tangle-clean org-babel-tangle-collect-blocks org-babel-tangle-comment-links org-babel-tangle-file org-babel-tangle-jump-to-org org-babel-tangle-publish org-babel-temp-file org-babel-tramp-handle-call-process-region org-babel-trim org-babel-update-block-body org-babel-variable-assignments:R org-babel-variable-assignments:asymptote org-babel-variable-assignments:gnuplot org-babel-variable-assignments:haskell org-babel-variable-assignments:js org-babel-variable-assignments:matlab org-babel-variable-assignments:ocaml org-babel-variable-assignments:octave org-babel-variable-assignments:perl org-babel-variable-assignments:python org-babel-variable-assignments:ruby org-babel-variable-assignments:sh org-babel-view-src-block-info org-babel-where-is-src-block-head org-babel-where-is-src-block-result org-babel-with-temp-filebuffer org-back-over-empty-lines org-back-to-heading org-backward-same-level org-backward-sentence org-base-buffer org-bbdb-anniv-export-ical org-bbdb-anniv-extract-date org-bbdb-anniv-split org-bbdb-complete-link org-bbdb-export org-bbdb-format-vevent org-bbdb-make-anniv-hash org-bbdb-open org-bbdb-open-new org-bbdb-open-old org-bbdb-store-link org-bbdb-updated org-beamer-after-initial-vars org-beamer-allowed-property-values org-beamer-amend-header org-beamer-assoc-not-empty org-beamer-auto-fragile-frames org-beamer-cleanup-column-width org-beamer-close-column-maybe org-beamer-close-columns-maybe org-beamer-fix-toc org-beamer-get-special org-beamer-initialize-open-trackers org-beamer-mode org-beamer-open-column org-beamer-open-columns-maybe org-beamer-place-default-actions-for-lists org-beamer-property-changed org-beamer-sectioning org-beamer-select-beamer-code org-beamer-select-environment org-before-change-function org-before-first-heading-p org-beginning-of-dblock org-beginning-of-defun org-beginning-of-line org-between-regexps-p org-bibtex org-bibtex-ask org-bibtex-autokey org-bibtex-check org-bibtex-check-all org-bibtex-create org-bibtex-create-in-current-entry org-bibtex-export-to-kill-ring org-bibtex-fleshout org-bibtex-get org-bibtex-headline org-bibtex-open org-bibtex-put org-bibtex-read org-bibtex-search org-bibtex-store-link org-bibtex-write org-bibtex-yank org-block org-block-map org-block-todo-from-checkboxes org-block-todo-from-children-or-siblings-or-parent org-bookmark-jump-unhide org-buffer-list org-buffer-property-keys org-cached-entry-get org-calendar-holiday org-calendar-select org-calendar-select-mouse org-call-for-shift-select org-called-interactively-p org-capture org-capture-bookmark-last-stored-position org-capture-empty-lines-after org-capture-empty-lines-before org-capture-escaped-% org-capture-expand-file org-capture-fill-template org-capture-finalize org-capture-get org-capture-get-indirect-buffer org-capture-get-template org-capture-goto-last-stored org-capture-goto-target org-capture-import-remember-templates org-capture-insert-template-here org-capture-kill org-capture-mark-kill-region org-capture-member org-capture-mode org-capture-narrow org-capture-place-entry org-capture-place-item org-capture-place-plain-text org-capture-place-table-line org-capture-place-template org-capture-position-for-last-stored org-capture-put org-capture-put-target-region-and-position org-capture-refile org-capture-select-template org-capture-set-plist org-capture-set-target-location org-capture-steal-local-variables org-capture-target-buffer org-capture-verify-tree org-cdlatex-math-modify org-cdlatex-mode org-cdlatex-underscore-caret org-change-tag-in-region org-char-to-string org-check-after-date org-check-agenda-file org-check-agenda-marker-table org-check-and-save-marker org-check-before-date org-check-before-invisible-edit org-check-dates-range org-check-deadlines org-check-for-hidden org-check-for-org-mode org-check-running-clock org-class org-clean-visibility-after-subtree-move org-clock-cancel org-clock-clock-cancel org-clock-clock-in org-clock-clock-out org-clock-delete-current org-clock-display org-clock-find-position org-clock-get-clock-string org-clock-get-clocked-time org-clock-get-sum-start org-clock-get-table-data org-clock-goto org-clock-history-push org-clock-in org-clock-insert-selection-line org-clock-into-drawer org-clock-is-active org-clock-jump-to-current-clock org-clock-load org-clock-mark-default-task org-clock-menu org-clock-modify-effort-estimate org-clock-notify-once-if-expired org-clock-out org-clock-out-if-current org-clock-play-sound org-clock-put-overlay org-clock-remove-empty-clock-drawer org-clock-remove-overlays org-clock-report org-clock-resolve org-clock-resolve-clock org-clock-save org-clock-save-markers-for-cut-and-paste org-clock-select-task org-clock-set-current org-clock-special-range org-clock-sum org-clock-sum-current-item org-clock-time% org-clock-timestamps-change org-clock-timestamps-down org-clock-timestamps-up org-clock-update-mode-line org-clock-update-time-maybe org-clocking-buffer org-clocking-p org-clocktable-indent-string org-clocktable-shift org-clocktable-steps org-clocktable-try-shift org-clocktable-write-default org-clone-local-variables org-clone-subtree-with-time-shift org-close-li org-close-par-maybe org-closed-in-range org-closest-date org-cmp-alpha org-cmp-category org-cmp-effort org-cmp-habit-p org-cmp-priority org-cmp-tag org-cmp-time org-cmp-todo-state org-colgroup-info-to-vline-list org-columns org-columns-add-ellipses org-columns-capture-view org-columns-check-computed org-columns-cleanup-item org-columns-compact-links org-columns-compile-format org-columns-compute org-columns-compute-all org-columns-content org-columns-delete org-columns-display-here org-columns-display-here-title org-columns-edit-allowed org-columns-edit-attributes org-columns-edit-value org-columns-eval org-columns-get-autowidth-alist org-columns-get-format-and-top-level org-columns-hscoll-title org-columns-menu org-columns-move-left org-columns-move-right org-columns-narrow org-columns-new org-columns-new-overlay org-columns-next-allowed-value org-columns-not-in-agenda org-columns-number-to-string org-columns-open-link org-columns-previous-allowed-value org-columns-quit org-columns-redo org-columns-remove-overlays org-columns-set-tags-or-toggle org-columns-show-value org-columns-store-format org-columns-string-to-number org-columns-todo org-columns-uncompile-format org-columns-update org-columns-widen org-colview-construct-allowed-dates org-combine-plists org-command-at-point org-compile-prefix-format org-complete-expand-structure-template org-completing-read org-completing-read-no-i org-compute-latex-and-specials-regexp org-compute-property-at-point org-content org-context org-context-p org-convert-to-odd-levels org-convert-to-oddeven-levels org-copy-special org-copy-subtree org-copy-visible org-count org-count-quarter org-create-customize-menu org-create-dblock org-create-file-search-in-bibtex org-create-formula-image org-create-marker-find-array org-create-math-formula org-create-multibrace-regexp org-crypt-check-auto-save org-crypt-key-for-heading org-crypt-use-before-save-magic org-ctags-all-tags-in-current-tags-table org-ctags-append-topic org-ctags-ask-append-topic org-ctags-ask-rebuild-tags-file-then-find-tag org-ctags-ask-visit-buffer-or-file org-ctags-create-tags org-ctags-enable org-ctags-fail-silently org-ctags-find-tag org-ctags-find-tag-at-point org-ctags-find-tag-interactive org-ctags-get-filename-for-tag org-ctags-open-file org-ctags-rebuild-tags-file-then-find-tag org-ctags-string-search-and-replace org-ctags-visit-buffer-or-file org-ctrl-c-ctrl-c org-ctrl-c-minus org-ctrl-c-ret org-ctrl-c-star org-current-effective-time org-current-level org-current-time org-cut-special org-cut-subtree org-cycle org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-internal-global org-cycle-internal-local org-cycle-level org-cycle-show-empty-lines org-cyclic org-date org-date-from-calendar org-date-to-gregorian org-datetree-cleanup org-datetree-file-entry-under org-datetree-find-date-create org-datetree-find-day-create org-datetree-find-month-create org-datetree-find-year-create org-datetree-insert-line org-day-of-week org-days-to-iso-week org-days-to-time org-dblock-update org-dblock-write:clocktable org-dblock-write:columnview org-deadline org-deadline-close org-decompose-region org-decrypt-entries org-decrypt-entry org-default-apps org-default-export-plist org-delete-all org-delete-backward-char org-delete-char org-delete-property org-delete-property-globally org-demote org-demote-subtree org-diary-class org-diary-default-entry org-diary-sexp-entry org-diary-to-ical-string org-display-custom-time org-display-inline-images org-display-inline-modification-hook org-display-outline-path org-display-warning org-do-demote org-do-emphasis-faces org-do-latex-and-special-faces org-do-lparse org-do-occur org-do-promote org-do-remember org-do-remove-indentation org-do-sort org-do-wrap org-docbook-do-expand org-docbook-expand org-docbook-protect org-docview-complete-link org-docview-open org-docview-store-link org-downcase-keep-props org-duration-string-to-minutes org-dvipng-color org-edit-agenda-file-list org-edit-headline org-edit-special org-em org-emacs-idle-seconds org-email-link-description org-emphasize org-encrypt-entries org-encrypt-entry org-encrypt-string org-end-of-defun org-end-of-line org-end-of-meta-data-and-drawers org-end-of-subtree org-entities-create-table org-entities-help org-entity-get org-entity-get-representation org-entity-latex-math-p org-entries-lessp org-entry-add-to-multivalued-property org-entry-beginning-position org-entry-blocked-p org-entry-delete org-entry-end-position org-entry-get org-entry-get-multivalued-property org-entry-get-with-inheritance org-entry-is-done-p org-entry-is-todo-p org-entry-member-in-multivalued-property org-entry-properties org-entry-protect-space org-entry-put org-entry-put-multivalued-property org-entry-remove-from-multivalued-property org-entry-restore-space org-eshell-open org-eshell-store-link org-estimate-combine org-estimate-mean-and-var org-estimate-print org-eval org-eval-in-calendar org-eval-in-environment org-evaluate-time-range org-execute-file-search-in-bibtex org-export-add-options-to-plist org-export-add-subtree-options org-export-apply-macros-in-string org-export-as-encoding org-export-as-latin1 org-export-as-latin1-to-buffer org-export-as-odf org-export-as-odf-and-open org-export-as-odt org-export-as-odt-and-open org-export-as-odt-batch org-export-as-taskjuggler org-export-as-taskjuggler-and-open org-export-as-utf8 org-export-as-utf8-to-buffer org-export-as-xoxo-insert-into org-export-ascii-preprocess org-export-ascii-push-links org-export-ascii-wrap org-export-attach-captions-and-attributes org-export-blocks-add-block org-export-blocks-format-comment org-export-blocks-format-ditaa org-export-blocks-format-dot org-export-blocks-html-quote org-export-blocks-latex-quote org-export-blocks-preprocess org-export-blocks-set org-export-cleanup-toc-line org-export-concatenate-multiline-emphasis org-export-concatenate-multiline-links org-export-confirm-letbind org-export-convert-protected-spaces org-export-define-heading-targets org-export-directory org-export-docbook-close-li org-export-docbook-close-para-maybe org-export-docbook-convert-emphasize org-export-docbook-convert-special-strings org-export-docbook-convert-sub-super org-export-docbook-finalize-table org-export-docbook-format-desc org-export-docbook-format-image org-export-docbook-get-footnotes org-export-docbook-handle-time-stamps org-export-docbook-level-start org-export-docbook-list-line org-export-docbook-open-para org-export-docbook-preprocess org-export-docbook-protect-tags org-export-format-drawer org-export-format-source-code-or-example org-export-generic org-export-get-categories org-export-get-coderef-format org-export-get-title-from-subtree org-export-grab-title-from-buffer org-export-handle-comments org-export-handle-export-tags org-export-handle-include-files org-export-handle-include-files-recurse org-export-handle-invisible-targets org-export-handle-table-metalines org-export-html-convert-emphasize org-export-html-convert-special-strings org-export-html-convert-sub-super org-export-html-format-desc org-export-html-format-href org-export-html-format-image org-export-html-get-bibliography org-export-html-get-tag-class-name org-export-html-get-todo-kwd-class-name org-export-html-mathjax-config org-export-html-preprocess org-export-htmlize-region-for-paste org-export-icalendar org-export-interpolate-newlines org-export-kill-licensed-text org-export-latex-content org-export-latex-convert-table.el-table org-export-latex-emph-format org-export-latex-first-lines org-export-latex-fix-inputenc org-export-latex-fixed-width org-export-latex-fontify org-export-latex-fontify-headline org-export-latex-format-image org-export-latex-format-toc-default org-export-latex-get-error org-export-latex-global org-export-latex-keywords org-export-latex-keywords-maybe org-export-latex-links org-export-latex-lists org-export-latex-make-header org-export-latex-parse-content org-export-latex-parse-global org-export-latex-parse-subcontent org-export-latex-preprocess org-export-latex-protect-amp org-export-latex-protect-char-in-string org-export-latex-protect-string org-export-latex-quotation-marks org-export-latex-set-initial-vars org-export-latex-special-chars org-export-latex-sub org-export-latex-subcontent org-export-latex-tables org-export-latex-time-stamps org-export-latex-treat-backslash-char org-export-latex-treat-sub-super-char org-export-mark-blockquote-verse-center org-export-mark-list-end org-export-mark-list-properties org-export-mark-radio-links org-export-normalize-links org-export-number-lines org-export-odt-convert org-export-odt-do-preprocess-latex-fragments org-export-odt-format-formula org-export-odt-format-image org-export-odt-preprocess org-export-odt-preprocess-label-references org-export-odt-preprocess-latex-fragments org-export-preprocess-apply-macros org-export-preprocess-string org-export-process-option-filters org-export-process-sentinel org-export-protect-colon-examples org-export-protect-quoted-subtrees org-export-protect-sub-super org-export-protect-verbatim org-export-push-to-kill-ring org-export-remember-html-container-classes org-export-remove-archived-trees org-export-remove-clock-lines org-export-remove-comment-blocks-and-subtrees org-export-remove-headline-metadata org-export-remove-or-extract-drawers org-export-remove-special-table-lines org-export-remove-tasks org-export-remove-timestamps org-export-replace-src-segments-and-examples org-export-res/src-name-cleanup org-export-select-backend-specific-text org-export-splice-attributes org-export-splice-style org-export-string org-export-target-internal-links org-extract-archive-file org-extract-archive-heading org-extract-attributes org-extract-attributes-from-string org-extract-log-state-settings org-face-from-face-or-color org-fast-tag-insert org-fast-tag-selection org-fast-tag-show-exit org-fast-todo-selection org-feed-add-items org-feed-format-entry org-feed-get-feed org-feed-goto-inbox-internal org-feed-make-indented-block org-feed-parse-atom-entry org-feed-parse-atom-feed org-feed-parse-rss-entry org-feed-parse-rss-feed org-feed-read-previous-status org-feed-skip-http-headers org-feed-write-status org-file-apps-entry-match-against-dlink-p org-file-complete-link org-file-contents org-file-image-p org-file-menu-entry org-file-remote-p org-files-list org-fill-item-nobreak-p org-fill-paragraph org-fill-template org-finalize-agenda org-finalize-agenda-entries org-find-base-buffer-visiting org-find-dblock org-find-entry-with-id org-find-exact-heading-in-directory org-find-exact-headline-in-buffer org-find-file-at-mouse org-find-invisible org-find-olp org-find-open-clocks org-find-text-property-in-string org-find-visible org-finish-icalendar-file org-first-headline-recenter org-first-sibling-p org-fit-agenda-window org-fix-agenda-info org-fix-decoded-time org-fix-indentation org-fix-position-after-promote org-fix-tags-on-the-fly org-fixup-indentation org-fixup-message-id-for-http org-flag-drawer org-flag-heading org-flag-subtree org-float org-floor* org-follow-timestamp-link org-font-lock-add-priority-faces org-font-lock-add-tag-faces org-font-lock-hook org-fontify-entities org-fontify-like-in-org-mode org-fontify-meta-lines-and-blocks org-fontify-meta-lines-and-blocks-1 org-footnote-delete-definitions org-footnote-delete-references org-footnote-get-definition org-footnote-get-next-reference org-footnote-goto-previous-reference org-footnote-in-valid-context-p org-footnote-next-reference-or-definition org-force-cycle-archived org-force-self-insert org-format-latex org-format-latex-as-mathml org-format-latex-mathml-available-p org-format-org-table-html org-format-outline-path org-format-seconds org-format-table-ascii org-format-table-html org-format-table-table-html org-format-table-table-html-using-table-generate-source org-format-time-period org-forward-same-level org-forward-sentence org-freemind-bol-helper org-freemind-check-overwrite org-freemind-convert-links-from-org org-freemind-convert-links-helper org-freemind-convert-links-to-org org-freemind-convert-text-p org-freemind-do-apply-node-style org-freemind-escape-str-from-org org-freemind-get-children org-freemind-get-icon-names org-freemind-get-node-style org-freemind-get-richcontent-node org-freemind-get-richcontent-node-text org-freemind-get-richcontent-note org-freemind-get-richcontent-note-text org-freemind-get-tree-text org-freemind-goto-line org-freemind-look-for-visible-child org-freemind-lt-symbols org-freemind-lt-xml-attrs org-freemind-node-to-org org-freemind-org-text-to-freemind-subnode/note org-freemind-symbols= org-freemind-test-get-tree-text org-freemind-unescape-str-to-org org-freemind-write-mm-buffer org-freemind-write-node org-get-agenda-file-buffer org-get-all-dates org-get-and-remove-property org-get-at-bol org-get-buffer-for-internal-link org-get-buffer-tags org-get-category org-get-closed org-get-compact-tod org-get-current-options org-get-cursor-date org-get-date-from-calendar org-get-deadline-time org-get-effort org-get-entries-from-diary org-get-entry org-get-file-contents org-get-heading org-get-indentation org-get-indirect-buffer org-get-last-sibling org-get-level-face org-get-local-archive-location org-get-local-tags org-get-local-tags-at org-get-local-variables org-get-location org-get-min-level org-get-next-sibling org-get-org-file org-get-outline-path org-get-packages-alist org-get-previous-line-level org-get-priority org-get-property-block org-get-repeat org-get-scheduled-time org-get-tag-face org-get-tags org-get-tags-at org-get-tags-string org-get-text-property-any org-get-time-of-day org-get-todo-face org-get-todo-sequence-head org-get-todo-state org-get-valid-level org-get-wdays org-get-x-clipboard org-global-tags-completion-table org-gnus-article-link org-gnus-follow-link org-gnus-group-link org-gnus-nnimap-cached-article-number org-gnus-no-new-news org-gnus-open org-gnus-open-nntp org-gnus-store-link org-go-to-remember-target org-goto org-goto-calendar org-goto-first-child org-goto-left org-goto-local-auto-isearch org-goto-local-search-headings org-goto-marker-or-bmk org-goto-quit org-goto-ret org-goto-right org-goto-sibling org-habit-build-graph org-habit-deadline org-habit-deadline-repeat org-habit-done-dates org-habit-duration-to-days org-habit-get-faces org-habit-get-priority org-habit-insert-consistency-graphs org-habit-parse-todo org-habit-scheduled org-habit-scheduled-repeat org-habit-toggle-habits org-heading-components org-hh:mm-string-to-minutes org-hidden-tree-error org-hide-archived-subtrees org-hide-block-all org-hide-block-toggle org-hide-block-toggle-all org-hide-block-toggle-maybe org-hide-wide-columns org-highlight org-highlight-new-match org-highlight-until-next-command org-html-cvt-org-as-html org-html-do-expand org-html-expand org-html-expand-for-ascii org-html-export-list-line org-html-handle-links org-html-handle-time-stamps org-html-level-close org-html-level-start org-html-make-link org-html-protect org-html-should-inline-p org-ical-ts-to-string org-icalendar-cleanup-string org-icalendar-cleanup-string-rfc2455 org-icalendar-use-UTC-date-timep org-icompleting-read org-id-add-location org-id-alist-to-hash org-id-b36-to-int org-id-b36-to-int-one-digit org-id-decode org-id-find-id-in-file org-id-hash-to-alist org-id-int-to-b36 org-id-int-to-b36-one-digit org-id-locations-load org-id-locations-save org-id-new org-id-open org-id-paste-tracker org-id-reverse-string org-id-store-link org-id-time-to-b36 org-id-update-id-locations org-id-uuid org-image-file-name-regexp org-imenu-get-tree org-imenu-new-marker org-in-block-p org-in-clocktable-p org-in-commented-line org-in-indented-comment-line org-in-regexp org-in-verbatim-emphasis org-indent-add-properties org-indent-indent-buffer org-indent-initialize org-indent-initialize-agent org-indent-initialize-buffer org-indent-item-tree org-indent-line-function org-indent-notify-modified-headline org-indent-refresh-maybe org-indent-remove-properties org-indent-remove-properties-from-string org-indent-set-line-properties org-infile-export-plist org-info org-info-follow-link org-info-open org-info-store-link org-infojs-handle-options org-infojs-options-inbuffer-template org-init-section-numbers org-inlinetask-at-task-p org-inlinetask-demote org-inlinetask-export-handler org-inlinetask-fontify org-inlinetask-get-current-indentation org-inlinetask-get-task-level org-inlinetask-goto-beginning org-inlinetask-goto-end org-inlinetask-in-task-p org-inlinetask-insert-task org-inlinetask-outline-regexp org-inlinetask-promote org-inlinetask-remove-END-maybe org-inlinetask-toggle-visibility org-insert-beamer-options-template org-insert-centered org-insert-columns-dblock org-insert-heading org-insert-heading-after-current org-insert-heading-respect-content org-insert-link org-insert-property-drawer org-insert-subheading org-insert-time-stamp org-insert-todo-heading org-insert-todo-heading-respect-content org-insert-todo-subheading org-inside-LaTeX-fragment-p org-inside-latex-macro-p org-inside-latex-math-p org-install-agenda-files-menu org-install-letbind org-invisible-p2 org-irc-elipsify-description org-irc-erc-get-line-from-log org-irc-erc-store-link org-irc-get-current-erc-port org-irc-get-erc-link org-irc-parse-link org-irc-visit org-irc-visit-erc org-is-active-clock org-is-habit-p org-isearch-end org-isearch-post-command org-iswitchb-completing-read org-item-beginning-re org-item-re org-kill-is-subtree-p org-kill-line org-kill-note-or-show-branches org-latex-packages-to-string org-letters-to-number org-level-increment org-link-display-format org-link-escape org-link-expand-abbrev org-link-search org-link-try-special-completion org-link-unescape org-link-unescape-compound org-link-unescape-single-byte-sequence org-list-at-regexp-after-bullet-p org-list-bullet-string org-list-context org-list-delete-item org-list-get-all-items org-list-get-bottom-point org-list-get-bullet org-list-get-checkbox org-list-get-children org-list-get-counter org-list-get-first-item org-list-get-ind org-list-get-item-begin org-list-get-item-end org-list-get-item-end-before-blank org-list-get-last-item org-list-get-list-begin org-list-get-list-end org-list-get-list-type org-list-get-next-item org-list-get-nth org-list-get-parent org-list-get-prev-item org-list-get-subtree org-list-get-tag org-list-get-top-point org-list-has-child-p org-list-in-valid-context-p org-list-inc-bullet-maybe org-list-indent-item-generic org-list-insert-item org-list-item-body-column org-list-item-trim-br org-list-parents-alist org-list-prevs-alist org-list-repair org-list-search-backward org-list-search-forward org-list-search-generic org-list-send-item org-list-separating-blank-lines-number org-list-set-bullet org-list-set-checkbox org-list-set-ind org-list-set-item-visibility org-list-set-nth org-list-struct org-list-struct-apply-struct org-list-struct-assoc-end org-list-struct-fix-box org-list-struct-fix-bul org-list-struct-fix-ind org-list-struct-fix-item-end org-list-struct-indent org-list-struct-outdent org-list-swap-items org-list-to-subtree org-list-use-alpha-bul-p org-list-write-struct org-listtable-to-string org-local-logging org-log-into-drawer org-looking-at-p org-looking-back org-lparse org-lparse-and-open org-lparse-apply-char-styles org-lparse-apply-sub-superscript-styles org-lparse-backend-get org-lparse-backend-is-native-p org-lparse-batch org-lparse-begin org-lparse-begin-collect org-lparse-begin-environment org-lparse-begin-footnote-definition org-lparse-begin-level org-lparse-begin-list org-lparse-begin-list-item org-lparse-begin-list-table:table-cell org-lparse-begin-outline-and-outline-text org-lparse-begin-outline-text org-lparse-begin-paragraph org-lparse-begin-table-rowgroup org-lparse-bind-local-variables org-lparse-convert-read-params org-lparse-convert-special-strings org-lparse-current-environment-p org-lparse-do-convert org-lparse-do-reachable-formats org-lparse-end org-lparse-end-collect org-lparse-end-environment org-lparse-end-footnote-definition org-lparse-end-level org-lparse-end-list org-lparse-end-list-item org-lparse-end-list-item-1 org-lparse-end-list-table:table-cell org-lparse-end-outline-text-or-outline org-lparse-end-paragraph org-lparse-end-table org-lparse-export-list-line org-lparse-format org-lparse-format-extra-targets org-lparse-format-list-table org-lparse-format-org-link org-lparse-format-org-table org-lparse-format-org-tags org-lparse-format-section-number org-lparse-format-table org-lparse-format-table-row org-lparse-format-table-table org-lparse-format-table-table-using-table-generate-source org-lparse-format-tags org-lparse-format-todo org-lparse-get org-lparse-get-block-params org-lparse-get-targets-from-title org-lparse-handle-time-stamps org-lparse-html-list-type-to-canonical-list-type org-lparse-insert org-lparse-insert-list-table org-lparse-insert-org-table org-lparse-insert-table-table org-lparse-insert-tag org-lparse-org-table-to-list-table org-lparse-prepare-toc org-lparse-preprocess-after-blockquote-hook org-lparse-reachable-formats org-lparse-reachable-p org-lparse-region org-lparse-register-backend org-lparse-should-inline-p org-lparse-stash-pop-paragraph-state org-lparse-stash-save-paragraph-state org-lparse-strip-experimental-blocks-maybe-hook org-lparse-suffix-from-snumber org-lparse-table-get-colalign-info org-lparse-to-buffer org-lparse-unregister-backend org-lparse-warn org-mac-idle-seconds org-mac-message-get-links org-mac-message-insert-flagged org-mac-message-insert-link org-mac-message-insert-selected org-mac-message-open org-make-link org-make-link-regexps org-make-link-string org-make-options-regexp org-make-org-heading-search-string org-make-parameter-alist org-make-tags-matcher org-make-target-link-regexp org-make-tdiff-string org-map-dblocks org-map-region org-map-tree org-mark-entry-for-agenda-action org-mark-ring-goto org-mark-ring-push org-mark-subtree org-match-any-p org-match-sparse-tree org-matcher-time org-meta-return org-metadown org-metaleft org-metaright org-metaup org-mew-open org-mew-store-link org-mhe-follow-link org-mhe-get-header org-mhe-get-message-folder org-mhe-get-message-folder-from-index org-mhe-get-message-num org-mhe-get-message-real-folder org-mhe-open org-mhe-store-link org-minutes-to-hh:mm-string org-mks org-mobile-apply org-mobile-bodies-same-p org-mobile-check-setup org-mobile-cleanup-encryption-tempfile org-mobile-copy-agenda-files org-mobile-create-index-file org-mobile-decrypt-file org-mobile-edit org-mobile-encrypt-and-move org-mobile-encrypt-file org-mobile-encryption-password org-mobile-escape-olp org-mobile-files-alist org-mobile-get-outline-path-link org-mobile-locate-entry org-mobile-move-capture org-mobile-prepare-file-lists org-mobile-smart-read org-mobile-sumo-agenda-command org-mobile-tags-same-p org-mobile-timestamp-buffer org-mobile-update-checksum-for-capture-file org-mobile-write-agenda-for-mobile org-mobile-write-checksums org-mode-flyspell-verify org-mode-restart org-modifier-cursor-error org-modify-diary-entry-string org-modify-ts-extra org-mouse-agenda-context-menu org-mouse-agenda-type org-mouse-bolp org-mouse-clip-text org-mouse-context-menu org-mouse-delete-timestamp org-mouse-do-remotely org-mouse-down-mouse org-mouse-empty-line org-mouse-end-headline org-mouse-for-each-item org-mouse-get-context org-mouse-get-gesture org-mouse-get-priority org-mouse-in-region-p org-mouse-insert-checkbox org-mouse-insert-heading org-mouse-insert-item org-mouse-keyword-menu org-mouse-keyword-replace-menu org-mouse-line-position org-mouse-list-options-menu org-mouse-looking-at org-mouse-make-marker org-mouse-mark-active org-mouse-match-closure org-mouse-move-tree org-mouse-move-tree-start org-mouse-next-heading org-mouse-popup-global-menu org-mouse-priority-list org-mouse-re-search-line org-mouse-remove-match-and-spaces org-mouse-replace-match-and-surround org-mouse-set-priority org-mouse-set-tags org-mouse-show-context-menu org-mouse-show-headlines org-mouse-show-overview org-mouse-tag-menu org-mouse-timestamp-today org-mouse-todo-menu org-mouse-transform-to-outline org-mouse-yank-link org-move-line-down org-move-line-up org-move-subtree-down org-move-subtree-up org-narrow-to-block org-narrow-to-subtree org-next-link org-nofm-to-completion org-normalize-color org-not-nil org-notes-order-reversed-p org-notify org-number-sequence org-number-to-counter org-number-to-letters org-number-to-roman org-occur org-occur-in-agenda-files org-occur-link-in-agenda-files org-occur-next-match org-odt-add-automatic-style org-odt-add-label-definition org-odt-begin-annotation org-odt-begin-document-body org-odt-begin-document-content org-odt-begin-environment org-odt-begin-footnote-definition org-odt-begin-list org-odt-begin-list-item org-odt-begin-office-body org-odt-begin-outline org-odt-begin-outline-text org-odt-begin-paragraph org-odt-begin-section org-odt-begin-table org-odt-begin-table-rowgroup org-odt-begin-toc org-odt-configure-outline-numbering org-odt-continue-list org-odt-copy-formula-file org-odt-copy-image-file org-odt-copy-styles-file org-odt-create-manifest-file-entry org-odt-delete-empty-paragraphs org-odt-discontinue-list org-odt-do-image-size org-odt-encode-plain-text org-odt-end-annotation org-odt-end-document-body org-odt-end-document-content org-odt-end-environment org-odt-end-export org-odt-end-footnote-definition org-odt-end-list org-odt-end-list-item org-odt-end-outline org-odt-end-outline-text org-odt-end-paragraph org-odt-end-section org-odt-end-table org-odt-end-table-rowgroup org-odt-end-toc org-odt-fill-tabs-and-spaces org-odt-finalize-outfile org-odt-fixup-label-references org-odt-format-anchor org-odt-format-author org-odt-format-bookmark org-odt-format-comment org-odt-format-date org-odt-format-entity org-odt-format-entity-caption org-odt-format-fontify org-odt-format-footnote org-odt-format-footnote-ref org-odt-format-footnote-reference org-odt-format-frame org-odt-format-heading org-odt-format-headline org-odt-format-horizontal-line org-odt-format-inline-formula org-odt-format-inline-image org-odt-format-inlinetask org-odt-format-label-definition org-odt-format-label-reference org-odt-format-line org-odt-format-line-break org-odt-format-link org-odt-format-object-description org-odt-format-org-entity org-odt-format-org-link org-odt-format-preamble org-odt-format-source-code-or-example org-odt-format-source-code-or-example-colored org-odt-format-source-code-or-example-plain org-odt-format-source-line-with-line-number-and-label org-odt-format-spaces org-odt-format-stylized-paragraph org-odt-format-table-cell org-odt-format-table-row org-odt-format-tabs org-odt-format-tags org-odt-format-target org-odt-format-textbox org-odt-format-toc org-odt-format-toc-entry org-odt-format-toc-item org-odt-get org-odt-get-extra-attrs-for-paragraph-style org-odt-get-image-name org-odt-get-paragraph-style-cookie-for-table-cell org-odt-get-style-name-cookie-for-table-cell org-odt-get-style-name-for-entity org-odt-get-table-cell-styles org-odt-hfy-face-to-css org-odt-image-size-from-file org-odt-init-outfile org-odt-insert-custom-styles-for-srcblocks org-odt-insert-toc org-odt-is-formula-link-p org-odt-merge-frame-params org-odt-relocate-relative-path org-odt-remap-stylenames org-odt-save-as-outfile org-odt-unload-function org-odt-update-meta-file org-odt-update-styles-file org-odt-write-automatic-styles org-odt-write-manifest-file org-odt-write-mimetype-file org-odt-zip-extract org-odt-zip-extract-one org-offer-links-in-entry org-olpath-completing-read org-on-heading-p org-on-target-p org-op-to-function org-open-at-mouse org-open-at-point org-open-file org-open-file-with-emacs org-open-file-with-system org-open-par org-optimize-window-after-visibility-change org-order-calendar-date-args org-org-menu org-outdent-item-tree org-outline-level org-outline-overlay-data org-overview org-parse-arguments org-parse-time-string org-paste-special org-paste-subtree org-pcomplete-case-double org-pcomplete-initial org-plot-quote-timestamp-field org-plot-quote-tsv-field org-plot/add-options-to-plist org-plot/collect-options org-plot/gnuplot-script org-plot/gnuplot-to-data org-plot/gnuplot-to-grid-data org-plot/goto-nearest-table org-point-at-end-of-empty-headline org-point-in-group org-pop-to-buffer-same-window org-prepare-agenda org-prepare-agenda-buffers org-prepare-dblock org-preview-latex-fragment org-previous-line-empty-p org-previous-link org-print-icalendar-entries org-print-speed-command org-priority org-priority-down org-priority-up org-program-exists org-promote org-promote-subtree org-property-action org-property-get-allowed-values org-property-inherit-p org-property-next-allowed-value org-property-or-variable-value org-property-previous-allowed-value org-property-values org-protect-slash org-protocol-capture org-protocol-check-filename-for-protocol org-protocol-create org-protocol-create-for-org org-protocol-do-capture org-protocol-flatten org-protocol-flatten-greedy org-protocol-open-source org-protocol-remember org-protocol-sanitize-uri org-protocol-split-data org-protocol-store-link org-protocol-unhex-compound org-protocol-unhex-single-byte-sequence org-protocol-unhex-string org-publish-attachment org-publish-aux-preprocess org-publish-cache-ctime-of-src org-publish-cache-file-needs-publishing org-publish-cache-get org-publish-cache-get-file-property org-publish-cache-set org-publish-cache-set-file-property org-publish-compare-directory-files org-publish-delete-dups org-publish-expand-projects org-publish-file org-publish-find-date org-publish-find-title org-publish-format-file-entry org-publish-get-base-files org-publish-get-base-files-1 org-publish-get-project-from-filename org-publish-index-generate-theindex org-publish-initialize-cache org-publish-needed-p org-publish-org-sitemap org-publish-org-to org-publish-org-to-ascii org-publish-org-to-html org-publish-org-to-latex org-publish-org-to-latin1 org-publish-org-to-org org-publish-org-to-pdf org-publish-org-to-utf8 org-publish-projects org-publish-remove-all-timestamps org-publish-reset-cache org-publish-sanitize-plist org-publish-timestamp-filename org-publish-update-timestamp org-publish-with-aux-preprocess-maybe org-publish-write-cache-file org-quarter-to-date org-quote-csv-field org-quote-vert org-raise-scripts org-re-property org-re-search-forward-unprotected org-read-agenda-file-list org-read-date org-read-date-analyze org-read-date-display org-read-date-get-relative org-read-property-name org-read-property-value org-rear-nonsticky-at org-recenter-calendar org-recenter-heading org-reduce org-reduced-level org-refile org-refile-cache-check-set org-refile-cache-clear org-refile-cache-get org-refile-cache-put org-refile-check-position org-refile-get-location org-refile-get-targets org-refile-goto-last-stored org-refile-marker org-refile-new-child org-refresh-category-properties org-reftex-citation org-reinstall-markers-in-region org-release-buffers org-remap org-rematch-and-replace org-remember-escaped-% org-remember-finalize org-remember-finish-immediately org-remember-goto-last-stored org-remember-kill org-remember-mode org-remember-visit-immediately org-remove-angle-brackets org-remove-by-index org-remove-double-quotes org-remove-empty-drawer-at org-remove-empty-overlays-at org-remove-file org-remove-file-link-modifiers org-remove-flyspell-overlays-in org-remove-font-lock-display-properties org-remove-formatting-on-newlines-in-region org-remove-if org-remove-if-not org-remove-indentation org-remove-initial-hash org-remove-inline-images org-remove-keyword-keys org-remove-latex-fragment-image-overlays org-remove-occur-highlights org-remove-subtree-entries-from-agenda org-remove-tabs org-remove-timestamp-with-keyword org-remove-uninherited-tags org-replace-escapes org-replace-region-by org-require-remember org-resolve-clocks org-resolve-clocks-if-idle org-restart-font-lock org-return org-return-indent org-reveal org-revert-all-org-buffers org-rmail-follow-link org-rmail-open org-rmail-store-link org-save-all-org-buffers org-save-markers-in-region org-save-outline-visibility org-scan-tags org-schedule org-search-not-self org-search-syntax-table org-search-todo-below org-section-number org-select-remember-template org-self-insert-command org-set-autofill-regexps org-set-calc-mode org-set-current-tags-overlay org-set-effort org-set-emph-re org-set-font-lock-defaults org-set-frame-title org-set-outline-overlay-data org-set-packages-alist org-set-property org-set-property-function org-set-regexps-and-options org-set-sorting-strategy org-set-startup-visibility org-set-tags org-set-tags-command org-set-tags-to org-set-visibility-according-to-property org-shiftcontroldown org-shiftcontrolleft org-shiftcontrolright org-shiftcontrolup org-shiftdown org-shiftleft org-shiftmetadown org-shiftmetaleft org-shiftmetaright org-shiftmetaup org-shiftright org-shiftselect-error org-shifttab org-shiftup org-shorten-string org-show-block-all org-show-context org-show-empty-lines-in-parent org-show-entry org-show-hidden-entry org-show-notification org-show-siblings org-show-subtree org-show-todo-tree org-skip-over-state-notes org-skip-whitespace org-small-year-to-year org-solidify-link-text org-sort org-sort-entries org-sort-list org-sort-remove-invisible org-sparse-tree org-special-blocks-convert-html-special-cookies org-special-blocks-convert-latex-special-cookies org-special-blocks-make-special-cookies org-speed-command-default-hook org-speed-command-help org-speed-move-safe org-speedbar-set-agenda-restriction org-splice-latex-header org-split-string org-src-associate-babel-session org-src-babel-configure-edit-buffer org-src-do-at-code-block org-src-do-key-sequence-at-code-block org-src-edit-buffer-p org-src-font-lock-fontify-block org-src-fontify-block org-src-fontify-buffer org-src-get-lang-mode org-src-native-tab-command-maybe org-start-icalendar-file org-store-forced-table-alignment org-store-link-props org-store-log-note org-store-new-agenda-file-list org-string-match-p org-string-nw-p org-string-to-estimate org-string-to-number org-string-width org-string<= org-string<> org-string> org-string>= org-strip-protective-commas org-sublist org-substitute-posix-classes org-subtree-end-visible-p org-switch-to-buffer-other-window org-switchb org-symname-or-string org-table-add-rectangle-overlay org-table-align org-table-begin org-table-beginning-of-field org-table-blank-field org-table-check-inside-data-field org-table-clean-before-export org-table-clean-line org-table-cleanup-narrow-column-properties org-table-colgroup-line-p org-table-convert org-table-convert-refs-to-an org-table-convert-refs-to-rc org-table-convert-region org-table-cookie-line-p org-table-copy-down org-table-copy-region org-table-create org-table-create-or-convert-from-region org-table-create-with-table.el org-table-current-column org-table-current-dline org-table-current-field-formula org-table-current-line org-table-cut-region org-table-delete-column org-table-edit-field org-table-edit-formulas org-table-end org-table-end-of-field org-table-eval-formula org-table-expand-lhs-ranges org-table-export org-table-fedit-abort org-table-fedit-convert-buffer org-table-fedit-finish org-table-fedit-line-down org-table-fedit-line-up org-table-fedit-lisp-indent org-table-fedit-menu org-table-fedit-move org-table-fedit-post-command org-table-fedit-ref-down org-table-fedit-ref-left org-table-fedit-ref-right org-table-fedit-ref-up org-table-fedit-scroll org-table-fedit-scroll-down org-table-fedit-shift-reference org-table-fedit-toggle-coordinates org-table-fedit-toggle-ref-type org-table-field-info org-table-find-dataline org-table-find-row-type org-table-finish-edit-field org-table-fix-formulas org-table-follow-field-mode org-table-follow-fields-with-editor org-table-force-dataline org-table-formula-from-user org-table-formula-handle-first/last-rc org-table-formula-less-p org-table-formula-make-cmp-string org-table-formula-substitute-names org-table-formula-to-user org-table-get org-table-get-constant org-table-get-descriptor-line org-table-get-field org-table-get-formula org-table-get-number-for-summing org-table-get-range org-table-get-remote-range org-table-get-specials org-table-get-stored-formulas org-table-goto-column org-table-goto-line org-table-highlight-rectangle org-table-hline-and-move org-table-import org-table-insert-column org-table-insert-hline org-table-insert-row org-table-iterate org-table-iterate-buffer-tables org-table-justify-field-maybe org-table-kill-row org-table-line-to-dline org-table-make-reference org-table-map-tables org-table-maybe-eval-formula org-table-maybe-recalculate-line org-table-move-column org-table-move-column-left org-table-move-column-right org-table-move-row org-table-move-row-down org-table-move-row-up org-table-next-field org-table-next-row org-table-overlay-coordinates org-table-p org-table-paste-rectangle org-table-previous-field org-table-put org-table-put-field-property org-table-recalculate org-table-recalculate-buffer-tables org-table-recognize-table.el org-table-remove-rectangle-highlight org-table-rewrite-old-row-references org-table-rotate-recalc-marks org-table-shift-refpart org-table-show-reference org-table-sort-lines org-table-store-formulas org-table-sum org-table-time-seconds-to-string org-table-time-string-to-seconds org-table-toggle-coordinate-overlays org-table-toggle-formula-debugger org-table-transpose-table-at-point org-table-wrap-region org-tag-inherit-p org-tags-completion-function org-tags-sparse-tree org-taskjuggler-assign-resource-ids org-taskjuggler-assign-task-ids org-taskjuggler-clean-effort org-taskjuggler-clean-id org-taskjuggler-close-maybe org-taskjuggler-components org-taskjuggler-compute-task-leafiness org-taskjuggler-filter-and-join org-taskjuggler-find-task-with-id org-taskjuggler-get-attribute org-taskjuggler-get-attributes org-taskjuggler-get-priority org-taskjuggler-get-unique-id org-taskjuggler-insert-reports org-taskjuggler-open-project org-taskjuggler-open-resource org-taskjuggler-open-task org-taskjuggler-parent-is-ordered-p org-taskjuggler-resolve-dependencies org-taskjuggler-resolve-explicit-dependencies org-taskjuggler-targeting-tj3-p org-taskjuggler-tokenize-dependencies org-tbl-menu org-thing-at-point org-time-from-absolute org-time-stamp org-time-stamp-format org-time-stamp-inactive org-time-string-to-absolute org-time-string-to-seconds org-time-string-to-time org-time-today org-time< org-time<= org-time<> org-time= org-time> org-time>= org-timeline org-timer-cancel-timer org-timer-fix-incomplete org-timer-hms-to-secs org-timer-pause-or-continue org-timer-reset-timers org-timer-seconds org-timer-secs-to-hms org-timer-set-mode-line org-timer-show-remaining-time org-timer-stop org-timer-update-mode-line org-timer-value-string org-timestamp-change org-timestamp-down org-timestamp-down-day org-timestamp-up org-timestamp-up-day org-today org-todo org-todo-trigger-tag-changes org-todo-yesterday org-toggle-archive-tag org-toggle-comment org-toggle-fixed-width-section org-toggle-heading org-toggle-inline-images org-toggle-item org-toggle-link-display org-toggle-ordered-property org-toggle-pretty-entities org-toggle-tag org-toggle-time-stamp-overlays org-toggle-timestamp-type org-tr-level org-translate-link org-translate-link-from-planner org-translate-time org-tree-to-indirect-buffer org-trim org-truely-invisible-p org-try-cdlatex-tab org-try-structure-completion org-unfontify-region org-unhighlight org-unhighlight-once org-uniquify org-up-heading-all org-up-heading-safe org-update-all-dblocks org-update-dblock org-update-parent-todo-statistics org-update-property-plist org-update-radio-target-regexp org-update-statistics-cookies org-user-idle-seconds org-uuidgen-p org-verify-change-for-undo org-verify-version org-version-check org-vm-follow-link org-vm-open org-vm-store-link org-w3m-copy-for-org-mode org-w3m-get-anchor-end org-w3m-get-anchor-start org-w3m-get-next-link-start org-w3m-get-prev-link-start org-w3m-no-next-link-p org-w3m-no-prev-link-p org-with-clock org-with-clock-position org-with-gensyms org-with-wide-buffer org-wl-folder-type org-wl-message-field org-wl-open org-wl-open-nntp org-wl-store-link org-wl-store-link-folder org-wl-store-link-message org-wrap org-x11-idle-seconds org-xemacs-without-invisibility org-xml-encode-org-text org-xml-encode-org-text-skip-links org-xml-encode-plain-text org-xml-fix-class-name org-xml-format-desc org-xml-format-href org-xor org-yank org-yank-folding-would-swallow-text org-yank-generic org<> orgstruct++-mode orgstruct-error orgstruct-make-binding orgstruct-setup orgtbl-apply-fmt orgtbl-create-or-convert-from-region orgtbl-ctrl-c-ctrl-c orgtbl-error orgtbl-eval-str orgtbl-export orgtbl-format-line orgtbl-format-section orgtbl-gather-send-defs orgtbl-get-fmt orgtbl-insert-radio-table orgtbl-make-binding orgtbl-ret orgtbl-self-insert-command orgtbl-send-replace-tbl orgtbl-send-table orgtbl-setup orgtbl-tab orgtbl-to-csv orgtbl-to-generic orgtbl-to-html orgtbl-to-latex orgtbl-to-orgtbl orgtbl-to-texinfo orgtbl-to-tsv orgtbl-toggle-comment package--add-to-archive-contents package--archive-contents-from-file package--archive-contents-from-url package--dir package--download-one-archive package--encode package--make-autoloads-and-compile package--make-html-entry package--make-rss-entry package--push package--read-archive-file package--update-file package--update-news package--with-work-buffer package--write-file-no-coding package-activate package-activate-1 package-archive-base package-autoload-ensure-default-file package-buffer-info package-built-in-p package-compute-transaction package-delete package-desc-doc package-desc-kind package-desc-reqs package-desc-vers package-download-single package-download-tar package-download-transaction package-generate-autoloads package-gnus-summary-upload package-handle-response package-initialize package-install package-install-button-action package-install-file package-install-from-buffer package-installed-p package-list-packages package-list-packages-no-fetch package-load-all-descriptors package-load-descriptor package-maint-add-news-item package-mark-obsolete package-maybe-load-descriptor package-menu--description-predicate package-menu--find-upgrades package-menu--generate package-menu--name-predicate package-menu--print-info package-menu--status-predicate package-menu--version-predicate package-menu-backup-unmark package-menu-describe-package package-menu-execute package-menu-get-status package-menu-mark-delete package-menu-mark-install package-menu-mark-obsolete-for-deletion package-menu-mark-unmark package-menu-mark-upgrades package-menu-mode package-menu-quick-help package-menu-refresh package-menu-view-commentary package-read-all-archive-contents package-read-archive-contents package-read-from-string package-refresh-contents package-show-package-list package-strip-rcs-id package-strip-version package-tar-file-info package-unpack package-unpack-single package-untar-buffer package-upload-buffer package-upload-buffer-internal package-upload-file package-version-join pascal-completions-at-point password-in-cache-p pcase pcase--and pcase--expand pcase--fgrep pcase--if pcase--q1 pcase--small-branch-p pcase--split-consp pcase--split-equal pcase--split-match pcase--split-member pcase--split-pred pcase--split-rest pcase--trivial-upat-p pcase--u pcase--u1 pcase--upat pcase-codegen pcase-dolist pcase-let pcase-let* pcmpl-gnu-with-file-buffer pcmpl-ssh-config-hosts pcmpl-ssh-known-hosts pcomplete--entries pcomplete-completions-at-point pcomplete-erc-parse-arguments pcomplete/eshell-mode/alias pcomplete/ftp pcomplete/ncftp pcomplete/org-mode/block-option/clocktable pcomplete/org-mode/block-option/src pcomplete/org-mode/file-option pcomplete/org-mode/file-option/bind pcomplete/org-mode/file-option/startup pcomplete/org-mode/link pcomplete/org-mode/prop pcomplete/org-mode/searchhead pcomplete/org-mode/tag pcomplete/org-mode/tex pcomplete/org-mode/todo pcomplete/ping pcomplete/rlogin pcomplete/rsh pcomplete/telnet perl-font-lock-syntactic-face-function perl-syntax-propertize-function perl-syntax-propertize-special-constructs picture-delete-char plstore--decrypt plstore--get-alist plstore--get-buffer plstore--get-encrypted-data plstore--get-merged-alist plstore--get-secret-alist plstore--init-from-buffer plstore--insert-buffer plstore--make plstore--match plstore--merge-secret plstore--set-alist plstore--set-buffer plstore--set-encrypted-data plstore--set-merged-alist plstore--set-secret-alist plstore-close plstore-delete plstore-find plstore-get plstore-get-file plstore-open plstore-passphrase-callback-function plstore-progress-callback-function plstore-put plstore-revert plstore-save pop-to-buffer-same-window pop3-logon pop3-send-streaming-command pop3-set-process-query-on-exit-flag pop3-wait-for-messages pop3-write-to-file process-live-p process-menu-mode process-menu-visit-buffer prog-indent-sexp prog-mode project-add-file project-compile-project project-compile-target project-debug-target project-delete-target project-dist-files project-edit-file-target project-interactive-select-target project-make-dist project-new-target project-new-target-custom project-remove-file project-rescan project-run-target prolog-Info-follow-nearest-node prolog-atleast-version prolog-atom-under-point prolog-backward-list prolog-beginning-of-clause prolog-beginning-of-predicate prolog-bsts prolog-buffer-module prolog-build-case-strings prolog-build-info-alist prolog-build-prolog-command prolog-char-to-int prolog-clause-end prolog-clause-info prolog-clause-start prolog-comment-indent prolog-comment-limits prolog-compile-buffer prolog-compile-file prolog-compile-predicate prolog-compile-region prolog-compile-string prolog-consult-buffer prolog-consult-compile prolog-consult-compile-buffer prolog-consult-compile-file prolog-consult-compile-filter prolog-consult-compile-predicate prolog-consult-compile-region prolog-consult-file prolog-consult-predicate prolog-consult-string prolog-dash-letters prolog-debug-off prolog-debug-on prolog-disable-sicstus-sd prolog-do-auto-fill prolog-edit-menu-insert-move prolog-edit-menu-runtime prolog-electric-colon prolog-electric-dash prolog-electric-delete prolog-electric-dot prolog-electric-if-then-else prolog-electric-underscore prolog-enable-sicstus-sd prolog-end-of-clause prolog-end-of-predicate prolog-ensure-process prolog-face-name-p prolog-fill-paragraph prolog-find-documentation prolog-find-indent-of-matching-paren prolog-find-start-of-mline-comment prolog-find-term prolog-find-unmatched-paren prolog-find-value-by-system prolog-font-lock-keywords prolog-font-lock-object-matcher prolog-forward-list prolog-get-predspec prolog-goto-comment-column prolog-goto-next-paren prolog-goto-predicate-info prolog-goto-prolog-process-buffer prolog-guess-fill-prefix prolog-help-apropos prolog-help-info prolog-help-on-predicate prolog-help-online prolog-in-object prolog-in-string-or-comment prolog-indent-buffer prolog-indent-predicate prolog-indentation-level-of-line prolog-inferior-buffer prolog-inferior-guess-flavor prolog-inferior-menu prolog-inferior-menu-all prolog-inferior-mode prolog-inferior-self-insert-command prolog-input-filter prolog-insert-module-modeline prolog-insert-next-clause prolog-insert-predicate-template prolog-insert-predspec prolog-insert-spaces-after-paren prolog-inside-mline-comment prolog-int-to-char prolog-ints-intervals prolog-make-keywords-regexp prolog-mark-clause prolog-mark-predicate prolog-menu prolog-menu-help prolog-mode-keybindings-common prolog-mode-keybindings-edit prolog-mode-keybindings-inferior prolog-mode-version prolog-old-process-buffer prolog-old-process-file prolog-old-process-predicate prolog-old-process-region prolog-paren-balance prolog-paren-is-the-first-on-line-p prolog-parse-sicstus-compilation-errors prolog-pred-end prolog-pred-start prolog-process-insert-string prolog-program-name prolog-program-switches prolog-prompt-regexp prolog-read-predicate prolog-region-paren-balance prolog-replace-in-string prolog-set-atom-regexps prolog-temporary-file prolog-toggle-sicstus-sd prolog-tokenize prolog-trace-off prolog-trace-on prolog-uncomment-region prolog-variables-to-anonymous prolog-view-predspec prolog-zip-off prolog-zip-on put-unicode-property-internal quickurl-find-url quickurl-grab-url quickurl-insert quickurl-list-add-url quickurl-list-insert quickurl-list-insert-lookup quickurl-list-insert-naked-url quickurl-list-insert-url quickurl-list-insert-with-desc quickurl-list-insert-with-lookup quickurl-list-make-inserter quickurl-list-mouse-select quickurl-list-populate-buffer quickurl-list-quit quickurl-load-urls quickurl-make-url quickurl-read quickurl-save-urls quickurl-url-comment quickurl-url-commented-p quickurl-url-description quickurl-url-keyword quickurl-url-url quit-windows-on rcirc--connection-open-p rcirc-check-auth-status rcirc-cmd-invite rcirc-complete rcirc-completion-at-point rcirc-ctcp-sender-PING rcirc-float-time rcirc-generate-log-filename rcirc-handler-317 rcirc-join-channels-post-auth rcirc-nickname< rcirc-prompt-for-encryption rcirc-send-ctcp rcirc-send-privmsg rcirc-sort-nicknames-join read-buffer-file-coding-system read-char-choice read-extended-command read-file-name--defaults read-file-name-default recentf-add-file recentf-apply-filename-handlers recentf-apply-menu-filter recentf-arrange-by-dir recentf-arrange-by-mode recentf-arrange-by-rule recentf-auto-cleanup recentf-build-mode-rules recentf-cancel-dialog recentf-cleanup recentf-dialog recentf-dialog-goto-first recentf-dialog-mode recentf-digit-shortcut-command-name recentf-dir-rule recentf-directory-compare recentf-dump-variable recentf-edit-list recentf-edit-list-select recentf-edit-list-validate recentf-elements recentf-expand-file-name recentf-file-name-nondir recentf-filter-changer recentf-filter-changer-select recentf-hide-menu recentf-include-p recentf-indirect-mode-rule recentf-keep-default-predicate recentf-keep-p recentf-load-list recentf-make-default-menu-element recentf-make-menu-element recentf-make-menu-item recentf-make-menu-items recentf-match-rule recentf-menu-bar recentf-menu-customization-changed recentf-menu-element-item recentf-menu-element-value recentf-menu-elements recentf-menu-value-shortcut recentf-open-files recentf-open-files-action recentf-open-files-item recentf-open-files-items recentf-open-more-files recentf-open-most-recent-file recentf-open-most-recent-file-0 recentf-open-most-recent-file-1 recentf-open-most-recent-file-2 recentf-open-most-recent-file-3 recentf-open-most-recent-file-4 recentf-open-most-recent-file-5 recentf-open-most-recent-file-6 recentf-open-most-recent-file-7 recentf-open-most-recent-file-8 recentf-open-most-recent-file-9 recentf-push recentf-relative-filter recentf-remove-if-non-kept recentf-save-list recentf-set-menu-element-item recentf-set-menu-element-value recentf-show-basenames recentf-show-basenames-ascending recentf-show-basenames-descending recentf-show-digit-shortcut-filter recentf-show-menu recentf-sort-ascending recentf-sort-basenames-ascending recentf-sort-basenames-descending recentf-sort-descending recentf-sort-directories-ascending recentf-sort-directories-descending recentf-string-equal recentf-string-lessp recentf-string-member recentf-sub-menu-element-p recentf-track-closed-file recentf-track-opened-file recentf-trunc-list recentf-unload-function record-window-buffer rectange--default-line-number-format rectangle-number-line-callback rectangle-number-lines region-exists-p registerv--make registerv-data registerv-insert-func registerv-jump-func registerv-make registerv-p registerv-print-func registry--match registry-db registry-db-child-p registry-db-p registry-delete registry-full registry-insert registry-lookup registry-lookup-breaks-before-lexbind registry-lookup-secondary registry-lookup-secondary-value registry-make-testable-db registry-prune registry-prune-hard-candidates registry-prune-soft-candidates registry-reindex registry-search registry-size remember-append-to-file remember-buffer remember-destroy remember-diary-convert-entry remember-finalize remember-mode remember-region replace-amp report-emacs-bug-can-use-osx-open report-emacs-bug-can-use-xdg-email report-emacs-bug-create-existing-bugs-buffer report-emacs-bug-insert-to-mailer report-emacs-bug-parse-query-results report-emacs-bug-query-existing-bugs resize-mini-window-internal right-char right-word ring-extend rmail-epa-decrypt rmail-mail-return rmail-mime-display-body rmail-mime-display-header rmail-mime-display-tagline rmail-mime-entity-set-truncated rmail-mime-entity-truncated rmail-next-error-move rmail-view-buffer-kill-buffer-hook rmail-yank-current-message rng-dtd-trivial-p rtree-add rtree-delq rtree-extract rtree-high rtree-left rtree-length rtree-low rtree-make rtree-make-1 rtree-make-node rtree-memq rtree-normalise-range rtree-range rtree-right rtree-set-high rtree-set-left rtree-set-low rtree-set-range rtree-set-right ruby-syntax-propertize-function ruby-syntax-propertize-heredoc ruler--save-header-line-format run-hook-wrapped run-window-configuration-change-hook rx-submatch-n save&set-overriding-map save-place-alist-to-file save-place-find-file-hook save-place-forget-unreadable-files save-place-kill-emacs-hook save-place-to-alist save-places-to-alist savehist-autosave savehist-install savehist-load savehist-minibuffer-hook savehist-printable savehist-save savehist-trim-history savehist-uninstall sbe scroll-down-command scroll-up-command secrets-create-item secrets-delete-item secrets-get-alias secrets-get-attributes secrets-get-secret secrets-list-collections secrets-search-items secure-hash semantic-edits-incremental-parser sendmail-query-once sendmail-query-user-about-smtp server--on-display-p server-add-client server-buffer-done server-clients-with server-create-tty-frame server-create-window-system-frame server-delete-client server-done server-edit server-ensure-safe-dir server-eval-and-print server-eval-at server-execute server-execute-continuation server-force-stop server-goto-line-column server-goto-toplevel server-handle-delete-frame server-handle-suspend-tty server-kill-buffer server-kill-buffer-query-function server-kill-emacs-query-function server-log server-process-filter server-quote-arg server-reply-print server-return-error server-running-p server-select-display server-send-string server-sentinel server-switch-buffer server-temp-file-p server-unload-function server-unquote-arg server-unselect-display server-visit-files server-with-environment ses--clean-! ses--clean-_ ses-cell-property-delq-fun ses-cell-property-get ses-cell-property-get-fun ses-cell-property-get-handle ses-cell-property-get-handle-fun ses-cell-property-handle-car ses-cell-property-handle-setcar ses-cell-property-pop ses-cell-property-pop-fun ses-cell-property-set ses-cell-property-set-fun ses-initialize-Dijkstra-attempt ses-repair-cell-reference-all ses-set-localvars set-file-selinux-context set-viper-state-in-major-mode set-window-buffer-start-and-point set-window-combination-limit set-window-new-normal set-window-new-total set-window-next-buffers set-window-point-1 set-window-prev-buffers sh-syntax-propertize-function sh-syntax-propertize-here-doc shell--command-completion-data shell-c-a-p-replace-by-expanded-directory shell-command-completion shell-command-completion-function shell-completion-vars shell-environment-variable-completion shell-filename-completion shell-parse-pcomplete-arguments should should-error should-not shr-add-font shr-browse-image shr-browse-url shr-buffer-width shr-char-breakable-p shr-char-kinsoku-bol-p shr-char-kinsoku-eol-p shr-char-nospace-p shr-collect-overlays shr-color->hexadecimal shr-color-check shr-color-hsl-to-rgb-fractions shr-color-hue-to-rgb shr-color-relative-to-absolute shr-color-set-minimum-interval shr-color-visible shr-colorize-region shr-column-specs shr-copy-url shr-count shr-descend shr-encode-url shr-ensure-newline shr-ensure-paragraph shr-expand-newlines shr-expand-url shr-find-elements shr-find-fill-point shr-fontize-cont shr-generic shr-get-image-data shr-heading shr-image-displayer shr-image-fetched shr-indent shr-insert shr-insert-document shr-insert-image shr-insert-table shr-insert-table-ruler shr-make-table shr-max-columns shr-overlays-in-region shr-parse-style shr-previous-newline-padding-width shr-pro-rate-columns shr-put-color shr-put-color-1 shr-put-image shr-remove-trailing-whitespace shr-render-td shr-rescale-image shr-save-contents shr-show-alt-text shr-store-contents shr-table-widths shr-tag-a shr-tag-b shr-tag-base shr-tag-blockquote shr-tag-body shr-tag-br shr-tag-comment shr-tag-del shr-tag-div shr-tag-em shr-tag-font shr-tag-h1 shr-tag-h2 shr-tag-h3 shr-tag-h4 shr-tag-h5 shr-tag-h6 shr-tag-hr shr-tag-i shr-tag-img shr-tag-label shr-tag-li shr-tag-object shr-tag-ol shr-tag-p shr-tag-pre shr-tag-s shr-tag-script shr-tag-strong shr-tag-style shr-tag-sub shr-tag-sup shr-tag-table shr-tag-table-1 shr-tag-title shr-tag-u shr-tag-ul shr-tag-video shr-transform-dom shr-urlify shr-visit-file sieve-manage-quit skeleton-newline smerge-resolve--extract-comment smerge-resolve--normalize smie-bnf--classify smie-bnf--closer-alist smie-bnf--set-class smie-indent-inside-string smtpmail-command-or-throw smtpmail-ok-p smtpmail-query-smtp-server smtpmail-response-code smtpmail-response-text smtpmail-user-mail-address soap-array-type-element-type soap-array-type-name soap-array-type-namespace-tag soap-array-type-p soap-basic-type-kind soap-basic-type-name soap-basic-type-namespace-tag soap-basic-type-p soap-binding-name soap-binding-namespace-tag soap-binding-operations soap-binding-p soap-binding-port-type soap-bound-operation-operation soap-bound-operation-p soap-bound-operation-soap-action soap-bound-operation-use soap-create-envelope soap-decode-any-type soap-decode-array soap-decode-array-type soap-decode-basic-type soap-decode-sequence-type soap-decode-type soap-default-soapenc-types soap-default-xsd-types soap-element-fq-name soap-element-name soap-element-namespace-tag soap-element-p soap-encode-array-type soap-encode-basic-type soap-encode-body soap-encode-sequence-type soap-encode-value soap-extract-xmlns soap-get-target-namespace soap-insert-describe-button soap-inspect soap-inspect-array-type soap-inspect-basic-type soap-inspect-binding soap-inspect-message soap-inspect-operation soap-inspect-port soap-inspect-port-type soap-inspect-sequence-type soap-inspect-wsdl soap-invoke soap-l2fq soap-l2wk soap-load-wsdl soap-load-wsdl-from-url soap-message-name soap-message-namespace-tag soap-message-p soap-message-parts soap-namespace-elements soap-namespace-get soap-namespace-link-name soap-namespace-link-namespace-tag soap-namespace-link-p soap-namespace-link-target soap-namespace-name soap-namespace-p soap-namespace-put soap-namespace-put-link soap-operation-faults soap-operation-input soap-operation-name soap-operation-namespace-tag soap-operation-output soap-operation-p soap-operation-parameter-order soap-parse-binding soap-parse-complex-type soap-parse-complex-type-complex-content soap-parse-complex-type-sequence soap-parse-envelope soap-parse-message soap-parse-operation soap-parse-port-type soap-parse-response soap-parse-schema soap-parse-schema-element soap-parse-sequence soap-parse-wsdl soap-port-binding soap-port-name soap-port-namespace-tag soap-port-p soap-port-service-url soap-port-type-name soap-port-type-namespace-tag soap-port-type-operations soap-port-type-p soap-resolve-references-for-array-type soap-resolve-references-for-binding soap-resolve-references-for-element soap-resolve-references-for-message soap-resolve-references-for-operation soap-resolve-references-for-port soap-resolve-references-for-sequence-type soap-sample-value soap-sample-value-for-array-type soap-sample-value-for-basic-type soap-sample-value-for-message soap-sample-value-for-seqence-type soap-sequence-element-multiple? soap-sequence-element-name soap-sequence-element-nillable? soap-sequence-element-p soap-sequence-element-type soap-sequence-type-elements soap-sequence-type-name soap-sequence-type-namespace-tag soap-sequence-type-p soap-sequence-type-parent soap-type-p soap-warning soap-with-local-xmlns soap-wk2l soap-wsdl-add-alias soap-wsdl-add-namespace soap-wsdl-alias-table soap-wsdl-find-namespace soap-wsdl-get soap-wsdl-namespaces soap-wsdl-origin soap-wsdl-p soap-wsdl-ports soap-wsdl-resolve-references soap-xml-get-attribute-or-nil1 soap-xml-get-children1 special-variable-p split-window-below split-window-internal split-window-right sql-add-product sql-beginning-of-statement sql-buffer-live-p sql-build-completions sql-build-completions-1 sql-comint sql-comint-db2 sql-comint-informix sql-comint-ingres sql-comint-interbase sql-comint-linter sql-comint-ms sql-comint-mysql sql-comint-oracle sql-comint-postgres sql-comint-solid sql-comint-sqlite sql-comint-sybase sql-connect sql-connection-menu-filter sql-del-product sql-end-of-statement sql-escape-newlines-filter sql-execute sql-execute-feature sql-font-lock-keywords-builder sql-for-each-login sql-get-login-ext sql-get-product-feature sql-help-list-products sql-input-sender sql-interactive-remove-continuation-prompt sql-list-all sql-list-table sql-oracle-completion-object sql-oracle-list-all sql-oracle-list-table sql-oracle-restore-settings sql-oracle-save-settings sql-oracle-show-reserved-words sql-placeholders-filter sql-postgres-completion-object sql-product-font-lock-syntax-alist sql-product-syntax-table sql-read-connection sql-read-product sql-read-table-name sql-redirect sql-redirect-one sql-redirect-value sql-regexp-abbrev sql-regexp-abbrev-list sql-remove-tabs-filter sql-save-connection sql-send-magic-terminator sql-set-product-feature sql-signum sql-sqlite-completion-object sql-statement-regexp sql-str-literal sql-try-completion starttls-available-p strokes-alphabetic-lessp strokes-button-press-event-p strokes-button-release-event-p strokes-click-p strokes-define-stroke strokes-distance-squared strokes-eliminate-consecutive-redundancies strokes-encode-buffer strokes-event-closest-point strokes-event-closest-point-1 strokes-execute-stroke strokes-fill-current-buffer-with-whitespace strokes-fill-stroke strokes-get-grid-position strokes-get-stroke-extent strokes-global-set-stroke-string strokes-lift-p strokes-match-stroke strokes-mouse-event-p strokes-prompt-user-save-strokes strokes-rate-stroke strokes-remassoc strokes-renormalize-to-grid strokes-report-bug strokes-square strokes-toggle-strokes-buffer strokes-unload-function strokes-unset-last-stroke strokes-update-window-configuration strokes-window-configuration-changed-p strokes-xpm-char-bit-p strokes-xpm-char-on-p strokes-xpm-decode-char strokes-xpm-encode-length-as-string strokes-xpm-for-compressed-string strokes-xpm-for-stroke strokes-xpm-to-compressed-string switch-to-next-buffer switch-to-prev-buffer syntax-propertize syntax-propertize--shift-groups syntax-propertize-multiline syntax-propertize-precompile-rules syntax-propertize-rules syntax-propertize-via-font-lock syntax-propertize-wholelines tabulated-list-col-sort tabulated-list-get-id tabulated-list-init-header tabulated-list-mode tabulated-list-print tabulated-list-print-entry tabulated-list-put-tag tabulated-list-revert tags-completion-at-point-function tetris-shape-rotations tex-env-mark tex-old-error-file-name this-major-mode-requires-vi-state thumbs-backward-char thumbs-backward-line thumbs-call-convert thumbs-call-setroot-command thumbs-cleanup-thumbsdir thumbs-current-image thumbs-delete-images thumbs-dired thumbs-display-thumbs-buffer thumbs-do-thumbs-insertion thumbs-emboss-image thumbs-enlarge-image thumbs-file-alist thumbs-file-list thumbs-file-size thumbs-find-image thumbs-find-image-at-point thumbs-find-image-at-point-other-window thumbs-forward-char thumbs-forward-line thumbs-gensym thumbs-image-type thumbs-insert-image thumbs-insert-thumb thumbs-kill-buffer thumbs-make-thumb thumbs-mark thumbs-mode thumbs-modify-image thumbs-monochrome-image thumbs-mouse-find-image thumbs-negate-image thumbs-new-image-size thumbs-next-image thumbs-previous-image thumbs-redraw-buffer thumbs-rename-images thumbs-resize-image thumbs-resize-image-1 thumbs-rotate-left thumbs-rotate-right thumbs-save-current-image thumbs-set-image-at-point-to-root-window thumbs-set-root thumbs-show-image-num thumbs-show-more-images thumbs-show-name thumbs-show-thumbs-list thumbs-shrink-image thumbs-temp-dir thumbs-temp-file thumbs-thumbname thumbs-thumbsdir thumbs-unmark thumbs-view-image-mode timeclock-ask-for-project timeclock-ask-for-reason timeclock-completing-read timeclock-current-debt timeclock-currently-in-p timeclock-day-alist timeclock-day-base timeclock-day-begin timeclock-day-break timeclock-day-debt timeclock-day-end timeclock-day-length timeclock-day-list timeclock-day-list-begin timeclock-day-list-break timeclock-day-list-debt timeclock-day-list-end timeclock-day-list-length timeclock-day-list-projects timeclock-day-list-required timeclock-day-list-span timeclock-day-list-template timeclock-day-projects timeclock-day-required timeclock-day-span timeclock-entry-begin timeclock-entry-comment timeclock-entry-end timeclock-entry-length timeclock-entry-list-begin timeclock-entry-list-break timeclock-entry-list-end timeclock-entry-list-length timeclock-entry-list-projects timeclock-entry-list-span timeclock-entry-project timeclock-find-discrep timeclock-generate-report timeclock-last-period timeclock-log timeclock-log-data timeclock-make-hours-explicit timeclock-mean timeclock-project-alist timeclock-read-moment timeclock-seconds-to-string timeclock-seconds-to-time timeclock-time-to-date timeclock-time-to-seconds timeclock-update-modeline timeclock-visit-timelog timeclock-when-to-leave timeclock-workday-elapsed timeclock-workday-remaining timep todo-ask-p todo-backward-category todo-backward-item todo-cat-slct todo-category-select todo-cmd-back todo-cmd-done todo-cmd-edit todo-cmd-forw todo-cmd-inst todo-cmd-kill todo-cmd-lowr todo-cmd-next todo-cmd-prev todo-cmd-rais todo-cmd-save todo-completing-read todo-delete-item todo-edit-item todo-edit-mode todo-edit-multiline todo-entry-timestamp-initials todo-file-item todo-forward-category todo-forward-item todo-initial-setup todo-insert-item-here todo-item-end todo-item-start todo-item-string todo-item-string-start todo-jump-to-category todo-line-string todo-lower-item todo-menu todo-more-important-p todo-quit todo-raise-item todo-remove-item todo-save todo-save-top-priorities todo-string-count-lines todo-string-multiline-p toggle-save-place tool-bar--image-expression tool-bar-pixel-width tpu-with-position tramp-cleanup-this-connection tramp-compat-call-process tramp-compat-coding-system-change-eol-conversion tramp-compat-decimal-to-octal tramp-compat-font-lock-add-keywords tramp-compat-octal-to-decimal tramp-compat-set-process-query-on-exit-flag tramp-compat-with-temp-message tramp-debug-outline-level tramp-get-connection-name tramp-gvfs-file-name-handler tramp-gvfs-file-name-p tramp-sh-handle-add-name-to-file tramp-sh-handle-call-process-region tramp-sh-handle-copy-directory tramp-sh-handle-copy-file tramp-sh-handle-delete-directory tramp-sh-handle-delete-file tramp-sh-handle-directory-files-and-attributes tramp-sh-handle-dired-compress-file tramp-sh-handle-dired-recursive-delete-directory tramp-sh-handle-executable-find tramp-sh-handle-expand-file-name tramp-sh-handle-file-attributes tramp-sh-handle-file-directory-p tramp-sh-handle-file-executable-p tramp-sh-handle-file-exists-p tramp-sh-handle-file-local-copy tramp-sh-handle-file-name-all-completions tramp-sh-handle-file-newer-than-file-p tramp-sh-handle-file-ownership-preserved-p tramp-sh-handle-file-readable-p tramp-sh-handle-file-selinux-context tramp-sh-handle-file-truename tramp-sh-handle-file-writable-p tramp-sh-handle-insert-directory tramp-sh-handle-insert-file-contents-literally tramp-sh-handle-make-auto-save-file-name tramp-sh-handle-make-directory tramp-sh-handle-make-symbolic-link tramp-sh-handle-process-file tramp-sh-handle-rename-file tramp-sh-handle-set-file-modes tramp-sh-handle-set-file-selinux-context tramp-sh-handle-set-file-times tramp-sh-handle-set-visited-file-modtime tramp-sh-handle-start-file-process tramp-sh-handle-vc-registered tramp-sh-handle-verify-visited-file-modtime tramp-sh-handle-write-region tramp-with-progress-reporter turn-on-org-cdlatex type-break-alarm type-break-cancel-function-timers type-break-cancel-schedule type-break-cancel-time-warning-schedule type-break-catch-up-event type-break-check type-break-check-keystroke-warning type-break-check-post-command-hook type-break-choose-file type-break-demo-boring type-break-demo-hanoi type-break-demo-life type-break-do-query type-break-file-keystroke-count type-break-file-time type-break-force-mode-line-update type-break-format-time type-break-get-previous-count type-break-get-previous-time type-break-keystroke-reset type-break-keystroke-warning type-break-mode-line-countdown-or-break type-break-mode-line-message-mode type-break-noninteractive-query type-break-query type-break-query-mode type-break-run-at-time type-break-run-tb-post-command-hook type-break-schedule type-break-time-difference type-break-time-stamp type-break-time-sum type-break-time-warning type-break-time-warning-alarm type-break-time-warning-schedule unicode-property-table-internal unload--set-major-mode unrecord-window-buffer update-glyphless-char-display url-bit-for-url url-cache-create-filename url-cache-create-filename-human-readable url-cache-create-filename-using-md5 url-cache-file-writable-p url-cache-prepare url-cache-prune-cache url-cookie-p url-do-auth-source-search url-fetch-from-cache url-future-call url-future-callback url-future-cancel url-future-cancelled-p url-future-completed-p url-future-done-p url-future-errorback url-future-errored url-future-errored-p url-future-finish url-future-p url-future-status url-future-value url-gc-dead-buffers url-http-activate-callback url-http-async-sentinel url-http-chunked-encoding-after-change-function url-http-clean-headers url-http-content-length-after-change-function url-http-create-request url-http-debug url-http-end-of-document-sentinel url-http-expand-file-name url-http-find-free-connection url-http-generic-filter url-http-handle-authentication url-http-handle-cookies url-http-head url-http-idle-sentinel url-http-mark-connection-as-busy url-http-mark-connection-as-free url-http-parse-headers url-http-parse-response url-http-simple-after-change-function url-http-symbol-value-in-buffer url-http-user-agent-string url-http-wait-for-headers-change-function url-https-create-secure-wrapper url-mark-buffer-as-dead url-mm-callback url-mm-url url-password-for-url url-queue-buffer url-queue-callback url-queue-callback-function url-queue-cbargs url-queue-inhibit-cookiesp url-queue-kill-job url-queue-p url-queue-pre-triggered url-queue-prune-old-entries url-queue-remove-jobs-from-host url-queue-retrieve url-queue-run-queue url-queue-setup-runners url-queue-silentp url-queue-start-retrieve url-queue-start-time url-queue-url url-retrieve-internal url-silent url-use-cookies url-user-for-url vc-annotate-goto-line vc-bzr-async-command vc-bzr-branch-conf vc-bzr-expanded-log-entry vc-bzr-merge-branch vc-bzr-pull vc-dav-checkin vc-dav-checkout vc-dav-checkout-model vc-dav-could-register vc-dav-diff vc-dav-dir-state vc-dav-print-log vc-dav-register vc-dav-registered vc-dav-responsible-p vc-dav-revert vc-dav-state vc-dav-state-heuristic vc-dav-workfile-unchanged-p vc-dav-workfile-version vc-diff-build-argument-list-internal vc-do-async-command vc-ediff vc-git-branches vc-git-expanded-log-entry vc-git-merge-branch vc-git-pull vc-hg-expanded-log-entry vc-hg-merge-branch vc-pull vc-set-async-update vc-svn-root vc-version-ediff verilog-alw-get-outputs-delayed verilog-alw-get-outputs-immediate verilog-auto-inout-in verilog-auto-inst-port-list verilog-auto-logic verilog-backward-syntactic-ws-quick verilog-batch-diff-auto verilog-beg-of-defun-quick verilog-decls-get-vars verilog-define-abbrev verilog-delete-trailing-whitespace verilog-diff-auto verilog-diff-buffers-p verilog-diff-file-with-buffer verilog-diff-report verilog-forward-sexp-cmt verilog-forward-sexp-ign-cmt verilog-in-parameter-p verilog-in-paren-quick verilog-in-parenthesis-p verilog-inside-comment-or-string-p verilog-modi-cache-add-vars verilog-run-hooks verilog-scan-and-debug verilog-scan-cache-flush verilog-scan-debug verilog-sk-ovm-class verilog-sk-uvm-class vip-Append vip-ESC vip-Insert vip-Open-line vip-P-val vip-Put-back vip-Region vip-append vip-append-to-register vip-backward-Word vip-backward-char vip-backward-paragraph vip-backward-sentence vip-backward-word vip-beginning-of-line vip-bol-and-skip-white vip-buffer-in-two-windows vip-change vip-change-mode vip-change-mode-line vip-change-mode-to-emacs vip-change-mode-to-insert vip-change-mode-to-vi vip-change-subr vip-change-to-eol vip-check-sub vip-command-argument vip-copy-keymap vip-copy-region-as-kill vip-ctl-c vip-ctl-c-equivalent vip-ctl-h vip-ctl-key-equivalent vip-ctl-x vip-ctl-x-equivalent vip-default-ex-addresses vip-delete-backward-char vip-delete-backward-word vip-delete-char vip-describe-arg vip-digit-argument vip-end-of-Word vip-end-of-word vip-end-with-a-newline-p vip-enlarge-region vip-escape-to-emacs vip-ex vip-exchange-point-and-mark vip-execute-com vip-execute-ex-command vip-find-char vip-find-char-backward vip-find-char-forward vip-find-file vip-find-file-other-window vip-forward-Word vip-forward-char vip-forward-paragraph vip-forward-sentence vip-forward-word vip-get-ex-address vip-get-ex-address-subr vip-get-ex-buffer vip-get-ex-com-subr vip-get-ex-command vip-get-ex-count vip-get-ex-file vip-get-ex-opt-gc vip-get-ex-pat vip-get-ex-token vip-getCom vip-getcom vip-global-execute vip-goto-char-backward vip-goto-char-forward vip-goto-col vip-goto-eol vip-goto-line vip-goto-mark vip-goto-mark-and-skip-white vip-goto-mark-subr vip-info-on-file vip-insert vip-join-lines vip-keyboard-quit vip-kill-buffer vip-kill-line vip-line vip-line-to-bottom vip-line-to-middle vip-line-to-top vip-looking-back vip-loop vip-mark-beginning-of-buffer vip-mark-end-of-buffer vip-mark-point vip-message-conditions vip-next-line vip-next-line-at-bol vip-nil vip-open-line vip-open-line-at-point vip-other-window vip-p-val vip-paren-match vip-prefix-arg-com vip-prefix-arg-value vip-previous-line vip-previous-line-at-bol vip-push-mark-silent vip-put-back vip-query-replace vip-quote-region vip-read-string vip-region vip-repeat vip-repeat-find vip-repeat-find-opposite vip-repeat-insert-command vip-replace-char vip-replace-char-subr vip-replace-string vip-scroll vip-scroll-back vip-scroll-down vip-scroll-down-one vip-scroll-up vip-scroll-up-one vip-search vip-search-Next vip-search-backward vip-search-forward vip-search-next vip-special-prefix-com vip-string-tail vip-substitute vip-substitute-line vip-switch-to-buffer vip-switch-to-buffer-other-window vip-undo vip-undo-more vip-version vip-window-bottom vip-window-middle vip-window-top vip-yank vip-yank-defun vip-yank-line viper-apply-major-mode-modifiers viper-comint-mode-hook viper-delocalize-var viper-go-away viper-load-custom-file viper-major-mode-change-sentinel viper-non-hook-settings viper-remove-hooks viper-set-hooks w32-convert-standard-filename w3m-toggle-inline-images walk-window-subtree walk-window-tree walk-window-tree-1 wdired-isearch-filter-read-only widget-color--choose-action widget-color-value-create widget-completions-at-point widget-default-completions widget-field-value-set window--atom-check window--atom-check-1 window--check window--delete window--in-direction-2 window--in-subtree-p window--max-delta-1 window--min-delta-1 window--min-size-1 window--resizable window--resizable-p window--resize-child-windows window--resize-child-windows-normal window--resize-child-windows-skip-p window--resize-mini-window window--resize-reset window--resize-reset-1 window--resize-root-window window--resize-root-window-vertically window--resize-siblings window--resize-this-window window--side-check window--size-fixed-1 window--size-ignore window--state-get-1 window--state-put-1 window--state-put-2 window--subtree window-absolute-pixel-edges window-at-side-list window-at-side-p window-atom-root window-body-size window-body-width window-child window-child-count window-combination-limit window-combinations window-combined-p window-deletable-p window-in-direction window-inside-absolute-pixel-edges window-last-child window-left window-left-child window-left-column window-list-1 window-make-atom window-max-delta window-min-delta window-min-size window-new-normal window-new-total window-next-buffers window-next-sibling window-normal-size window-normalize-buffer window-normalize-buffer-to-switch-to window-normalize-frame window-normalize-window window-parent window-point-1 window-prev-buffers window-prev-sibling window-resizable window-resize window-resize-apply window-right window-sizable window-sizable-p window-size-fixed-p window-split-min-size window-state-get window-state-put window-top-child window-top-line window-total-height window-total-size window-total-width window-use-time window-valid-p window-with-parameter with-org-lparse-preserve-paragraph-state woman-bookmark-jump woman-bookmark-make-record word-search-regexp x-dnd-more-than-3-from-flags x-dnd-version-from-flags xmodmap-generic-mode xselect--encode-string xselect-convert-to-save-targets y-or-n-minibuffer))
(variables
(removed --dolist-tail-- --dotimes-limit-- OOOOscore OOOscore OOscore Oscore XXXXscore XXXscore XXscore Xscore after-find-file-from-revert-buffer allout-keybindings-list allout-passphrase-hint-handling allout-passphrase-verifier-handling allout-v18/19-file-var-hack allout-view-change-hook appt-issue-message appt-msg-window appt-now-displayed appt-visible argval auth-source-cache auth-source-hide-passwords autoconf-font-lock-syntactic-keywords bibtex-entry-menu byte-compile-not-obsolete-var byte-compile-outbuffer byte-interactive-p byte-save-window-excursion byte-temp-output-buffer-setup byte-temp-output-buffer-show c-before-font-lock-function c-get-state-before-change-function c-in-literal-cache c-state-cache-start cfengine-actions cfengine-font-lock-keywords cfengine-font-lock-syntactic-keywords cfengine-imenu-expression cfengine-mode-abbrev-table cfengine-mode-map cfengine-mode-syntax-table char-direction-table checkdoc-minor-keymap cl1-column cl1-dir cl1-line cl1-tem command-hook-internal compilation-turn-on-font-lock completion cpp-edit-map custom-enabling-themes custom-face-selected custom-theme-face-menu custom-theme-variable-menu dabbrev--last-completion-buffer dabbrev--last-obarray dbus-registered-objects-table default-direction-reversed diary-fancy-date-pattern diff-extra-args diff-new-file diff-new-temp-file diff-old-file diff-old-temp-file direction-reversed directory-sep-char dired-flagging-regexp dired-query-alist dired-x-help-address dired-x-variable-list doctex-font-lock-syntactic-keywords e earcon-button-marker-list earcon-prefix earcon-regexp-alist earcon-suffix edebug-read-backquote-level emacs-priority f file-count file-ex find-file-not-true-dirname-list finder-package-info first-file-buffer font-lock-defaults-alist function-p-func gdb-all-registers gdb-annotation-rules gdb-array-string gdb-assembler-font-lock-keywords gdb-assembler-mode-map gdb-breakpoint-regexp gdb-buffer-list gdb-buffer-rules-assoc gdb-current-item gdb-data-list-register-names-regexp gdb-data-list-register-values-regexp gdb-early-user-input gdb-find-source-frame gdb-first-post-prompt gdb-flush-pending-output gdb-frame-begin gdb-fullname-regexp gdb-input-queue gdb-locals-font-lock-keywords gdb-locals-font-lock-keywords-1 gdb-locals-font-lock-keywords-2 gdb-locals-watch-map-1 gdb-look-up-stack gdb-max-frames gdb-memory-repeat-count gdb-overlay-arrow-position gdb-parent-bptno-enabled gdb-pc-address gdb-previous-frame gdb-previous-frame-pc-address gdb-printing gdb-prompting gdb-ready gdb-recording gdb-same-frame gdb-script-font-lock-syntactic-keywords gdb-server-prefix gdb-signalled gdb-source-file-regexp-1 gdb-source-spec-regexp gdb-stack-list-frames-regexp gdb-stack-list-locals-regexp gdb-stack-update gdb-struct-string gdb-thread-indicator gdb-use-separate-io-buffer gdb-var-list-children-regexp gdb-var-set-format-regexp gdb-var-update-regexp gdb-version gnus-article-date-lapsed-new-header gnus-article-wash-function gnus-audio-au-player gnus-audio-directory gnus-audio-inline-sound gnus-audio-wav-player gnus-backup-default-subscribed-newsgroups gnus-bookmark-after-jump-hook gnus-button-ctan-directory-regexp gnus-button-ctan-handler gnus-button-handle-ctan-bogus-regexp gnus-button-marker-list gnus-button-tex-level gnus-carpal-attached-buffer gnus-carpal-browse-buffer gnus-carpal-browse-buffer-buttons gnus-carpal-button-face gnus-carpal-group-buffer gnus-carpal-group-buffer-buttons gnus-carpal-header-face gnus-carpal-mode-hook gnus-carpal-mode-map gnus-carpal-server-buffer gnus-carpal-server-buffer-buttons gnus-carpal-summary-buffer gnus-carpal-summary-buffer-buttons gnus-ctan-url gnus-default-subscribed-newsgroups gnus-demon-handler-state gnus-demon-idle-has-been-called gnus-demon-idle-time gnus-demon-last-keys gnus-demon-timer gnus-ephemeral-group-server gnus-group-archive-directory gnus-group-charter-alist gnus-group-faq-directory gnus-group-fetch-control-use-browse-url gnus-group-icon-cache gnus-group-recent-archive-directory gnus-group-soup-map gnus-group-warchive-address-history gnus-group-warchive-login-history gnus-group-warchive-type-history gnus-nastygram-message gnus-newsgroup-none-id gnus-newsgroup-recent gnus-nocem-active gnus-nocem-alist gnus-nocem-check-article-limit gnus-nocem-check-from gnus-nocem-directory gnus-nocem-expiry-wait gnus-nocem-groups gnus-nocem-hashtb gnus-nocem-issuers gnus-nocem-liberal-fetch gnus-nocem-real-group-hashtb gnus-nocem-seen-message-ids gnus-nocem-touched-alist gnus-nocem-verifyer gnus-picon-setup-p gnus-play-startup-jingle gnus-simple-splash gnus-soup-areas gnus-soup-buffers gnus-soup-directory gnus-soup-encoding-type gnus-soup-ignored-headers gnus-soup-index-type gnus-soup-last-prefix gnus-soup-packer gnus-soup-packet-directory gnus-soup-packet-regexp gnus-soup-prefix-file gnus-soup-prev-prefix gnus-soup-replies-directory gnus-soup-unpacker gnus-souped-mark gnus-startup-jingle gnus-topic-indentation gnus-treat-date-english gnus-treat-date-iso8601 gnus-treat-date-lapsed gnus-treat-date-local gnus-treat-date-original gnus-treat-date-user-defined gnus-treat-date-ut gnus-treat-play-sounds gnus-treat-translate gnus-use-generic-from gnus-use-nocem gnus-uu-shar-file-name gnus-window-configuration gomoku-loosing-threshold gud-old-arrow help-window help-xref-override-view-map iimage-version imap-hash-headers inferior-prolog-buffer inferior-prolog-error-regexp-alist inferior-prolog-flavor inferior-prolog-mode-abbrev-table inferior-prolog-mode-map inferior-prolog-mode-syntax-table info-xref-results-buffer inhibit-first-line-modes-regexps is-windows isearch js--regexp-literal js-font-lock-syntactic-keywords just-files lisp-interaction-mode-abbrev-table lm-8-directions lm-board lm-board-height lm-board-width lm-bound lm-c lm-c-naught lm-cx lm-cy lm-debug lm-directions lm-draw-limit lm-emacs-is-computing lm-emacs-played-first lm-emacs-won lm-ew lm-font-lock-keywords lm-game-history lm-game-in-progress lm-human-refused-draw lm-human-took-back lm-initial-w0 lm-initial-wij lm-loosing-threshold lm-m lm-max-stall-time lm-mode-hook lm-mode-map lm-n lm-no-payoff lm-ns lm-number-of-draws lm-number-of-emacs-wins lm-number-of-human-moves lm-number-of-human-wins lm-number-of-moves lm-number-of-trials lm-nvar lm-one-moment-please lm-output-moves lm-saved-board-height lm-saved-board-width lm-saved-score-table lm-score-table lm-score-trans-table lm-square-height lm-square-width lm-sum-of-moves lm-tree-r lm-vector-length lm-winning-threshold lm-x-offset lm-y-offset longopts makefile-font-lock-syntactic-keywords message-cite-reply-above meta-mode-syntax-table mh-url-unreserved-chars mixal-font-lock-syntactic-keywords mm-emacs-mule mm-inline-text-html-renderer mm-text-html-washer-alist mm-url-package-name mm-url-package-version mml-smime-verbose mml1991-verbose mml2015-verbose mouse-drag-overlay mouse-region-delete-keys news-buffer news-certification-file news-current-certifiable news-current-certifications news-current-group-begin news-current-group-end news-current-message-number news-current-news-group news-group-article-assoc news-ignored-headers news-list-of-files news-list-of-files-possibly-bogus news-max-plausible-gap news-message-filter news-mode-map news-no-jumps-p news-point-pdl news-read-first-time-p news-reply-header-hook news-reply-mode-map news-reply-yank-from news-reply-yank-message-id news-startup-file news-total-current-group news-unsubscribe-groups news-user-group-list nil-score nndb-address nndb-article-type nndb-deliver-program nndb-port-number nndb-server-opened-hook nndb-server-side-expiry nndb-set-expire-date-on-mark nndb-status-string nndb-version nnimap-auth-method nnimap-authinfo-file nnimap-close-asynchronous nnimap-current-move-article nnimap-current-move-group nnimap-current-move-server nnimap-current-server nnimap-debug nnimap-debug-buffer nnimap-directory nnimap-dont-close nnimap-expunge-on-close nnimap-expunge-search-string nnimap-id nnimap-importantize-dormant nnimap-list-pattern nnimap-logout-timeout nnimap-mailbox-info nnimap-mark-to-flag-alist nnimap-mark-to-predicate-alist nnimap-need-unselect-to-notice-new-mail nnimap-news-groups nnimap-nov-file-name nnimap-nov-file-name-suffix nnimap-nov-is-evil nnimap-progress-chars nnimap-progress-how-often nnimap-prune-cache nnimap-request-list-method nnimap-retrieve-groups-asynchronous nnimap-search-uids-not-since-is-evil nnimap-server-address nnimap-server-buffer nnimap-server-buffer-alist nnimap-split-crosspost nnimap-split-download-body nnimap-split-inbox nnimap-split-predicate nnimap-split-rule nnimap-version nnir-imap-search-field nnir-mail-backend nnir-search-engine nnir-wais-database nnir-wais-program nnir-wais-remove-prefix nnkiboze-current-group nnkiboze-directory nnkiboze-ephemeral nnkiboze-file-coding-system nnkiboze-headers nnkiboze-level nnkiboze-regexp nnkiboze-remove-read-articles nnkiboze-scores nnkiboze-status-string nnkiboze-version nnlistserv-directory nnlistserv-ephemeral-p nnlistserv-name nnlistserv-search nnlistserv-type-definition nnrss-extra-categories nnrss-moreover-url nnrss-wash-html-in-text-plain-parts nnslashdot-active-url nnslashdot-article-url nnslashdot-backslash-url nnslashdot-buffer nnslashdot-comments-url nnslashdot-directory nnslashdot-group-number nnslashdot-groups nnslashdot-headers nnslashdot-login-name nnslashdot-password nnslashdot-threaded nnslashdot-threshold nnslashdot-use-front-page nnsoup-active-file nnsoup-always-save nnsoup-article-alist nnsoup-buffers nnsoup-current-group nnsoup-current-prefix nnsoup-directory nnsoup-group-alist nnsoup-group-alist-touched nnsoup-old-functions nnsoup-packer nnsoup-packet-directory nnsoup-packet-regexp nnsoup-replies-directory nnsoup-replies-format-type nnsoup-replies-index-type nnsoup-replies-list nnsoup-status-string nnsoup-tmp-directory nnsoup-unpacker nnsoup-version nntp-async-needs-kluge nntp-ssl-program nnultimate-address nnultimate-articles nnultimate-directory nnultimate-groups nnultimate-groups-alist nnultimate-headers nnultimate-table-regexp nnwarchive-address nnwarchive-article-dissect nnwarchive-article-offset nnwarchive-article-url nnwarchive-authentication nnwarchive-backlog-articles nnwarchive-backlog-hashtb nnwarchive-buffer nnwarchive-caesar-translation-table nnwarchive-default-type nnwarchive-directory nnwarchive-groups nnwarchive-headers nnwarchive-headers-cache nnwarchive-keep-backlog nnwarchive-list-dissect nnwarchive-list-groups nnwarchive-list-url nnwarchive-login nnwarchive-nov-is-evil nnwarchive-open-dissect nnwarchive-open-url nnwarchive-passwd nnwarchive-type nnwarchive-type-definition nnwarchive-version nnwarchive-xover-dissect nnwarchive-xover-files nnwarchive-xover-last-url nnwarchive-xover-page-size nnwarchive-xover-url nnwfm-address nnwfm-articles nnwfm-directory nnwfm-groups nnwfm-groups-alist nnwfm-headers nnwfm-table-regexp nxml-mode-hook octave-auto-indent octave-auto-newline octave-block-begin-or-end-regexp octave-block-begin-regexp octave-block-else-or-end-regexp octave-block-else-regexp octave-block-end-regexp octave-block-match-alist old-face-font-rescale-alist org-auto-renumber-ordered-lists org-footnote-label-history org-list-beginning-re org-provide-checkbox-statistics orig-argi overriding-map-is-bound pcmpl-gnu-tar-buffer perl-font-lock-syntactic-keywords pp-default-function pred prolog-font-lock-keywords prolog-mode-menu python-default-interpreter python-file-queue python-font-lock-syntactic-keywords python-jython-command-args python-python-command-args python-shell-map python-which-args python-which-bufname python-which-shell rcirc-browse-url-map rcirc-nick-completion-start-offset rcirc-nick-completions reftex-index-phrases-mode-hook result rfc1843-old-gnus-decode-header-function rmail-last-file ruby-font-lock-syntactic-keywords ruby-here-doc-end-re self-insert-face self-insert-face-command semantic-minor-modes-status sgml-font-lock-syntactic-keywords sh-font-lock-syntactic-keywords sh-here-doc-markers sh-here-doc-re sh-mode-default-syntax-table sh-require-final-newline sh-st-symbol sha1-maximum-internal-length sha1-use-external sieve-manage-default-user sieve-manage-password sieve-manage-username simula-font-lock-syntactic-keywords smtpmail-auth-credentials smtpmail-starttls-credentials splice stack-trace-on-error symbol-file-load-history-loaded tcl-font-lock-syntactic-keywords tex-font-lock-syntactic-keywords texinfo-font-lock-syntactic-keywords tramp-cache-inhibit-cache tramp-file-name-handler-alist tramp-fish-continue-prompt-regexp tramp-fish-error-prompt-regexp tramp-fish-file-name-handler-alist tramp-fish-method tramp-fish-ok-prompt-regexp tramp-fish-start-fish-server-command tramp-imap-file-name-handler-alist tramp-imap-method tramp-imap-passphrase tramp-imap-passphrase-cache tramp-imap-subject-marker tramp-imaps-method tramp-root-regexp translations ucs-completions url-cache-expired url-current-referer vc-header-alist vc-path verilog-fork-wait-re widget-complete-field x-alternatives-map x-menu-assoc-buffer x-menu-item-spacing x-menu-item-width x-menu-items-alist x-menu-items-per-line x-menu-max-width x-select-enable-clipboard)
(added *org-babel-use-quick-and-dirty-noweb-expansion* *org-bibtex-entries* *orgtbl-default-fmt* *orgtbl-efmt* *orgtbl-fmt* *orgtbl-hline* *orgtbl-lend* *orgtbl-lfmt* *orgtbl-llend* *orgtbl-llfmt* *orgtbl-llstart* *orgtbl-lstart* *orgtbl-rtn* *orgtbl-sep* *orgtbl-table* 5x5-solver-output Info-history-skip-intermediate-nodes Info-isearch-initial-history Info-isearch-initial-history-list Info-mode-syntax-table Man-name-local-regexp ada-on-ms-windows allout-after-copy-or-kill-hook allout-auto-save-temporarily-disabled allout-body-span-category allout-container-item-widget allout-cue-span-category allout-cue-span-keymap allout-escaped-prefix-regexp allout-escapes-category allout-flattened-numbering-abbreviation allout-guides-category allout-guides-span-category allout-icon-span-category allout-inhibit-auto-fill-on-headline allout-inhibit-body-modification-hook allout-item-body-keymap allout-item-icon-keymap allout-just-did-undo allout-mode-map-value allout-mode-off-hook allout-mode-on-hook allout-post-undo-hook allout-prefixed-keybindings allout-span-to-category allout-structure-unruly-deletion-message allout-this-command-hid-text allout-trailing-category allout-undo-exposure-in-progress allout-unprefixed-keybindings allout-unresolved-body-mod-workroster allout-widgets-adjust-message-length-threshold allout-widgets-adjust-message-size-threshold allout-widgets-auto-activation allout-widgets-changes-record allout-widgets-hook-error-post-time allout-widgets-icon-types allout-widgets-icons-cache allout-widgets-icons-dark-subdir allout-widgets-icons-light-subdir allout-widgets-item-image-properties-emacs allout-widgets-item-image-properties-xemacs allout-widgets-last-decoration-timing allout-widgets-last-hook-error allout-widgets-maintain-tally allout-widgets-mode allout-widgets-mode-inhibit allout-widgets-reenable-before-change-handler allout-widgets-run-unit-tests-on-load allout-widgets-tally allout-widgets-theme-dark-background allout-widgets-theme-light-background allout-widgets-time-decoration-activity allout-widgets-track-decoration allout-widgets-undo-exposure-record allout-widgets-unset-inhibit-read-only allout-widgets-version animation-buffer-name ansi-color-apply-face-function appt-warning-time-regexp archive-7z-expunge archive-7z-extract archive-7z-update artist-menu-map auth-source-backend auth-source-cache-expiry auth-source-creation-defaults auth-source-creation-prompts auth-source-gpg-encrypt-to auth-source-magic auth-source-netrc-cache auth-source-netrc-use-gpg-tokens auth-source-passphrase-alist auth-source-save-behavior authors-ambiguous-files autoconf-mode-abbrev-table battery-mode-line-limit bbdb-after-change-hook bdf-cache bdf-cache-file bibtex-BibTeX-entry-alist bibtex-BibTeX-field-alist bibtex-biblatex-entry-alist bibtex-biblatex-field-alist bibtex-dialect bibtex-dialect-list bibtex-entry-alist bibtex-field-alist bibtex-mode-abbrev-table bibtex-no-opt-remove-re bibtex-search-buffer bibtex-search-entry-globally bidi-display-reordering bidi-paragraph-direction blink-matching-check-function bookmark-bmenu-mode-abbrev-table bookmark-bmenu-mode-syntax-table browse-url-chromium-arguments browse-url-chromium-program browse-url-mailto-function buffer-list-update-hook byte-compile--lexical-environment byte-compile-global-not-obsolete-vars byte-compile-log-buffer byte-compile-reserved-constants byte-compile-tmp-var byte-discardN byte-discardN-preserve-tos byte-interactive-p-OBSOLETE byte-save-window-excursion-OBSOLETE byte-stack-ref byte-stack-set byte-stack-set2 byte-temp-output-buffer-setup-OBSOLETE byte-temp-output-buffer-show-OBSOLETE c-annotation-face c-before-context-fontification-functions c-before-font-lock-functions c-cpp-delimiter c-cpp-expr-intro-re c-defun-tactic c-enums-contain-decls c-font-lock-context c-get-state-before-change-functions c-guess-accumulator c-guess-conversions c-guess-guessed-basic-offset c-guess-guessed-offsets-alist c-guess-offset-threshold c-guess-region-max c-has-bitfields c-in-after-change-fontification c-line-comment-start-regexp c-macro-cache c-macro-cache-start-pos c-macro-cache-syntactic c-macro-names-with-semicolon c-macro-with-semi-re c-no-parens-syntax-table c-nonlabel-token-2-key c-not-primitive-type-keywords-regexp c-opt-cpp-macro-define c-opt-cpp-symbol c-parse-state-state c-standard-font-lock-fontify-region-function c-state-brace-pair-desert c-state-cache-too-far c-state-min-scan-pos c-state-nonlit-pos-cache c-state-nonlit-pos-cache-limit c-state-nonlit-pos-interval c-state-old-cpp-beg c-state-old-cpp-end c-state-point-min c-state-point-min-lit-start c-state-point-min-lit-type c-state-semi-nonlit-pos-cache c-state-semi-nonlit-pos-cache-limit c-symbol-chars c-typedef-decl-key c-typedef-key calc-highlight-selections-with-faces calc-lu-field-reference calc-lu-power-reference calc-note-threshold calc-option-flag calculator-mode-abbrev-table calculator-mode-syntax-table cconv--dummy-var cconv-liftwhen cfengine-mode-debug cfengine2-actions cfengine2-font-lock-keywords cfengine2-imenu-expression cfengine2-mode-abbrev-table cfengine2-mode-map cfengine2-mode-syntax-table cfengine3-category-regex cfengine3-class-selector-regex cfengine3-defuns cfengine3-defuns-regex cfengine3-font-lock-keywords cfengine3-mode-abbrev-table cfengine3-mode-map cfengine3-mode-syntax-table cfengine3-vartypes change-major-mode-after-body-hook char-acronym-table chart-mode-abbrev-table chart-mode-map chart-mode-syntax-table cl-struct-avl-tree--stack-tags cl-struct-compilation--message-tags cl-struct-ert--ewoc-entry-tags cl-struct-ert--stats-tags cl-struct-ert--test-execution-info-tags cl-struct-ert-test-aborted-with-non-local-exit-tags cl-struct-ert-test-failed-tags cl-struct-ert-test-passed-tags cl-struct-ert-test-quit-tags cl-struct-ert-test-result-tags cl-struct-ert-test-result-with-condition-tags cl-struct-ert-test-tags cl-struct-gdb-table-tags cl-struct-nnimap-tags cl-struct-registerv-tags cl-struct-soap-array-type-tags cl-struct-soap-basic-type-tags cl-struct-soap-binding-tags cl-struct-soap-bound-operation-tags cl-struct-soap-element-tags cl-struct-soap-message-tags cl-struct-soap-namespace-link-tags cl-struct-soap-namespace-tags cl-struct-soap-operation-tags cl-struct-soap-port-tags cl-struct-soap-port-type-tags cl-struct-soap-sequence-element-tags cl-struct-soap-sequence-type-tags cl-struct-soap-wsdl-tags cl-struct-url-future-tags cl-struct-url-queue-tags color-cie-ε color-cie-κ color-d65-xyz compilation--parsed compilation--previous-directory-cache compilation-filter-hook compilation-filter-start compilation-save-buffers-predicate completing-read-function completion--capf-misbehave-funs completion--capf-safe-funs completion--cycling-threshold-type completion--styles-type completion-category-overrides completion-cycle-threshold completion-cycling completion-extra-properties completion-fail-discreetly completion-in-region--data completion-in-region-mode completion-in-region-mode--predicate completion-in-region-mode-map completion-in-region-mode-predicate completion-list-insert-choice-function completion-pcm-complete-word-inserts-delimiters completion-show-inline-help copyright-year-ranges cpp-edit-mode-abbrev-table cpp-edit-mode-map cpp-edit-mode-syntax-table css-proprietary-nmstart-re custom--inhibit-theme-enable custom-face-edit custom-safe-themes custom-search-field custom-theme--listed-faces custom-theme--migrate-settings custom-theme-allow-multiple-selections custom-theme-choose-mode-abbrev-table custom-theme-choose-mode-map custom-theme-choose-mode-syntax-table custom-theme-description custom-theme-insert-face-marker custom-theme-insert-variable-marker custom-theme-load-path cvs-add-default-message cvs-add-flags cvs-auto-remove-directories cvs-auto-remove-handled cvs-auto-revert cvs-branch-prefix cvs-branch-prefix-cps cvs-branches cvs-buffer cvs-buffer-name cvs-buffer-name-alist cvs-checkout-flags cvs-cleanup-functions cvs-commit-flags cvs-confirm-removals cvs-cursor-column cvs-cvs-flags cvs-cvsrc-file cvs-cvsroot cvs-default-ignore-marks cvs-diff-buffer-name cvs-diff-flags cvs-diff-ignore-marks cvs-execute-single-dir cvs-find-file-and-jump cvs-force-command cvs-force-command-cps cvs-force-dir-tag cvs-from-vc cvs-idiff-imerge-handlers cvs-idiff-version cvs-ignore-marks-alternatives cvs-ignore-marks-modif cvs-ignore-marks-modif-cps cvs-invert-ignore-marks cvs-lock-file cvs-lock-file-regexp cvs-log-flags cvs-menu cvs-minor-mode cvs-minor-mode-map cvs-minor-mode-prefix cvs-minor-wrap-function cvs-mode-abbrev-table cvs-mode-commit-hook cvs-mode-diff-map cvs-mode-hook cvs-mode-line-process cvs-mode-map cvs-mode-syntax-table cvs-pcl-cvs-dirchange-re cvs-postprocess cvs-qtypedesc-tag cvs-remove-flags cvs-reuse-cvs-buffer cvs-secondary-branch-prefix cvs-secondary-branch-prefix-cps cvs-shared-flags cvs-shared-start cvs-sort-ignore-file cvs-status-flags cvs-tag-flags cvs-tag-history cvs-tag-name cvs-temp-buffer cvs-temp-buffer-name cvs-temp-buffers cvs-update-flags cvs-vendor-branch dcl-mode-abbrev-table debug-on-event debugger-args delayed-warnings-hook delayed-warnings-list delete-active-region diary-comment-end diary-comment-start dired-default-directory-alist dired-omit-verbose display-buffer--action-custom-type display-buffer--action-function-custom-type display-buffer--other-frame-action display-buffer--same-window-action display-buffer-alist display-buffer-base-action display-buffer-fallback-action display-buffer-overriding-action display-time-world-mode-abbrev-table display-time-world-mode-syntax-table doc-view-image-width doc-view-unoconv-program dos-register-name-alist dynamic-library-alist ebrowse-electric-list-mode-abbrev-table ebrowse-electric-list-mode-syntax-table ebrowse-electric-position-mode-abbrev-table ebrowse-electric-position-mode-syntax-table ebrowse-member-mode-abbrev-table ebrowse-member-mode-syntax-table ebrowse-tree-mode-abbrev-table ebrowse-tree-mode-syntax-table ede--disable-inode ede-auto-add-method ede-constructing ede-debug-program-function ede-deep-rescan ede-ignored-file-alist ede-inode-directory-hash ede-minor-mode ede-minor-mode-map ede-object ede-object-project ede-object-root-project ede-project-cache-files ede-project-directories ede-project-directory-hash ede-project-placeholder-cache-file ede-projects ede-selected-object ede-speedbar-file-keymap ede-speedbar-file-menu-additions ede-speedbar-key-map ede-speedbar-menu ede-version electric-help-orig-major-mode electric-indent-chars electric-indent-functions electric-indent-mode electric-layout-mode electric-layout-rules electric-pair-mode electric-pair-pairs electric-pair-skip-self emacs-lock--old-mode emacs-lock--try-unlocking emacs-lock-default-locking-mode emacs-lock-mode emacs-lock-unlockable-modes epa-file-error erc--autojoin-timer erc-autojoin-delay erc-autojoin-timing erc-coding-system-precedence erc-dcc-chat-mode-abbrev-table erc-dcc-chat-mode-syntax-table erc-message-english-s671 erc-server-671-functions ert--current-run-stats ert--find-test-regexp ert--gensym-counter ert--infos ert--running-tests ert--selector-history ert--should-execution-observer ert--test-buffers ert-batch-backtrace-right-margin ert-debug-on-error ert-results-mode-abbrev-table ert-results-mode-map ert-results-mode-menu ert-results-mode-syntax-table ert-simple-view-mode-abbrev-table ert-simple-view-mode-map ert-simple-view-mode-syntax-table ert-test-run-redisplay-interval-secs ert-unload-hook eshell-alias-load-hook eshell-aliases-file eshell-ask-to-save-last-dir eshell-bad-command-tolerance eshell-cd-on-directory eshell-cd-shows-directory eshell-command-aliases-list eshell-cp-interactive-query eshell-cp-overwrite-files eshell-default-target-is-dot eshell-diff-window-config eshell-directory-name eshell-dirs-load-hook eshell-dirstack eshell-dirtrack-verbose eshell-du-prefer-over-ange eshell-failed-commands-alist eshell-hist-event-designator eshell-hist-ignoredups eshell-hist-load-hook eshell-hist-match-partial eshell-hist-modifier eshell-hist-move-to-end eshell-hist-rebind-keys-alist eshell-hist-unload-hook eshell-hist-word-designator eshell-history-file-name eshell-history-index eshell-history-ring eshell-history-size eshell-input-filter eshell-isearch-cancel-map eshell-isearch-map eshell-last-dir-ring eshell-last-dir-ring-file-name eshell-last-dir-ring-size eshell-last-dir-unique eshell-list-files-after-cd eshell-ln-interactive-query eshell-ln-overwrite-files eshell-login-script eshell-ls-date-format eshell-matching-input-from-input-string eshell-module-unload-hook eshell-modules-list eshell-mv-interactive-query eshell-mv-overwrite-files eshell-no-grep-available eshell-non-interactive-p eshell-plain-diff-behavior eshell-plain-echo-behavior eshell-plain-grep-behavior eshell-plain-locate-behavior eshell-prevent-alias-expansion eshell-pushd-dextract eshell-pushd-dunique eshell-pushd-tohome eshell-pwd-convert-function eshell-rc-script eshell-rm-interactive-query eshell-rm-removes-directories eshell-save-history-index eshell-save-history-on-exit eshell-script-load-hook eshell-time-start eshell-unix-load-hook eshell-warn-dot-directories ess-ask-for-ess-directory ess-local-process-name ex-map f90-critical-indent facemenu-self-insert-data feedmail-binmail-gnulinuxish-template feedmail-debug feedmail-debug-sit-for feedmail-display-full-frame feedmail-queue-buffer-file-name feedmail-queue-express-hook feedmail-queue-slug-suspect-regexp feedmail-sendmail-f-doesnt-sell-me-out file-name-version-regexp filesets-be-docile-flag filesets-browse-dir-function filesets-cache-fill-content-hooks filesets-cache-hostname-flag filesets-cache-save-often-flag filesets-commands filesets-data filesets-external-viewers filesets-find-file-delay filesets-ingroup-patterns filesets-max-entry-length filesets-max-submenu-length filesets-menu-cache-contents filesets-menu-cache-file filesets-open-file-function filesets-query-user-limit filesets-save-buffer-function filesets-sort-case-sensitive-flag filesets-sort-menu-flag filesets-tree-max-level filter-buffer-substring-functions find-exec-terminator finder--builtins-alist finder-keywords-hash footnote-unicode-regexp footnote-unicode-string frame-auto-hide-function fringe-styles gdb-breakpoints-list gdb-breakpoints-mode-abbrev-table gdb-breakpoints-mode-syntax-table gdb-buf-publisher gdb-buffer-rules gdb-control-commands-regexp gdb-control-level gdb-disassembly-font-lock-keywords gdb-disassembly-mode-abbrev-table gdb-disassembly-mode-map gdb-disassembly-mode-syntax-table gdb-disassembly-position gdb-filter-output gdb-first-done-or-error gdb-frames-font-lock-keywords gdb-frames-mode-abbrev-table gdb-frames-mode-syntax-table gdb-gud-control-all-threads gdb-handler-alist gdb-handler-number gdb-last-command gdb-locals-mode-abbrev-table gdb-locals-mode-syntax-table gdb-memory-columns gdb-memory-header gdb-memory-last-address gdb-memory-mode-abbrev-table gdb-memory-mode-syntax-table gdb-memory-next-page gdb-memory-prev-page gdb-memory-rows gdb-non-stop gdb-non-stop-setting gdb-prompt-name gdb-prompt-name-regexp gdb-registers-header gdb-registers-mode-abbrev-table gdb-registers-mode-syntax-table gdb-running-threads-count gdb-script-syntax-propertize-function gdb-selected-file gdb-selected-line gdb-show-threads-by-default gdb-stack-buffer-addresses gdb-stack-buffer-locations gdb-stopped-functions gdb-stopped-threads-count gdb-supports-non-stop gdb-switch-reasons gdb-switch-when-another-stopped gdb-thread-buffer-addresses gdb-thread-buffer-arguments gdb-thread-buffer-locations gdb-thread-buffer-verbose-names gdb-thread-number gdb-thread-position gdb-threads-header gdb-threads-list gdb-threads-mode-abbrev-table gdb-threads-mode-syntax-table gdb-token-number gdbmi-record-list glasses-separate-capital-groups global-ede-mode-map global-hl-line-sticky-flag global-semantic-decoration-mode global-semantic-mru-bookmark-mode global-srecode-minor-mode glyphless-char-display glyphless-char-display-control gnus-action-message-log gnus-after-set-mark-hook gnus-agent-article-local-times gnus-article-date-headers gnus-article-update-date-headers gnus-async-post-fetch-function gnus-auto-subscribed-categories gnus-backend-trace gnus-before-update-mark-hook gnus-blocked-images gnus-browse-subscribe-newsgroup-method gnus-bug-package gnus-completing-read-function gnus-completion-styles gnus-demon-timers gnus-extended-servers gnus-gravatar-properties gnus-gravatar-size gnus-gravatar-too-ugly gnus-html-displayed-image-map gnus-html-frame-width gnus-html-image-automatic-caching gnus-html-image-cache-ttl gnus-html-image-map gnus-inhibit-article-treatments gnus-inhibit-images gnus-lrm-string gnus-max-image-proportion gnus-mime-buttonized-part-id gnus-newsgroup-highest gnus-parameter-list-identifier-alist gnus-picon-inhibit-top-level-domains gnus-refer-thread-use-nnir gnus-registry-cache-file gnus-registry-db gnus-registry-default-mark gnus-registry-dirty gnus-registry-enabled gnus-registry-extra-entries-precious gnus-registry-install gnus-registry-marks gnus-registry-max-entries gnus-registry-max-pruned-entries gnus-registry-minimum-subject-length gnus-registry-misc-menus gnus-registry-split-strategy gnus-registry-track-extra gnus-registry-unfollowed-addresses gnus-registry-unfollowed-groups gnus-registry-unload-hook gnus-summary-stop-at-end-of-message gnus-sync-backend gnus-sync-global-vars gnus-sync-newsrc-groups gnus-sync-newsrc-loader gnus-sync-newsrc-offsets gnus-sync-unload-hook gnus-topic-history gnus-treat-date gnus-treat-from-gravatar gnus-treat-mail-gravatar gnus-url-button-commands gnus-url-button-map gnus-url-button-menu gnus-widen-article-window gnutls-algorithm-priority gnutls-log-level gnutls-min-prime-bits gnutls-trustfiles gomoku-OOOOscore gomoku-OOOscore gomoku-OOscore gomoku-Oscore gomoku-XXXXscore gomoku-XXXscore gomoku-XXscore gomoku-Xscore gomoku-losing-threshold gomoku-mode-abbrev-table gomoku-mode-syntax-table gomoku-nil-score gravatar-automatic-caching gravatar-base-url gravatar-cache-ttl gravatar-rating gravatar-size grep-first-column gssapi-program gud-gdb-completion-function help-mode-abbrev-table help-mode-syntax-table hexl-mode--old-var-vals hfy-begin-span-handler hfy-end-span-handler hfy-face-to-css html-table-tag idlwave-abbrev-change-case idlwave-abbrev-move idlwave-abbrev-start-char idlwave-after-load-rinfo-hook idlwave-auto-write-paths idlwave-before-completion-wconf idlwave-begin-block-reg idlwave-begin-unit-reg idlwave-block-match-regexp idlwave-block-matches idlwave-buffer-case-takes-precedence idlwave-buffer-routines idlwave-catalog-process idlwave-class-alist idlwave-class-arrow-face idlwave-class-history idlwave-class-info idlwave-class-reset idlwave-command-hook idlwave-comment-indent-char idlwave-comment-indent-function idlwave-comment-line-start-skip idlwave-compiled-routines idlwave-complete-after-success-form idlwave-complete-after-success-form-force idlwave-complete-empty-string-as-lower-case idlwave-complete-special idlwave-completion-case idlwave-completion-fontify-classes idlwave-completion-force-default-case idlwave-completion-help-info idlwave-completion-help-links idlwave-completion-map idlwave-completion-mark idlwave-completion-restore-window-configuration idlwave-completion-show-classes idlwave-config-directory idlwave-continuation-char idlwave-continue-line-reg idlwave-current-class-tags idlwave-current-native-class-tags idlwave-current-obj_new-class idlwave-current-struct-tags idlwave-current-tags-buffer idlwave-current-tags-class idlwave-current-tags-completion-pos idlwave-current-tags-var idlwave-default-completion-case-is-down idlwave-default-font-lock-items idlwave-determine-class-special idlwave-do-actions idlwave-doc-modifications-keyword idlwave-doclib-end idlwave-doclib-start idlwave-end-block-reg idlwave-end-unit-reg idlwave-executive-commands-alist idlwave-expand-generic-end idlwave-experimental idlwave-file-header idlwave-fill-function idlwave-find-symbol-syntax-table idlwave-font-lock-defaults idlwave-font-lock-keywords idlwave-font-lock-keywords-1 idlwave-font-lock-keywords-2 idlwave-font-lock-keywords-3 idlwave-force-class-query idlwave-function-completion-adds-paren idlwave-header-to-beginning-of-file idlwave-help-application idlwave-help-mode-abbrev-table idlwave-help-mode-syntax-table idlwave-highlight-help-links-in-completion idlwave-identifier idlwave-idl-keywords idlwave-idlwave_routine_info-compiled idlwave-indent-action-table idlwave-indent-expand-table idlwave-keyword-class-inheritance idlwave-keyword-completion-adds-equal idlwave-label idlwave-last-context-help-pos idlwave-last-system-routine-info-cons-cell idlwave-libinfo-file idlwave-library-catalog-libname idlwave-library-catalog-routines idlwave-library-routines idlwave-load-hook idlwave-load-rinfo-idle-timer idlwave-load-rinfo-steps-done idlwave-method-call idlwave-mode-abbrev-table idlwave-mode-debug-menu idlwave-mode-debug-menu-def idlwave-mode-hook idlwave-mode-map idlwave-mode-menu idlwave-mode-menu-def idlwave-mode-prefix-map idlwave-mode-syntax-table idlwave-mode-version idlwave-outlawed-buffers idlwave-pad-keyword idlwave-path-alist idlwave-path-file idlwave-popup-source idlwave-query-class idlwave-reindent-end idlwave-reserved-word-upcase idlwave-resize-routine-help-window idlwave-rinfo-map idlwave-rinfo-marker idlwave-rinfo-mouse-map idlwave-routine-info.pro idlwave-routines idlwave-setup-done idlwave-shell-accumulation idlwave-shell-activate-alt-keybindings idlwave-shell-activate-prefix-keybindings idlwave-shell-arrows-do-history idlwave-shell-automatic-electric-debug idlwave-shell-automatic-start idlwave-shell-bp-alist idlwave-shell-bp-buffer idlwave-shell-bp-glyph idlwave-shell-bp-overlays idlwave-shell-bp-query idlwave-shell-break-message idlwave-shell-breakpoint-face idlwave-shell-breakpoint-popup-menu idlwave-shell-calling-stack-index idlwave-shell-calling-stack-routine idlwave-shell-cant-continue-error idlwave-shell-cleanup-hook idlwave-shell-comint-settings idlwave-shell-command-history-file idlwave-shell-command-line-options idlwave-shell-command-line-to-execute idlwave-shell-command-output idlwave-shell-current-state idlwave-shell-debug-line-map idlwave-shell-debug-modifiers idlwave-shell-default-directory idlwave-shell-dirstack-query idlwave-shell-disabled-breakpoint-face idlwave-shell-display-wframe idlwave-shell-electric-debug-buffers idlwave-shell-electric-debug-help idlwave-shell-electric-debug-mode idlwave-shell-electric-debug-mode-map idlwave-shell-electric-debug-mode-off-hook idlwave-shell-electric-debug-mode-on-hook idlwave-shell-electric-stop-color idlwave-shell-electric-stop-line-face idlwave-shell-electric-zap-to-file idlwave-shell-error-buffer idlwave-shell-error-last idlwave-shell-examine-alist idlwave-shell-examine-completion-list idlwave-shell-examine-label idlwave-shell-examine-map idlwave-shell-examine-window-alist idlwave-shell-explicit-file-name idlwave-shell-expression-face idlwave-shell-expression-overlay idlwave-shell-file-line-message idlwave-shell-file-name-chars idlwave-shell-fix-inserted-breaks idlwave-shell-frame-parameters idlwave-shell-get-object-class idlwave-shell-graphics-window-size idlwave-shell-halt-frame idlwave-shell-halt-messages idlwave-shell-halt-messages-re idlwave-shell-halting-error idlwave-shell-have-new-custom idlwave-shell-hidden-output-buffer idlwave-shell-hide-output idlwave-shell-idl-wframe idlwave-shell-initial-commands idlwave-shell-input-mode-spells idlwave-shell-is-stopped idlwave-shell-last-save-and-action-file idlwave-shell-mark-breakpoints idlwave-shell-mark-stop-line idlwave-shell-max-print-length idlwave-shell-menu-def idlwave-shell-mode-hook idlwave-shell-mode-line-info idlwave-shell-mode-map idlwave-shell-mode-menu idlwave-shell-mode-prefix-map idlwave-shell-mode-syntax-table idlwave-shell-old-bp idlwave-shell-only-prompt-pattern idlwave-shell-other-error idlwave-shell-output-face idlwave-shell-output-overlay idlwave-shell-overlay-arrow idlwave-shell-path-query idlwave-shell-pending-commands idlwave-shell-post-command-hook idlwave-shell-prefix-key idlwave-shell-print-expression-function idlwave-shell-process-name idlwave-shell-prompt-pattern idlwave-shell-query-for-class idlwave-shell-raise-frame idlwave-shell-ready idlwave-shell-reset-no-prompt idlwave-shell-save-command-history idlwave-shell-sentinel-hook idlwave-shell-separate-examine-output idlwave-shell-show-commands idlwave-shell-show-if-error idlwave-shell-sources-alist idlwave-shell-sources-query idlwave-shell-step-frame idlwave-shell-step-messages idlwave-shell-stop-line-face idlwave-shell-stop-line-overlay idlwave-shell-suppress-electric-debug idlwave-shell-syntax-error idlwave-shell-temp-pro-file idlwave-shell-temp-pro-prefix idlwave-shell-temp-rinfo-save-file idlwave-shell-trace-frame idlwave-shell-trace-message-re idlwave-shell-use-breakpoint-glyph idlwave-shell-use-dedicated-frame idlwave-shell-use-dedicated-window idlwave-shell-use-input-mode-magic idlwave-shell-use-toolbar idlwave-shell-use-truename idlwave-show-block idlwave-sint-class-tags idlwave-sint-classes idlwave-sint-dirs idlwave-sint-execcomms idlwave-sint-keywords idlwave-sint-libnames idlwave-sint-methods idlwave-sint-routines idlwave-sint-structtags idlwave-sint-sysvars idlwave-sint-sysvartags idlwave-sort-prefer-buffer-info idlwave-special-lib-alist idlwave-startup-message idlwave-statement-match idlwave-store-inquired-class idlwave-struct-skip idlwave-struct-tag-regexp idlwave-structtag-struct-location idlwave-support-inheritance idlwave-surround-by-blank idlwave-system-class-info idlwave-system-routines idlwave-system-variables-alist idlwave-sysvar idlwave-timestamp-hook idlwave-tmp idlwave-true-path-alist idlwave-unresolved-routines idlwave-update-rinfo-hook idlwave-user-catalog-file idlwave-user-catalog-routines idlwave-user-catalog-widget-help-string idlwave-variable idlwave-xml-routine-info-file idlwave-xml-system-rinfo-converted-file ido-auto-merge-timer ido-before-fallback-functions ido-buffer-completion-map ido-buffer-history ido-common-completion-map ido-common-match-string ido-completion-map ido-current-directory ido-dir-file-cache ido-eoinput ido-everywhere ido-exit ido-file-completion-map ido-file-dir-completion-map ido-file-history ido-ignore-item-temp-list ido-incomplete-regexp ido-initial-position ido-input-stack ido-last-directory-list ido-matches ido-minor-mode-map-entry ido-read-file-name-as-directory-commands ido-read-file-name-non-ido ido-report-no-match ido-rescan ido-rotate ido-save-directory-list-file ido-text ido-text-init ido-trace-enable ido-use-mycompletion-depth ido-use-virtual-buffers ido-virtual-buffers ido-work-directory-list ido-work-file-list ignore-window-parameters image-animate-loop image-animated-types image-dired-append-when-browsing image-dired-cmd-create-standard-thumbnail-command image-dired-cmd-create-temp-image-options image-dired-cmd-create-temp-image-program image-dired-cmd-create-thumbnail-options image-dired-cmd-create-thumbnail-program image-dired-cmd-pngcrush-program image-dired-cmd-pngnq-program image-dired-cmd-read-exif-data-options image-dired-cmd-read-exif-data-program image-dired-cmd-rotate-original-options image-dired-cmd-rotate-original-program image-dired-cmd-rotate-thumbnail-options image-dired-cmd-rotate-thumbnail-program image-dired-cmd-write-exif-data-options image-dired-cmd-write-exif-data-program image-dired-db-file image-dired-dir image-dired-dired-disp-props image-dired-display-image-buffer image-dired-display-image-mode-abbrev-table image-dired-display-image-mode-map image-dired-display-image-mode-syntax-table image-dired-display-properties-format image-dired-display-window-height-correction image-dired-display-window-width-correction image-dired-external-viewer image-dired-file-comment-list image-dired-file-tag-list image-dired-gallery-dir image-dired-gallery-hidden-tags image-dired-gallery-image-root-url image-dired-gallery-thumb-image-root-url image-dired-line-up-method image-dired-main-image-directory image-dired-rotate-original-ask-before-overwrite image-dired-saved-window-configuration image-dired-show-all-from-dir-max-files image-dired-slideshow-count image-dired-slideshow-timer image-dired-slideshow-times image-dired-tag-file-list image-dired-temp-image-file image-dired-temp-rotate-image-file image-dired-thumb-height image-dired-thumb-margin image-dired-thumb-relief image-dired-thumb-size image-dired-thumb-width image-dired-thumbnail-buffer image-dired-thumbnail-mode-abbrev-table image-dired-thumbnail-mode-line-up-map image-dired-thumbnail-mode-map image-dired-thumbnail-mode-syntax-table image-dired-thumbnail-mode-tag-map image-dired-thumbnail-storage image-dired-thumbs-per-row image-dired-track-movement image-dired-widget-list image-library-alist image-transform-resize image-transform-rotation imagemagick-types-inhibit indian-itrans-v5-table-for-tamil inferior-lisp-mode-abbrev-table inferior-lisp-mode-syntax-table inferior-octave-mode-abbrev-table info-xref-bad info-xref-filename info-xref-good info-xref-in-progress info-xref-output-buffer info-xref-output-heading info-xref-unavail info-xref-xfile-alist inhibit-local-variables-regexps inhibit-local-variables-suffixes isearch-face isearch-lazy-highlight-word isearch-update-post-hook jka-compr-verbose js-curly-indent-offset js-paren-indent-offset js-square-indent-offset kbd-macro-termination-hook kkc-converting kkc-current-conversions kkc-current-conversions-width kkc-current-key kkc-cursor-type kkc-init-file-flag kkc-init-file-name kkc-keymap kkc-length-converted kkc-length-head kkc-lookup-cache kkc-lookup-cache-tag kkc-next-count kkc-original-kana kkc-overlay-head kkc-overlay-tail kkc-prev-count kkc-show-conversion-list-count kkc-show-conversion-list-index-chars landmark-8-directions landmark-board landmark-board-height landmark-board-width landmark-bound landmark-c landmark-c-naught landmark-cx landmark-cy landmark-debug landmark-directions landmark-draw-limit landmark-emacs-is-computing landmark-emacs-played-first landmark-emacs-won landmark-ew landmark-font-lock-keywords landmark-game-history landmark-game-in-progress landmark-human-refused-draw landmark-human-took-back landmark-initial-w0 landmark-initial-wij landmark-losing-threshold landmark-m landmark-max-stall-time landmark-mode-hook landmark-mode-map landmark-n landmark-nil-score landmark-no-payoff landmark-ns landmark-number-of-draws landmark-number-of-emacs-wins landmark-number-of-human-moves landmark-number-of-human-wins landmark-number-of-moves landmark-number-of-trials landmark-nvar landmark-one-moment-please landmark-output-moves landmark-saved-board-height landmark-saved-board-width landmark-saved-score-table landmark-score-table landmark-score-trans-table landmark-square-height landmark-square-width landmark-sum-of-moves landmark-tree-r landmark-vector-length landmark-winning-threshold landmark-x-offset landmark-y-offset latex-electric-env-pair-mode lexical-binding lisp-indent-lambda-list-keywords-regexp lisp-lambda-list-keyword-alignment lisp-lambda-list-keyword-parameter-alignment lisp-lambda-list-keyword-parameter-indentation list-colors-sort list-dynamic-libraries--loaded-only-p load-path-shadows-font-lock-keywords load-path-shadows-mode-abbrev-table load-path-shadows-mode-map load-path-shadows-mode-syntax-table log-view-expanded-log-entry-function ly-OSX-ly-path ly-OSX-midi-path ly-OSX-pdf-path ly-arrange-mode ly-compile-post-tangle ly-display-pdf-post-tangle ly-gen-html ly-gen-png ly-gen-svg ly-nix-ly-path ly-nix-midi-path ly-nix-pdf-path ly-play-midi-post-tangle ly-use-eps ly-win32-ly-path ly-win32-midi-path ly-win32-pdf-path m2-mode-abbrev-table m2-smie-grammar mail-dont-reply-to-names mail-encode-mml mail-return-action mail-source-incoming-last-checked-time makefile-syntax-propertize-function math-logunits math-notes menu-bar-select-buffer-function mercury-mode-abbrev-table mercury-mode-map mercury-mode-syntax-table message-cite-reply-position message-cite-style message-cite-style-gmail message-cite-style-outlook message-cite-style-thunderbird message-inhibit-ecomplete message-prune-recipient-rules message-return-action meta-common-mode-map meta-common-mode-syntax-table metafont-mode-abbrev-table metafont-mode-map metafont-mode-syntax-table metapost-mode-abbrev-table metapost-mode-map metapost-mode-syntax-table minibuffer-inactive-mode-map minibuffer-inactive-mode-syntax-table mixal-syntax-propertize-function mm-extra-numeric-entities mm-image-load-path-cache mm-inline-large-images-proportion mml-enable-flowed mml-inhibit-compute-boundary mml2015-sign-with-sender mouse-sel-primary-overlay mpc--find-memoize-union-tags msb-after-load-hooks nato-alphabet netrc-cache netrc-file newsticker--auto-narrow-to-feed newsticker--auto-narrow-to-item newsticker--buffer-uptodate-p newsticker--cache newsticker--error-headline newsticker--frame newsticker--item-list newsticker--item-position newsticker--latest-update-time newsticker--plainview-tool-bar-map newsticker--prev-message newsticker--process-ids newsticker--saved-window-config newsticker--scrollable-text newsticker--selection-overlay newsticker--ticker-timer newsticker--tree-selection-overlay newsticker--treeview-buffers newsticker--treeview-current-feed newsticker--treeview-current-node-id newsticker--treeview-current-tree newsticker--treeview-current-vfeed newsticker--treeview-feed-tree newsticker--treeview-list-show-feed newsticker--treeview-list-sort-order newsticker--treeview-url-keymap newsticker--treeview-vfeed-tree newsticker--treeview-windows newsticker--url-keymap newsticker-buffer-change-hook newsticker-date-format newsticker-debug newsticker-desc-format newsticker-dir newsticker-enable-logo-manipulations newsticker-frontend newsticker-groups newsticker-groups-filename newsticker-heading-format newsticker-hide-immortal-items-in-echo-area newsticker-hide-obsolete-items-in-echo-area newsticker-hide-old-items-in-echo-area newsticker-hide-old-items-in-newsticker-buffer newsticker-html-renderer newsticker-item-format newsticker-justification newsticker-menu newsticker-mode-abbrev-table newsticker-mode-map newsticker-mode-syntax-table newsticker-narrow-hook newsticker-open-url-history newsticker-scroll-smoothly newsticker-select-feed-hook newsticker-select-item-hook newsticker-show-all-news-elements newsticker-show-descriptions-of-new-items newsticker-sort-method newsticker-statistics-format newsticker-ticker-interval newsticker-treeview-automatically-mark-displayed-items-as-old newsticker-treeview-item-menu newsticker-treeview-item-mode-abbrev-table newsticker-treeview-item-mode-map newsticker-treeview-item-mode-syntax-table newsticker-treeview-list-menu newsticker-treeview-list-mode-abbrev-table newsticker-treeview-list-mode-map newsticker-treeview-list-mode-syntax-table newsticker-treeview-list-sort-button-map newsticker-treeview-listwindow-height newsticker-treeview-mode-map newsticker-treeview-own-frame newsticker-treeview-tool-bar-map newsticker-treeview-treewindow-width newsticker-use-full-width nndoc-header-transform-function nndoc-pre-dissection-function nnheader-last-message-time nnimap-connection-alist nnimap-current-infos nnimap-expunge nnimap-fetch-partial-articles nnimap-inbox nnimap-incoming-split-list nnimap-inhibit-logging nnimap-keepalive-timer nnimap-mark-alist nnimap-object nnimap-process nnimap-process-buffers nnimap-quirks nnimap-record-commands nnimap-sequence nnimap-shell-program nnimap-split-methods nnimap-status-string nnimap-streaming nnimap-unsplittable-articles nnimap-user nnir-address nnir-extra-parms nnir-ignored-newsgroups nnir-imap-default-search-key nnir-imap-search-other nnir-method-default-engines nnir-notmuch-additional-switches nnir-notmuch-program nnir-notmuch-remove-prefix nnir-retrieve-headers-override-function nnir-search-history nnir-summary-line-format nnmail-inhibit-default-split-group nnml-incremental-nov-buffer-alist nnregistry-within-nnregistry nntp-retrieval-in-progress non-essential notifications-action-signal notifications-application-icon notifications-application-name notifications-close-notification-method notifications-closed-reason notifications-closed-signal notifications-interface notifications-notify-method notifications-on-action-map notifications-on-action-object notifications-on-close-map notifications-on-close-object notifications-path notifications-service notifications-specification-version nxml-mode-abbrev-table nxml-mode-syntax-table nxml-parent-document obe-marker occur-collect-regexp-history occur-edit-mode-abbrev-table occur-edit-mode-map occur-edit-mode-syntax-table occur-menu-map occur-mode-abbrev-table occur-mode-syntax-table octave-continuation-marker-regexp octave-mode-abbrev-table octave-operator-regexp octave-operator-table octave-smie-bnf-table octave-smie-grammar org-adaptive-fill-regexp-backup org-add-colon-after-tag-completion org-additional-option-like-keywords org-after-demote-entry-hook org-after-promote-entry-hook org-after-refile-insert-hook org-after-save-iCalendar-file-hook org-after-sorting-entries-or-items-hook org-after-tags-change-hook org-after-todo-state-change-hook org-after-todo-statistics-hook org-agenda-action-marker org-agenda-add-entry-text-descriptive-links org-agenda-add-entry-text-maxlines org-agenda-after-show-hook org-agenda-align-tags-to-column org-agenda-allow-remote-undo org-agenda-archives-mode org-agenda-auto-exclude-function org-agenda-before-sorting-filter-function org-agenda-before-write-hook org-agenda-block-separator org-agenda-buffer-name org-agenda-bulk-custom-functions org-agenda-bulk-marked-entries org-agenda-cat-filter-overlays org-agenda-category-filter org-agenda-category-filter-preset org-agenda-category-icon-alist org-agenda-cleanup-fancy-diary-hook org-agenda-clock-consistency-checks org-agenda-clockreport-mode org-agenda-clockreport-parameter-plist org-agenda-cmp-user-defined org-agenda-columns-active org-agenda-columns-add-appointments-to-effort-sum org-agenda-columns-compute-summary-properties org-agenda-columns-show-summaries org-agenda-compact-blocks org-agenda-confirm-kill org-agenda-contributing-files org-agenda-current-span org-agenda-current-time-string org-agenda-custom-commands org-agenda-custom-commands-local-options org-agenda-cycle-counter org-agenda-day-face-function org-agenda-deadline-leaders org-agenda-default-appointment-duration org-agenda-diary-file org-agenda-dim-blocked-tasks org-agenda-entry-text-cleanup-hook org-agenda-entry-text-exclude-regexps org-agenda-entry-text-maxlines org-agenda-entry-text-mode org-agenda-entry-types org-agenda-export-html-style org-agenda-exporter-settings org-agenda-file-regexp org-agenda-files org-agenda-filter-effort-default-operator org-agenda-filter-form org-agenda-filter-preset org-agenda-filtered-by-category org-agenda-follow-indirect org-agenda-follow-mode org-agenda-fontify-priorities org-agenda-force-single-file org-agenda-format-date org-agenda-hide-tags-regexp org-agenda-inactive-leader org-agenda-include-deadlines org-agenda-include-diary org-agenda-include-inactive-timestamps org-agenda-info org-agenda-insert-diary-extract-time org-agenda-insert-diary-strategy org-agenda-jump-prefer-future org-agenda-keep-modes org-agenda-keymap org-agenda-last-arguments org-agenda-last-dispatch-buffer org-agenda-last-marker-time org-agenda-last-search-view-search-was-boolean org-agenda-log-mode-add-notes org-agenda-log-mode-items org-agenda-marker-table org-agenda-markers org-agenda-menu org-agenda-menu-show-matcher org-agenda-menu-two-column org-agenda-mode-hook org-agenda-mode-map org-agenda-mouse-1-follows-link org-agenda-move-date-from-past-immediately-to-today org-agenda-multi org-agenda-multi-occur-extra-files org-agenda-name org-agenda-ndays org-agenda-new-buffers org-agenda-no-heading-message org-agenda-only-exact-dates org-agenda-overriding-arguments org-agenda-overriding-columns-format org-agenda-overriding-header org-agenda-overriding-restriction org-agenda-pending-undo-list org-agenda-persistent-filter org-agenda-prefix-format org-agenda-query-register org-agenda-query-string org-agenda-redo-command org-agenda-remove-tags org-agenda-remove-tags-when-in-prefix org-agenda-remove-timeranges-from-blocks org-agenda-remove-times-when-in-prefix org-agenda-repeating-timestamp-show-all org-agenda-restore-windows-after-quit org-agenda-restrict org-agenda-restrict-begin org-agenda-restrict-end org-agenda-restriction-lock-overlay org-agenda-scheduled-leaders org-agenda-search-headline-for-time org-agenda-search-history org-agenda-search-view-always-boolean org-agenda-search-view-force-full-words org-agenda-search-view-search-words-only org-agenda-show-all-dates org-agenda-show-current-time-in-grid org-agenda-show-inherited-tags org-agenda-show-log org-agenda-show-outline-path org-agenda-show-window org-agenda-skip-additional-timestamps-same-entry org-agenda-skip-archived-trees org-agenda-skip-comment-trees org-agenda-skip-deadline-if-done org-agenda-skip-deadline-prewarning-if-scheduled org-agenda-skip-function org-agenda-skip-function-global org-agenda-skip-regexp org-agenda-skip-scheduled-if-deadline-is-shown org-agenda-skip-scheduled-if-done org-agenda-skip-timestamp-if-done org-agenda-skip-unavailable-files org-agenda-sorting-strategy org-agenda-sorting-strategy-selected org-agenda-span org-agenda-start-day org-agenda-start-on-weekday org-agenda-start-with-clockreport-mode org-agenda-start-with-entry-text-mode org-agenda-start-with-follow-mode org-agenda-start-with-log-mode org-agenda-tag-filter org-agenda-tag-filter-overlays org-agenda-tag-filter-preset org-agenda-tag-filter-while-redo org-agenda-tags-column org-agenda-tags-todo-honor-ignore-options org-agenda-text-search-extra-files org-agenda-time-grid org-agenda-time-leading-zero org-agenda-timegrid-use-ampm org-agenda-timerange-leaders org-agenda-title-append org-agenda-todo-ignore-deadlines org-agenda-todo-ignore-scheduled org-agenda-todo-ignore-timestamp org-agenda-todo-ignore-with-date org-agenda-todo-keyword-format org-agenda-todo-list-sublevels org-agenda-type org-agenda-undo-has-started-in org-agenda-undo-list org-agenda-use-time-grid org-agenda-view-columns-initially org-agenda-weekend-days org-agenda-window-frame-fractions org-agenda-window-setup org-agenda-with-colors org-agenda-write-buffer-name org-all-time-keywords org-alphabetical-lists org-angle-link-re org-any-link-re org-any-target-regexp org-archive-default-command org-archive-location org-archive-mark-done org-archive-reversed-order org-archive-save-context-info org-archive-sibling-heading org-archive-stamp-time org-archive-subtree-add-inherited-tags org-archive-tag org-arg-loc org-ascii-current-indentation org-attach-allow-inheritance org-attach-auto-tag org-attach-directory org-attach-expert org-attach-file-list-property org-attach-inherited org-attach-method org-attach-store-link-p org-auto-align-tags org-babel-C++-compiler org-babel-C-compiler org-babel-R-command org-babel-R-eoe-indicator org-babel-R-eoe-output org-babel-R-write-object-command org-babel-after-execute-hook org-babel-awk-command org-babel-block-lob-one-liner-regexp org-babel-c-variant org-babel-capitalize-examplize-region-markers org-babel-common-header-args-w-values org-babel-data-names org-babel-default-header-args org-babel-default-header-args:C org-babel-default-header-args:R org-babel-default-header-args:asymptote org-babel-default-header-args:calc org-babel-default-header-args:clojure org-babel-default-header-args:css org-babel-default-header-args:ditaa org-babel-default-header-args:dot org-babel-default-header-args:emacs-lisp org-babel-default-header-args:fortran org-babel-default-header-args:gnuplot org-babel-default-header-args:haskell org-babel-default-header-args:js org-babel-default-header-args:latex org-babel-default-header-args:ledger org-babel-default-header-args:lilypond org-babel-default-header-args:lisp org-babel-default-header-args:matlab org-babel-default-header-args:maxima org-babel-default-header-args:mscgen org-babel-default-header-args:ocaml org-babel-default-header-args:octave org-babel-default-header-args:org org-babel-default-header-args:perl org-babel-default-header-args:plantuml org-babel-default-header-args:python org-babel-default-header-args:ruby org-babel-default-header-args:sass org-babel-default-header-args:scheme org-babel-default-header-args:screen org-babel-default-header-args:sh org-babel-default-header-args:shen org-babel-default-header-args:sql org-babel-default-header-args:sqlite org-babel-default-inline-header-args org-babel-default-lob-header-args org-babel-error-buffer-name org-babel-fortran-compiler org-babel-gnuplot-timestamp-fmt org-babel-hash-show org-babel-haskell-eoe org-babel-haskell-lhs2tex-command org-babel-header-arg-names org-babel-header-arg-names:R org-babel-header-arg-names:clojure org-babel-header-arg-names:lisp org-babel-header-arg-names:sql org-babel-header-arg-names:sqlite org-babel-hide-result-overlays org-babel-inline-lob-one-liner-regexp org-babel-inline-src-block-regexp org-babel-java-command org-babel-java-compiler org-babel-js-cmd org-babel-js-eoe org-babel-js-function-wrapper org-babel-key-bindings org-babel-key-prefix org-babel-library-of-babel org-babel-lisp-dir-fmt org-babel-load-languages org-babel-lob-files org-babel-lob-one-liner-regexp org-babel-map org-babel-matlab-emacs-link-wrapper-method org-babel-matlab-shell-command org-babel-matlab-with-emacs-link org-babel-maxima-command org-babel-min-lines-for-block-output org-babel-multi-line-header-regexp org-babel-no-eval-on-ctrl-c-ctrl-c org-babel-noweb-error-langs org-babel-ocaml-eoe-indicator org-babel-ocaml-eoe-output org-babel-octave-eoe-indicator org-babel-octave-eoe-output org-babel-octave-shell-command org-babel-octave-wrapper-method org-babel-org-babel-call-process-region-original org-babel-org-default-header org-babel-perl-buffers org-babel-perl-command org-babel-perl-pp-wrapper-method org-babel-perl-wrapper-method org-babel-picolisp-cmd org-babel-picolisp-eoe org-babel-post-tangle-hook org-babel-pre-tangle-hook org-babel-process-comment-text org-babel-python-buffers org-babel-python-command org-babel-python-eoe-indicator org-babel-python-mode org-babel-python-pp-wrapper-method org-babel-python-wrapper-method org-babel-ref-split-regexp org-babel-result-regexp org-babel-result-w-name-regexp org-babel-results-keyword org-babel-ruby-command org-babel-ruby-eoe-indicator org-babel-ruby-f-write org-babel-ruby-pp-f-write org-babel-ruby-pp-wrapper-method org-babel-ruby-wrapper-method org-babel-scheme-cmd org-babel-scheme-eoe org-babel-screen-location org-babel-sh-command org-babel-sh-eoe-indicator org-babel-sh-eoe-output org-babel-sh-var-quote-fmt org-babel-sqlite3-command org-babel-src-block-regexp org-babel-src-name-regexp org-babel-src-name-w-name-regexp org-babel-tangle-body-hook org-babel-tangle-comment-format-beg org-babel-tangle-comment-format-end org-babel-tangle-lang-exts org-babel-update-intermediate org-bbdb-anniv-hash org-bbdb-anniversary-field org-bbdb-anniversary-format-alist org-bbdb-default-anniversary-format org-bbdb-extract-date-fun org-bbdb-updated-p org-beamer-column-open org-beamer-column-view-format org-beamer-column-widths org-beamer-columns-open org-beamer-environments-default org-beamer-environments-extra org-beamer-export-is-beamer-p org-beamer-fragile-re org-beamer-frame-default-options org-beamer-frame-level org-beamer-frame-level-now org-beamer-header-extra org-beamer-inside-frame-at-level org-beamer-mode org-beamer-mode-map org-beamer-outline-frame-options org-beamer-outline-frame-title org-beamer-themes org-beamer-transitions org-beamer-use-parts org-before-save-iCalendar-file-hook org-bibtex-autogen-keys org-bibtex-description org-bibtex-export-arbitrary-fields org-bibtex-fields org-bibtex-key-property org-bibtex-no-export-tags org-bibtex-prefix org-bibtex-tags org-bibtex-tags-are-keywords org-bibtex-treat-headline-as-title org-bibtex-type-property-name org-bibtex-types org-block-regexp org-blocker-hook org-bracket-link-analytic-regexp org-bracket-link-analytic-regexp++ org-bracket-link-regexp org-cached-props org-calc-default-modes org-calendar-agenda-action-key org-calendar-follow-timestamp-change org-calendar-insert-diary-entry-key org-calendar-to-agenda-key org-capture-after-finalize-hook org-capture-before-finalize-hook org-capture-clock-keep org-capture-clock-was-started org-capture-current-plist org-capture-last-stored-marker org-capture-link-is-already-stored org-capture-mode org-capture-mode-hook org-capture-mode-map org-capture-plist org-capture-templates org-catch-invisible-edits org-category org-cdlatex-mode org-cdlatex-mode-map org-cdlatex-texmathp-advice-is-done org-clock-auto-clock-resolution org-clock-before-select-task-hook org-clock-cancel-hook org-clock-clocking-in org-clock-clocktable-default-properties org-clock-clocktable-formatter org-clock-clocktable-language-setup org-clock-current-task org-clock-default-task org-clock-drawer-end-re org-clock-drawer-re org-clock-drawer-start-re org-clock-effort org-clock-file-total-minutes org-clock-goto-hook org-clock-goto-may-find-recent-task org-clock-has-been-used org-clock-hd-marker org-clock-heading org-clock-heading-for-remember org-clock-heading-function org-clock-history org-clock-history-length org-clock-idle-time org-clock-idle-timer org-clock-in-hook org-clock-in-prepare-hook org-clock-in-resume org-clock-in-switch-to-state org-clock-interrupted-task org-clock-into-drawer org-clock-leftover-time org-clock-loaded org-clock-marker org-clock-mode-line-entry org-clock-mode-line-map org-clock-mode-line-timer org-clock-modeline-total org-clock-notification-was-shown org-clock-out-hook org-clock-out-remove-zero-time-clocks org-clock-out-switch-to-state org-clock-out-when-done org-clock-overlays org-clock-persist org-clock-persist-file org-clock-persist-query-resume org-clock-persist-query-save org-clock-report-include-clocking-task org-clock-resolve-expert org-clock-resolving-clocks org-clock-resolving-clocks-due-to-idleness org-clock-sound org-clock-start-time org-clock-string-limit org-clock-task-overrun org-clock-task-overrun-text org-clock-total-time org-clock-update-period org-clocktable-defaults org-clone-delete-id org-closed-time-regexp org-columns-begin-marker org-columns-compile-map org-columns-current-fmt org-columns-current-fmt-compiled org-columns-current-maxwidths org-columns-current-widths org-columns-default-format org-columns-ellipses org-columns-flyspell-was-active org-columns-full-header-line-format org-columns-inhibit-recalculation org-columns-map org-columns-menu org-columns-modify-value-for-display-function org-columns-overlays org-columns-previous-hscroll org-columns-skip-archived-trees org-columns-top-level-marker org-colview-initial-truncate-line-value org-combined-agenda-icalendar-file org-complete-tags-always-offer-all-agenda-tags org-completion-fallback-command org-completion-use-ido org-completion-use-iswitchb org-complex-heading-regexp org-complex-heading-regexp-format org-confirm-babel-evaluate org-confirm-elisp-link-not-regexp org-confirm-shell-link-not-regexp org-create-file-search-functions org-crypt-disable-auto-save org-crypt-key org-crypt-tag-matcher org-ctags-enabled-p org-ctags-find-tag-history org-ctags-new-topic-template org-ctags-open-link-functions org-ctags-path-to-ctags org-ctags-tag-list org-ctags-tag-regexp org-ctrl-c-ctrl-c-final-hook org-ctrl-c-ctrl-c-hook org-ctrl-k-protect-subtree org-current-export-dir org-current-export-file org-cycle-global-status org-cycle-level-faces org-cycle-open-archived-trees org-cycle-subtree-status org-date-ovl org-datetree-base-level org-dblock-end-re org-dblock-start-re org-dcst org-deadline-line-regexp org-deadline-regexp org-deadline-time-regexp org-deadline-warning-days org-default-notes-file org-default-priority org-default-properties org-diary-last-run-time org-disable-agenda-to-diary org-display-custom-times org-ditaa-jar-path org-docbook-para-open org-done-keywords org-done-keywords-for-agenda org-drawer-regexp org-drawers-for-agenda org-ds-keyword-length org-edit-src-allow-write-back-p org-edit-timestamp-down-means-later org-effort-durations org-effort-property org-emph-face org-emph-re org-emphasis-alist org-emphasis-regexp-components org-enable-priority-commands org-enforce-todo-checkbox-dependencies org-enforce-todo-dependencies org-entities org-entities-ascii-explanatory org-entities-user org-entry-property-inherited-from org-execute-file-search-functions org-export-allow-BIND org-export-allow-BIND-local org-export-ascii-bullets org-export-ascii-entities org-export-ascii-final-hook org-export-ascii-links-to-notes org-export-ascii-table-keep-all-vertical-lines org-export-ascii-table-widen-columns org-export-ascii-underline org-export-author-info org-export-babel-evaluate org-export-backends org-export-blocks org-export-blocks-postblock-hook org-export-blocks-witheld org-export-code-refs org-export-copy-to-kill-ring org-export-creator-info org-export-current-backend org-export-date-timestamp-format org-export-default-language org-export-define-heading-targets-headline-hook org-export-docbook-article-header org-export-docbook-coding-system org-export-docbook-default-image-attributes org-export-docbook-doctype org-export-docbook-emphasis-alist org-export-docbook-extension org-export-docbook-final-hook org-export-docbook-footnote-id-prefix org-export-docbook-footnote-separator org-export-docbook-header org-export-docbook-inline-image-extensions org-export-docbook-inline-images org-export-docbook-keywords-markup org-export-docbook-link-org-files-as-docbook org-export-docbook-section-id-prefix org-export-docbook-timestamp-markup org-export-docbook-xsl-fo-proc-command org-export-docbook-xslt-proc-command org-export-docbook-xslt-stylesheet org-export-email-info org-export-exclude-tags org-export-first-hook org-export-footnotes-data org-export-footnotes-seen org-export-format-drawer-function org-export-have-math org-export-headline-levels org-export-highlight-first-table-line org-export-html-after-blockquotes-hook org-export-html-coding-system org-export-html-content-div org-export-html-divs org-export-html-expand org-export-html-extension org-export-html-final-hook org-export-html-footnote-format org-export-html-footnote-separator org-export-html-footnotes-section org-export-html-headline-anchor-format org-export-html-home/up-format org-export-html-html-helper-timestamp org-export-html-inline-image-extensions org-export-html-inline-images org-export-html-link-home org-export-html-link-org-files-as-html org-export-html-link-up org-export-html-mathjax-options org-export-html-mathjax-template org-export-html-postamble org-export-html-postamble-format org-export-html-preamble org-export-html-preamble-format org-export-html-protect-char-alist org-export-html-scripts org-export-html-special-string-regexps org-export-html-style org-export-html-style-default org-export-html-style-extra org-export-html-style-include-default org-export-html-style-include-scripts org-export-html-table-align-individual-fields org-export-html-table-tag org-export-html-table-use-header-tags-for-first-column org-export-html-tag-class-prefix org-export-html-todo-kwd-class-prefix org-export-html-toplevel-hlevel org-export-html-use-infojs org-export-html-validation-link org-export-html-with-timestamp org-export-html-xml-declaration org-export-htmlize-css-font-prefix org-export-htmlize-output-type org-export-htmlized-org-css-url org-export-id-target-alist org-export-inbuffer-options-extra org-export-initial-scope org-export-interblocks org-export-kill-product-buffer-when-displayed org-export-language-setup org-export-last-code-line-counter-value org-export-latex-add-level org-export-latex-after-blockquotes-hook org-export-latex-after-initial-vars-hook org-export-latex-after-save-hook org-export-latex-all-targets-re org-export-latex-append-header org-export-latex-class org-export-latex-class-options org-export-latex-classes org-export-latex-coding-system org-export-latex-complex-heading-re org-export-latex-custom-lang-environments org-export-latex-date-format org-export-latex-default-class org-export-latex-default-packages-alist org-export-latex-display-custom-times org-export-latex-done-keywords org-export-latex-emphasis-alist org-export-latex-final-hook org-export-latex-footmark-seen org-export-latex-footnote-separator org-export-latex-format-toc-function org-export-latex-header org-export-latex-header-defs org-export-latex-href-format org-export-latex-hyperref-format org-export-latex-image-default-option org-export-latex-import-inbuffer-stuff org-export-latex-inline-image-extensions org-export-latex-inputenc-alist org-export-latex-list-parameters org-export-latex-listings org-export-latex-listings-langs org-export-latex-listings-options org-export-latex-listings-w-names org-export-latex-low-levels org-export-latex-minted-langs org-export-latex-minted-options org-export-latex-not-done-keywords org-export-latex-options-plist org-export-latex-packages-alist org-export-latex-quotes org-export-latex-remove-from-headlines org-export-latex-sectioning org-export-latex-sectioning-depth org-export-latex-special-keyword-regexp org-export-latex-table-caption-above org-export-latex-tables-centered org-export-latex-tables-column-borders org-export-latex-tables-verbatim org-export-latex-tabular-environment org-export-latex-tag-markup org-export-latex-timestamp-inactive-markup org-export-latex-timestamp-keyword-markup org-export-latex-timestamp-markup org-export-latex-title-command org-export-latex-todo-keyword-markup org-export-latex-todo-keywords-1 org-export-latex-verbatim-wrap org-export-mark-todo-in-toc org-export-odt-bookmark-prefix org-export-odt-category-strings org-export-odt-content-template-file org-export-odt-convert-capabilities org-export-odt-convert-process org-export-odt-convert-processes org-export-odt-create-custom-styles-for-srcblocks org-export-odt-default-image-sizes-alist org-export-odt-default-org-styles-alist org-export-odt-embed-images org-export-odt-fontify-srcblocks org-export-odt-image-size-probe-method org-export-odt-inline-image-extensions org-export-odt-inline-images org-export-odt-max-image-size org-export-odt-org-styles-alist org-export-odt-pixels-per-inch org-export-odt-preferred-output-format org-export-odt-prettify-xml org-export-odt-schema-dir org-export-odt-special-string-regexps org-export-odt-styles-file org-export-odt-table-styles org-export-odt-tmpdir-prefix org-export-opt-plist org-export-options-filters org-export-page-description org-export-page-keywords org-export-pdf-logfiles org-export-pdf-remove-logfiles org-export-plist-vars org-export-prefer-native-exporter-for-tables org-export-preferred-target-alist org-export-preprocess-after-blockquote-hook org-export-preprocess-after-headline-targets-hook org-export-preprocess-after-include-files-hook org-export-preprocess-after-radio-targets-hook org-export-preprocess-after-tree-selection-hook org-export-preprocess-before-backend-specifics-hook org-export-preprocess-before-normalizing-links-hook org-export-preprocess-before-selecting-backend-code-hook org-export-preprocess-final-hook org-export-preprocess-hook org-export-preserve-breaks org-export-publishing-directory org-export-remove-timestamps-from-toc org-export-run-in-background org-export-section-number-format org-export-select-tags org-export-show-temporary-export-buffer org-export-skip-text-before-1st-heading org-export-table-data-tags org-export-table-header-tags org-export-table-remove-empty-lines org-export-table-remove-special-lines org-export-table-row-tags org-export-target-aliases org-export-taskjuggler-default-global-properties org-export-taskjuggler-default-project-duration org-export-taskjuggler-default-project-version org-export-taskjuggler-default-reports org-export-taskjuggler-extension org-export-taskjuggler-final-hook org-export-taskjuggler-project-tag org-export-taskjuggler-resource-tag org-export-taskjuggler-target-version org-export-time-stamp-file org-export-with-LaTeX-fragments org-export-with-TeX-macros org-export-with-archived-trees org-export-with-drawers org-export-with-emphasize org-export-with-fixed-width org-export-with-footnotes org-export-with-priority org-export-with-section-numbers org-export-with-special-strings org-export-with-sub-superscripts org-export-with-tables org-export-with-tags org-export-with-tasks org-export-with-timestamps org-export-with-toc org-export-with-todo-keywords org-export-xoxo-final-hook org-extend-today-until org-f org-faces-easy-properties org-fast-tag-selection-include-todo org-fast-tag-selection-single-key org-feed-after-adding-hook org-feed-alist org-feed-before-adding-hook org-feed-buffer org-feed-default-template org-feed-drawer org-feed-retrieve-method org-feed-save-after-adding org-field-marker org-file-properties org-file-tags org-finalize-agenda-hook org-finish-function org-font-lock-hook org-font-lock-keywords org-font-lock-set-keywords-hook org-fontify-done-headline org-fontify-emphasized-text org-fontify-quote-and-verse-blocks org-fontify-whole-heading-line org-footnote-forbidden-blocks org-footnote-insert-pos-for-preprocessor org-format-latex-header org-format-latex-header-extra org-format-latex-options org-format-latex-signal-error org-freemind-bol-helper-base-indent org-freemind-node-css-style org-freemind-node-pattern org-freemind-node-style org-freemind-node-styles org-freemind-org-nfix org-get-priority-function org-global-properties org-global-properties-fixed org-global-tags-completion-table org-gnus-nnimap-query-article-no-from-file org-gnus-prefer-web-links org-goto-exit-command org-goto-help org-goto-interface org-goto-local-auto-isearch-map org-goto-map org-goto-marker org-goto-max-level org-goto-selected-point org-goto-window-configuration org-habit-completed-glyph org-habit-following-days org-habit-graph-column org-habit-preceding-days org-habit-show-habits org-habit-show-habits-only-for-today org-habit-today-glyph org-heading-keyword-maybe-regexp-format org-heading-keyword-regexp-format org-heading-regexp org-hidden-keywords org-hide-block-overlays org-hide-emphasis-markers org-hide-leading-stars org-hide-leading-stars-before-indent-mode org-hierarchical-todo-statistics org-highest-priority org-highlight-latex-fragments-and-specials org-hl org-html-cvt-link-fn org-icalendar-alarm-time org-icalendar-categories org-icalendar-combined-description org-icalendar-combined-name org-icalendar-date-time-format org-icalendar-honor-noexport-tag org-icalendar-include-bbdb-anniversaries org-icalendar-include-body org-icalendar-include-sexps org-icalendar-include-todo org-icalendar-store-UID org-icalendar-timezone org-icalendar-use-UTC-date-time org-icalendar-use-deadline org-icalendar-use-plain-timestamp org-icalendar-use-scheduled org-icalendar-verify-function org-id-extra-files org-id-files org-id-include-domain org-id-locations org-id-locations-file org-id-method org-id-prefix org-id-search-archives org-id-track-globally org-id-uuid-program org-imenu-markers org-indent-agent-active-delay org-indent-agent-passive-delay org-indent-agent-resume-delay org-indent-agent-resume-timer org-indent-agent-timer org-indent-agentized-buffers org-indent-boundary-char org-indent-indentation-per-level org-indent-initial-marker org-indent-inlinetask-first-star org-indent-max org-indent-max-levels org-indent-mode org-indent-mode-turns-off-org-adapt-indentation org-indent-mode-turns-on-hiding-stars org-indent-modified-headline-flag org-indent-stars org-indent-strings org-indirect-dedicated-frame org-infojs-options org-infojs-opts-table org-infojs-template org-inhibit-blocking org-inhibit-logging org-inhibit-startup org-inhibit-startup-visibility-stuff org-inline-image-overlays org-inlinetask-default-state org-inlinetask-export org-inlinetask-export-templates org-inlinetask-min-level org-insert-labeled-timestamps-at-point org-insert-link-history org-irc-client org-irc-link-to-logs org-jump-to-target-location org-keyword-time-not-clock-regexp org-keyword-time-regexp org-l org-last-arg org-last-changed-timestamp org-last-heading-marker org-last-indirect-buffer org-last-inserted-timestamp org-last-level org-last-recalc-line org-last-set-property org-last-tag-selection-key org-last-tags-completion-table org-last-todo-state-is-todo org-latex-and-specials-regexp org-latex-default-figure-position org-latex-entities org-latex-entities-regexp org-latex-fragment-image-overlays org-latex-regexps org-latex-to-mathml-convert-command org-latex-to-mathml-jar-file org-latex-to-pdf-process org-level-color-stars-only org-level-max org-levels-open org-link-escape-chars org-link-escape-chars-browser org-link-protocols org-link-re-with-space org-link-re-with-space2 org-link-re-with-space3 org-link-search-failed org-link-search-inhibit-query org-link-search-must-match-exact-headline org-link-types org-link-types-re org-list-automatic-rules org-list-end-re org-list-export-context org-list-forbidden-blocks org-list-full-item-re org-list-indent-offset org-list-use-circular-motion org-local-vars org-log-buffer-setup-hook org-log-done org-log-done-with-time org-log-into-drawer org-log-note-clock-out org-log-note-effective-time org-log-note-extra org-log-note-headings org-log-note-how org-log-note-marker org-log-note-previous-state org-log-note-purpose org-log-note-return-to org-log-note-state org-log-note-window-configuration org-log-post-message org-log-redeadline org-log-refile org-log-repeat org-log-reschedule org-log-state-notes-insert-after-drawers org-log-state-notes-into-drawer org-log-states-order-reversed org-loop-over-headlines-in-active-region org-lowest-priority org-lparse-backend org-lparse-body-only org-lparse-char-styles org-lparse-collect-buffer org-lparse-collect-count org-lparse-debug org-lparse-dyn-current-environment org-lparse-encode-pending org-lparse-insert-tag-with-newlines org-lparse-link-description-is-image org-lparse-list-table-p org-lparse-native-backends org-lparse-other-backend org-lparse-output-buffer org-lparse-par-open org-lparse-special-blocks org-lparse-to-buffer org-lparse-use-flashy-warning org-m org-mac-mail-account org-map-continue-from org-mark-ring org-mark-ring-last-goto org-markers-to-move org-match-sexp-depth org-match-substring-regexp org-match-substring-with-braces-regexp org-maybe-keyword-time-regexp org-metadown-hook org-metaleft-hook org-metareturn-hook org-metaright-hook org-metaup-hook org-mew-link-to-refile-destination org-mhe-search-all-folders org-min-level org-mobile-action-alist org-mobile-agendas org-mobile-before-process-capture-hook org-mobile-capture-file org-mobile-checksum-binary org-mobile-checksum-files org-mobile-creating-agendas org-mobile-directory org-mobile-encryption-password org-mobile-encryption-password-session org-mobile-encryption-tempfile org-mobile-files org-mobile-files-alist org-mobile-files-exclude-regexp org-mobile-force-id-on-agenda-items org-mobile-force-mobile-change org-mobile-inbox-for-pull org-mobile-index-file org-mobile-last-flagged-files org-mobile-post-pull-hook org-mobile-post-push-hook org-mobile-pre-pull-hook org-mobile-pre-push-hook org-mobile-use-encryption org-mode-abbrev-table org-mode-line-string org-mode-map org-mode-syntax-table org-mouse-context-menu-function org-mouse-direct org-mouse-features org-mouse-map org-mouse-plain-list-regexp org-mouse-priority-regexp org-mouse-punctuation org-narrow-column-arrow org-non-link-chars org-nonsticky-props org-not-done-heading-regexp org-not-done-keywords org-not-done-regexp org-note-abort org-occur-highlights org-occur-parameters org-odt-automatic-styles org-odt-category-map-alist org-odt-data-dir org-odt-embedded-formulas-count org-odt-embedded-images-count org-odt-entity-control-callbacks-alist org-odt-entity-counts-plist org-odt-entity-format-callbacks-alist org-odt-entity-frame-styles org-odt-entity-labels-alist org-odt-file-extensions org-odt-label-styles org-odt-lib-dir org-odt-manifest-file-entries org-odt-manifest-file-entry-tag org-odt-object-counters org-odt-schema-dir-list org-odt-styles-dir org-odt-styles-dir-list org-odt-suppress-xref org-odt-table-indentedp org-odt-table-style org-odt-table-style-format org-odt-table-style-spec org-old-auto-fill-inhibit-regexp org-olpa org-open-at-point-functions org-open-link-functions org-open-link-marker org-org-menu org-outline-path-complete-in-steps org-outline-regexp org-outline-regexp-bol org-overriding-default-time org-par-open org-plain-link-re org-plain-time-extension-regexp org-plain-time-of-day-regexp org-planning-or-clock-line-re org-plantuml-jar-path org-plot-timestamp-fmt org-plot/gnuplot-default-options org-popup-calendar-for-date-prompt org-pre-agenda-window-conf org-prefix-category-length org-prefix-category-max-length org-prefix-format-compiled org-prefix-has-effort org-prefix-has-tag org-prefix-has-time org-pretty-entities org-pretty-entities-include-sub-superscripts org-previous-header-line-format org-priority-regexp org-priority-start-cycle-with-default org-properties-postprocess-alist org-property-allowed-value-functions org-property-changed-functions org-property-drawer-re org-property-end-re org-property-format org-property-re org-property-set-functions-alist org-property-start-re org-protecting-blocks org-protocol-default-template-key org-protocol-project-alist org-protocol-protocol-alist org-protocol-protocol-alist-default org-protocol-reverse-list-of-files org-protocol-the-protocol org-provide-todo-statistics org-publish-after-export-hook org-publish-before-export-hook org-publish-cache org-publish-initial-buffer org-publish-list-skipped-files org-publish-project-alist org-publish-sitemap-date-format org-publish-sitemap-file-entry-format org-publish-sitemap-sort-files org-publish-sitemap-sort-folders org-publish-sitemap-sort-ignore-case org-publish-temp-files org-publish-timestamp-directory org-publish-use-timestamps-flag org-radio-target-regexp org-read-date-analyze-forced-year org-read-date-analyze-futurep org-read-date-display-live org-read-date-final-answer org-read-date-force-compatible-dates org-read-date-history org-read-date-minibuffer-setup-hook org-read-date-overlay org-read-date-popup-calendar org-read-date-prefer-future org-recalc-commands org-recalc-marks org-refile-active-region-within-subtree org-refile-allow-creating-parent-nodes org-refile-cache org-refile-history org-refile-markers org-refile-target-table org-refile-target-verify-function org-refile-targets org-refile-use-cache org-refile-use-outline-path org-remember-auto-remove-backup-files org-remember-backup-directory org-remember-before-finalize-hook org-remember-clock-out-on-exit org-remember-default-headline org-remember-delete-empty-lines-at-end org-remember-help org-remember-interactive-interface org-remember-last-stored-marker org-remember-mode org-remember-mode-hook org-remember-mode-map org-remember-previous-location org-remember-reference-date org-remember-store-without-prompt org-remember-templates org-remember-warn-about-backups org-remove-priority-next-time org-reveal-start-hook org-reverse-note-order org-scanner-tags org-scheduled-past-days org-scheduled-regexp org-scheduled-time-regexp org-script-display org-search-syntax-table org-section-numbers org-select-template-original-buffer org-select-template-temp-major-mode org-select-this-todo-keyword org-selected-window org-self-insert-command-undo-counter org-setting-tags org-shiftdown-final-hook org-shiftdown-hook org-shiftleft-final-hook org-shiftleft-hook org-shiftmetadown-hook org-shiftmetaleft-hook org-shiftmetaright-hook org-shiftmetaup-hook org-shiftright-final-hook org-shiftright-hook org-shiftup-final-hook org-shiftup-hook org-show-notification-handler org-show-positions org-sort-agenda-noeffort-is-high org-sort-agenda-notime-is-late org-sorting-choice org-sparse-tree-open-archived-trees org-special-blocks-ignore-regexp org-special-properties org-speed-command org-speed-command-hook org-speed-commands-default org-speedbar-restriction-lock-overlay org-src-babel-info org-src-block-paragraph-format org-src-fontify-natively org-src-strip-leading-and-trailing-blank-lines org-src-tab-acts-natively org-stamp-time-of-day-regexp org-starting-day org-startup-options org-startup-with-beamer-mode org-startup-with-inline-images org-store-link-functions org-store-link-plist org-stored-links org-structure-template-alist org-stuck-projects org-subtree-clip org-subtree-clip-folded org-tab-after-check-for-cycling-hook org-tab-after-check-for-table-hook org-tab-before-tab-emulation-hook org-tab-first-hook org-table-aligned-begin-marker org-table-aligned-end-marker org-table-allow-automatic-line-recalculation org-table-any-border-regexp org-table-any-line-regexp org-table-auto-blank-field org-table-auto-recalculate-regexp org-table-automatic-realign org-table-border-regexp org-table-buffer-is-an org-table-calculate-mark-regexp org-table-clean-did-remove-column org-table-clip org-table-colgroup-info org-table-column-name-regexp org-table-column-names org-table-coordinate-overlays org-table-copy-increment org-table-current-begin-line org-table-current-begin-pos org-table-current-line-types org-table-current-ncol org-table-dataline-regexp org-table-default-size org-table-dlines org-table-do-narrow org-table-duration-custom-format org-table-error-on-row-ref-crossing-hline org-table-exit-follow-field-mode-when-leaving-table org-table-export-default-format org-table-fedit-map org-table-fedit-menu org-table-fix-formulas-confirm org-table-follow-field-mode org-table-formula-constants org-table-formula-debug org-table-formula-evaluate-inline org-table-formula-field-format org-table-formula-history org-table-formula-use-constants org-table-hline-regexp org-table-hlines org-table-last-alignment org-table-last-column-widths org-table-last-highlighted-reference org-table-line-regexp org-table-local-parameters org-table-may-need-update org-table-named-field-locations org-table-number-fraction org-table-number-regexp org-table-overlay-coordinates org-table-range-regexp org-table-range-regexp2 org-table-recalculate-regexp org-table-rectangle-overlays org-table-relative-ref-may-cross-hline org-table-tab-jumps-over-hlines org-table-translate-regexp org-table-use-standard-references org-table1-hline-regexp org-tag-alist org-tag-alist-for-agenda org-tag-persistent-alist org-tags-column org-tags-exclude-from-inheritance org-tags-history org-tags-match-list-sublevels org-tags-overlay org-tags-sort-function org-target-link-regexp org-target-regexp org-task-overrun-text org-tbl-menu org-time-clocksum-format org-time-clocksum-fractional-format org-time-clocksum-use-fractional org-time-stamp-custom-formats org-time-stamp-formats org-time-stamp-rounding-minutes org-timeline-show-empty-dates org-timer-cancel-hook org-timer-continue-hook org-timer-current-timer org-timer-default-timer org-timer-done-hook org-timer-format org-timer-mode-line-string org-timer-mode-line-timer org-timer-pause-hook org-timer-pause-time org-timer-re org-timer-set-hook org-timer-start-hook org-timer-start-time org-timer-stop-hook org-timer-timer-is-countdown org-todo-get-default-hook org-todo-heads org-todo-interpretation org-todo-interpretation-widgets org-todo-key-alist org-todo-key-trigger org-todo-keyword-alist-for-agenda org-todo-keywords org-todo-keywords-1 org-todo-keywords-for-agenda org-todo-kwd-alist org-todo-line-regexp org-todo-line-tags-regexp org-todo-log-states org-todo-only org-todo-regexp org-todo-repeat-to-state org-todo-sets org-todo-setup-filter-hook org-todo-state-tags-triggers org-todo-statistics-hook org-tr-regexp org-tr-regexp-both org-track-ordered-property-with-tag org-treat-S-cursor-todo-selection-as-state-change org-treat-insert-todo-heading-as-state-change org-trigger-hook org-trust-scanner-tags org-ts-regexp org-ts-regexp-both org-ts-regexp0 org-ts-regexp1 org-ts-regexp2 org-ts-regexp3 org-tsr-regexp org-tsr-regexp-both org-url-encoding-use-url-hexify org-use-effective-time org-use-fast-tag-selection org-use-fast-todo-selection org-use-property-inheritance org-use-sub-superscripts org-use-tag-inheritance org-usenet-links-prefer-google org-verbatim-re org-wait org-window-config-before-follow-link org-window-configuration org-wl-disable-folder-check org-wl-folder-types org-wl-link-remove-filter org-wl-link-to-refile-destination org-wl-namazu-default-index org-wl-nntp-prefer-web-links org-wl-shimbun-prefer-web-links org-xemacs-key-equivalents orgstruct-is-++ orgstruct-mode orgstruct-mode-map orgtbl-after-send-table-hook orgtbl-exp-regexp orgtbl-extra-font-lock-keywords orgtbl-line-start-regexp orgtbl-mode orgtbl-mode-map orgtbl-optimized orgtbl-radio-table-templates package--builtins package--initialized package-activated-list package-alist package-archive-contents package-archive-upload-base package-archive-version package-archives package-directory-list package-el-version package-enable-at-startup package-load-list package-menu-mode-abbrev-table package-menu-mode-map package-menu-mode-syntax-table package-obsolete-alist package-subdirectory-regexp package-update-news-on-upload package-user-dir pcase--dontcare-upats pcase--memoize pcase-mutually-exclusive-predicates pcmpl-ssh-config-file pcomplete--env-regexp plstore-cache-passphrase-for-symmetric-encryption plstore-encrypt-to plstore-passphrase-alist plstore-select-keys pop3-stream-length post-self-insert-hook process-menu-mode-abbrev-table process-menu-mode-map process-menu-mode-syntax-table process-menu-query-only prog-mode-abbrev-table prog-mode-map prog-mode-syntax-table progress-reporter--pulse-characters prolog-align-comments-flag prolog-align-rules prolog-atom-char-regexp prolog-atom-regexp prolog-char-quote-workaround prolog-compilation-buffer prolog-consult-compile-file prolog-consult-compile-first-line prolog-consult-compile-output prolog-consult-compile-real-file prolog-debug-off-string prolog-debug-on-string prolog-determinism-specificators prolog-determinism-specificators-i prolog-directives prolog-directives-i prolog-edit-menu-insert-move prolog-edit-menu-runtime prolog-electric-colon-flag prolog-electric-dash-flag prolog-electric-dot-flag prolog-electric-dot-full-predicate-template prolog-electric-if-then-else-flag prolog-electric-newline-flag prolog-electric-tab-flag prolog-electric-underscore-flag prolog-eof-string-i prolog-head-delimiter prolog-help-function prolog-help-function-i prolog-hungry-delete-key-flag prolog-imenu-flag prolog-imenu-max-lines prolog-indent-mline-comments-flag prolog-inferior-error-regexp-alist prolog-inferior-menu-all prolog-inferior-mode-abbrev-table prolog-inferior-mode-hook prolog-inferior-mode-map prolog-inferior-mode-syntax-table prolog-info-alist prolog-info-predicate-index prolog-keywords prolog-keywords-i prolog-left-indent-regexp prolog-left-paren prolog-lower-case-string prolog-menu-help prolog-mode-hook prolog-mode-specificators prolog-mode-specificators-i prolog-mode-version prolog-object-end-to-0-flag prolog-old-sicstus-keys-flag prolog-paren-indent prolog-paren-indent-p prolog-parse-mode prolog-process-flag prolog-program-switches prolog-prompt-regexp prolog-quoted-atom-regexp prolog-right-paren prolog-string-regexp prolog-syntax-propertize-function prolog-system prolog-system-version prolog-temporary-file-name prolog-tokenize-searchkey prolog-trace-off-string prolog-trace-on-string prolog-types prolog-types-i prolog-underscore-wordchar-flag prolog-upper-case-string prolog-use-prolog-tokenizer-flag prolog-use-sicstus-sd prolog-use-standard-consult-compile-method-flag prolog-zip-off-string prolog-zip-on-string python-syntax-propertize-function quickurl-assoc-function quickurl-completion-ignore-case quickurl-format-function quickurl-grab-lookup-function quickurl-list-buffer-name quickurl-list-last-buffer quickurl-list-mode-hook quickurl-list-mode-map quickurl-postfix quickurl-prefix quickurl-sort-function quickurl-url-file quickurl-urls rcirc-authenticate-before-join rcirc-authenticated-hook rcirc-client-commands rcirc-completion-start rcirc-completions rcirc-log-process-buffers rcirc-nick-completion-format rcirc-server-commands rcirc-user-authenticated rcirc-user-name-history recentf--files-with-key recentf--shortcuts-keymap recentf-arrange-by-rule-others recentf-arrange-by-rule-subfilter recentf-arrange-by-rules-min-items recentf-arrange-rules recentf-auto-cleanup recentf-auto-cleanup-timer recentf-case-fold-search recentf-dialog-mode-map recentf-edit-list recentf-exclude recentf-filename-handlers recentf-filter-changer-alist recentf-filter-changer-current recentf-initialize-file-name-history recentf-keep recentf-load-hook recentf-max-menu-items recentf-menu-action recentf-menu-append-commands-flag recentf-menu-append-commands-p recentf-menu-before recentf-menu-filter recentf-menu-filter-commands recentf-menu-items-for-commands recentf-menu-open-all-flag recentf-menu-path recentf-menu-title recentf-mode-map recentf-save-file recentf-save-file-coding-system recentf-save-file-header recentf-save-file-modes recentf-show-file-shortcuts-flag recentf-used-hooks reftex-index-mode-abbrev-table reftex-index-mode-map reftex-index-mode-syntax-table reftex-index-phrases-mode-abbrev-table reftex-index-phrases-mode-map reftex-index-phrases-mode-syntax-table reftex-select-bib-mode-abbrev-table reftex-select-bib-mode-map reftex-select-bib-mode-syntax-table reftex-select-label-mode-abbrev-table reftex-select-label-mode-map reftex-select-label-mode-syntax-table reftex-select-shared-map reftex-toc-mode-abbrev-table reftex-toc-mode-map reftex-toc-mode-syntax-table registry-db remember-data-file remember-diary-file remember-leader-text remember-mode-abbrev-table remember-mode-map remember-mode-syntax-table remote-file-name-inhibit-cache replace-count report-emacs-bug-bug-alist report-emacs-bug-choice-widget report-emacs-bug-tracker-url revert-buffer-in-progress-p save-place-file save-place-forget-unreadable-files save-place-ignore-files-regexp save-place-limit save-place-loaded save-place-save-skipped save-place-skip-check-regexp save-place-version-control saved-region-selection savehist-autosave-interval savehist-coding-system savehist-file savehist-file-modes savehist-last-checksum savehist-loaded savehist-minibuffer-history-variables savehist-mode-hook savehist-no-conversion savehist-save-hook savehist-timer scroll-error-top-bottom selection-inhibit-update-commands semantic-minor-modes-format server-auth-dir server-buffer server-buffer-clients server-clients server-done-hook server-existing-buffer server-kill-buffer-running server-kill-new-buffers server-log server-log-time-function server-msg-size server-name server-port server-process server-raise-frame server-socket-dir server-switch-hook server-temp-file-regexp server-visit-hook server-window ses-self-reference-early-detection sgml-syntax-propertize-function shr-base shr-blocked-images shr-color-html-colors-alist shr-color-visible-distance-min shr-color-visible-luminance-min shr-content-cache shr-content-function shr-folding-mode shr-hr-line shr-ignore-cache shr-indentation shr-inhibit-images shr-kinsoku-shorten shr-list-mode shr-map shr-max-image-proportion shr-put-image-function shr-start shr-state shr-stylesheet shr-table-corner shr-table-depth shr-table-horizontal-line shr-table-vertical-line shr-width sieve-buffer-script-name simula-syntax-propertize-function smerge-resolve--normalize-re smie-warning-count smime-mode-abbrev-table smime-mode-syntax-table smtpmail-smtp-user smtpmail-stream-type soap-current-wsdl soap-debug soap-decoded-multi-refs soap-default-xmlns soap-encoded-namespaces soap-inspect-current-item soap-inspect-previous-items soap-local-xmlns soap-multi-refs soap-target-xmlns soap-well-known-xmlns speedbar-mode-abbrev-table speedbar-mode-map speedbar-mode-syntax-table sql-ansi-statement-starters sql-completion-column sql-completion-object sql-completion-sqlbuf sql-connection sql-connection-alist sql-connection-history sql-contains-names sql-db2-login-params sql-debug-redirect sql-dialect sql-indirect-features sql-informix-login-params sql-ingres-login-params sql-interbase-login-params sql-linter-login-params sql-login-hook sql-ms-login-params sql-mysql-login-params sql-oracle-completion-types sql-oracle-login-params sql-oracle-scan-on sql-oracle-statement-starters sql-output-by-send sql-output-newline-count sql-port sql-postgres-login-params sql-preoutput-hold sql-product-history sql-prompt-cont-regexp sql-send-terminator sql-solid-login-params sql-sqlite-login-params sql-sybase-login-params strokes-base64-chars strokes-buffer-name strokes-char-table strokes-file strokes-global-map strokes-last-stroke strokes-load-hook strokes-mode-map strokes-use-strokes-buffer strokes-window-configuration switch-to-visible-buffer syntax-propertize--done syntax-propertize-chunk-size syntax-propertize-extend-region-functions syntax-propertize-function tabulated-list-entries tabulated-list-format tabulated-list-glyphless-char-display tabulated-list-mode-abbrev-table tabulated-list-mode-map tabulated-list-mode-syntax-table tabulated-list-padding tabulated-list-printer tabulated-list-revert-hook tabulated-list-sort-button-map tabulated-list-sort-key tcl-syntax-propertize-function tetris-mode-abbrev-table tetris-mode-syntax-table tex-error-regexp-alist texinfo-syntax-propertize-function thumbs-buffer thumbs-conversion-program thumbs-current-dir thumbs-current-image-filename thumbs-current-image-size thumbs-current-tmp-filename thumbs-extra-images thumbs-geometry thumbs-image-num thumbs-image-resizing-step thumbs-margin thumbs-marked-list thumbs-max-image-number thumbs-mode-abbrev-table thumbs-mode-map thumbs-mode-syntax-table thumbs-per-line thumbs-relief thumbs-setroot-command thumbs-temp-dir thumbs-temp-prefix thumbs-thumbsdir thumbs-thumbsdir-auto-clean thumbs-thumbsdir-max-size thumbs-view-image-mode-abbrev-table thumbs-view-image-mode-map thumbs-view-image-mode-syntax-table timeclock-ask-before-exiting timeclock-day-over timeclock-day-over-hook timeclock-discrepancy timeclock-done-hook timeclock-elapsed timeclock-event-hook timeclock-file timeclock-first-in-hook timeclock-get-project-function timeclock-get-reason-function timeclock-get-workday-function timeclock-in-hook timeclock-last-event timeclock-last-event-workday timeclock-last-period timeclock-last-project timeclock-load-hook timeclock-mode-string timeclock-modeline-display timeclock-moment-regexp timeclock-out-hook timeclock-project-list timeclock-reason-list timeclock-relative timeclock-update-timer timeclock-use-display-time timeclock-use-elapsed timeclock-workday todo-categories todo-category-beg todo-category-end todo-category-number todo-category-sep todo-cats todo-edit-buffer todo-edit-mode-abbrev-table todo-edit-mode-hook todo-edit-mode-map todo-edit-mode-syntax-table todo-entry-prefix-function todo-file-do todo-file-done todo-file-top todo-header todo-initials todo-insert-threshold todo-menu todo-mode-abbrev-table todo-mode-hook todo-mode-map todo-mode-syntax-table todo-previous-answer todo-previous-line todo-print-function todo-print-priorities todo-remove-separator todo-save-top-priorities-too todo-show-priorities todo-time-string-format todo-tmp-buffer-name tool-bar-max-label-size tool-bar-separator-image-expression tool-bar-style tramp-color-escape-sequence-regexp tramp-encoding-command-interactive tramp-gvfs-methods tramp-local-end-of-line tramp-sh-file-name-handler-alist type-break-alarm-p type-break-auto-save-file-name type-break-current-keystroke-warning-interval type-break-current-time-warning-interval type-break-file-name type-break-interval-start type-break-keystroke-count type-break-keystroke-warning-count type-break-mode-line-break-message type-break-mode-line-break-message-p type-break-mode-line-break-string type-break-mode-line-format type-break-mode-line-message-mode type-break-mode-line-warning type-break-post-command-hook type-break-time-last-break type-break-time-last-command type-break-time-next-break type-break-time-warning-count type-break-warning-countdown-string type-break-warning-countdown-string-type url-cache-creation-function url-cache-directory url-cache-expire-time url-configuration-directory url-dead-buffer-list url-http-asynchronous-p url-http-attempt-keepalives url-http-codes url-http-default-port url-http-open-connections url-http-proxy-basic-auth-storage url-http-real-basic-auth-storage url-http-version url-queue url-queue-parallel-processes url-queue-timeout url-redirect-buffer url-retrieve-number-of-calls var-γ var-π var-φ vc-bzr-admin-branchconf vc-bzr-error-regex-alist vc-bzr-history vc-bzr-sha1-program vc-bzr-status-switches vc-git-history vc-git-program vc-git-root-log-format vc-hg-history vc-hg-root-log-format vc-revert-show-diff vera-mode-abbrev-table verilog-assignment-operation-re verilog-assignment-operator-re verilog-auto-declare-nettype verilog-auto-delete-trailing-whitespace verilog-auto-inst-sort verilog-auto-reset-blocking-in-non verilog-auto-tieoff-declaration verilog-auto-wire-type verilog-diff-function verilog-in-hooks verilog-inst-comment-re verilog-no-change-functions verilog-uvm-begin-re verilog-uvm-end-re verilog-uvm-statement-re vip-mode-map vip-startup-file viper-always viper-custom-file-name viper-emacs-state-mode-list viper-insert-state-mode-list viper-major-mode-modifier-list viper-mode viper-new-major-mode-buffer-list viper-saved-non-viper-variables viper-vi-state-mode-list w3m-minor-mode-hook w3m-mode-hook window-combination-limit window-combination-resize window-persistent-parameters window-safe-min-height window-safe-min-width window-sides window-sides-slots window-sides-vertical window-state-put-list xesam-all-fields xesam-debug xesam-fulltext-query xesam-hits-per-page xesam-interface-search xesam-path-search xesam-query-type xesam-service-search xesam-user-query))
(features
(removed cl-19 earcon eieio-comp font-setting gdb-ui gnus-audio gnus-move gnus-nocem gnus-soup imap-hash mldrag nndb nnkiboze nnlistserv nnslashdot nnsoup nnultimate nnwarchive nnwfm rnews rnewspost sc tramp-fish tramp-imap x-menu)
(added allout-widgets cc-guess cconv cfengine3 color cus-theme ede ede/base ede/files ede/speedbar em-alias em-basic em-dirs em-hist em-script em-unix ert ert-x esh-groups esh-mode esh-module eshell filesets gdb-mi gnus-gravatar gnus-html gnus-registry gnus-sync gnutls gravatar gssapi idlw-complete-structtag idlw-shell idlwave idlwave-shell ido image-dired kkc network-stream newst-backend newst-plainview newst-reader newst-ticker newst-treeview newsticker nnregistry notifications ob ob-C ob-R ob-asymptote ob-awk ob-calc ob-clojure ob-comint ob-css ob-ditaa ob-dot ob-emacs-lisp ob-eval ob-exp ob-fortran ob-gnuplot ob-haskell ob-java ob-js ob-keys ob-latex ob-ledger ob-lilypond ob-lisp ob-lob ob-matlab ob-maxima ob-mscgen ob-ocaml ob-octave ob-org ob-perl ob-picolisp ob-plantuml ob-python ob-ref ob-ruby ob-sass ob-scheme ob-screen ob-sh ob-shen ob-sql ob-sqlite ob-table ob-tangle org org-agenda org-archive org-ascii org-attach org-bbdb org-beamer org-bibtex org-capture org-clock org-colview org-crypt org-ctags org-datetree org-docbook org-docview org-entities org-eshell org-exp org-exp-blocks org-export-latex org-feed org-freemind org-gnus org-habit org-html org-icalendar org-id org-indent org-info org-infojs org-inlinetask org-irc org-jsinfo org-latex org-lparse org-mac-message org-mew org-mhe org-mks org-mobile org-mouse org-odt org-pcomplete org-plot org-protocol org-publish org-remember org-rmail org-special-blocks org-table org-taskjuggler org-timer org-vm org-w3m org-wl org-xoxo package package-x pcase pcvs pcvs-defs plstore ps-bdf quickurl recentf registry remember rtree savehist saveplace server shr shr-color soap-client soap-inspect strokes tabulated-list thumbs timeclock todo-mode tramp-loaddefs tramp-sh type-break url url-cache url-future url-http url-queue vc-dav vip viper)))
((24 2)
(functions
(removed)
(added rcirc-split-message))
(variables
(removed)
(added))
(features
(removed)
(added bug-reference misearch multi-isearch)))
((24 3)
(functions
(removed Buffer-menu-buffer+size Buffer-menu-make-sort-button Buffer-menu-revert-function Buffer-menu-sort-by-column ad-Orig-comment-region ad-Orig-move-overlay ad-Orig-process-filter ad-Orig-set-process-filter ad-Orig-sit-for ad-copy-tree ad-do-return ad-dolist ad-prognify ansi-color-get-face article-translate-characters battery-yeeloong-sysfs bookmark-insert-current-bookmark bookmark-read-search-input brm-init bruce byte-compile-const-symbol-p byte-compile-constp byte-compile-defalias-warn byte-compile-defmacro byte-compile-defmacro-declaration byte-compile-defun byte-compile-file-form-defmacro byte-compile-file-form-defun byte-optimize-featurep c-get-fallback-scan-pos calendar-hide-window calendar-window-list cc-bytecomp-defmacro cl-arglist-args cl-block-throw cl-block-wrapper cl-byte-compile-compiler-macro cl-check-key cl-check-match cl-check-test cl-check-test-nokey cl-compile-time-too cl-compiling-file cl-const-expr-p cl-const-expr-val cl-const-exprs-p cl-defsubst-expand cl-defun-expander cl-do-arglist cl-do-pop cl-do-prettyprint cl-do-remf cl-do-subst cl-expr-access-order cl-expr-contains cl-expr-contains-any cl-expr-depends-p cl-finite-do cl-hack-byte-compiler cl-loop-build-ands cl-loop-handle-accum cl-loop-let cl-macroexpand-body cl-make-type-test cl-map-overlays cl-mapcar-many cl-nsublis-rec cl-parsing-keywords cl-progv-after cl-progv-before cl-safe-expr-p cl-set-buffer-substring cl-set-elt cl-set-frame-visible-p cl-set-nthcdr cl-set-substring cl-setf-do-modify cl-setf-do-store cl-setf-make-apply cl-setf-simple-store-p cl-simple-expr-p cl-simple-exprs-p cl-sublis-rec cl-transform-function-property cl-transform-lambda cl-tree-equal-rec comint--common-quoted-suffix comint--common-suffix comint--table-subvert compile-internal convert-pdf dbus-call-method-non-blocking-handler dbus-name-owner-changed-handler def-edebug-form-spec def-gdb-display-buffer def-gdb-frame-for-buffer ebrowse-value-in-buffer edebug-display edebug-enter-trace edebug-form-data-begin edebug-form-data-end edebug-form-data-name edebug-get-buffer-window edebug-input-pending-p edebug-make-form-data-entry edebug-recursive-edit edebug-sit-for edebug-submit-bug-report edebug-update-coverage emerge-version eshell-defgroup ffap-complete-as-file-p foldout-update-modeline follow-call-process-filter follow-call-set-process-filter follow-generic-filter follow-intercept-process-output follow-invalidate-cache follow-stop-intercept-process-output follow-tidy-process-filter-alist follow-unload-function gdb-if-arrow get-setf-method gnus-Newsgroup-kill-file gnus-alist-to-hashtable gnus-article-hide-text-of-type gnus-article-maybe-highlight gnus-article-parent-p gnus-article-read-p gnus-article-text-type-exists-p gnus-byte-code gnus-cited-line-p gnus-compile gnus-extract-address-component-email gnus-extract-address-component-name gnus-group-guess-full-name gnus-group-guess-prefixed-name gnus-group-line-format-spec gnus-group-parent-topic gnus-group-set-method-info gnus-group-set-params-info gnus-hashtable-to-alist gnus-kill-newsgroup gnus-list-active-group gnus-mail-parse-comma-list gnus-process-live-p gnus-put-message gnus-request-associate-buffer gnus-request-group-articles gnus-score-regexp-bad-p gnus-score-set-default gnus-shell-command-on-region gnus-sortable-date gnus-sublist-p gnus-summary-dummy-line-format-spec gnus-summary-score-crossposting gnus-summary-set-current-mark gnus-tree-goto-article gnus-uncompress-marks gnus-uu-find-name-in-shar gnus-writable-groups isearch-barrier-state isearch-case-fold-search-state isearch-error-state isearch-forward-state isearch-message-state isearch-other-end-state isearch-point-state isearch-pop-fun-state isearch-string-state isearch-success-state isearch-top-state isearch-word-state isearch-wrapped-state ispell-insert-word iswitchb-define-mode-map jython-mode macroexp-accumulate macroexpand-all-1 macroexpand-all-clauses macroexpand-all-forms mail-source-movemail-and-remove maybe-cons message-fill-address message-make-host-name message-remove-signature mm-url-encode-multipart-form-data mm-url-fetch-form mm-url-fetch-simple mm-view-sound-file netrc-find-service-number netrc-store-data nnagent-request-marks nnfolder-group-marks-pathname nnfolder-marks-changed-p nnfolder-open-marks nnfolder-request-marks nnfolder-request-set-mark nnfolder-save-marks nnmaildir-request-marks nnml-marks-changed-p nnml-open-marks nnml-request-marks nnml-request-set-mark nnml-save-marks nntp-async-timer-handler nntp-group-pathname nntp-marks-changed-p nntp-marks-directory nntp-open-marks nntp-possibly-create-directory nntp-report-1 nntp-request-marks nntp-request-set-mark nntp-save-marks nntp-send-authinfo-from-file nntp-send-nosy-authinfo ob-calc-maybe-resolve-var ob-fortran-transform-list org-agenda-action org-agenda-bulk-remove-all-marks org-agenda-do-action org-agenda-show-priority org-babel-C-ensure-main-wrap org-babel-C-execute org-babel-C-expand org-babel-C-var-to-C org-babel-asymptote-define-type org-babel-asymptote-var-to-asymptote org-babel-awk-table-or-string org-babel-awk-var-to-awk org-babel-clean-text-properties org-babel-execute:C org-babel-execute:C++ org-babel-execute:asymptote org-babel-execute:awk org-babel-execute:clojure org-babel-execute:cpp org-babel-execute:fortran org-babel-execute:haskell org-babel-execute:java org-babel-execute:latex org-babel-expand-body:C++ org-babel-expand-body:awk org-babel-expand-body:c org-babel-expand-body:clojure org-babel-expand-body:fortran org-babel-expand-body:latex org-babel-fortran-ensure-main-wrap org-babel-fortran-var-to-fortran org-babel-haskell-export-to-lhs org-babel-haskell-initiate-session org-babel-haskell-read-string org-babel-haskell-table-or-string org-babel-haskell-var-to-haskell org-babel-latex-tex-to-pdf org-babel-load-session:C org-babel-load-session:fortran org-babel-load-session:haskell org-babel-prep-session:C org-babel-prep-session:asymptote org-babel-prep-session:fortran org-babel-prep-session:haskell org-babel-prep-session:latex org-babel-strip-protective-commas org-babel-variable-assignments:asymptote org-babel-variable-assignments:haskell org-backward-same-level org-beginning-of-defun org-create-formula-image org-end-of-defun org-export-handle-table-metalines org-export-res/src-name-cleanup org-fill-item-nobreak-p org-finalize-agenda org-finalize-agenda-entries org-find-library-name org-finish-icalendar-file org-fit-agenda-window org-float org-forward-same-level org-get-clocktable org-get-effort org-highlight-until-next-command org-ical-ts-to-string org-indent-line-function org-make-link org-mark-entry-for-agenda-action org-move-line-down org-move-line-up org-prepare-agenda org-prepare-agenda-buffers org-print-icalendar-entries org-program-exists org-set-autofill-regexps org-start-icalendar-file org-strip-protective-commas org-substring-no-properties org-timer-reset-timers pcomplete--common-quoted-suffix picture-substitute prolog-build-case-strings prolog-char-to-int prolog-comment-indent prolog-dash-letters prolog-int-to-char prolog-ints-intervals prolog-set-atom-regexps pymacs-load python--set-prompt-regexp python-after-info-look python-args-to-list python-backslash-continuation-line-p python-backspace python-beginning-of-block python-beginning-of-defun python-beginning-of-statement python-beginning-of-string python-blank-line-p python-block-end-p python-calculate-indentation python-check-comint-prompt python-check-version python-close-block-statement-p python-comment-line-p python-completion-at-point python-continuation-line-p python-current-defun python-describe-symbol python-electric-colon python-else python-end-of-block python-end-of-defun python-end-of-statement python-execute-file python-expand-template python-find-function python-find-imports python-first-word python-guess-indent python-imenu-create-index python-in-string/comment python-indent-line-1 python-indentation-levels python-initial-text python-input-filter python-insert-class python-insert-def python-insert-for python-insert-if python-insert-try/except python-insert-try/finally python-insert-while python-load-file python-mark-block python-maybe-jython python-module-path python-next-statement python-open-block-statement-p python-outdent-p python-outline-level python-pdbtrack-get-source-buffer python-pdbtrack-grub-for-buffer python-pdbtrack-overlay-arrow python-pdbtrack-toggle-stack-tracking python-pdbtrack-track-stack-file python-preoutput-filter python-previous-statement python-quote-syntax python-send-buffer python-send-command python-send-defun python-send-region python-send-region-and-go python-sentinel python-set-proc python-setup-brm python-shift-left python-shift-right python-skip-comments/blanks python-skip-out python-switch-to-python python-symbol-completions python-target python-unload-function python-which-func reftex-format-Fref reftex-format-fref reftex-format-vref reftex-select-toggle-fancyref reftex-select-toggle-varioref registry-make-testable-db repeat-self-insert rst-adjust-decoration rst-compare-decorations rst-compute-bullet-tabs rst-debug-mark-found rst-debug-print-tabs rst-decoration-complete-p rst-define-level-faces rst-display-decorations-hierarchy rst-find-all-decorations rst-font-lock-find-unindented-line rst-font-lock-handle-adornment rst-font-lock-keywords-function rst-get-decoration rst-get-decoration-match rst-get-decorations-around rst-get-next-decoration rst-get-stripped-line rst-line-homogeneous-nodent-p rst-line-homogeneous-p rst-normalize-cursor-position rst-portable-mark-active-p rst-rstrip rst-set-level-default rst-shift-region-guts rst-shift-region-left rst-shift-region-right rst-straighten-deco-spacing rst-straighten-decorations rst-suggest-new-decoration rst-toc-insert-find-delete-contents ruby-electric-brace ruby-mark-defun sc-submit-bug-report sc-version semantic-compile-warn semantic-overlay-size semantic-tag-similar-p ses-narrowed-p set-char-table-default set-window-point-1 shell-parse-pcomplete-arguments sieve-bury-buffer snarf-bruces solitaire-build-modeline string-to-sequence table-apply table-call-interactively table-funcall table-initialize-table-fixed-width-mode table-set-table-fixed-width-mode term-fake-pager-disable term-fake-pager-enable tmm-delete-map tramp-enter-password tramp-with-progress-reporter turn-off-pdbtrack turn-on-pdbtrack verilog-in-struct-region-p viper-inactivate-input-method viper-inactivate-input-method-action w32-init-info window--display-buffer-1 window--display-buffer-2 window--size-ignore window-point-1 with-connection-property with-file-property xml-parse-fragment xscheme-modeline-initialize zone-hiding-modeline)
(added Buffer-menu--pretty-file-name Buffer-menu--pretty-name Buffer-menu-info-node-description ange-ftp-ignore-errors-if-non-essential ansi-color--find-face ansi-color-parse-sequence archive-extract-by-file auth-source--aget auth-source--aput auth-source--aput-1 auth-source-backend-list-p auth-source-macos-keychain-create auth-source-macos-keychain-result-append auth-source-macos-keychain-search auth-source-macos-keychain-search-items autoload-do-load autoloadp bbdb-buffer bbdb-create-internal bbdb-gethash bindings--define-key bovine-grammar-mode buffer-narrowed-p byte-compile--reify-function byte-compile-abbreviate-file c-debug-parse-state-double-cons c-state-maybe-marker cal-tex-cursor-week2-summary cal-tex-filofax-paper cal-tex-longday cal-tex-shortday cal-tex-weekly-common cal-tex-weekly-paper calc-basic-simplify-mode chart-axis-list-p chart-axis-names-list-p chart-axis-range-list-p chart-bar-list-p chart-list-p chart-sequece-list-p cl--adjoin cl--arglist-args cl--block-throw cl--block-wrapper cl--check-key cl--check-match cl--check-test cl--check-test-nokey cl--compile-time-too cl--compiler-macro-adjoin cl--compiler-macro-assoc cl--compiler-macro-cXXr cl--compiler-macro-get cl--compiler-macro-list* cl--compiler-macro-member cl--compiling-file cl--const-expr-p cl--const-expr-val cl--defalias cl--defsubst-expand cl--delete-duplicates cl--do-arglist cl--do-prettyprint cl--do-remf cl--do-subst cl--dolist cl--dotimes cl--expr-contains cl--expr-contains-any cl--expr-depends-p cl--finite-do cl--function-convert cl--gv-adapt cl--labels-convert cl--letf cl--loop-build-ands cl--loop-handle-accum cl--loop-let cl--make-type-test cl--map-intervals cl--map-keymap-recursively cl--map-overlays cl--mapcar-many cl--nsublis-rec cl--parsing-keywords cl--position cl--safe-expr-p cl--set-buffer-substring cl--set-elt cl--set-frame-visible-p cl--set-getf cl--set-substring cl--simple-expr-p cl--simple-exprs-p cl--sm-macroexpand cl--sublis-rec cl--symbol-function cl--transform-lambda cl--tree-equal-rec cl-acons cl-assert cl-assoc cl-assoc-if cl-assoc-if-not cl-block cl-caaaar cl-caaadr cl-caaar cl-caadar cl-caaddr cl-caadr cl-cadaar cl-cadadr cl-cadar cl-caddar cl-cadddr cl-caddr cl-callf cl-callf2 cl-case cl-cdaaar cl-cdaadr cl-cdaar cl-cdadar cl-cdaddr cl-cdadr cl-cddaar cl-cddadr cl-cddar cl-cdddar cl-cddddr cl-cdddr cl-check-type cl-coerce cl-compiler-macroexpand cl-concatenate cl-copy-list cl-copy-seq cl-count cl-count-if cl-count-if-not cl-decf cl-declaim cl-declare cl-define-compiler-macro cl-defmacro cl-defstruct cl-defsubst cl-deftype cl-defun cl-delete cl-delete-if cl-delete-if-not cl-destructuring-bind cl-do cl-do* cl-do-all-symbols cl-do-symbols cl-dolist cl-dotimes cl-ecase cl-eighth cl-endp cl-equalp cl-etypecase cl-eval-when cl-evenp cl-every cl-fifth cl-fill cl-find cl-find-if cl-find-if-not cl-first cl-flet cl-flet* cl-floatp-safe cl-fourth cl-function cl-gcd cl-gensym cl-gentemp cl-get cl-getf cl-incf cl-intersection cl-isqrt cl-labels cl-lcm cl-ldiff cl-letf cl-letf* cl-list* cl-list-length cl-load-time-value cl-locally cl-loop cl-macrolet cl-make-random-state cl-map cl-mapcan cl-mapcar cl-mapcon cl-mapl cl-maplist cl-member-if cl-member-if-not cl-merge cl-minusp cl-mismatch cl-multiple-value-apply cl-multiple-value-bind cl-multiple-value-call cl-multiple-value-list cl-multiple-value-setq cl-nintersection cl-ninth cl-notany cl-notevery cl-nreconc cl-nset-difference cl-nset-exclusive-or cl-nsublis cl-nsubst cl-nsubst-if cl-nsubst-if-not cl-nsubstitute cl-nsubstitute-if cl-nsubstitute-if-not cl-nth-value cl-nunion cl-oddp cl-pairlis cl-plusp cl-position-if cl-position-if-not cl-proclaim cl-progv cl-psetf cl-psetq cl-pushnew cl-random cl-random-state-p cl-rassoc cl-rassoc-if cl-rassoc-if-not cl-reduce cl-rem cl-remf cl-remove cl-remove-duplicates cl-remove-if cl-remove-if-not cl-replace cl-rest cl-return cl-return-from cl-revappend cl-rotatef cl-search cl-second cl-set-difference cl-set-exclusive-or cl-seventh cl-shiftf cl-signum cl-sixth cl-some cl-sort cl-stable-sort cl-sublis cl-subseq cl-subsetp cl-subst cl-subst-if cl-subst-if-not cl-substitute cl-substitute-if cl-substitute-if-not cl-svref cl-symbol-macrolet cl-tailp cl-tenth cl-the cl-third cl-tree-equal cl-typecase cl-typep cl-union cl-values cl-values-list comint--requote-argument comint--unquote&requote-argument comint--unquote-argument comint-adjust-point completion--nth-completion completion--sifn-requote completion--string-equal-p completion--twq-all completion--twq-try completion-table-subvert completion-table-with-quoting copy-profiler-calltree copy-profiler-profile copy-rectangle-as-kill copy-soap-simple-type count-words--buffer-message cvs-insert-visited-file dabbrev--ignore-case-p dbus-call-method dbus-call-method-asynchronously dbus-call-method-handler dbus-get-all-managed-objects dbus-managed-objects-handler dbus-method-error-internal dbus-method-return-internal dbus-register-method dbus-register-service dbus-register-signal dbus-send-signal dbus-setenv deactivate-input-method defvar-local delete-all-overlays delete-selection-helper delete-side-window diff-bounds-of-file diff-bounds-of-hunk diff-delete-trailing-whitespace diff-setup-whitespace diff-undo dired-sort-set-mode-line display-buffer-at-bottom display-buffer-below-selected display-buffer-in-atom-window display-buffer-in-major-side-window display-buffer-in-previous-window display-buffer-in-side-window doc-view-current-cache-doc-pdf doc-view-get-bounding-box doc-view-guess-paper-size doc-view-scale-bounding-box doc-view-set-slice-from-bounding-box ede-add-project-autoload ede-apply-project-local-variables ede-configuration-forms-menu ede-dirmatch-installed ede-do-dirmatch ede-flush-directory-hash ede-java-classpath ede-linux-load ede-project-autoload-dirmatch ede-project-autoload-dirmatch-child-p ede-project-autoload-dirmatch-list-p ede-project-autoload-dirmatch-p ede-project-autoload-list-p ede-project-configurations-set ede-project-dirmatch-p ede-project-list-p ede-project-placeholder-list-p ede-set-project-local-variable ede-source-paths ede-sourcecode-list-p ede-target-list-p edebug--display edebug--enter-trace edebug--form-data-begin edebug--form-data-end edebug--form-data-name edebug--make-form-data-entry edebug--recursive-edit edebug--update-coverage ediff-display-pixel-height ediff-display-pixel-width ediff-setup-windows-default edt-default-menu-bar-update-buffers edt-user-menu-bar-update-buffers eieio-build-class-list eieio-custom-mode eieio-default-superclass-list-p eieio-help-find-class-definition eieio-help-find-method-definition eieio-instance-inheritor-list-p eieio-instance-tracker-list-p eieio-named-list-p eieio-persistent-convert-list-to-object eieio-persistent-list-p eieio-persistent-slot-type-is-class-p eieio-persistent-validate/fix-slot-value eieio-singleton-list-p eieio-speedbar-directory-button-list-p eieio-speedbar-file-button-list-p eieio-speedbar-list-p eieio-widget-test-class-list-p electric-buffer-menu-mode electric-pair-syntax electric-pair-will-use-region emacs-bzr-get-version emacs-bzr-version-bzr emacs-bzr-version-dirstate emacs-lisp-byte-code-comment emacs-lisp-byte-code-mode emacs-lisp-byte-code-syntax-propertize erc-canonicalize-server-name erc-hide-current-message-p erc-lurker-cleanup erc-lurker-initialize erc-lurker-maybe-trim erc-lurker-p erc-lurker-update-status erc-notifications-PRIVMSG erc-notifications-disable erc-notifications-enable erc-notifications-mode erc-notifications-notify erc-notifications-notify-on-match erc-server-join-channel eshell-pcomplete ffap--toggle-read-only file-name-base find-file--read-only fit-frame-to-buffer foldout-update-mode-line follow--window-sorter follow-adjust-window follow-align-compilation-windows follow-comint-scroll-to-bottom follow-mwheel-scroll follow-redraw-after-event follow-scroll-bar-drag follow-scroll-bar-scroll-down follow-scroll-bar-scroll-up follow-scroll-bar-toolkit-scroll fringe--check-style function-get gdb--if-arrow global-semantic-idle-local-symbol-highlight-mode gnus-funcall-no-warning gnus-notifications gnus-notifications-action gnus-notifications-get-photo gnus-notifications-get-photo-file gnus-notifications-notify gnus-recursive-directory-files gnus-registry--set/remove-mark gnus-score-decode-text-parts gnus-select-group-with-message-id gnus-simplify-group-name gnus-string-prefix-p gnus-summary-resend-message-insert-gcc gnus-summary-widget-backward gnus-sync-deep-print gnus-sync-fix-topic-group-position gnus-sync-invlist2range gnus-sync-json-alist-p gnus-sync-json-plist-p gnus-sync-lesync-DELETE gnus-sync-lesync-GET gnus-sync-lesync-POST gnus-sync-lesync-PUT gnus-sync-lesync-call gnus-sync-lesync-delete-group gnus-sync-lesync-find-prop gnus-sync-lesync-get-prop gnus-sync-lesync-groups-builder gnus-sync-lesync-install-group-entry gnus-sync-lesync-normalize-group-entry gnus-sync-lesync-parse gnus-sync-lesync-post-save-group-entry gnus-sync-lesync-pre-save-group-entry gnus-sync-lesync-read-group-entry gnus-sync-lesync-set-prop gnus-sync-lesync-setup gnus-sync-newsrc-loader-builder gnus-sync-position gnus-sync-range2invlist gnus-sync-subscribe-group gnus-sync-topic-group-position gnus-timer--function gnus-try-warping-via-registry gv--defsetter gv--defun-declaration gv-define-expander gv-define-setter gv-define-simple-setter gv-get gv-letplace help-bookmark-jump help-bookmark-make-record help-fns--autoloaded-p help-fns--compiler-macro help-fns--key-bindings help-fns--obsolete help-fns--parent-mode help-fns--signature hexl-ascii-start-column hexl-line-displen hexl-options hexl-rulerize holiday-in-range ibuffer-filter-by-derived-mode image-transform-check-size image-transform-fit-width image-transform-width imagemagick-filter-types indicate-copied-region info-emacs-bug internal--after-save-selected-window internal--after-with-selected-window internal--before-save-selected-window internal--before-with-selected-window internal-macroexpand-for-load internal-make-var-non-special isearch--get-state isearch--set-state isearch--state-barrier isearch--state-case-fold-search isearch--state-error isearch--state-forward isearch--state-message isearch--state-other-end isearch--state-p isearch--state-point isearch--state-pop-fun isearch--state-string isearch--state-success isearch--state-word isearch--state-wrapped isearch-forward-symbol isearch-search-fun-default isearch-symbol-regexp isearch-toggle-lax-whitespace isearch-toggle-symbol ispell-with-no-warnings json-encode-key list-buffers--refresh list-dynamic-libraries--loaded log-edit-font-lock-keywords log-edit-toggle-header ly-toggle-pdf-generation macroexp--accumulate macroexp--all-clauses macroexp--all-forms macroexp--backtrace macroexp--compiler-macro macroexp--cons macroexp--const-symbol-p macroexp--expand-all macroexp--funcall-if-compiled macroexp--maxsize macroexp--obsolete-warning macroexp--trim-backtrace-frame macroexp--warn-and-return macroexp-const-p macroexp-copyable-p macroexp-if macroexp-let* macroexp-let2 macroexp-progn macroexp-small-p macroexp-unprogn make-soap-simple-type math-C-parse-bess math-C-parse-fma math-check-unit-consistency math-consistent-units-p message-multi-smtp-send-mail minibuffer-default--in-prompt-regexps mm-archive-decoders mm-archive-dissect-and-inline mm-archive-list-files mm-dissect-archive mode-line-modified-help-echo mode-line-mule-info-help-echo mode-line-read-only-help-echo nnmaildir--add-flag nnmaildir--article-set-flags nnmaildir--ensure-suffix nnmaildir--flag-to-mark nnmaildir--mark-to-flag nnmaildir--remove-flag nnmaildir-request-update-info notifications-get-capabilities org-agenda-Quit org-agenda-bulk-mark-all org-agenda-bulk-unmark-all org-agenda-capture org-agenda-filter-by-top-category org-agenda-filter-top-category-apply org-agenda-finalize org-agenda-finalize-entries org-agenda-fit-window-to-buffer org-agenda-goto-block-beginning org-agenda-kill-all-agenda-buffers org-agenda-next-item org-agenda-prepare org-agenda-prepare-buffers org-agenda-prepare-window org-agenda-previous-item org-agenda-update-agenda-type org-agenda-use-sticky-p org-at-block-p org-at-comment-p org-at-encrypted-entry-p org-attach-attach-lns org-babel-calc-maybe-resolve-var org-babel-combine-header-arg-lists org-babel-enter-header-arg-w-completion org-babel-execute:scala org-babel-exp-get-export-buffer org-babel-header-arg-expand org-babel-noweb-p org-babel-noweb-wrap org-babel-prep-session:scala org-babel-scala-evaluate org-babel-scala-initiate-session org-babel-scala-table-or-string org-babel-set-current-result-hash org-babel-speed-command-activate org-backward-element org-backward-heading-same-level org-capture-expand-embedded-elisp org-capture-inside-embedded-elisp-p org-capture-string org-check-version org-clock-get-clocktable org-clock-in-last org-clock-sum-today org-columns-get-format org-columns-goto-top-level org-comment-line-break-function org-comment-or-uncomment-region org-contextualize-keys org-contextualize-validate-key org-create-formula-image-with-dvipng org-create-formula-image-with-imagemagick org-delete-directory org-display-inline-remove-overlay org-down-element org-drag-element-backward org-drag-element-forward org-element--collect-affiliated-keywords org-element--current-element org-element--get-next-object-candidates org-element--interpret-affiliated-keywords org-element--parse-elements org-element--parse-objects org-element-adopt-elements org-element-at-point org-element-babel-call-interpreter org-element-babel-call-parser org-element-bold-interpreter org-element-bold-parser org-element-center-block-interpreter org-element-center-block-parser org-element-clock-interpreter org-element-clock-parser org-element-code-interpreter org-element-code-parser org-element-comment-block-interpreter org-element-comment-block-parser org-element-comment-interpreter org-element-comment-parser org-element-contents org-element-context org-element-drawer-interpreter org-element-drawer-parser org-element-dynamic-block-interpreter org-element-dynamic-block-parser org-element-entity-interpreter org-element-entity-parser org-element-example-block-interpreter org-element-example-block-parser org-element-export-block-interpreter org-element-export-block-parser org-element-export-snippet-interpreter org-element-export-snippet-parser org-element-export-snippet-successor org-element-fixed-width-interpreter org-element-fixed-width-parser org-element-footnote-definition-interpreter org-element-footnote-definition-parser org-element-footnote-reference-interpreter org-element-footnote-reference-parser org-element-footnote-reference-successor org-element-headline-interpreter org-element-headline-parser org-element-horizontal-rule-interpreter org-element-horizontal-rule-parser org-element-inline-babel-call-interpreter org-element-inline-babel-call-parser org-element-inline-babel-call-successor org-element-inline-src-block-interpreter org-element-inline-src-block-parser org-element-inline-src-block-successor org-element-inlinetask-interpreter org-element-inlinetask-parser org-element-interpret-data org-element-italic-interpreter org-element-italic-parser org-element-item-interpreter org-element-item-parser org-element-keyword-interpreter org-element-keyword-parser org-element-latex-environment-interpreter org-element-latex-environment-parser org-element-latex-fragment-interpreter org-element-latex-fragment-parser org-element-latex-or-entity-successor org-element-line-break-interpreter org-element-line-break-parser org-element-line-break-successor org-element-link-interpreter org-element-link-parser org-element-link-successor org-element-macro-interpreter org-element-macro-parser org-element-macro-successor org-element-map org-element-nested-p org-element-normalize-contents org-element-normalize-string org-element-paragraph-interpreter org-element-paragraph-parser org-element-parse-buffer org-element-parse-secondary-string org-element-plain-list-interpreter org-element-plain-list-parser org-element-planning-interpreter org-element-planning-parser org-element-property org-element-property-drawer-interpreter org-element-property-drawer-parser org-element-put-property org-element-quote-block-interpreter org-element-quote-block-parser org-element-quote-section-interpreter org-element-quote-section-parser org-element-radio-target-interpreter org-element-radio-target-parser org-element-radio-target-successor org-element-restriction org-element-section-interpreter org-element-section-parser org-element-set-contents org-element-set-element org-element-special-block-interpreter org-element-special-block-parser org-element-src-block-interpreter org-element-src-block-parser org-element-statistics-cookie-interpreter org-element-statistics-cookie-parser org-element-statistics-cookie-successor org-element-strike-through-interpreter org-element-strike-through-parser org-element-sub/superscript-successor org-element-subscript-interpreter org-element-subscript-parser org-element-superscript-interpreter org-element-superscript-parser org-element-swap-A-B org-element-table-cell-interpreter org-element-table-cell-parser org-element-table-cell-successor org-element-table-interpreter org-element-table-parser org-element-table-row-interpreter org-element-table-row-parser org-element-target-interpreter org-element-target-parser org-element-target-successor org-element-text-markup-successor org-element-timestamp-interpreter org-element-timestamp-parser org-element-timestamp-successor org-element-type org-element-underline-interpreter org-element-underline-parser org-element-verbatim-interpreter org-element-verbatim-parser org-element-verse-block-interpreter org-element-verse-block-parser org-escape-code-in-region org-escape-code-in-string org-export-handle-metalines org-fill-line-break-nobreak-p org-fill-paragraph-separate-nobreak-p org-fill-paragraph-with-timestamp-nobreak-p org-find-invisible-foreground org-find-library-dir org-find-top-category org-fix-ellipsis-at-bol org-forward-element org-forward-heading-same-level org-git-version org-goto-map org-icalendar-finish-file org-icalendar-print-entries org-icalendar-start-file org-icalendar-ts-to-string org-in-fixed-width-region-p org-in-src-block-p org-in-subtree-not-table-p org-inc-effort org-indent-block org-indent-drawer org-indent-line org-indent-region org-insert-all-links org-insert-comment org-insert-drawer org-latex-color org-latex-color-format org-link-fontify-links-to-this-file org-link-prettify org-list-get-item-number org-lparse-preprocess-after-blockquote org-lparse-strip-experimental-blocks-maybe org-mark-element org-narrow-to-element org-no-popups org-odt-cleanup-xml-buffers org-re-property-keyword org-re-timestamp org-redisplay-inline-images org-refresh-properties org-release org-setup-comments-handling org-setup-filling org-show-priority org-speed-command-activate org-src-in-org-buffer org-src-tangle org-toggle-custom-properties-visibility org-toggle-sticky-agenda org-transpose-element org-unescape-code-in-region org-unescape-code-in-string org-unindent-buffer org-up-element org-vm-imap-open org-vm-select-message org-with-buffer-modified-unmodified orgtbl-to-table.el orgtbl-to-unicode pcase--let* pcase--mark-used pcase--self-quoting-p pcomplete--common-suffix pcomplete/org-mode/drawer pcomplete/org-mode/file-option/author pcomplete/org-mode/file-option/date pcomplete/org-mode/file-option/email pcomplete/org-mode/file-option/options pcomplete/org-mode/file-option/title pcomplete/org-mode/file-option/x plstore--decode plstore--encode plstore--write-contents-functions plstore-mode plstore-mode-decoded plstore-mode-original plstore-mode-toggle-display popup-menu-normalize-position posnp proced-marked-processes proced-renice proced-with-processes-buffer profiler-calltree-build profiler-calltree-build-1 profiler-calltree-children profiler-calltree-compute-percentages profiler-calltree-count profiler-calltree-count-percent profiler-calltree-count< profiler-calltree-count> profiler-calltree-depth profiler-calltree-entry profiler-calltree-find profiler-calltree-leaf-p profiler-calltree-p profiler-calltree-parent profiler-calltree-sort profiler-calltree-walk profiler-compare-logs profiler-compare-profiles profiler-cpu-log profiler-cpu-profile profiler-cpu-running-p profiler-cpu-start profiler-cpu-stop profiler-ensure-string profiler-find-profile profiler-find-profile-other-frame profiler-find-profile-other-window profiler-fixup-backtrace profiler-fixup-entry profiler-fixup-log profiler-fixup-profile profiler-format profiler-format-entry profiler-format-number profiler-format-percent profiler-make-calltree profiler-make-profile profiler-memory-log profiler-memory-profile profiler-memory-running-p profiler-memory-start profiler-memory-stop profiler-profile-diff-p profiler-profile-log profiler-profile-tag profiler-profile-timestamp profiler-profile-type profiler-profile-version profiler-read-profile profiler-report profiler-report-ascending-sort profiler-report-calltree-at-point profiler-report-collapse-entry profiler-report-compare-profile profiler-report-cpu profiler-report-descending-sort profiler-report-describe-entry profiler-report-expand-entry profiler-report-find-entry profiler-report-header-line-format profiler-report-insert-calltree profiler-report-insert-calltree-children profiler-report-line-format profiler-report-make-buffer-name profiler-report-make-entry-part profiler-report-make-name-part profiler-report-memory profiler-report-mode profiler-report-move-to-entry profiler-report-next-entry profiler-report-previous-entry profiler-report-profile profiler-report-profile-other-frame profiler-report-profile-other-window profiler-report-render-calltree profiler-report-render-calltree-1 profiler-report-render-reversed-calltree profiler-report-rerender-calltree profiler-report-setup-buffer profiler-report-setup-buffer-1 profiler-report-toggle-entry profiler-report-write-profile profiler-reset profiler-start profiler-stop profiler-write-profile prolog-smie-backward-token prolog-smie-forward-token prolog-smie-rules python-comint-output-filter-function python-completion-complete-at-point python-define-auxiliary-skeleton python-eldoc--get-doc-at-point python-eldoc-at-point python-ffap-module-path python-fill-comment python-fill-decorator python-fill-paren python-fill-string python-imenu-prev-index-position python-indent-calculate-indentation python-indent-calculate-levels python-indent-context python-indent-dedent-line python-indent-dedent-line-backspace python-indent-electric-colon python-indent-guess-indent-offset python-indent-line-function python-indent-post-self-insert-function python-indent-shift-left python-indent-shift-right python-indent-toggle-levels python-info-assignment-continuation-line-p python-info-beginning-of-backslash python-info-beginning-of-block-p python-info-beginning-of-statement-p python-info-block-continuation-line-p python-info-closing-block python-info-closing-block-message python-info-continuation-line-p python-info-current-defun python-info-current-line-comment-p python-info-current-line-empty-p python-info-current-symbol python-info-end-of-block-p python-info-end-of-statement-p python-info-line-ends-backslash-p python-info-looking-at-beginning-of-defun python-info-ppss-comment-or-string-p python-info-ppss-context python-info-ppss-context-type python-info-statement-ends-block-p python-info-statement-starts-block-p python-nav--backward-sexp python-nav--beginning-of-defun python-nav--forward-sexp python-nav--up-list python-nav-backward-block python-nav-backward-statement python-nav-backward-up-list python-nav-beginning-of-block python-nav-beginning-of-defun python-nav-beginning-of-statement python-nav-end-of-block python-nav-end-of-defun python-nav-end-of-statement python-nav-forward-block python-nav-forward-sexp python-nav-forward-statement python-nav-lisp-forward-sexp-safe python-nav-up-list python-pdbtrack-comint-output-filter-function python-pdbtrack-set-tracked-buffer python-shell-calculate-exec-path python-shell-calculate-process-environment python-shell-completion-complete-at-point python-shell-completion-complete-or-indent python-shell-completion-get-completions python-shell-get-or-create-process python-shell-get-process python-shell-get-process-name python-shell-internal-get-or-create-process python-shell-internal-get-process-name python-shell-internal-send-string python-shell-make-comint python-shell-output-filter python-shell-parse-command python-shell-send-buffer python-shell-send-defun python-shell-send-file python-shell-send-region python-shell-send-setup-code python-shell-send-string python-shell-send-string-no-output python-shell-switch-to-shell python-skeleton--else python-skeleton--except python-skeleton--finally python-skeleton-add-menu-items python-skeleton-class python-skeleton-def python-skeleton-define python-skeleton-for python-skeleton-if python-skeleton-try python-skeleton-while python-syntax-comment-or-string-p python-syntax-context python-syntax-context-type python-syntax-count-quotes python-syntax-stringify python-util-clone-local-variables python-util-forward-comment python-util-goto-line quail-deactivate quit-restore-window re-search-backward-lax-whitespace re-search-forward-lax-whitespace read-only-mode reftex-format-special reftex-get-string-refs reftex-hyperref-autopageref reftex-hyperref-autoref reftex-ref-style-activate reftex-ref-style-list reftex-ref-style-toggle reftex-remove-if reftex-report-bug reftex-select-cycle-ref-style-backward reftex-select-cycle-ref-style-forward reftex-select-cycle-ref-style-internal reftex-varioref-Ref reftex-varioref-Vref reftex-varioref-vpageref registry-db-list-p robin-deactivate rst-adaptive-fill rst-adjust-adornment rst-adjust-adornment-work rst-adornment-complete-p rst-arabic-to-roman rst-comment-indent rst-comment-insert-comment rst-comment-line-break rst-comment-region rst-compare-adornments rst-compute-tabs rst-define-key rst-display-adornments-hierarchy rst-extract-version rst-find-all-adornments rst-find-title-line rst-font-lock-extend-region rst-font-lock-extend-region-extend rst-font-lock-extend-region-internal rst-font-lock-find-unindented-line-limit rst-font-lock-find-unindented-line-match rst-font-lock-handle-adornment-matcher rst-font-lock-handle-adornment-pre-match-form rst-forward-line rst-get-adornment-match rst-get-adornments-around rst-get-next-adornment rst-imenu-convert-cell rst-imenu-create-index rst-imenu-find-adornments-for-position rst-indent-line rst-insert-list rst-insert-list-continue rst-insert-list-new-item rst-insert-list-pos rst-line-tabs rst-position-if rst-re rst-reset-section-caches rst-roman-to-arabic rst-shift-region rst-signum rst-some rst-straighten-adornments rst-suggest-new-adornment rst-testcover-add-1value rst-testcover-add-compose rst-testcover-defcustom rst-uncomment-region ruby-brace-to-do-end ruby-do-end-to-brace ruby-match-expression-expansion ruby-singleton-class-p ruby-syntax-enclosing-percent-literal ruby-syntax-propertize-percent-literal ruby-toggle-block run-python-internal search-backward-lax-whitespace search-forward-lax-whitespace semantic-complete-inline-project semantic-create-tag-proxy semantic-default-texi-setup semantic-error-if-unparsed semantic-find-tags-included semantic-ia-complete-symbol-menu semantic-subst-char-in-string semantic-symref-tool-cscope-list-p semantic-symref-tool-global-list-p semantic-symref-tool-grep-list-p semantic-symref-tool-idutils-list-p semantic-tag-resolve-proxy semantic-tag-set-proxy semantic-test-data-cache semanticdb-database-typecache-list-p semanticdb-project-database-file-list-p semanticdb-typecache-list-p server-generate-key server-get-auth-key ses-cell-formula-aset ses-cell-p ses-cell-references-aset ses-create-cell-variable ses-rename-cell ses-replace-name-in-formula set-temporary-overlay-map setq-local sh--inside-noncommand-expression sh--maybe-here-document sh-electric-here-document-mode sh-smie--continuation-start-indent sh-smie--keyword-p sh-smie--looking-back-at-continuation-p sh-smie--newline-semi-p sh-smie--rc-after-special-arg-p sh-smie--rc-newline-semi-p sh-smie--sh-keyword-in-p sh-smie--sh-keyword-p sh-smie-rc-backward-token sh-smie-rc-forward-token sh-smie-rc-rules sh-smie-sh-backward-token sh-smie-sh-forward-token sh-smie-sh-rules shell--parse-pcomplete-arguments shell--requote-argument shell--unquote&requote-argument shell--unquote-argument shr-render-buffer shr-zoom-image sieve-upload-and-kill smie-auto-fill smie-indent--bolp-1 soap-encode-simple-type soap-inspect-simple-type soap-parse-simple-type soap-resolve-references-for-simple-type soap-sample-value-for-simple-type soap-simple-type-enumeration soap-simple-type-kind soap-simple-type-name soap-simple-type-namespace-tag soap-simple-type-p solitaire-build-mode-line spam-exists-in-BBDB-p srecode-semantic-handle-:c system-groups system-users table-function tabulated-list--column-number tabulated-list--sort-by-column-name tabulated-list-delete-entry tabulated-list-entry-size-> tabulated-list-get-entry tabulated-list-print-col tabulated-list-print-fake-header tabulated-list-set-col tabulated-list-sort temp-buffer-window-setup temp-buffer-window-show term-pager-menu term-signals-menu term-terminal-menu texinfo-sort-region texinfo-sort-startkeyfun timeclock-mode-line-display timeclock-update-mode-line timer--psecs tramp-cleanup tramp-compat-condition-case-unless-debug tramp-file-name-hop tramp-parse-file tramp-parse-group tramp-parse-shostkeys-sknownhosts tramp-smb-action-with-tar tramp-smb-call-winexe tramp-smb-handle-process-file tramp-smb-handle-start-file-process tramp-smb-kill-winexe-function tramp-smb-shell-quote-argument tty-top-frame url--allowed-chars url-build-query-string url-domsuf-cookie-allowed-p url-domsuf-parse-file url-encode-url url-path-and-query url-port-if-non-default user-error vc-compilation-mode vc-dir-hide-state vc-git-log-edit-mode vc-git-log-edit-toggle-amend vc-git-log-edit-toggle-signoff vc-sccs-write-revision verilog-auto-assign-modport verilog-auto-inout-modport verilog-auto-inout-param verilog-auto-logic-setup verilog-auto-template-lint verilog-auto-undef verilog-batch-delete-trailing-whitespace verilog-clog2 verilog-decls-append verilog-decls-get-iovars verilog-decls-get-modports verilog-decls-princ verilog-forward-or-insert-line verilog-modi-cache-add-gparams verilog-modi-modport-lookup verilog-modi-modport-lookup-one verilog-modport-clockings verilog-modport-clockings-add verilog-modport-decls verilog-modport-decls-set verilog-modport-name verilog-modport-new verilog-modport-princ verilog-pretty-declarations-auto verilog-read-auto-template-hit verilog-read-auto-template-middle verilog-save-font-mods verilog-sig-type-set verilog-signals-edit-wire-reg verilog-signals-in verilog-signals-princ verilog-signals-with verilog-warn verilog-warn-error vhdl-back-to-indentation vhdl-fix-clause-buffer vhdl-in-extended-identifier-p vhdl-in-quote-p vhdl-template-package-electrical-systems vhdl-template-package-energy-systems vhdl-template-package-fluidic-systems vhdl-template-package-fundamental-constants vhdl-template-package-material-constants vhdl-template-package-mechanical-systems vhdl-template-package-radiant-systems vhdl-template-package-thermal-systems vhdl-upcase-list viper-deactivate-input-method viper-deactivate-input-method-action which-func-update-ediff-windows widget-documentation-string-indent-to window--display-buffer window--major-non-side-window window--major-side-window window--maybe-raise-frame window--size-ignore-p window-system-for-display wisent-grammar-mode with-temp-buffer-window with-tramp-connection-property with-tramp-file-property with-tramp-progress-reporter woman-break-table x-apply-session-resources x-get-selection-value x-selection-value xml--entity-replacement-text xml--parse-buffer xml-parse-tag-1 xscheme-mode-line-initialize xterm-mouse--read-event-sequence-1000 xterm-mouse--read-event-sequence-1006 xterm-mouse-translate-1 xterm-mouse-translate-extended yank-handle-category-property yank-handle-font-lock-face-property zone-hiding-mode-line))
(variables
(removed *gensym-counter* *org-bibtex-entries* *random-state* Buffer-menu--buffers Buffer-menu-buffer-column Buffer-menu-short-ellipsis Buffer-menu-sort-button-map Buffer-menu-sort-column Info-next-link-keymap Info-prev-link-keymap Info-up-link-keymap Man-overstrike-face Man-refpages-alist Man-reverse-face Man-sections-alist Man-underline-face activate-menubar-hook apropos-keybinding-face apropos-label-face apropos-property-face apropos-symbol-face autoload-make-program byte-debug-flag bytecomp-load-hook check-markers-debug-flag cl-active-block-names cl-compiling-file cl-hacked-flag cl-macroexpand-cmacs cl-old-bc-file-form cl-old-macroexpand cl-safe-funcs cl-simple-funcs cvs-changelog-full-paragraphs cvs-commit-buffer-require-final-newline cvs-diff-buffer-name cvs-diff-ignore-marks dbus-message-type-error dbus-message-type-invalid dbus-message-type-method-call dbus-message-type-method-return dbus-message-type-signal emerge-version ess-ask-for-ess-directory ess-local-process-name facemenu-unlisted-faces flyspell-casechars-cache flyspell-ispell-casechars-cache flyspell-ispell-not-casechars-cache flyspell-not-casechars-cache foldout-modeline-string follow-avoid-tail-recenter-p follow-deactive-menu follow-intercept-processes follow-mode-off-hook follow-process-filter-alist gdb-frame-parameters gnus-agent-send-mail-function gnus-local-organization gnus-nntp-service gnus-propagate-marks idlwave-default-completion-case-is-down idlwave-libinfo-file idlwave-library-routines idlwave-shell-activate-alt-keybindings idlwave-shell-fix-inserted-breaks idlwave-shell-print-expression-function idlwave-shell-use-breakpoint-glyph inferior-python-filter-regexp isearch-lazy-highlight-space-regexp jython-mode-abbrev-table jython-mode-map jython-mode-syntax-table lambda-list-keywords last-command-char last-input-char life-initialized ly-win32-ly-path ly-win32-midi-path ly-win32-pdf-path mode-line-inverse-video nnfolder-marks nnfolder-marks-directory nnfolder-marks-file-suffix nnfolder-marks-is-evil nnfolder-marks-modtime nnml-marks nnml-marks-file-name nnml-marks-is-evil nnml-marks-modtime nntp-coding-system-for-read nntp-coding-system-for-write nntp-marks nntp-marks-directory nntp-marks-file-name nntp-marks-is-evil nntp-marks-modtime nntp-server-to-method-cache obe-marker org-adaptive-fill-regexp-backup org-agenda-action-marker org-agenda-last-arguments org-agenda-no-heading-message org-babel-C++-compiler org-babel-C-compiler org-babel-awk-command org-babel-c-variant org-babel-default-header-args:C org-babel-default-header-args:asymptote org-babel-default-header-args:clojure org-babel-default-header-args:fortran org-babel-default-header-args:haskell org-babel-default-header-args:latex org-babel-fortran-compiler org-babel-haskell-eoe org-babel-haskell-lhs2tex-command org-babel-header-arg-names:R org-babel-header-arg-names:clojure org-babel-header-arg-names:lisp org-babel-header-arg-names:sql org-babel-header-arg-names:sqlite org-babel-java-command org-babel-java-compiler org-calendar-agenda-action-key org-goto-map org-pre-agenda-window-conf org-todo-only org-url-encoding-use-url-hexify pcomplete-quote-arg-hook python--prompt-regexp python-block-pairs python-command python-compilation-regexp-alist python-continuation-offset python-default-template python-honour-comment-indentation python-imports python-indent-index python-indent-list python-indent-list-length python-indent-string-contents python-jython-command python-jython-packages python-pdbtrack-do-tracking-p python-pdbtrack-input-prompt python-pdbtrack-is-tracking-p python-pdbtrack-minor-mode-string python-pdbtrack-stack-entry-regexp python-pdbtrack-track-range python-preoutput-continuation python-preoutput-leftover python-preoutput-skip-next-prompt python-prev-dir/file python-python-command python-remove-cwd-from-path python-saved-check-command python-shell-continuation-prompt-alist python-shell-prompt-alist python-source-modes python-space-backslash-table python-version-checked python-which-func-length-limit redisplay-preemption-period reftex-extra-bindings-map reftex-extra-bindings-prefix reftex-index-phrases-mode-syntax-table repeat-last-self-insert repeat-num-input-keys-at-self-insert repeat-undo-count rmail-decode-mime-charset rst-adornment-level-alist rst-font-lock-adornment-point rst-font-lock-indentation-point rst-font-lock-level rst-level-1-face rst-level-2-face rst-level-3-face rst-level-4-face rst-level-5-face rst-level-6-face rst-level-face-base-color rst-level-face-base-light rst-level-face-format-light rst-level-face-max rst-level-face-step-light rst-mode-lazy rst-new-decoration-down rst-re-bullets rst-re-items rst-section-text-regexp rst-shift-fill-region rst-toc-return-buffer rst-use-char-classes sc-version scoped-class sha1-program term-bold-attribute term-completion-menu term-inout-menu this tramp-default-password-end-of-line unread-command-char url-cookie-two-dot-domains vc-bzr-error-regex-alist vc-bzr-sha1-program vc-checkout-carefully vc-ignore-vc-files vc-master-templates vhdl-93-attributes vhdl-93-enum-values vhdl-93-functions vhdl-93-keywords vhdl-93-packages vhdl-93-types xml-name-regexp)
(added Buffer-menu-name-width Buffer-menu-size-width Info-file-attributes Man--last-refpage Man--last-section Man--refpages Man--sections Man-ansi-color-map allout-exposure-change-functions allout-structure-added-functions allout-structure-deleted-functions allout-structure-shifted-functions archive-extract-hook async-shell-command-buffer battery--linux-sysfs-regexp byte-compile-root-dir c-parse-state-point c-prepare-bug-report-hook c-state-old-cpp-beg-marker c-state-old-cpp-end-marker cal-html-holidays cal-tex-lefthead cal-tex-righthead calc-ensure-consistent-units calendar-american-month-header calendar-european-month-header calendar-iso-month-header calendar-month-header checkdoc-comment-style-functions checkdoc-style-functions cl--active-block-names cl--compiling-file cl--function-convert-cache cl--gensym-counter cl--labels-convert-cache cl--lambda-list-keywords cl--old-macroexpand cl--random-state cl--safe-funcs cl--simple-funcs cl-custom-print-functions cl-float-epsilon cl-float-negative-epsilon cl-least-negative-float cl-least-negative-normalized-float cl-least-positive-float cl-least-positive-normalized-float cl-most-negative-float cl-most-positive-float cl-struct-edebug--form-data-tags cl-struct-isearch--state-tags cl-struct-profiler-calltree-tags cl-struct-profiler-profile-tags cl-struct-soap-simple-type-tags comint-requote-function comint-unquote-function comment-inline-offset compilation-always-kill completion--all-sorted-completions-location create-lockfiles crisp-mode-mode-line-string custom-group-doc-align-col dbus-event-error-functions dbus-interface-emacs dbus-interface-objectmanager deactivate-current-input-method-function debug-on-message debugger-bury-or-kill debugger-previous-window debugger-previous-window-height defun-declarations-alist delete-trailing-lines diff--auto-refine-data diff-use-changed-face display-format-alist doc-view-paper-sizes doc-view-saved-settings ede-project-autoload-dirmatch edebug-inhibit-emacs-lisp-mode-bindings eieio-custom-mode-abbrev-table eieio-custom-mode-map eieio-custom-mode-syntax-table eieio-pre-method-execution-functions electric-buffer-menu-mode-abbrev-table electric-buffer-menu-mode-syntax-table emacs-bzr-version emacs-lisp-byte-code-mode-abbrev-table emacs-lisp-byte-code-mode-map emacs-lisp-byte-code-mode-syntax-table emacs-list-byte-code-comment-re emacs-lock-locked-buffer-functions enable-remote-dir-locals erc-dcc-chat-filter-functions erc-lurker-cleanup-count erc-lurker-cleanup-interval erc-lurker-hide-list erc-lurker-ignore-chars erc-lurker-state erc-lurker-threshold-time erc-lurker-trim-nicks erc-match-exclude-server-buffer erc-notifications-icon erc-notifications-last-notification erc-notifications-mode erc-server-timestamp-format eshell-status-in-mode-line file-auto-mode-skip filesets-cache-fill-content-hook fit-frame-to-buffer fit-frame-to-buffer-bottom-margin flymake-error-bitmap flymake-fringe-indicator-position flymake-warning-bitmap flymake-warning-re foldout-mode-line-string follow-inactive-menu gdb-display-buffer-other-frame-action gnus-gcc-post-body-encode-hook gnus-gcc-pre-body-encode-hook gnus-gcc-self-resent-messages gnus-notifications-id-to-msg gnus-notifications-minimum-level gnus-notifications-sent gnus-notifications-timeout gnus-notifications-use-google-contacts gnus-notifications-use-gravatar gnus-picon-properties gnus-subscribe-newsgroup-functions gnus-sync-lesync-design-prefix gnus-sync-lesync-install-topics gnus-sync-lesync-name gnus-sync-lesync-props-hash gnus-sync-lesync-security-object help-enable-auto-load hexl-bits hexl-rulers hfy-post-html-hook icalendar-import-format-uid ido-buffer-disable-smart-matches image-transform-right-angle-fudge image-transform-scale imagemagick--file-regexp imagemagick-enabled-types imenu--cleanup-seen inferior-python-mode-hook inhibit-debugger input-method-deactivate-hook isearch-lax-whitespace isearch-lazy-highlight-lax-whitespace isearch-lazy-highlight-regexp-lax-whitespace isearch-regexp-lax-whitespace ispell-buffer-session-localwords ispell-emacs-alpha-regexp log-edit-font-lock-gnu-keywords log-edit-font-lock-gnu-style log-edit-vc-backend ly-gen-pdf ly-w32-ly-path ly-w32-midi-path ly-w32-pdf-path macro-declarations-alist macroexp--pending-eager-loads math-normalize-error mh-kill-folder-suppress-prompt-functions minibuffer-eldef-shorten-default minibuffer-local-filename-syntax mm-archive-decoders mm-inhibit-auto-detect-attachment mode-line-default-help-echo mode-line-end-spaces mode-line-front-space mode-line-misc-info mouse-avoidance-banish-position nndiary-request-accept-article-functions nndiary-request-create-group-functions nndiary-request-update-info-functions nnmaildir-flag-mark-mapping nntp--report-1 notifications-get-capabilities-method nxml-glyph-set-functions org-additional-option-like-keywords-for-flyspell org-agenda-buffer org-agenda-buffer-tmp-name org-agenda-bulk-mark-char org-agenda-custom-commands-contexts org-agenda-diary-sexp-prefix org-agenda-doing-sticky-redo org-agenda-filtered-by-top-category org-agenda-finalize-hook org-agenda-inhibit-startup org-agenda-last-prefix-arg org-agenda-local-vars org-agenda-menu-two-columns org-agenda-overriding-cmd org-agenda-overriding-cmd-arguments org-agenda-persistent-marks org-agenda-pre-follow-window-conf org-agenda-pre-window-conf org-agenda-skip-timestamp-if-deadline-is-shown org-agenda-sticky org-agenda-this-buffer-is-sticky org-agenda-this-buffer-name org-agenda-top-category-filter org-agenda-use-tag-inheritance org-allow-promoting-top-level-subtree org-babel-default-header-args:scala org-babel-exeext org-babel-exp-call-line-template org-babel-exp-code-template org-babel-header-args:R org-babel-header-args:lisp org-babel-header-args:sql org-babel-header-args:sqlite org-babel-noweb-wrap-end org-babel-noweb-wrap-start org-babel-scala-command org-babel-scala-wrapper-method org-beamer-inherited-properties org-bibtex-entries org-called-with-limited-levels org-capture-bookmark org-capture-entry org-capture-initial org-capture-prepare-finalize-hook org-capture-templates-contexts org-capture-use-agenda-date org-clock-adjust-closest org-clock-clocked-in-display org-clock-continuously org-clock-file-time-cell-format org-clock-frame-title-format org-clock-mode-line-total org-clock-out-time org-clock-total-time-cell-format org-cmd org-custom-properties org-custom-properties-overlays org-datetree-add-timestamp org-ditaa-jar-option org-doi-server-url org-element--affiliated-re org-element-affiliated-keywords org-element-all-elements org-element-all-objects org-element-all-successors org-element-block-name-alist org-element-dual-keywords org-element-greater-elements org-element-keyword-translation-alist org-element-multiple-keywords org-element-object-restrictions org-element-object-successor-alist org-element-paragraph-separate org-element-parsed-keywords org-element-recursive-objects org-element-secondary-value-alist org-export-html-date-format-string org-export-latex-hyperref-options-format org-export-latex-link-with-unknown-path-format org-export-latex-tables-hline org-export-latex-tables-tend org-export-latex-tables-tstart org-fb-vars org-frame-title-format-backup org-habit-show-all-today org-id-link-to-org-use-id org-inlinetask-show-first-star org-keys org-latex-create-formula-image-program org-latex-preview-ltxpng-directory org-link-links-in-this-file org-match org-odt-zip-dir org-options-keywords org-protocol-data-separator org-sparse-tree-default-date-type org-timer-display org-ts-type org-url-hexify-p org-x11idle-exists-p package-menu--new-package-list paragraph-indent-minor-mode pascal--extra-indent pcmpl-rpm-cache pcmpl-rpm-cache-stamp-file pcmpl-rpm-cache-time pcmpl-rpm-packages pcmpl-rpm-query-options pcomplete-requote-argument-function perl-indent-parens-as-block plstore-encoded plstore-mode-abbrev-table plstore-mode-map plstore-mode-syntax-table proced-renice-command profiler-log-size profiler-max-stack-depth profiler-report-closed-mark profiler-report-cpu-line-format profiler-report-leaf-mark profiler-report-memory-line-format profiler-report-mode-abbrev-table profiler-report-mode-map profiler-report-mode-syntax-table profiler-report-open-mark profiler-report-order profiler-report-profile profiler-report-reversed profiler-sampling-interval profiler-version prolog-smie-grammar prolog-use-smie python-check-buffer-name python-check-custom-command python-eldoc-setup-code python-eldoc-string-code python-ffap-setup-code python-ffap-string-code python-fill-comment-function python-fill-decorator-function python-fill-docstring-style python-fill-paren-function python-fill-string-function python-indent-current-level python-indent-dedenters python-indent-guess-indent-offset python-indent-levels python-indent-offset python-indent-trigger-commands python-nav-beginning-of-defun-regexp python-pdbtrack-activate python-pdbtrack-buffers-to-kill python-pdbtrack-stacktrace-info-regexp python-pdbtrack-tracked-buffer python-shell--parent-buffer python-shell-buffer-name python-shell-compilation-regexp-alist python-shell-completion-module-string-code python-shell-completion-pdb-string-code python-shell-completion-setup-code python-shell-completion-string-code python-shell-enable-font-lock python-shell-exec-path python-shell-extra-pythonpaths python-shell-internal-buffer python-shell-internal-buffer-name python-shell-internal-last-output python-shell-interpreter python-shell-interpreter-args python-shell-output-filter-buffer python-shell-output-filter-in-progress python-shell-output-syntax-table python-shell-process-environment python-shell-prompt-block-regexp python-shell-prompt-output-regexp python-shell-prompt-pdb-regexp python-shell-prompt-regexp python-shell-setup-codes python-shell-virtualenv-path python-skeleton-autoinsert python-skeleton-available rcirc-activity-functions rcirc-kill-channel-buffers rcirc-print-functions rcirc-receive-message-functions rcirc-sentinel-functions read-passwd-map real-this-command reftex-cite-key-separator reftex-create-bibtex-footer reftex-create-bibtex-header reftex-index-phrases-syntax-table reftex-ref-macro-prompt reftex-ref-style-alist reftex-ref-style-default-list register-separator replace-lax-whitespace replace-regexp-lax-whitespace rst-adornment-chars rst-all-sections rst-arabic-to-roman rst-cvs-header rst-cvs-rev rst-cvs-timestamp rst-font-lock-adornment-level rst-font-lock-adornment-match rst-font-lock-find-unindented-line-begin rst-font-lock-find-unindented-line-end rst-font-lock-keywords rst-indent-comment rst-indent-field rst-indent-literal-minimized rst-indent-literal-normal rst-indent-width rst-initial-enums rst-initial-items rst-max-inline-length rst-new-adornment-down rst-official-cvs-rev rst-official-version rst-package-emacs-version-alist rst-preferred-adornments rst-re-alist rst-re-alist-def rst-section-hierarchy rst-svn-rev rst-svn-timestamp rst-toc-return-wincfg rst-uri-schemes rst-version ruby-defun-beg-re ruby-percent-literal-beg-re ruby-syntax-methods-before-regexp semantic-displayor-tooltip-initial-max-tags semantic-displayor-tooltip-mode semantic-lex-reset-functions server-auth-key sh-electric-here-document-mode sh-indent-after-continuation sh-smie--sh-operators sh-smie--sh-operators-back-re sh-smie--sh-operators-re sh-smie-rc-grammar sh-smie-sh-grammar sh-use-smie sql-db2-escape-newlines strokes-lighter subword-backward-function subword-backward-regexp subword-forward-function subword-forward-regexp switch-to-buffer-preserve-window-point tabulated-list--header-overlay tabulated-list--header-string tabulated-list-use-header-line temp-buffer-window-setup-hook temp-buffer-window-show-hook term-mode-abbrev-table term-mode-syntax-table term-pager-menu timeclock-mode-line-display tramp-current-connection tramp-message-show-progress-reporter-message tramp-postfix-hop-format tramp-postfix-hop-regexp tramp-remote-file-name-spec-regexp tramp-restricted-shell-hosts-alist tramp-save-ad-hoc-proxies tramp-smb-actions-with-tar tramp-smb-server-version tramp-smb-winexe-program tramp-smb-winexe-shell-command tramp-smb-winexe-shell-command-switch tramp-smb-wrong-passwd-regexp url-domsuf-domains url-encoding-table url-host-allowed-chars url-path-allowed-chars url-query-allowed-chars vc-bzr-error-regexp-alist vc-git-error-regexp-alist vc-git-log-edit-mode-abbrev-table vc-git-log-edit-mode-map vc-git-log-edit-mode-syntax-table vc-hg-error-regexp-alist vc-rcs-rcs2log-program verilog-after-save-font-hook verilog-auto-inst-interfaced-ports verilog-auto-template-hits verilog-auto-template-warn-unused verilog-before-save-font-hook verilog-save-font-mod-hooked verilog-warn-fatal vhdl-02-attributes vhdl-02-enum-values vhdl-02-functions vhdl-02-keywords vhdl-02-packages vhdl-02-types vhdl-ams-constants vhdl-array-index-record-field-in-sensitivity-list vhdl-comment-display-line-char vhdl-compile-absolute-path vhdl-compile-post-command vhdl-constants-regexp vhdl-indent-comment-like-next-code-line vhdl-makefile-default-targets wdired-keep-marker-rename winner-mode-off-hook x-last-selected-text xml-default-ns xml-entity-expansion-limit xml-entity-or-char-ref-re xml-parameter-entity-alist yank-handled-properties))
(features
(removed ob-C ob-asymptote ob-awk ob-clojure ob-fortran ob-haskell ob-java ob-latex org-install python-21 reftex-vcr)
(added cl-lib cl-macs erc-desktop-notifications gnus-notifications gv mm-archive ob-scala org-element org-loaddefs org-version profiler url-domsuf w32-common-fns)))
((24 4)
(functions
(removed Command-history-setup ad-Orig-copy-region-as-kill ad-Orig-create-file-buffer ad-Orig-dnd-insert-text ad-Orig-dnd-open-file ad-Orig-find-tag ad-Orig-idlwave-shell-electric-debug-mode ad-Orig-newline ad-Orig-org-format-latex-as-mathml ad-Orig-outline-end-of-subtree ad-Orig-rename-buffer ad-Orig-save-place-find-file-hook ad-Orig-server-visit-files ad-Orig-visit-tags-table ad-Orig-yank ad-activate-internal-off ad-advised-definition-p ad-clear-orig-definition ad-handle-definition ad-macro-p ad-make-advised-definition-docstring ad-make-advised-docstring ad-make-freeze-definition ad-make-freeze-docstring ad-make-mapped-call ad-make-origname ad-make-plain-docstring ad-real-documentation ad-real-fset ad-safe-fset ad-save-real-definition ad-save-real-definitions ad-set-orig-definition ad-special-form-p ad-start-advice ad-stop-advice ad-subr-p ad-with-auto-activation-disabled ada-create-syntax-table apropos-macrop as-get-flagged-mail as-get-selected-mail bubbles--mark-direct-neighbours bubbles--mark-neighbourhood bubbles--neighbourhood-available bubbles--update-neighbourhood-score byte-compile-add-to-list c-clear-char-property-fun cl--dolist cl--dotimes cl--symbol-function cl-do-proclaim cl-expand-do-loop cl-parse-loop-clause cl-pop2 cl-random-time class-children-fast class-parent-fast class-parents-fast cmpl-statistics-block crm--select-current-element css-backward-sexp css-forward-sexp css-indent-calculate css-indent-calculate-virtual css-indent-line cua-copy-rectangle cua-cut-rectangle cua-delete-rectangle cua-replace-region custom-declare-variable-early debbugs-gnu debug-arglist debug-convert-byte-code debug-on-entry-1 debugger-special-form-p delphi-after-change delphi-block-start delphi-char-token-at delphi-charset-token-at delphi-column-of delphi-comment-block-end delphi-comment-block-start delphi-comment-content-start delphi-comment-indent-of delphi-complete-literal delphi-composite-type-start delphi-corrected-indentation delphi-current-token delphi-debug-fontify-buffer delphi-debug-fontify-window delphi-debug-goto-next-token delphi-debug-goto-point delphi-debug-goto-previous-token delphi-debug-log delphi-debug-parse-buffer delphi-debug-parse-region delphi-debug-parse-window delphi-debug-show-current-string delphi-debug-show-current-token delphi-debug-show-is-stable delphi-debug-token-string delphi-debug-tokenize-buffer delphi-debug-tokenize-region delphi-debug-tokenize-window delphi-debug-unparse-buffer delphi-else-start delphi-enclosing-indent-of delphi-ensure-buffer delphi-explicit-token-at delphi-face-of delphi-fill-comment delphi-find-current-body delphi-find-current-def delphi-find-current-xdef delphi-find-unit delphi-find-unit-file delphi-find-unit-in-directory delphi-fontify-region delphi-group-end delphi-group-start delphi-in-token delphi-indent-line delphi-indent-of delphi-is delphi-is-block-after-expr-statement delphi-is-directory delphi-is-file delphi-is-literal-end delphi-is-literal-start delphi-is-simple-class-type delphi-is-stable-literal delphi-is-use-clause-end delphi-line-indent-of delphi-literal-end-pattern delphi-literal-kind delphi-literal-start-pattern delphi-literal-stop-pattern delphi-literal-text-properties delphi-literal-token-at delphi-log-msg delphi-looking-at-string delphi-match-token delphi-new-comment-line delphi-newline delphi-next-line-start delphi-next-token delphi-next-visible-token delphi-on-first-comment-line delphi-open-group-indent delphi-parse-next-literal delphi-parse-region delphi-parse-region-until-stable delphi-point-token-at delphi-previous-indent-of delphi-previous-token delphi-progress-done delphi-progress-start delphi-save-excursion delphi-save-match-data delphi-save-state delphi-search-directory delphi-section-indent-of delphi-set-text-properties delphi-set-token-end delphi-set-token-kind delphi-set-token-start delphi-space-token-at delphi-step-progress delphi-stmt-line-indent-of delphi-string-of delphi-tab delphi-token-at delphi-token-end delphi-token-kind delphi-token-of delphi-token-start delphi-token-string delphi-word-token-at describe-class describe-generic describe-method desktop-internal-v2s direct-print-region-helper dired-isearch-filenames-toggle do-applescript doc-view-current-cache-dir doc-view-odf->pdf doc-view-pdf->png doc-view-pdf->png-1 doc-view-remove-if ebrowse-delete-if-not edebug-gensym edebug-lookup-function edebug-macrop ediff-highest-priority edmacro-mismatch edmacro-subseq eieio-describe-class eieio-describe-class-slots eieio-describe-constructor eieio-describe-generic eieio-describe-method eieio-help-mode-augmentation-maybee electric-pair-syntax elp-wrapper erc-once-with-server-event-global ert--cl-do-remf ert--coerce-to-vector ert--gensym ert--intersection ert--mismatch ert--remove* ert--remove-if-not ert--remprop ert--set-difference ert--set-difference-eq ert--string-position ert--subseq ert--union eshell-apply-redirections eshell-do-opt eshell-isearch-cancel-map eshell-ls-insert-directory eshell-macrop eshell-process-args eshell-process-option eshell-set-option find-buffer-file-type find-buffer-file-type-match find-file-not-found-set-buffer-file-coding-system find-gc-unsafe find-unsafe-funcs flymake-count-lines flymake-current-line-no flymake-float-time flymake-get-temp-dir flymake-make-emacs-menu flymake-make-err-menu-data flymake-makehash flymake-popup-menu flymake-posn-at-point-as-event flymake-read-file-to-string flymake-replace-regexp-in-string flymake-save-string-to-file flymake-split-string gdb-add-pending gdb-car< gdb-delete-pending gdb-mapcar* gdb-pending-p gnus-macroexpand-all hi-lock-string-serialize highlight-save-buffer-state icomplete-get-keys ielm-complete-symbol implement-debug-on-entry inferior-octave-output-filter inferior-octave-strip-ctrl-g isearch-lookup-scroll-key isearch-other-control-char isearch-other-meta-char isearch-reread-key-sequence-naturally isearch-unread-key-sequence ly-attempt-to-open-pdf ly-attempt-to-play-midi ly-check-for-compile-error ly-compile-lilyfile ly-determine-ly-path ly-determine-midi-path ly-determine-pdf-path ly-execute-tangled-ly ly-get-header-args ly-mark-error-line ly-parse-error-line ly-parse-line-num ly-process-basic ly-process-compile-error ly-set-header-args ly-switch-extension ly-tangle ly-toggle-arrange-mode ly-toggle-html-generation ly-toggle-midi-play ly-toggle-pdf-display ly-toggle-pdf-generation ly-toggle-png-generation math-absolute-from-date menu-bar-help-extra-packages menu-bar-text-mode-auto-fill message-display-completion-list mouse--remap-link-click-p nndir-request-newsgroups nndraft-request-newsgroups nnimap-possibly-change-group nnir-artlist-groups nnir-possibly-change-server nxml-adjust-start-for-dependent-regions nxml-clear-dependent-regions nxml-extend-after-change-region nxml-extend-after-change-region1 nxml-mark-parse-dependent-region nxml-mark-parse-dependent-regions nxml-with-unmodifying-text-property-changes octave-abbrev-start octave-auto-fill octave-completion-at-point-function octave-initialize-completions octave-not-in-string-or-comment-p org-agenda-collect-markers org-agenda-filter-by-top-category org-agenda-filter-top-category-apply org-agenda-fix-tags-filter-overlays-at org-agenda-mark-filtered-text org-agenda-unmark-filtered-text org-ascii-level-start org-ascii-replace-entities org-attributes-to-string org-autoload org-babel-exp-non-block-elements org-babel-perl-var-to-perl org-babel-prep-session:scheme org-babel-reverse-string org-babel-scheme-initiate-session org-babel-shell-command-on-region org-beamer-after-initial-vars org-beamer-amend-header org-beamer-assoc-not-empty org-beamer-auto-fragile-frames org-beamer-cleanup-column-width org-beamer-close-column-maybe org-beamer-close-columns-maybe org-beamer-fix-toc org-beamer-get-special org-beamer-initialize-open-trackers org-beamer-open-column org-beamer-open-columns-maybe org-beamer-place-default-actions-for-lists org-beamer-sectioning org-beamer-select-beamer-code org-check-agenda-marker-table org-clock-delete-current org-clock-set-current org-close-li org-close-par-maybe org-closed-in-range org-colgroup-info-to-vline-list org-compute-latex-and-specials-regexp org-create-marker-find-array org-default-export-plist org-do-latex-and-special-faces org-do-lparse org-do-remember org-docbook-do-expand org-docbook-expand org-docbook-protect org-export org-export-add-options-to-plist org-export-add-subtree-options org-export-apply-macros-in-string org-export-as-ascii org-export-as-ascii-to-buffer org-export-as-docbook org-export-as-docbook-batch org-export-as-docbook-pdf org-export-as-docbook-pdf-and-open org-export-as-docbook-to-buffer org-export-as-encoding org-export-as-freemind org-export-as-html org-export-as-html-and-open org-export-as-html-batch org-export-as-html-to-buffer org-export-as-latex org-export-as-latex-batch org-export-as-latex-to-buffer org-export-as-latin1 org-export-as-latin1-to-buffer org-export-as-odf org-export-as-odf-and-open org-export-as-odt org-export-as-odt-and-open org-export-as-odt-batch org-export-as-org org-export-as-pdf org-export-as-pdf-and-open org-export-as-taskjuggler org-export-as-taskjuggler-and-open org-export-as-utf8 org-export-as-utf8-to-buffer org-export-as-xoxo org-export-as-xoxo-insert-into org-export-ascii-preprocess org-export-ascii-push-links org-export-ascii-wrap org-export-attach-captions-and-attributes org-export-blocks-add-block org-export-blocks-format-comment org-export-blocks-format-ditaa org-export-blocks-format-dot org-export-blocks-html-quote org-export-blocks-latex-quote org-export-blocks-preprocess org-export-blocks-set org-export-cleanup-toc-line org-export-concatenate-multiline-emphasis org-export-concatenate-multiline-links org-export-confirm-letbind org-export-convert-protected-spaces org-export-define-heading-targets org-export-directory org-export-docbook-close-li org-export-docbook-close-para-maybe org-export-docbook-convert-emphasize org-export-docbook-convert-special-strings org-export-docbook-convert-sub-super org-export-docbook-finalize-table org-export-docbook-format-desc org-export-docbook-format-image org-export-docbook-get-footnotes org-export-docbook-handle-time-stamps org-export-docbook-level-start org-export-docbook-list-line org-export-docbook-open-para org-export-docbook-preprocess org-export-docbook-protect-tags org-export-format-drawer org-export-format-source-code-or-example org-export-generic org-export-get-categories org-export-get-title-from-subtree org-export-grab-title-from-buffer org-export-handle-comments org-export-handle-export-tags org-export-handle-include-files org-export-handle-include-files-recurse org-export-handle-invisible-targets org-export-handle-metalines org-export-html-convert-emphasize org-export-html-convert-special-strings org-export-html-convert-sub-super org-export-html-format-desc org-export-html-format-href org-export-html-format-image org-export-html-get-bibliography org-export-html-get-tag-class-name org-export-html-get-todo-kwd-class-name org-export-html-mathjax-config org-export-html-preprocess org-export-htmlize-generate-css org-export-htmlize-region-for-paste org-export-icalendar org-export-icalendar-all-agenda-files org-export-icalendar-combine-agenda-files org-export-icalendar-this-file org-export-interpolate-newlines org-export-kill-licensed-text org-export-latex-content org-export-latex-convert-table.el-table org-export-latex-emph-format org-export-latex-first-lines org-export-latex-fix-inputenc org-export-latex-fixed-width org-export-latex-fontify org-export-latex-fontify-headline org-export-latex-format-image org-export-latex-format-toc-default org-export-latex-get-error org-export-latex-global org-export-latex-keywords org-export-latex-keywords-maybe org-export-latex-links org-export-latex-lists org-export-latex-make-header org-export-latex-parse-content org-export-latex-parse-global org-export-latex-parse-subcontent org-export-latex-preprocess org-export-latex-protect-amp org-export-latex-protect-char-in-string org-export-latex-protect-string org-export-latex-quotation-marks org-export-latex-set-initial-vars org-export-latex-special-chars org-export-latex-sub org-export-latex-subcontent org-export-latex-tables org-export-latex-time-stamps org-export-latex-treat-backslash-char org-export-latex-treat-sub-super-char org-export-mark-blockquote-verse-center org-export-mark-list-end org-export-mark-list-properties org-export-mark-radio-links org-export-normalize-links org-export-number-lines org-export-odt-convert org-export-odt-do-preprocess-latex-fragments org-export-odt-format-formula org-export-odt-format-image org-export-odt-preprocess org-export-odt-preprocess-label-references org-export-odt-preprocess-latex-fragments org-export-preprocess-apply-macros org-export-preprocess-string org-export-process-option-filters org-export-process-sentinel org-export-protect-colon-examples org-export-protect-quoted-subtrees org-export-protect-sub-super org-export-protect-verbatim org-export-push-to-kill-ring org-export-region-as-ascii org-export-region-as-docbook org-export-region-as-html org-export-region-as-latex org-export-remember-html-container-classes org-export-remove-archived-trees org-export-remove-clock-lines org-export-remove-comment-blocks-and-subtrees org-export-remove-headline-metadata org-export-remove-or-extract-drawers org-export-remove-special-table-lines org-export-remove-tasks org-export-remove-timestamps org-export-replace-src-segments-and-examples org-export-select-backend-specific-text org-export-splice-attributes org-export-splice-style org-export-string org-export-target-internal-links org-export-visible org-extract-attributes-from-string org-fill-paragraph-separate-nobreak-p org-find-top-category org-fix-ellipsis-at-bol org-format-org-table-html org-format-table-ascii org-format-table-html org-format-table-table-html org-format-table-table-html-using-table-generate-source org-freemind-bol-helper org-freemind-check-overwrite org-freemind-convert-links-from-org org-freemind-convert-links-helper org-freemind-convert-links-to-org org-freemind-convert-text-p org-freemind-do-apply-node-style org-freemind-escape-str-from-org org-freemind-from-org-mode org-freemind-from-org-mode-node org-freemind-from-org-sparse-tree org-freemind-get-children org-freemind-get-icon-names org-freemind-get-node-style org-freemind-get-richcontent-node org-freemind-get-richcontent-node-text org-freemind-get-richcontent-note org-freemind-get-richcontent-note-text org-freemind-get-tree-text org-freemind-goto-line org-freemind-look-for-visible-child org-freemind-lt-symbols org-freemind-lt-xml-attrs org-freemind-node-to-org org-freemind-org-text-to-freemind-subnode/note org-freemind-show org-freemind-symbols= org-freemind-test-get-tree-text org-freemind-to-org-mode org-freemind-unescape-str-to-org org-freemind-write-mm-buffer org-freemind-write-node org-get-and-remove-property org-get-current-options org-get-file-contents org-get-min-level org-get-text-property-any org-go-to-remember-target org-html-cvt-org-as-html org-html-do-expand org-html-expand org-html-expand-for-ascii org-html-export-list-line org-html-handle-links org-html-handle-time-stamps org-html-level-close org-html-level-start org-html-make-link org-html-protect org-html-should-inline-p org-icalendar-cleanup-string-rfc2455 org-icalendar-finish-file org-icalendar-print-entries org-icalendar-start-file org-icalendar-ts-to-string org-icalendar-use-UTC-date-timep org-id-reverse-string org-if-unprotected org-if-unprotected-1 org-if-unprotected-at org-infile-export-plist org-infojs-handle-options org-infojs-options-inbuffer-template org-init-section-numbers org-inlinetask-export-handler org-insert-beamer-options-template org-insert-centered org-insert-export-options-template org-inside-latex-math-p org-install-letbind org-irc-elipsify-description org-lparse org-lparse-and-open org-lparse-apply-char-styles org-lparse-apply-sub-superscript-styles org-lparse-backend-get org-lparse-backend-is-native-p org-lparse-batch org-lparse-begin org-lparse-begin-collect org-lparse-begin-environment org-lparse-begin-footnote-definition org-lparse-begin-level org-lparse-begin-list org-lparse-begin-list-item org-lparse-begin-list-table:table-cell org-lparse-begin-outline-and-outline-text org-lparse-begin-outline-text org-lparse-begin-paragraph org-lparse-begin-table-rowgroup org-lparse-bind-local-variables org-lparse-convert-read-params org-lparse-convert-special-strings org-lparse-current-environment-p org-lparse-do-convert org-lparse-do-reachable-formats org-lparse-end org-lparse-end-collect org-lparse-end-environment org-lparse-end-footnote-definition org-lparse-end-level org-lparse-end-list org-lparse-end-list-item org-lparse-end-list-item-1 org-lparse-end-list-table:table-cell org-lparse-end-outline-text-or-outline org-lparse-end-paragraph org-lparse-end-table org-lparse-export-list-line org-lparse-format org-lparse-format-extra-targets org-lparse-format-list-table org-lparse-format-org-link org-lparse-format-org-table org-lparse-format-org-tags org-lparse-format-section-number org-lparse-format-table org-lparse-format-table-row org-lparse-format-table-table org-lparse-format-table-table-using-table-generate-source org-lparse-format-tags org-lparse-format-todo org-lparse-get org-lparse-get-block-params org-lparse-get-targets-from-title org-lparse-handle-time-stamps org-lparse-html-list-type-to-canonical-list-type org-lparse-insert org-lparse-insert-list-table org-lparse-insert-org-table org-lparse-insert-table-table org-lparse-insert-tag org-lparse-org-table-to-list-table org-lparse-prepare-toc org-lparse-preprocess-after-blockquote org-lparse-preprocess-after-blockquote-hook org-lparse-reachable-formats org-lparse-reachable-p org-lparse-region org-lparse-register-backend org-lparse-should-inline-p org-lparse-stash-pop-paragraph-state org-lparse-stash-save-paragraph-state org-lparse-strip-experimental-blocks-maybe org-lparse-strip-experimental-blocks-maybe-hook org-lparse-suffix-from-snumber org-lparse-table-get-colalign-info org-lparse-to-buffer org-lparse-unregister-backend org-lparse-warn org-mac-message-get-links org-mac-message-insert-flagged org-mac-message-insert-link org-mac-message-insert-selected org-mac-message-open org-mew-open org-mew-store-link org-number-to-counter org-number-to-roman org-odt-add-label-definition org-odt-begin-annotation org-odt-begin-document-body org-odt-begin-document-content org-odt-begin-environment org-odt-begin-footnote-definition org-odt-begin-list org-odt-begin-list-item org-odt-begin-office-body org-odt-begin-outline org-odt-begin-outline-text org-odt-begin-paragraph org-odt-begin-section org-odt-begin-table org-odt-begin-table-rowgroup org-odt-cleanup-xml-buffers org-odt-configure-outline-numbering org-odt-continue-list org-odt-copy-formula-file org-odt-copy-image-file org-odt-copy-styles-file org-odt-delete-empty-paragraphs org-odt-discontinue-list org-odt-do-image-size org-odt-encode-plain-text org-odt-end-annotation org-odt-end-document-body org-odt-end-document-content org-odt-end-environment org-odt-end-export org-odt-end-footnote-definition org-odt-end-list org-odt-end-list-item org-odt-end-outline org-odt-end-outline-text org-odt-end-paragraph org-odt-end-section org-odt-end-table org-odt-end-table-rowgroup org-odt-fill-tabs-and-spaces org-odt-finalize-outfile org-odt-fixup-label-references org-odt-format-anchor org-odt-format-author org-odt-format-bookmark org-odt-format-comment org-odt-format-date org-odt-format-entity org-odt-format-entity-caption org-odt-format-fontify org-odt-format-footnote org-odt-format-footnote-ref org-odt-format-footnote-reference org-odt-format-frame org-odt-format-heading org-odt-format-horizontal-line org-odt-format-inline-formula org-odt-format-inline-image org-odt-format-inlinetask org-odt-format-label-definition org-odt-format-label-reference org-odt-format-line org-odt-format-line-break org-odt-format-link org-odt-format-object-description org-odt-format-org-entity org-odt-format-org-link org-odt-format-preamble org-odt-format-source-code-or-example org-odt-format-source-code-or-example-colored org-odt-format-source-code-or-example-plain org-odt-format-source-line-with-line-number-and-label org-odt-format-spaces org-odt-format-stylized-paragraph org-odt-format-table-cell org-odt-format-table-row org-odt-format-tabs org-odt-format-tags org-odt-format-target org-odt-format-textbox org-odt-format-toc org-odt-format-toc-entry org-odt-format-toc-item org-odt-get org-odt-get-extra-attrs-for-paragraph-style org-odt-get-image-name org-odt-get-paragraph-style-cookie-for-table-cell org-odt-get-style-name-cookie-for-table-cell org-odt-get-style-name-for-entity org-odt-image-size-from-file org-odt-init-outfile org-odt-insert-custom-styles-for-srcblocks org-odt-insert-toc org-odt-is-formula-link-p org-odt-merge-frame-params org-odt-relocate-relative-path org-odt-remap-stylenames org-odt-save-as-outfile org-odt-unload-function org-odt-update-meta-file org-odt-update-styles-file org-odt-write-automatic-styles org-odt-write-mimetype-file org-odt-zip-extract org-odt-zip-extract-one org-open-par org-protocol-remember org-publish-aux-preprocess org-publish-delete-dups org-publish-org-to-ascii org-publish-org-to-html org-publish-org-to-latex org-publish-org-to-latin1 org-publish-org-to-org org-publish-org-to-pdf org-publish-org-to-utf8 org-publish-sanitize-plist org-publish-with-aux-preprocess-maybe org-re-property-keyword org-re-search-forward-unprotected org-recenter-heading org-remember org-remember-annotation org-remember-apply-template org-remember-escaped-% org-remember-finalize org-remember-finish-immediately org-remember-goto-last-stored org-remember-handler org-remember-insinuate org-remember-kill org-remember-mode org-remember-visit-immediately org-remove-file-link-modifiers org-remove-formatting-on-newlines-in-region org-remove-initial-hash org-replace-region-by org-replace-region-by-ascii org-replace-region-by-docbook org-replace-region-by-html org-replace-region-by-latex org-require-remember org-search-todo-below org-section-number org-select-remember-template org-solidify-link-text org-special-blocks-convert-html-special-cookies org-special-blocks-convert-latex-special-cookies org-special-blocks-make-special-cookies org-store-forced-table-alignment org-symname-or-string org-taskjuggler-assign-resource-ids org-taskjuggler-assign-task-ids org-taskjuggler-clean-effort org-taskjuggler-clean-id org-taskjuggler-close-maybe org-taskjuggler-components org-taskjuggler-compute-task-leafiness org-taskjuggler-filter-and-join org-taskjuggler-find-task-with-id org-taskjuggler-get-attribute org-taskjuggler-get-attributes org-taskjuggler-get-priority org-taskjuggler-get-unique-id org-taskjuggler-insert-reports org-taskjuggler-open-project org-taskjuggler-open-resource org-taskjuggler-open-task org-taskjuggler-parent-is-ordered-p org-taskjuggler-resolve-dependencies org-taskjuggler-resolve-explicit-dependencies org-taskjuggler-targeting-tj3-p org-taskjuggler-tokenize-dependencies org-vm-follow-link org-vm-imap-open org-vm-open org-vm-select-message org-vm-store-link org-with-buffer-modified-unmodified org-wl-folder-type org-wl-message-field org-wl-open org-wl-open-nntp org-wl-store-link org-wl-store-link-folder org-wl-store-link-message org-xml-encode-org-text org-xml-encode-org-text-skip-links org-xml-encode-plain-text org-xml-fix-class-name org-xml-format-desc org-xml-format-href orgtbl-export package--dir package--make-autoloads-and-compile package-desc-doc package-desc-vers package-download-single package-download-tar package-handle-response package-mark-obsolete package-maybe-load-descriptor package-strip-version package-unpack-single pcomplete/org-mode/file-option/x prolog-backward-list prolog-electric-colon prolog-electric-dash prolog-electric-delete prolog-electric-dot prolog-electric-if-then-else prolog-electric-underscore prolog-find-indent-of-matching-paren prolog-find-start-of-mline-comment prolog-forward-list prolog-goto-comment-column prolog-goto-next-paren prolog-in-string-or-comment prolog-indent-level prolog-indent-line prolog-indentation-level-of-line prolog-insert-spaces-after-paren prolog-inside-mline-comment prolog-make-keywords-regexp prolog-paren-is-the-first-on-line-p prolog-region-paren-balance prolog-tokenize ps-eval-switch ps-flatten-list ps-flatten-list-1 ps-string-list python-imenu-prev-index-position python-indent-electric-colon python-nav--backward-sexp python-nav-lisp-forward-sexp-safe read-mail-item-name report-emacs-bug-create-existing-bugs-buffer report-emacs-bug-parse-query-results report-emacs-bug-query-existing-bugs restore-overriding-map rng-dependent-region-changed rng-ipattern-defslot rng-ipattern-get-after rng-ipattern-get-child rng-ipattern-get-datatype rng-ipattern-get-index rng-ipattern-get-memo-end-tag-deriv rng-ipattern-get-memo-map-data-deriv rng-ipattern-get-memo-map-start-attribute-deriv rng-ipattern-get-memo-map-start-tag-open-deriv rng-ipattern-get-memo-mixed-text-deriv rng-ipattern-get-memo-start-tag-close-deriv rng-ipattern-get-memo-text-only-deriv rng-ipattern-get-memo-text-typed rng-ipattern-get-name-class rng-ipattern-get-nullable rng-ipattern-get-type rng-ipattern-get-value-object rng-ipattern-set-after rng-ipattern-set-child rng-ipattern-set-datatype rng-ipattern-set-index rng-ipattern-set-memo-end-tag-deriv rng-ipattern-set-memo-map-data-deriv rng-ipattern-set-memo-map-start-attribute-deriv rng-ipattern-set-memo-map-start-tag-open-deriv rng-ipattern-set-memo-mixed-text-deriv rng-ipattern-set-memo-start-tag-close-deriv rng-ipattern-set-memo-text-only-deriv rng-ipattern-set-memo-text-typed rng-ipattern-set-name-class rng-ipattern-set-nullable rng-ipattern-set-type rng-ipattern-set-value-object rng-mark-xmltok-dependent-region rng-mark-xmltok-dependent-regions s5-dynamic-choice-match s5-dynamic-choice-match-inline s5-widget-value-create save&set-overriding-map sbe scheme-font-lock-syntactic-face-function selected-terminal semantic-ia-complete-symbol-menu send-mail-item-name shadow-remove-if shr-collect-overlays shr-overlays-in-region shr-put-color shr-put-color-1 shr-visit-file sieve-manage-disable-multibyte sieve-manage-forward sieve-manage-network-open sieve-manage-network-p sieve-manage-open-1 sieve-manage-parse-capability-1 sieve-manage-parse-greeting-1 sieve-manage-starttls-open sieve-manage-starttls-p skeleton-newline sql-oracle-show-reserved-words sql-read-passwd sql-signum sql-try-completion text-clone-maintain thumbs-gensym trace-call-tree trace-unsafe trace-use-tree tramp-cleanup tramp-compat-call-process tramp-detect-ssh-controlmaster tramp-sh-handle-call-process-region tramp-sh-handle-executable-find tramp-sh-handle-make-auto-save-file-name universal-argument-minus universal-argument-other-key untranslated-canonical-name untranslated-file-p vc-process-sentinel verilog-get-beg-of-defun verilog-get-list verilog-sk-uvm-class verilog-type-completion vhdl-mode-syntax-table-init viper-envelop-ESC-key widget-remove-if winner-hook-installed-p with-org-lparse-preserve-paragraph-state woman-mark-horizonal-position xmltok-add-dependent xmltok-semi-closed-reparse-p xmltok-unclosed-reparse-p xterm-mouse-event-read)
(added Buffer-menu--unmark Buffer-menu-multi-occur Info--search-loop Info-build-node-completions-1 Info-next-reference-or-link Info-prev-reference-or-link Man-parse-man-k Man-start-calling Man-update-manpage abbrev--default-expand abbrev--symbol ad--defalias-fset ad--make-advised-docstring ad-Advice-c-backward-sws ad-Advice-c-beginning-of-macro ad-Advice-c-forward-sws ad-Advice-dnd-insert-text ad-Advice-dnd-open-file ad-Advice-find-tag ad-Advice-idlwave-shell-electric-debug-mode ad-Advice-save-place-find-file-hook ad-Advice-server-visit-files ad-Advice-visit-tags-table ad-clear-advicefunname-definition ad-make-advicefunname add-face-text-property add-function advice--add-function advice--buffer-local advice--called-interactively-skip advice--car advice--cd*r advice--cdr advice--defalias-fset advice--interactive-form advice--make advice--make-1 advice--make-docstring advice--make-interactive-form advice--member-p advice--normalize advice--normalize-place advice--p advice--props advice--remove-function advice--set-buffer-local advice--strip-macro advice--subst-main advice--symbol-function advice--tweak advice-add advice-eval-interactive-spec advice-function-mapc advice-function-member-p advice-mapc advice-member-p advice-remove ange-ftp-run-real-handler-orig apropos-user-option auth-source-current-line auth-source-netrc-parse-entries auth-source-netrc-parse-next-interesting auth-source-netrc-parse-one auth-source-secrets-listify-pattern authors-lax-changelog-p authors-no-scan-file-p auto-revert-notify-add-watch auto-revert-notify-handler auto-revert-notify-rm-watch autoload--print-cookie-text autoload--setup-output backtrace--locals backtrace-eval bat-cmd-help bat-mode bat-run bat-run-args bat-template battery-bsd-apm blink-cursor-check blink-cursor-suspend bookmark-bmenu-set-header bookmark-insert-annotation bool-vector-count-consecutive bool-vector-count-population bool-vector-exclusive-or bool-vector-intersection bool-vector-not bool-vector-set-difference bool-vector-subsetp bool-vector-union browse-web bubbles--mark-direct-neighbors bubbles--mark-neighborhood bubbles--neighborhood-available bubbles--update-neighborhood-score buffer-stale--default-function buffer-substring--filter button--area-button-p button--area-button-string byte-compile--declare-var byte-compile-and-folded byte-compile-condition-case--new byte-compile-condition-case--old byte-compile-function-warn c-back-over-member-initializers c-backward-over-enum-header c-electric-indent-local-mode-hook c-electric-indent-mode-hook c-last-command-char calendar-day-header-construct case-table-get-table cc-imenu-java-build-type-args-regex cconv-warnings-only cedet-files-list-recursively cfengine3--current-function cfengine3-clear-syntax-cache cfengine3-completion-function cfengine3-documentation-function cfengine3-format-function-docstring cfengine3-make-syntax-cache cl--compiler-macro-typep cl--do-proclaim cl--expand-do-loop cl--loop-set-iterator-function cl--macroexp-fboundp cl--parse-loop-clause cl--pass-args-to-cl-declare cl--pop2 cl--random-time cl--sublis cl--unused-var-p cl--wrap-in-nil-block cl-tagbody comint-adjust-window-point command-error-default-function compilation-display-error completion--complete-and-exit completion--in-region completion--in-region-1 completion-complete-and-exit completion-in-region--single-word completion-pcm--optimize-pattern completion-table-merge completion-table-with-cache convert-pdf cookie-apropos cookie-check-file cookie-doctor cookie-read cookie-shuffle-vector copy-ert-test-skipped copy-gdb-handler copy-package--bi-desc copy-package-desc crm--completion-command crm--current-element css-current-defun-name css-smie--backward-token css-smie--forward-token css-smie-rules cua--rectangle-highlight-for-redisplay cua--rectangle-region-extract cua-rectangle-mark-mode custom--sort-vars custom--sort-vars-1 cwarn-mode-set-explicitly cycle-spacing dbstring-mysql dbus-handle-bus-disconnect dbus-init-bus dbus-notice-synchronous-call-errors debug--function-list debug--implement-debug-on-entry debugger--backtrace-base debugger--hide-locals debugger--insert-locals debugger--locals-visible-p debugger--show-locals debugger-toggle-locals default-font-height default-line-height default-toplevel-value define-alternatives define-error delay-warning delete-consecutive-dups delete-duplicate-lines desktop--check-dont-save desktop--v2s desktop-auto-save desktop-auto-save-cancel-timer desktop-auto-save-disable desktop-auto-save-enable desktop-auto-save-set-timer desktop-restore-frameset desktop-restoring-frameset-p desktop-save-frameset dired-check-switches dired-hide-details-mode dired-hide-details-update-invisibility-spec dired-isearch-filenames-mode dired-switches-recursive-p display-buffer-no-window display-monitor-attributes-list doc-view--current-cache-dir doc-view-desktop-save-buffer doc-view-djvu->tiff-converter-ddjvu doc-view-document->bitmap doc-view-odf->pdf-converter-soffice doc-view-odf->pdf-converter-unoconv doc-view-pdf->png-converter-ghostscript doc-view-pdf->png-converter-mupdf doc-view-ps->png-converter-ghostscript doc-view-restore-desktop-buffer doc-view-scale-adjust doc-view-scale-reset doc-view-set-up-single-converter ede-cpp-root-project ede-cpp-root-project-child-p ede-cpp-root-project-list-p ede-cpp-root-project-p ede-files-find-existing ede-find-project-root ede-flush-deleted-projects ede-normalize-file/directory edebug--called-interactively-skip edebug--require-cl-read edebug-unload-function ediff-buffer-type ediff-directories-command ediff-directories3-command ediff-files-command ediff-merge-command ediff-merge-directories-command ediff-merge-directories-with-ancestor-command ediff-merge-with-ancestor-command ediff3-files-command eieio--check-type eieio--class--unused-0 eieio--class-children eieio--class-class-allocation-a eieio--class-class-allocation-custom eieio--class-class-allocation-custom-group eieio--class-class-allocation-custom-label eieio--class-class-allocation-doc eieio--class-class-allocation-printer eieio--class-class-allocation-protection eieio--class-class-allocation-type eieio--class-class-allocation-values eieio--class-default-object-cache eieio--class-initarg-tuples eieio--class-options eieio--class-parent eieio--class-protection eieio--class-public-a eieio--class-public-custom eieio--class-public-custom-group eieio--class-public-custom-label eieio--class-public-d eieio--class-public-doc eieio--class-public-printer eieio--class-public-type eieio--class-symbol eieio--class-symbol-obarray eieio--define-field-accessors eieio--object--unused-0 eieio--object-class eieio--object-name eieio--scoped-class eieio--with-scoped-class eieio-class-children eieio-class-children-fast eieio-class-name eieio-class-parent eieio-class-parents eieio-class-parents-fast eieio-class-precedence-list eieio-help-class eieio-help-class-slots eieio-help-constructor eieio-help-generic eieio-object-class eieio-object-class-name eieio-object-name eieio-object-name-string eieio-object-set-name-string eldoc--message-command-p eldoc-edit-message-commands eldoc-minibuffer-message electric--sort-post-self-insertion-hook electric-indent-just-newline electric-indent-local-mode electric-newline-and-maybe-indent electric-pair--balance-info electric-pair--insert electric-pair--inside-string-p electric-pair--skip-whitespace electric-pair--syntax-ppss electric-pair--unbalanced-strings-p electric-pair-conservative-inhibit electric-pair-default-inhibit electric-pair-default-skip-self electric-pair-delete-pair electric-pair-inhibit-if-helps-balance electric-pair-skip-if-helps-balance electric-pair-syntax-info elp--instrumented-p elp--make-wrapper emacs-repository-get-version epa-mail-default-recipients epa-read-file-name epg-context-home-directory epg-context-pinentry-mode epg-context-program epg-context-set-home-directory epg-context-set-pinentry-mode epg-context-set-program erc-menu ert--skip-unless ert--stats-skipped ert-skip ert-stats-skipped ert-test-skipped-backtrace ert-test-skipped-condition ert-test-skipped-infos ert-test-skipped-messages ert-test-skipped-p ert-test-skipped-should-forms eshell--apply-redirections eshell--do-opts eshell--process-args eshell--process-option eshell--set-option eshell-complete-lisp-symbol eshell-ls--insert-directory eshell-tramp-initialize eshell-visual-command-p eudc-batch-export-records-to-bbdb eudc-bbdb-extract-addresses eudc-bbdb-extract-phones eudc-bbdb-filter-non-matching-record eudc-bbdb-format-query eudc-bbdb-format-record-as-result eudc-bbdb-query-internal eudc-bbdb-set-server eudc-bbdbify-address eudc-bbdbify-phone eudc-create-bbdb-record eudc-parse-spec eww eww-add-bookmark eww-back-url eww-beginning-of-field eww-beginning-of-text eww-bookmark-browse eww-bookmark-kill eww-bookmark-mode eww-bookmark-prepare eww-bookmark-yank eww-browse-url eww-browse-with-external-browser eww-change-select eww-colorize-region eww-copy-page-url eww-detect-charset eww-display-html eww-display-image eww-display-raw eww-download eww-download-callback eww-end-of-field eww-end-of-text eww-follow-link eww-form-checkbox eww-form-submit eww-form-text eww-forward-url eww-handle-link eww-history-browse eww-history-mode eww-input-value eww-inputs eww-list-bookmarks eww-list-histories eww-make-unique-file-name eww-mode eww-next-bookmark eww-next-url eww-open-file eww-parse-headers eww-previous-bookmark eww-previous-url eww-process-text-input eww-read-bookmarks eww-reload eww-render eww-restore-history eww-same-page-p eww-save-history eww-select-display eww-setup-buffer eww-submit eww-tag-a eww-tag-body eww-tag-form eww-tag-input eww-tag-link eww-tag-select eww-tag-textarea eww-tag-title eww-toggle-checkbox eww-top-url eww-up-url eww-update-field eww-update-header-line-format eww-view-source eww-write-bookmarks fancy-splash-image-file ffap-c++-mode file-acl file-cache--read-list file-extended-attributes file-notify--event-cookie file-notify--event-file-name file-notify--event-file1-name file-notify-add-watch file-notify-callback file-notify-handle-event file-notify-rm-watch fill-single-char-nobreak-p find-tag-default-as-regexp find-tag-default-as-symbol-regexp find-tag-default-bounds finder-unload-function flymake-popup-current-error-menu font-lock-mode-set-explicitly frame-border-width frame-bottom-divider-width frame-char-size frame-font-cache frame-fringe-width frame-monitor-attributes frame-right-divider-width frame-scroll-bar-width frame-text-cols frame-text-height frame-text-lines frame-text-width frame-total-cols frameset--find-frame-if frameset--initial-params frameset--jump-to-register frameset--make frameset--minibufferless-last-p frameset--prop-setter frameset--record-minibuffer-relationships frameset--restore-frame frameset--reuse-frame frameset--set-id frameset-app frameset-cfg-id frameset-compute-pos frameset-copy frameset-description frameset-filter-iconified frameset-filter-minibuffer frameset-filter-params frameset-filter-sanitize-color frameset-filter-shelve-param frameset-filter-tty-to-GUI frameset-filter-unshelve-param frameset-frame-id frameset-frame-id-equal-p frameset-frame-with-id frameset-keep-original-display-p frameset-minibufferless-first-p frameset-move-onscreen frameset-name frameset-p frameset-prop frameset-properties frameset-restore frameset-save frameset-states frameset-switch-to-gui-p frameset-switch-to-tty-p frameset-timestamp frameset-to-register frameset-valid-p frameset-version function-equal function-put gametree-mouse-break-line-here gametree-mouse-hide-subtree gametree-mouse-show-children-and-entry gametree-mouse-show-subtree gdb-add-handler gdb-delete-handler gdb-done gdb-error gdb-get-handler-function gdb-handle-reply gdb-handler-function gdb-handler-p gdb-handler-pending-trigger gdb-handler-token-number gdb-pending-handler-p gdb-remove-all-pending-triggers gdb-strip-string-backslash gdbmi-bnf-async-record gdbmi-bnf-console-stream-output gdbmi-bnf-gdb-prompt gdbmi-bnf-incomplete-record-result gdbmi-bnf-init gdbmi-bnf-log-stream-output gdbmi-bnf-out-of-band-record gdbmi-bnf-output gdbmi-bnf-result-and-async-record-impl gdbmi-bnf-result-record gdbmi-bnf-skip-unrecognized gdbmi-bnf-stream-record gdbmi-bnf-target-stream-output gdbmi-is-number gdbmi-same-start gdbmi-start-with generic--normalize-comments generic-set-comment-syntax generic-set-comment-vars get-pos-property global-hl-line-unhighlight-all global-prettify-symbols-mode global-prettify-symbols-mode-check-buffers global-prettify-symbols-mode-cmhh global-prettify-symbols-mode-enable-in-buffers global-superword-mode global-superword-mode-check-buffers global-superword-mode-cmhh global-superword-mode-enable-in-buffers glyphless-set-char-table-range gmm-called-interactively-p gmm-labels gnus--let-eval gnus-backend-trace gnus-browse-delete-group gnus-clean-old-newsrc gnus-delete-gnus-frame gnus-get-text-property-excluding-characters-with-faces gnus-icalendar--cancel-org-event gnus-icalendar--deactivate-org-timestamp gnus-icalendar--format-participant-list gnus-icalendar--format-summary-line gnus-icalendar--get-org-event-reply-status gnus-icalendar--show-org-event gnus-icalendar--update-org-event gnus-icalendar-event gnus-icalendar-event--build-reply-event-body gnus-icalendar-event--decode-datefield gnus-icalendar-event--find-attendee gnus-icalendar-event--get-attendee-names gnus-icalendar-event->gnus-calendar gnus-icalendar-event->org-entry gnus-icalendar-event-cancel gnus-icalendar-event-cancel-child-p gnus-icalendar-event-cancel-list-p gnus-icalendar-event-cancel-p gnus-icalendar-event-check-agenda gnus-icalendar-event-child-p gnus-icalendar-event-export gnus-icalendar-event-from-buffer gnus-icalendar-event-from-handle gnus-icalendar-event-from-ical gnus-icalendar-event-list-p gnus-icalendar-event-p gnus-icalendar-event-reply gnus-icalendar-event-reply-child-p gnus-icalendar-event-reply-from-buffer gnus-icalendar-event-reply-list-p gnus-icalendar-event-reply-p gnus-icalendar-event-request gnus-icalendar-event-request-child-p gnus-icalendar-event-request-list-p gnus-icalendar-event-request-p gnus-icalendar-event-show gnus-icalendar-event:description gnus-icalendar-event:end-time gnus-icalendar-event:inline-org-buttons gnus-icalendar-event:inline-reply-buttons gnus-icalendar-event:inline-reply-status gnus-icalendar-event:location gnus-icalendar-event:method gnus-icalendar-event:opt-participants gnus-icalendar-event:org-repeat gnus-icalendar-event:org-timestamp gnus-icalendar-event:organizer gnus-icalendar-event:participation-type gnus-icalendar-event:recur gnus-icalendar-event:recurring-freq gnus-icalendar-event:recurring-interval gnus-icalendar-event:recurring-p gnus-icalendar-event:req-participants gnus-icalendar-event:rsvp gnus-icalendar-event:start gnus-icalendar-event:start-time gnus-icalendar-event:summary gnus-icalendar-event:sync-to-org gnus-icalendar-event:uid gnus-icalendar-find-if gnus-icalendar-find-org-event-file gnus-icalendar-identities gnus-icalendar-insert-button gnus-icalendar-insinuate-org-templates gnus-icalendar-mm-inline gnus-icalendar-org-setup gnus-icalendar-reply gnus-icalendar-reply-accept gnus-icalendar-reply-decline gnus-icalendar-reply-tentative gnus-icalendar-save-event gnus-icalendar-save-part gnus-icalendar-send-buffer-by-mail gnus-icalendar-setup gnus-icalendar-show-org-agenda gnus-icalendar-sync-event-to-org gnus-icalendar-with-decoded-handle gnus-icalendar:org-event-save gnus-nnir-group-p gnus-registry-remove-extra-data gnus-sort-subthreads-recursive gnus-summary-create-nnir-group gnus-summary-make-nnir-group gnus-vm-make-folder gomoku--intangible group-gid group-real-gid gv-deref gv-ref hack-one-local-variable--obsolete handle-focus-in handle-focus-out hash-table-keys hash-table-values hi-lock--hashcons hi-lock--regexps-at-point hi-lock-face-symbol-at-point hi-lock-keyword->face hi-lock-mode-set-explicitly hif-comma hif-comp-expr hif-divide hif-equal hif-exprlist hif-logand-expr hif-logior-expr hif-lognot hif-logshift-expr hif-logxor hif-logxor-expr hif-modulo hif-muldiv-expr hif-multiply hif-shiftleft hif-shiftright highlight-changes-mode-set-explicitly highlight-symbol-at-point hilit-chg-unload-function hl-line-make-overlay html-current-defun-name icomplete--completion-predicate icomplete--completion-table icomplete--field-beg icomplete--field-end icomplete--field-string icomplete--in-region-setup icomplete-backward-completions icomplete-forward-completions icomplete-post-command-hook icomplete-pre-command-hook ielm-menu ielm-return-for-effect ielm-standard-output-impl image--set-speed image-animate-get-speed image-animate-set-speed image-current-frame image-decrease-speed image-goto-frame image-increase-speed image-mode--images-in-directory image-mode-menu image-multi-frame-p image-next-file image-next-frame image-previous-file image-previous-frame image-reset-speed image-reverse-speed image-show-frame indent-accumulate-tab-stops indent-next-tab-stop indent-rigidly--current-indentation indent-rigidly--pop-undo indent-rigidly-left indent-rigidly-left-to-tab-stop indent-rigidly-right indent-rigidly-right-to-tab-stop inferior-lisp-menu inferior-octave-check-process inferior-octave-completion-table inferior-octave-process-live-p inferior-octave-track-window-width-change info--manual-names inotify-add-watch inotify-rm-watch internal-default-process-filter internal-default-process-sentinel internal-pop-keymap internal-push-keymap internal-timer-start-idle isearch-char-by-name isearch-forward-symbol-at-point isearch-post-command-hook isearch-pre-command-hook isearch-toggle-invisible ispell-buffer-with-debug ispell-create-debug-buffer ispell-find-hunspell-dictionaries ispell-hunspell-fill-dictionary-entry ispell-lookup-words ispell-parse-hunspell-affix-file ispell-print-if-debug jit-lock--debug-fontify jit-lock-debug-mode js--array-comp-indentation js--indent-in-array-comp js--multi-line-declaration-indentation js--same-line json--with-indentation json-pretty-print json-pretty-print-buffer kmacro-execute-from-register kmacro-to-register line-pixel-height linum-mode-set-explicitly lisp--company-doc-buffer lisp--company-doc-string lisp--company-location lisp--local-variables lisp--local-variables-1 lisp-current-defun-name list-colors-redisplay lm-homepage log-edit--match-first-line log-edit-beginning-of-line log-edit-goto-eoh log-edit-insert-filenames-without-changelog log-edit-insert-message-template log-edit-kill-buffer log-edit-remember-comment log-edit-set-header log-view-diff-common log-view-end-of-defun-1 lpr-print-region ls-lisp--insert-directory m4-current-defun-name macroexp--compiling-p macrop make-backup-file-name--default-function make-ert-test-skipped make-gdb-handler make-package--ac-desc make-package--bi-desc math-absolute-from-dt math-absolute-from-gregorian-dt math-absolute-from-iso-dt math-absolute-from-julian-dt math-date-to-gregorian-dt math-date-to-iso-dt math-date-to-julian-dt math-day-in-year math-dt-before-p math-iso-dt-to-date math-parse-iso-date math-parse-iso-date-validate menu-bar-menu-at-x-y messages-buffer messages-buffer-mode mh-bare-components mh-blacklist-a-msg mh-cl-flet mh-components-to-list mh-define-obsolete-variable-alias mh-extract-header-field mh-junk-blacklist-disposition mh-junk-process-blacklist mh-junk-process-whitelist mh-junk-whitelist-a-msg mh-make-obsolete-variable minibuffer-force-complete-and-exit mm-convert-shr-links mm-temp-files-delete mml-smime-epg-find-usable-secret-key mml2015-epg-check-sub-key mml2015-epg-check-user-id mml2015-epg-key-image mml2015-epg-key-image-to-string mml2015-epg-signature-to-string mml2015-epg-verify-result-to-string modify-file-local-variable-message mouse--down-1-maybe-follows-link move-point-visually net-utils--revert-function newline-cache-check nndoc-debbugs-db-type-p nnfolder-recursive-directory-files nnimap-change-group nnimap-log-buffer nnir-possibly-change-group nnir-request-create-group nnir-request-delete-group nnir-request-scan nnir-request-set-mark nnir-request-update-info nnir-request-update-mark nnir-server-to-search-engine notifications-get-server-information octave--indent-new-comment-line octave-add-log-current-defun octave-completing-read octave-completion-at-point octave-eldoc-function octave-eldoc-function-signatures octave-find-definition octave-find-definition-default-filename octave-font-lock-texinfo-comment octave-function-file-comment octave-function-file-p octave-goto-function-definition octave-help octave-help-mode octave-in-string-or-comment-p octave-indent-comment octave-lookfor octave-send-buffer octave-skip-comment-forward octave-source-directories octave-source-file octave-sync-function-file-names octave-update-function-file-comment opascal-block-start opascal-char-token-at opascal-charset-token-at opascal-column-of opascal-comment-block-end opascal-comment-block-start opascal-comment-content-start opascal-comment-indent-of opascal-composite-type-start opascal-corrected-indentation opascal-current-token opascal-debug-goto-next-token opascal-debug-goto-point opascal-debug-goto-previous-token opascal-debug-log opascal-debug-show-current-string opascal-debug-show-current-token opascal-debug-token-string opascal-debug-tokenize-buffer opascal-debug-tokenize-region opascal-debug-tokenize-window opascal-else-start opascal-enclosing-indent-of opascal-ensure-buffer opascal-explicit-token-at opascal-fill-comment opascal-find-current-body opascal-find-current-def opascal-find-current-xdef opascal-find-unit opascal-find-unit-file opascal-find-unit-in-directory opascal-group-end opascal-group-start opascal-in-token opascal-indent-line opascal-indent-of opascal-is opascal-is-block-after-expr-statement opascal-is-directory opascal-is-file opascal-is-literal-end opascal-is-simple-class-type opascal-is-use-clause-end opascal-line-indent-of opascal-literal-end-pattern opascal-literal-kind opascal-literal-start-pattern opascal-literal-stop-pattern opascal-literal-token-at opascal-log-msg opascal-looking-at-string opascal-match-token opascal-mode opascal-new-comment-line opascal-next-line-start opascal-next-token opascal-next-visible-token opascal-on-first-comment-line opascal-open-group-indent opascal-point-token-at opascal-previous-indent-of opascal-previous-token opascal-progress-done opascal-progress-start opascal-save-excursion opascal-search-directory opascal-section-indent-of opascal-set-token-end opascal-set-token-kind opascal-set-token-start opascal-space-token-at opascal-step-progress opascal-stmt-line-indent-of opascal-string-of opascal-tab opascal-token-at opascal-token-end opascal-token-kind opascal-token-of opascal-token-start opascal-token-string opascal-word-token-at org-N-empty-lines-before-current org-agenda-bulk-toggle-all org-agenda-drag-line-backward org-agenda-drag-line-forward org-agenda-filter-by-regexp org-agenda-filter-by-top-headline org-agenda-filter-expand-tags org-agenda-filter-remove-all org-agenda-filter-show-all-re org-agenda-filter-show-all-top-filter org-agenda-filter-top-headline-apply org-agenda-fortnight-view org-agenda-limit-entries org-agenda-limit-interactively org-agenda-propertize-selected-todo-keywords org-agenda-reapply-filters org-agenda-remove-filter org-agenda-unmark-clocking-task org-ascii--box-string org-ascii--build-caption org-ascii--build-title org-ascii--build-toc org-ascii--checkbox org-ascii--current-text-width org-ascii--describe-links org-ascii--fill-string org-ascii--has-caption-p org-ascii--indent-string org-ascii--justify-string org-ascii--list-listings org-ascii--list-tables org-ascii--table-cell-width org-ascii--translate org-ascii--unique-links org-ascii-bold org-ascii-center-block org-ascii-clock org-ascii-code org-ascii-drawer org-ascii-dynamic-block org-ascii-entity org-ascii-example-block org-ascii-export-as-ascii org-ascii-export-block org-ascii-export-snippet org-ascii-export-to-ascii org-ascii-filter-comment-spacing org-ascii-filter-headline-blank-lines org-ascii-filter-paragraph-spacing org-ascii-fixed-width org-ascii-footnote-reference org-ascii-format-inlinetask-default org-ascii-headline org-ascii-horizontal-rule org-ascii-inline-src-block org-ascii-inlinetask org-ascii-inner-template org-ascii-italic org-ascii-item org-ascii-keyword org-ascii-latex-environment org-ascii-latex-fragment org-ascii-line-break org-ascii-link org-ascii-paragraph org-ascii-plain-list org-ascii-plain-text org-ascii-planning org-ascii-publish-to-ascii org-ascii-publish-to-latin1 org-ascii-publish-to-utf8 org-ascii-quote-block org-ascii-quote-section org-ascii-radio-target org-ascii-section org-ascii-special-block org-ascii-src-block org-ascii-statistics-cookie org-ascii-strike-through org-ascii-subscript org-ascii-superscript org-ascii-table org-ascii-table-cell org-ascii-table-row org-ascii-template org-ascii-template--document-title org-ascii-timestamp org-ascii-underline org-ascii-verbatim org-ascii-verse-block org-at-TBLFM-p org-babel--shell-command-on-region org-babel-C-ensure-main-wrap org-babel-C-execute org-babel-C-expand org-babel-C-format-val org-babel-C-val-to-C-list-type org-babel-C-val-to-C-type org-babel-C-var-to-C org-babel-active-location-p org-babel-asymptote-define-type org-babel-asymptote-var-to-asymptote org-babel-awk-table-or-string org-babel-awk-var-to-awk org-babel-check-confirm-evaluate org-babel-check-evaluate org-babel-execute:C org-babel-execute:C++ org-babel-execute:asymptote org-babel-execute:awk org-babel-execute:clojure org-babel-execute:cpp org-babel-execute:fortran org-babel-execute:haskell org-babel-execute:io org-babel-execute:java org-babel-execute:latex org-babel-execute:makefile org-babel-exp-process-buffer org-babel-expand-body:C++ org-babel-expand-body:awk org-babel-expand-body:c org-babel-expand-body:clojure org-babel-expand-body:fortran org-babel-expand-body:latex org-babel-fortran-ensure-main-wrap org-babel-fortran-transform-list org-babel-fortran-var-to-fortran org-babel-haskell-export-to-lhs org-babel-haskell-initiate-session org-babel-haskell-read-string org-babel-haskell-table-or-string org-babel-haskell-var-to-haskell org-babel-io-evaluate org-babel-io-initiate-session org-babel-io-table-or-string org-babel-latex-tex-to-pdf org-babel-lilypond-attempt-to-open-pdf org-babel-lilypond-attempt-to-play-midi org-babel-lilypond-check-for-compile-error org-babel-lilypond-compile-lilyfile org-babel-lilypond-determine-ly-path org-babel-lilypond-determine-midi-path org-babel-lilypond-determine-pdf-path org-babel-lilypond-execute-tangled-ly org-babel-lilypond-get-header-args org-babel-lilypond-mark-error-line org-babel-lilypond-parse-error-line org-babel-lilypond-parse-line-num org-babel-lilypond-process-basic org-babel-lilypond-process-compile-error org-babel-lilypond-set-header-args org-babel-lilypond-switch-extension org-babel-lilypond-tangle org-babel-lilypond-toggle-arrange-mode org-babel-lilypond-toggle-html-generation org-babel-lilypond-toggle-midi-play org-babel-lilypond-toggle-pdf-display org-babel-lilypond-toggle-pdf-generation org-babel-lilypond-toggle-png-generation org-babel-load-session:C org-babel-load-session:fortran org-babel-load-session:haskell org-babel-perl--var-to-perl org-babel-prep-session:C org-babel-prep-session:asymptote org-babel-prep-session:fortran org-babel-prep-session:haskell org-babel-prep-session:io org-babel-prep-session:latex org-babel-prep-session:makefile org-babel-python-with-earmuffs org-babel-python-without-earmuffs org-babel-result-cond org-babel-scheme-cleanse-repl-map org-babel-scheme-execute-with-geiser org-babel-scheme-get-buffer-impl org-babel-scheme-get-repl org-babel-scheme-get-session-buffer org-babel-scheme-make-session-name org-babel-scheme-set-session-buffer org-babel-tangle-single-block org-babel-variable-assignments:asymptote org-babel-variable-assignments:haskell org-babel-when-in-src-block org-backward-paragraph org-beamer--element-has-overlay-p org-beamer--format-block org-beamer--format-frame org-beamer--format-section org-beamer--frame-level org-beamer--get-label org-beamer--normalize-argument org-beamer-bold org-beamer-export-as-latex org-beamer-export-block org-beamer-export-snippet org-beamer-export-to-latex org-beamer-export-to-pdf org-beamer-headline org-beamer-insert-options-template org-beamer-item org-beamer-keyword org-beamer-link org-beamer-plain-list org-beamer-publish-to-latex org-beamer-publish-to-pdf org-beamer-radio-target org-beamer-target org-beamer-template org-bibtex-import-from-file org-bibtex-read-buffer org-bibtex-read-file org-buffer-narrowed-p org-capture--expand-keyword-in-embedded-elisp org-clock-get-last-clock-out-time org-cmp-ts org-compute-latex-and-related-regexp org-copy org-create-formula--latex-header org-create-formula-image org-cycle-hide-inline-tasks org-define-lookup-function org-defvaralias org-do-latex-and-related org-docview-export org-drag-line-backward org-drag-line-forward org-dvipng-color-format org-edit-src-abort org-element--list-struct org-element--remove-indentation org-element-diary-sexp-interpreter org-element-diary-sexp-parser org-element-node-property-interpreter org-element-node-property-parser org-element-plain-link-successor org-every org-export--collect-headline-numbering org-export--copy-to-kill-ring-p org-export--dispatch-action org-export--dispatch-ui org-export--generate-copy-script org-export--get-buffer-attributes org-export--get-global-options org-export--get-inbuffer-options org-export--get-min-level org-export--get-subtree-options org-export--interpret-p org-export--list-bound-variables org-export--parse-option-keyword org-export--populate-ignore-list org-export--prepare-file-contents org-export--selected-trees org-export--skip-p org-export--stack-source-at-point org-export-activate-smart-quotes org-export-add-to-stack org-export-as org-export-async-start org-export-backend-blocks org-export-backend-filters org-export-backend-menu org-export-backend-name org-export-backend-options org-export-backend-p org-export-backend-parent org-export-backend-transcoders org-export-barf-if-invalid-backend org-export-collect-elements org-export-collect-figures org-export-collect-footnote-definitions org-export-collect-headlines org-export-collect-listings org-export-collect-tables org-export-collect-tree-properties org-export-copy-buffer org-export-create-backend org-export-data org-export-data-with-backend org-export-define-backend org-export-define-derived-backend org-export-derived-backend-p org-export-dispatch org-export-execute-babel-code org-export-expand org-export-expand-include-keyword org-export-filter-apply-functions org-export-first-sibling-p org-export-footnote-first-reference-p org-export-format-code org-export-format-code-default org-export-get-all-filters org-export-get-all-options org-export-get-all-transcoders org-export-get-alt-title org-export-get-backend org-export-get-caption org-export-get-category org-export-get-date org-export-get-environment org-export-get-footnote-definition org-export-get-footnote-number org-export-get-genealogy org-export-get-headline-number org-export-get-loc org-export-get-next-element org-export-get-node-property org-export-get-ordinal org-export-get-parent org-export-get-parent-element org-export-get-parent-headline org-export-get-parent-table org-export-get-previous-element org-export-get-relative-level org-export-get-table-cell-at org-export-get-tags org-export-ignore-element org-export-inline-image-p org-export-insert-default-template org-export-install-filters org-export-last-sibling-p org-export-low-level-p org-export-number-to-roman org-export-numbered-headline-p org-export-output-file-name org-export-read-attribute org-export-register-backend org-export-replace-region-by org-export-resolve-coderef org-export-resolve-fuzzy-link org-export-resolve-id-link org-export-resolve-radio-link org-export-snippet-backend org-export-solidify-link-text org-export-stack org-export-stack-clear org-export-stack-mode org-export-stack-refresh org-export-stack-remove org-export-stack-view org-export-string-as org-export-table-cell-address org-export-table-cell-alignment org-export-table-cell-borders org-export-table-cell-ends-colgroup-p org-export-table-cell-starts-colgroup-p org-export-table-cell-width org-export-table-dimensions org-export-table-has-header-p org-export-table-has-special-column-p org-export-table-row-ends-header-p org-export-table-row-ends-rowgroup-p org-export-table-row-group org-export-table-row-is-special-p org-export-table-row-number org-export-table-row-starts-header-p org-export-table-row-starts-rowgroup-p org-export-to-buffer org-export-to-file org-export-transcoder org-export-translate org-export-unravel-code org-export-with-backend org-export-with-buffer-copy org-file-equal-p org-find-top-headline org-forward-paragraph org-get-export-keywords org-hours-to-clocksum-string org-html--anchor org-html--build-head org-html--build-mathjax-config org-html--build-meta-info org-html--build-pre/postamble org-html--container org-html--format-image org-html--format-toc-headline org-html--has-caption-p org-html--make-attribute-string org-html--make-string org-html--tags org-html--textarea-block org-html--toc-text org-html--todo org-html--translate org-html--wrap-image org-html-begin-plain-list org-html-bold org-html-center-block org-html-checkbox org-html-clock org-html-close-tag org-html-code org-html-convert-region-to-html org-html-convert-special-strings org-html-do-format-code org-html-doctype org-html-drawer org-html-dynamic-block org-html-encode-plain-text org-html-end-plain-list org-html-entity org-html-example-block org-html-export-as-html org-html-export-block org-html-export-snippet org-html-export-to-html org-html-final-function org-html-fix-class-name org-html-fixed-width org-html-fontify-code org-html-footnote-reference org-html-footnote-section org-html-format-code org-html-format-footnote-definition org-html-format-footnote-reference org-html-format-footnotes-section org-html-format-headline org-html-format-headline--wrap org-html-format-latex org-html-format-list-item org-html-format-section org-html-format-spec org-html-headline org-html-horizontal-rule org-html-html5-p org-html-htmlize-generate-css org-html-htmlize-region-for-paste org-html-infojs-install-script org-html-inline-image-p org-html-inline-src-block org-html-inlinetask org-html-inner-template org-html-italic org-html-item org-html-keyword org-html-latex-environment org-html-latex-fragment org-html-line-break org-html-link org-html-list-of-listings org-html-list-of-tables org-html-paragraph org-html-plain-list org-html-plain-text org-html-planning org-html-property-drawer org-html-publish-to-html org-html-quote-block org-html-quote-section org-html-radio-target org-html-section org-html-special-block org-html-src-block org-html-standalone-image-p org-html-statistics-cookie org-html-strike-through org-html-subscript org-html-superscript org-html-table org-html-table--table.el-table org-html-table-cell org-html-table-first-row-data-cells org-html-table-row org-html-target org-html-template org-html-timestamp org-html-toc org-html-underline org-html-verbatim org-html-verse-block org-html-xhtml-p org-icalendar--combine-files org-icalendar--valarm org-icalendar--vcalendar org-icalendar--vevent org-icalendar--vtodo org-icalendar-blocked-headline-p org-icalendar-clear-blank-lines org-icalendar-combine-agenda-files org-icalendar-convert-timestamp org-icalendar-create-uid org-icalendar-dtstamp org-icalendar-entry org-icalendar-export-agenda-files org-icalendar-export-current-agenda org-icalendar-export-to-ics org-icalendar-fold-string org-icalendar-get-categories org-icalendar-template org-icalendar-transcode-diary-sexp org-icalendar-use-UTC-date-time-p org-in-drawer-p org-irc-ellipsify-description org-iread-file-name org-latex--align-string org-latex--caption/label-string org-latex--collect-errors org-latex--delayed-footnotes-definitions org-latex--find-verb-separator org-latex--inline-image org-latex--make-option-string org-latex--math-table org-latex--org-table org-latex--script-size org-latex--table.el-table org-latex--text-markup org-latex--wrap-label org-latex-bold org-latex-center-block org-latex-clock org-latex-code org-latex-compile org-latex-convert-region-to-latex org-latex-drawer org-latex-dynamic-block org-latex-entity org-latex-example-block org-latex-export-as-latex org-latex-export-block org-latex-export-snippet org-latex-export-to-latex org-latex-export-to-pdf org-latex-fixed-width org-latex-footnote-reference org-latex-format-headline-default-function org-latex-guess-babel-language org-latex-guess-inputenc org-latex-headline org-latex-horizontal-rule org-latex-inline-src-block org-latex-inlinetask org-latex-italic org-latex-item org-latex-keyword org-latex-latex-environment org-latex-latex-fragment org-latex-line-break org-latex-link org-latex-paragraph org-latex-plain-list org-latex-plain-text org-latex-planning org-latex-publish-to-latex org-latex-publish-to-pdf org-latex-quote-block org-latex-quote-section org-latex-radio-target org-latex-section org-latex-special-block org-latex-src-block org-latex-statistics-cookie org-latex-strike-through org-latex-subscript org-latex-superscript org-latex-table org-latex-table-cell org-latex-table-row org-latex-target org-latex-template org-latex-timestamp org-latex-underline org-latex-verbatim org-latex-verse-block org-load-noerror-mustsuffix org-lookup-all org-lookup-first org-lookup-last org-macro--collect-macros org-macro-expand org-macro-initialize-templates org-macro-replace-all org-man--caption/label-string org-man--wrap-label org-man-bold org-man-center-block org-man-clock org-man-code org-man-collect-errors org-man-compile org-man-drawer org-man-dynamic-block org-man-entity org-man-example-block org-man-export-block org-man-export-snippet org-man-export-to-man org-man-export-to-pdf org-man-fixed-width org-man-headline org-man-inline-src-block org-man-italic org-man-item org-man-keyword org-man-line-break org-man-link org-man-paragraph org-man-plain-list org-man-plain-text org-man-quote-block org-man-quote-section org-man-radio-target org-man-section org-man-special-block org-man-src-block org-man-statistics-cookie org-man-strike-through org-man-subscript org-man-superscript org-man-table org-man-table--align-string org-man-table--org-table org-man-table-cell org-man-table-row org-man-target org-man-template org-man-timestamp org-man-underline org-man-verbatim org-man-verse-block org-md-bold org-md-convert-region-to-md org-md-example-block org-md-export-as-markdown org-md-export-to-markdown org-md-headline org-md-horizontal-rule org-md-inner-template org-md-italic org-md-item org-md-line-break org-md-link org-md-paragraph org-md-plain-list org-md-plain-text org-md-quote-block org-md-section org-md-separate-elements org-md-template org-md-verbatim org-minutes-to-clocksum-string org-next-block org-odt--build-date-styles org-odt--checkbox org-odt--copy-formula-file org-odt--copy-image-file org-odt--encode-plain-text org-odt--encode-tabs-and-spaces org-odt--enumerable-formula-p org-odt--enumerable-image-p org-odt--enumerable-latex-image-p org-odt--enumerable-p org-odt--enumerate org-odt--export-wrap org-odt--find-verb-separator org-odt--format-paragraph org-odt--format-timestamp org-odt--frame org-odt--image-size org-odt--paragraph-style org-odt--render-image/formula org-odt--standalone-link-p org-odt--table org-odt--target org-odt--textbox org-odt--translate-description-lists org-odt--translate-latex-fragments org-odt--translate-list-tables org-odt--zip-extract org-odt-bold org-odt-center-block org-odt-clock org-odt-code org-odt-convert org-odt-convert-read-params org-odt-do-convert org-odt-do-format-code org-odt-do-reachable-formats org-odt-drawer org-odt-dynamic-block org-odt-entity org-odt-example-block org-odt-export-as-odf org-odt-export-as-odf-and-open org-odt-export-block org-odt-export-snippet org-odt-export-to-odt org-odt-fixed-width org-odt-footnote-reference org-odt-format-code org-odt-format-headline--wrap org-odt-format-label org-odt-format-section org-odt-format-toc-headline org-odt-headline org-odt-horizontal-rule org-odt-htmlfontify-string org-odt-inline-src-block org-odt-inlinetask org-odt-italic org-odt-item org-odt-keyword org-odt-latex-environment org-odt-latex-fragment org-odt-line-break org-odt-link org-odt-link--infer-description org-odt-link--inline-formula org-odt-link--inline-image org-odt-paragraph org-odt-plain-list org-odt-plain-text org-odt-planning org-odt-property-drawer org-odt-quote-block org-odt-quote-section org-odt-radio-target org-odt-reachable-formats org-odt-reachable-p org-odt-section org-odt-special-block org-odt-src-block org-odt-statistics-cookie org-odt-strike-through org-odt-subscript org-odt-superscript org-odt-table org-odt-table-cell org-odt-table-first-row-data-cells org-odt-table-row org-odt-table-style-spec org-odt-target org-odt-template org-odt-timestamp org-odt-toc org-odt-underline org-odt-verbatim org-odt-verse-block org-open-line org-org-export-as-org org-org-export-to-org org-org-headline org-org-identity org-org-keyword org-org-publish-to-org org-org-section org-previous-block org-protocol-convert-query-to-plist org-publish-collect-index org-publish-collect-numbering org-publish-resolve-external-fuzzy-link org-refile--get-location org-reverse-string org-sbe org-set-property-and-value org-set-regexps-and-options-for-tags org-set-transient-map org-some org-table-TBLFM-begin org-table-calc-current-TBLFM org-table-set-constants org-tags-expand org-texinfo--build-menu org-texinfo--find-verb-separator org-texinfo--format-entries org-texinfo--get-node org-texinfo--menu-entries org-texinfo--normalize-headlines org-texinfo--sanitize-content org-texinfo--sanitize-node org-texinfo--text-markup org-texinfo-bold org-texinfo-center-block org-texinfo-clock org-texinfo-code org-texinfo-collect-errors org-texinfo-compile org-texinfo-convert-region-to-texinfo org-texinfo-drawer org-texinfo-dynamic-block org-texinfo-entity org-texinfo-example-block org-texinfo-export-block org-texinfo-export-snippet org-texinfo-export-to-info org-texinfo-export-to-texinfo org-texinfo-filter-section-blank-lines org-texinfo-fixed-width org-texinfo-footnote-reference org-texinfo-headline org-texinfo-inline-src-block org-texinfo-inlinetask org-texinfo-italic org-texinfo-item org-texinfo-keyword org-texinfo-line-break org-texinfo-link org-texinfo-make-menu org-texinfo-paragraph org-texinfo-plain-list org-texinfo-plain-text org-texinfo-planning org-texinfo-property-drawer org-texinfo-publish-to-texinfo org-texinfo-quote-block org-texinfo-quote-section org-texinfo-radio-target org-texinfo-section org-texinfo-special-block org-texinfo-src-block org-texinfo-statistics-cookie org-texinfo-subscript org-texinfo-superscript org-texinfo-table org-texinfo-table-cell org-texinfo-table-column-widths org-texinfo-table-row org-texinfo-target org-texinfo-template org-texinfo-timestamp org-texinfo-verbatim org-texinfo-verse-block org-time-stamp-to-now org-timestamp-format org-timestamp-has-time-p org-timestamp-split-range org-timestamp-translate org-toggle-tags-groups org-transpose-words org-uniquify-alist org-unlogged-message org-w3m-store-link org-with-silent-modifications package--ac-desc-extras package--ac-desc-kind package--ac-desc-reqs package--ac-desc-summary package--ac-desc-version package--alist-to-plist-args package--archive-file-exists-p package--bi-desc-reqs package--bi-desc-summary package--bi-desc-version package--check-signature package--compile package--description-file package--from-builtin package--has-keyword-p package--make-autoloads-and-stuff package--mapc package--prepare-dependencies package-all-keywords package-desc--keywords package-desc-archive package-desc-create package-desc-dir package-desc-extras package-desc-from-define package-desc-full-name package-desc-name package-desc-p package-desc-signed package-desc-status package-desc-suffix package-desc-summary package-desc-version package-disabled-p package-generate-description-file package-import-keyring package-install-from-archive package-keyword-button-action package-make-ac-desc package-make-builtin package-make-button package-menu--archive-predicate package-menu--refresh package-menu-filter package-process-define-package pcase--mutually-exclusive-p pcmpl-x-ack-long-options pcmpl-x-ack-run pcmpl-x-ack-short-options pcmpl-x-ack-type-options pcmpl-x-ag-options pcmpl-x-tlmgr-action-options pcomplete/ack pcomplete/ack-grep pcomplete/ag pcomplete/org-mode/file-option/exclude_tags pcomplete/org-mode/file-option/filetags pcomplete/org-mode/file-option/infojs_opt pcomplete/org-mode/file-option/language pcomplete/org-mode/file-option/priorities pcomplete/org-mode/file-option/select_tags pcomplete/org-mode/file-option/tags pcomplete/tlmgr perl-current-defun-name perl-electric-noindent-p pop3-uidl-add-xheader pop3-uidl-dele pop3-uidl-load pop3-uidl-save pop3-uidl-stat prettify-symbols--compose-symbol prettify-symbols--make-keywords prettify-symbols-mode prettify-symbols-mode-set-explicitly profiler-calltree-build-unified profiler-report-menu profiler-running-p prolog-electric--colon prolog-electric--dash prolog-electric--dot prolog-electric--if-then-else prolog-electric--underscore prolog-post-self-insert python-electric-pair-string-delimiter python-imenu--build-tree python-imenu--put-parent python-imenu-create-flat-index python-imenu-create-index python-imenu-format-item-label python-imenu-format-parent-item-jump-label python-imenu-format-parent-item-label python-info-dedenter-opening-block-message python-info-dedenter-opening-block-position python-info-dedenter-opening-block-positions python-info-dedenter-statement-p python-nav--forward-defun python-nav--lisp-forward-sexp python-nav--lisp-forward-sexp-safe python-nav--syntactically python-nav-backward-defun python-nav-backward-sexp python-nav-backward-sexp-safe python-nav-forward-defun python-nav-forward-sexp-safe python-nav-if-name-main python-shell--save-temp-file python-shell-buffer-substring python-shell-get-buffer python-shell-prompt-detect python-shell-prompt-set-calculated-regexps python-shell-prompt-validate-regexps python-util-popn python-util-strip-string python-util-valid-regexp-p rcirc-condition-filter read--expression read-regexp-suggestions rectangle--extract-region rectangle--highlight-for-redisplay rectangle--insert-for-yank rectangle--unhighlight-for-redisplay rectangle-mark-mode redisplay--update-region-highlight redisplay--update-region-highlights reftex-cleveref-Cpageref reftex-cleveref-Cref reftex-cleveref-cpageref reftex-cleveref-cref reftex-using-biblatex-p register-describe-oneline register-preview register-preview-default register-read-with-preview remember-notes remember-notes--kill-buffer-query remember-notes-mode remember-notes-save-and-bury-buffer remember-store-in-files remove-function repeat-complex-command--called-interactively-skip replace-search revert-buffer--default revert-buffer-insert-file-contents--default-function rng--ipattern-after rng--ipattern-child rng--ipattern-datatype rng--ipattern-index rng--ipattern-memo-end-tag-deriv rng--ipattern-memo-map-data-deriv rng--ipattern-memo-map-start-attribute-deriv rng--ipattern-memo-map-start-tag-open-deriv rng--ipattern-memo-mixed-text-deriv rng--ipattern-memo-start-tag-close-deriv rng--ipattern-memo-text-only-deriv rng--ipattern-memo-text-typed rng--ipattern-name-class rng--ipattern-nullable rng--ipattern-type rng--ipattern-value-object rst-deprecated-adjust rst-deprecated-backward-section rst-deprecated-bullet-list-region rst-deprecated-compile rst-deprecated-compile-alt-toolset rst-deprecated-compile-pdf-preview rst-deprecated-compile-pseudo-region rst-deprecated-compile-slides-preview rst-deprecated-convert-bullets-to-enumeration rst-deprecated-enumerate-region rst-deprecated-forward-section rst-deprecated-goto-section rst-deprecated-line-block-region rst-deprecated-mark-section rst-deprecated-shift-region rst-deprecated-straighten-adornments rst-deprecated-straighten-bullets-region rst-deprecated-toc-insert rst-deprecated-toc-update ruby--at-indentation-p ruby--detect-encoding ruby--electric-indent-p ruby--encoding-comment-required-p ruby--insert-coding-comment ruby-block-contains-point ruby-mode-menu ruby-smie--args-separator-p ruby-smie--at-dot-call ruby-smie--backward-token ruby-smie--bosp ruby-smie--closing-pipe-p ruby-smie--forward-token ruby-smie--implicit-semi-p ruby-smie--indent-to-stmt ruby-smie--indent-to-stmt-p ruby-smie--opening-pipe-p ruby-smie--redundant-do-p ruby-smie-rules ruby-syntax-expansion-allowed-p ruby-syntax-propertize-expansion ruby-syntax-propertize-expansions run-window-scroll-functions sanitize-coding-system-list save-place-dired-hook scheme-syntax-propertize scheme-syntax-propertize-sexp-comment semantic-default-elisp-setup ses--advice-copy-region-as-kill ses--advice-yank ses-decode-cell-symbol ses-is-cell-sym-p set-default-toplevel-value set-face-bold set-face-inverse-video set-face-italic set-file-acl set-file-extended-attributes set-transient-map set-window-new-pixel sh--cmd-completion-table sh--vars-before-point sh-cd-here sh-completion-at-point-function sh-current-defun-name sh-send-line-or-region-and-step sh-send-text sh-shell-process sh-show-shell sh-smie--default-backward-token sh-smie--default-forward-token shell-apply-ansi-color shell-reapply-ansi-color show-paren--default shr--extract-best-source shr--get-media-pref shr-dom-to-xml shr-image-from-data shr-make-table-1 shr-mouse-browse-url shr-next-link shr-parse-base shr-parse-image-data shr-previous-link shr-render-region shr-tag-audio shr-tag-dd shr-tag-dl shr-tag-dt shr-tag-span shr-tag-svg sieve-bury-buffer sieve-manage-drop-next-answer sieve-manage-make-process-buffer sieve-manage-open-server sieve-manage-parse-capability sieve-manage-wait-for-answer smerge--get-marker smie--matching-block-data smie--next-indent-change smie--opener/closer-at-point smie-config--advice smie-config--get-trace smie-config--guess smie-config--guess-value smie-config--mode-hook smie-config--setter smie-config-guess smie-config-local smie-config-save smie-config-set-indent smie-config-show-indent smie-edebug smie-indent--rule-1 smiley-directory smiley-mouse-toggle-buffer smiley-toggle-buffer smiley-update-cache smtpmail-try-auth-method socks-split-string special-form-p sql--completion-table sql--make-help-docstring sql--oracle-show-reserved-words sql-default-value sql-ends-with-prompt-re sql-starts-with-prompt-re srecode-semantic-handle-:srt string-blank-p string-empty-p string-join string-remove-prefix string-remove-suffix string-reverse string-suffix-p string-trim string-trim-left string-trim-right substitute-env-in-file-name subword-left subword-mode-set-explicitly subword-right sup-get-tty-num sup-mouse-report sup-move-point-to-x-y sup-pos-to-window superword-mode superword-mode-set-explicitly switch-to-prolog tar--check-descriptor tar--extract tar-get-file-descriptor tex-current-defun-name texinfo-current-defun-name text-clone--maintain thing-at-point--bounds-of-markedup-url thing-at-point--bounds-of-well-formed-url thing-at-point-newsgroup-p timer--check timer--time-setter tmm--completion-table todo--user-error-if-marked-done-item todo-absolute-file-name todo-add-file todo-adjusted-category-label-length todo-archive-done-item todo-archive-mode todo-categories-mode todo-category-completions todo-category-number todo-category-string-matcher-1 todo-category-string-matcher-2 todo-check-file todo-check-filtered-items-file todo-check-format todo-choose-archive todo-clear-matches todo-comment-string-matcher todo-convert-legacy-date-time todo-convert-legacy-files todo-current-category todo-date-string-matcher todo-delete-category todo-delete-file todo-desktop-save-buffer todo-diary-expired-matcher todo-diary-goto-entry todo-diary-item-p todo-diary-nonmarking-matcher todo-display-categories todo-display-sorted todo-done-item-p todo-done-item-section-p todo-done-separator todo-done-string-matcher todo-edit-category-diary-inclusion todo-edit-category-diary-nonmarking todo-edit-file todo-edit-item--diary-inclusion todo-edit-item--header todo-edit-item--next-key todo-edit-item--text todo-edit-quit todo-files todo-filter-diary-items todo-filter-diary-items-multifile todo-filter-items todo-filter-items-1 todo-filter-items-filename todo-filter-regexp-items todo-filter-regexp-items-multifile todo-filter-top-priorities todo-filter-top-priorities-multifile todo-filtered-items-mode todo-find-archive todo-find-filtered-items-file todo-find-item todo-get-count todo-get-overlay todo-go-to-source-item todo-indent todo-insert-category-line todo-insert-item--apply-args todo-insert-item--argsleft todo-insert-item--basic todo-insert-item--keyof todo-insert-item--next-param todo-insert-item--this-key todo-insert-item-from-calendar todo-insert-sort-button todo-insert-with-overlays todo-item-done todo-item-undone todo-jump-to-archive-category todo-label-to-key todo-longest-category-name-length todo-lower-category todo-lower-item-priority todo-make-categories-list todo-mark-category todo-marked-item-p todo-merge-category todo-mode-external-set todo-mode-line-control todo-modes-set-1 todo-modes-set-2 todo-modes-set-3 todo-move-category todo-move-item todo-multiple-filter-files todo-next-button todo-next-item todo-nondiary-marker-matcher todo-padded-string todo-prefix-overlays todo-previous-button todo-previous-item todo-print-buffer todo-print-buffer-to-file todo-raise-category todo-raise-item-priority todo-read-category todo-read-date todo-read-dayname todo-read-file-name todo-read-time todo-reevaluate-category-completions-files-defcustom todo-reevaluate-default-file-defcustom todo-reevaluate-filelist-defcustoms todo-reevaluate-filter-files-defcustom todo-rename-category todo-rename-file todo-repair-categories-sexp todo-reset-and-enable-done-separator todo-reset-comment-string todo-reset-done-separator todo-reset-done-separator-string todo-reset-done-string todo-reset-global-current-todo-file todo-reset-highlight-item todo-reset-nondiary-marker todo-reset-prefix todo-restore-desktop-buffer todo-save-filtered-items-buffer todo-search todo-set-categories todo-set-category-number todo-set-date-from-calendar todo-set-item-priority todo-set-show-current-file todo-set-top-priorities todo-set-top-priorities-in-category todo-set-top-priorities-in-file todo-short-file-name todo-show-categories-table todo-show-current-file todo-sort todo-sort-categories-alphabetically-or-numerically todo-sort-categories-by-archived todo-sort-categories-by-diary todo-sort-categories-by-done todo-sort-categories-by-todo todo-time-string-matcher todo-toggle-item-header todo-toggle-item-highlighting todo-toggle-mark-item todo-toggle-prefix-numbers todo-toggle-view-done-items todo-toggle-view-done-only todo-total-item-counts todo-unarchive-items todo-unmark-category todo-update-buffer-list todo-update-categories-display todo-update-categories-sexp todo-update-count todo-validate-name todo-y-or-n-p toggle-frame-fullscreen toggle-frame-maximized tool-bar-lines-needed trace--display-buffer trace--read-args trace-function-foreground trace-values track-mouse tramp-adb--gnu-switches-to-ash tramp-adb-barf-unless-okay tramp-adb-execute-adb-command tramp-adb-file-name-handler tramp-adb-file-name-p tramp-adb-find-test-command tramp-adb-get-ls-command tramp-adb-handle-copy-file tramp-adb-handle-delete-directory tramp-adb-handle-delete-file tramp-adb-handle-directory-files-and-attributes tramp-adb-handle-expand-file-name tramp-adb-handle-file-attributes tramp-adb-handle-file-directory-p tramp-adb-handle-file-local-copy tramp-adb-handle-file-name-all-completions tramp-adb-handle-file-truename tramp-adb-handle-file-writable-p tramp-adb-handle-make-directory tramp-adb-handle-process-file tramp-adb-handle-rename-file tramp-adb-handle-set-file-modes tramp-adb-handle-set-file-times tramp-adb-handle-shell-command tramp-adb-handle-start-file-process tramp-adb-handle-write-region tramp-adb-ls-output-name-less-p tramp-adb-ls-output-time-less-p tramp-adb-maybe-open-connection tramp-adb-parse-device-names tramp-adb-send-command tramp-adb-send-command-and-check tramp-adb-sh-fix-ls-output tramp-adb-wait-for-output tramp-autoload-file-name-handler tramp-backtrace tramp-call-process tramp-check-proper-method-and-host tramp-compat-load tramp-compat-replace-regexp-in-string tramp-condition-case-unless-debug tramp-connection-property-p tramp-do-parse-file-attributes-with-ls tramp-get-hash-table tramp-get-remote-gid-with-id tramp-get-remote-gid-with-perl tramp-get-remote-gid-with-python tramp-get-remote-gvfs-monitor-dir tramp-get-remote-inotifywait tramp-get-remote-locale tramp-get-remote-python tramp-get-remote-touch tramp-get-remote-uid-with-id tramp-get-remote-uid-with-perl tramp-get-remote-uid-with-python tramp-handle-file-accessible-directory-p tramp-handle-file-notify-add-watch tramp-handle-file-notify-rm-watch tramp-handle-insert-directory tramp-handle-make-auto-save-file-name tramp-handle-make-symbolic-link tramp-handle-set-visited-file-modtime tramp-handle-verify-visited-file-modtime tramp-register-autoload-file-name-handlers tramp-remote-acl-p tramp-sh-file-gvfs-monitor-dir-process-filter tramp-sh-file-inotifywait-process-filter tramp-sh-handle-file-acl tramp-sh-handle-file-notify-add-watch tramp-sh-handle-set-file-acl tramp-smb-action-get-acl tramp-smb-action-set-acl tramp-smb-handle-file-acl tramp-smb-handle-set-file-acl tramp-user-error turn-on-prettify-symbols-mode uniquify--create-file-buffer-advice uniquify--rename-buffer-advice universal-argument--mode unmsys--file-name url-cookie-delete url-cookie-list url-cookie-mode url-cookie-quit url-handle-content-transfer-encoding vc--add-line vc--process-sentinel vc--read-lines vc--remove-regexp vc-arch-find-admin-dir vc-bzr--sanitize-header vc-bzr-find-ignore-file vc-cvs-append-to-ignore vc-cvs-find-admin-dir vc-cvs-ignore vc-default-ignore vc-default-ignore-completion-table vc-dir-desktop-buffer-misc-data vc-dir-ignore vc-dir-restore-desktop-buffer vc-git--rev-parse vc-git-find-ignore-file vc-hg-find-file-hook vc-hg-find-ignore-file vc-hg-resolve-when-done vc-hg-unregister vc-ignore vc-mtn-find-admin-dir vc-rcs-find-admin-dir vc-read-backend vc-run-delayed vc-svn-find-admin-dir vc-svn-ignore vc-svn-ignore-completion-table verilog-at-close-struct-p verilog-at-struct-mv-p verilog-in-paren-count verilog-in-struct-nested-p verilog-sk-uvm-component verilog-sk-uvm-object verilog-string-match-fold vhdl-error-regexp-add-emacs vhdl-fix-statement-buffer vhdl-fix-statement-region vhdl-goto-line vhdl-remove-trailing-spaces-region view--disable view--enable viper--lookup-key viper--tty-ESC-filter viper-catch-tty-ESC viper-del-forward-char-in-insert viper-setup-ESC-to-escape viper-uncatch-tty-ESC visual-line-mode-set-explicitly vm-mode vm-save-message w32-add-untranslated-filesystem w32-direct-print-region-function w32-direct-print-region-helper w32-direct-ps-print-region-function w32-find-file-not-found-set-buffer-file-coding-system w32-remove-untranslated-filesystem w32-untranslated-canonical-name w32-untranslated-file-p whitespace-ensure-local-variables window--dump-frame window--dump-window window--pixel-to-total window--pixel-to-total-1 window--resize-apply-p window--sanitize-margin window--size-to-pixel window-bottom-divider-width window-combination-p window-header-line-height window-min-pixel-height window-min-pixel-width window-mode-line-height window-new-pixel window-pixel-height window-pixel-left window-pixel-top window-pixel-width window-resizable-p window-resize-apply-total window-resize-no-error window-right-divider-width window-safe-min-pixel-height window-safe-min-pixel-size window-safe-min-pixel-width window-safe-min-size window-screen-lines window-scroll-bar-width window-size window-text-pixel-size window-text-width with-current-buffer-window with-eval-after-load with-isearch-suspended woman-mark-horizontal-position x-focus-frame x-popup-dialog xesam-buffer-name xesam-dbus-call-method xesam-delete-search-engine xesam-get-cached-property xesam-get-hits xesam-get-property xesam-highlight-string xesam-kill-buffer-function xesam-minor-mode xesam-mode xesam-new-search xesam-refresh-entry xesam-refresh-search-buffer xesam-search-engines xesam-set-cached-property xesam-set-property xesam-signal-handler))
(variables
(removed *org-babel-use-quick-and-dirty-noweb-expansion* Info-enable-edit ad-activate-on-top-level add-log-c-like-modes add-log-lisp-like-modes add-log-tex-like-modes allout-encryption-text-removal-regexps bookmark-bmenu-header-height bubbles--neighbourhood-score buffer-file-type c-awk-one-line-non-syn-ws*-re c-awk-one-line-possibly-open-regexp-re c-awk-one-line-possibly-open-string-re c-awk-regexp-one-line-possibly-open-char-list-re c-standard-font-lock-fontify-region-function cl-declare-stack cl-not-toplevel cl-optimize-safety cl-optimize-speed cl-proclaim-history cl-proclaims-deferred class-children class-class-allocation-a class-class-allocation-custom class-class-allocation-custom-group class-class-allocation-custom-label class-class-allocation-doc class-class-allocation-printer class-class-allocation-protection class-class-allocation-type class-class-allocation-values class-default-object-cache class-initarg-tuples class-num-slots class-options class-parent class-protection class-public-a class-public-custom class-public-custom-group class-public-custom-label class-public-d class-public-doc class-public-printer class-public-type class-symbol class-symbol-obarray comint-last-prompt-overlay comint-redirect-original-filter-function cperl-clobber-mode-lists css-navigation-syntax-table cua--explicit-region-start cua--last-region-shifted custom-declare-variable-list cvs-postprocess debug-function-list delphi-begin-enclosing-tokens delphi-begin-previous-tokens delphi-binary-ops delphi-block-statements delphi-body-expr-statements delphi-body-statements delphi-class-types delphi-comment-face delphi-comments delphi-composite-types delphi-debug delphi-debug-buffer delphi-debug-mode-map delphi-decl-delimiters delphi-decl-matchers delphi-decl-sections delphi-directives delphi-enclosing-statements delphi-end-block-statements delphi-expr-delimiters delphi-expr-statements delphi-font-lock-defaults delphi-fontifying-progress-step delphi-ignore-changes delphi-interface-types delphi-keyword-face delphi-keywords delphi-leading-spaces-re delphi-match-block-statements delphi-mid-block-statements delphi-mode-abbrev-table delphi-mode-map delphi-mode-syntax-table delphi-newline-always-indents delphi-non-space-chars delphi-other-face delphi-parsing-progress-step delphi-previous-enclosing-statements delphi-previous-statements delphi-previous-terminators delphi-progress-last-reported-point delphi-routine-statements delphi-scanning-progress-step delphi-space-chars delphi-spaces-re delphi-string-face delphi-strings delphi-unit-sections delphi-unit-statements delphi-use-clauses delphi-visibilities delphi-whitespace delphi-word-chars dired-isearch-filter-predicate-orig doc-view-buffer-file-name doc-view-current-cache-dir doc-view-current-converter-processes doc-view-current-files doc-view-current-search-matches doc-view-current-timer doc-view-pending-cache-flush doc-view-previous-major-mode edebug-gensym-index ediff-shadow-overlay-priority elp-all-instrumented-list epg-key-capablity-alist ert--gensym-counter eshell-isearch-cancel-map eshell-ls-orig-insert-directory find-gc-noreturn-list find-gc-source-files find-gc-subrs-called find-gc-subrs-callers find-gc-unsafe-list fit-frame-to-buffer-bottom-margin gdb-handler-alist gdb-handler-number gdb-pending-triggers gdbmi-record-list gud-tooltip-original-filter hi-lock-string-serialize-hash hi-lock-string-serialize-serial html-table-tag hz-ascii-designnation hz-gb-designnation icomplete-post-command-hook icomplete-pre-command-hook icomplete-show-key-bindings image-animated-types inferior-octave-complete-impossible inferior-octave-has-built-in-variables inferior-octave-mode-abbrev-table inhibit-local-menu-bar-menus js-auto-indent-flag ly-OSX-ly-path ly-OSX-midi-path ly-OSX-pdf-path ly-arrange-mode ly-compile-post-tangle ly-display-pdf-post-tangle ly-gen-html ly-gen-pdf ly-gen-png ly-gen-svg ly-nix-ly-path ly-nix-midi-path ly-nix-pdf-path ly-play-midi-post-tangle ly-use-eps ly-w32-ly-path ly-w32-midi-path ly-w32-pdf-path man-mode-syntax-table net-utils-remove-ctl-m nnir-address nnir-current-group-marked nnir-current-query nnir-current-server nnir-extra-parms nxml-last-fontify-end object-class object-name octave-completion-alist octave-maintainer-address octave-mode-abbrev-table octave-text-functions octave-variables org-additional-option-like-keywords org-additional-option-like-keywords-for-flyspell org-after-save-iCalendar-file-hook org-agenda-cat-filter-overlays org-agenda-filtered-by-top-category org-agenda-marker-table org-agenda-tag-filter-overlays org-agenda-tag-filter-while-redo org-agenda-top-category-filter org-ascii-current-indentation org-babel-org-babel-call-process-region-original org-babel-scheme-cmd org-babel-scheme-eoe org-beamer-column-open org-beamer-columns-open org-beamer-export-is-beamer-p org-beamer-fragile-re org-beamer-frame-level-now org-beamer-header-extra org-beamer-inherited-properties org-beamer-inside-frame-at-level org-beamer-themes org-beamer-transitions org-beamer-use-parts org-before-save-iCalendar-file-hook org-clock-heading-for-remember org-combined-agenda-icalendar-file org-current-export-dir org-current-export-file org-docbook-para-open org-export-allow-BIND org-export-allow-BIND-local org-export-ascii-bullets org-export-ascii-entities org-export-ascii-final-hook org-export-ascii-links-to-notes org-export-ascii-table-keep-all-vertical-lines org-export-ascii-table-widen-columns org-export-ascii-underline org-export-author-info org-export-blocks org-export-blocks-postblock-hook org-export-blocks-witheld org-export-code-refs org-export-creator-info org-export-define-heading-targets-headline-hook org-export-docbook-article-header org-export-docbook-coding-system org-export-docbook-default-image-attributes org-export-docbook-doctype org-export-docbook-emphasis-alist org-export-docbook-extension org-export-docbook-final-hook org-export-docbook-footnote-id-prefix org-export-docbook-footnote-separator org-export-docbook-header org-export-docbook-inline-image-extensions org-export-docbook-inline-images org-export-docbook-keywords-markup org-export-docbook-link-org-files-as-docbook org-export-docbook-section-id-prefix org-export-docbook-timestamp-markup org-export-docbook-xsl-fo-proc-command org-export-docbook-xslt-proc-command org-export-docbook-xslt-stylesheet org-export-email-info org-export-first-hook org-export-footnotes-data org-export-footnotes-seen org-export-format-drawer-function org-export-have-math org-export-highlight-first-table-line org-export-html-after-blockquotes-hook org-export-html-coding-system org-export-html-content-div org-export-html-date-format-string org-export-html-divs org-export-html-expand org-export-html-extension org-export-html-final-hook org-export-html-footnote-format org-export-html-footnote-separator org-export-html-footnotes-section org-export-html-headline-anchor-format org-export-html-home/up-format org-export-html-html-helper-timestamp org-export-html-inline-image-extensions org-export-html-inline-images org-export-html-link-home org-export-html-link-org-files-as-html org-export-html-link-up org-export-html-mathjax-options org-export-html-mathjax-template org-export-html-postamble org-export-html-postamble-format org-export-html-preamble org-export-html-preamble-format org-export-html-protect-char-alist org-export-html-scripts org-export-html-special-string-regexps org-export-html-style org-export-html-style-default org-export-html-style-extra org-export-html-style-include-default org-export-html-style-include-scripts org-export-html-table-align-individual-fields org-export-html-table-tag org-export-html-table-use-header-tags-for-first-column org-export-html-tag-class-prefix org-export-html-todo-kwd-class-prefix org-export-html-toplevel-hlevel org-export-html-use-infojs org-export-html-validation-link org-export-html-with-timestamp org-export-html-xml-declaration org-export-htmlize-css-font-prefix org-export-htmlize-output-type org-export-id-target-alist org-export-inbuffer-options-extra org-export-interblocks org-export-kill-product-buffer-when-displayed org-export-language-setup org-export-last-code-line-counter-value org-export-latex-add-level org-export-latex-after-blockquotes-hook org-export-latex-after-initial-vars-hook org-export-latex-after-save-hook org-export-latex-all-targets-re org-export-latex-append-header org-export-latex-class org-export-latex-class-options org-export-latex-classes org-export-latex-coding-system org-export-latex-complex-heading-re org-export-latex-custom-lang-environments org-export-latex-date-format org-export-latex-default-class org-export-latex-default-packages-alist org-export-latex-display-custom-times org-export-latex-done-keywords org-export-latex-emphasis-alist org-export-latex-final-hook org-export-latex-footmark-seen org-export-latex-footnote-separator org-export-latex-format-toc-function org-export-latex-header org-export-latex-header-defs org-export-latex-href-format org-export-latex-hyperref-format org-export-latex-hyperref-options-format org-export-latex-image-default-option org-export-latex-import-inbuffer-stuff org-export-latex-inline-image-extensions org-export-latex-inputenc-alist org-export-latex-link-with-unknown-path-format org-export-latex-list-parameters org-export-latex-listings org-export-latex-listings-langs org-export-latex-listings-options org-export-latex-listings-w-names org-export-latex-low-levels org-export-latex-minted-langs org-export-latex-minted-options org-export-latex-not-done-keywords org-export-latex-options-plist org-export-latex-packages-alist org-export-latex-quotes org-export-latex-remove-from-headlines org-export-latex-sectioning org-export-latex-sectioning-depth org-export-latex-special-keyword-regexp org-export-latex-table-caption-above org-export-latex-tables-centered org-export-latex-tables-column-borders org-export-latex-tables-hline org-export-latex-tables-tend org-export-latex-tables-tstart org-export-latex-tables-verbatim org-export-latex-tabular-environment org-export-latex-tag-markup org-export-latex-timestamp-inactive-markup org-export-latex-timestamp-keyword-markup org-export-latex-timestamp-markup org-export-latex-title-command org-export-latex-todo-keyword-markup org-export-latex-todo-keywords-1 org-export-latex-verbatim-wrap org-export-mark-todo-in-toc org-export-odt-bookmark-prefix org-export-odt-category-strings org-export-odt-content-template-file org-export-odt-convert-capabilities org-export-odt-convert-process org-export-odt-convert-processes org-export-odt-create-custom-styles-for-srcblocks org-export-odt-default-image-sizes-alist org-export-odt-default-org-styles-alist org-export-odt-embed-images org-export-odt-fontify-srcblocks org-export-odt-image-size-probe-method org-export-odt-inline-image-extensions org-export-odt-inline-images org-export-odt-max-image-size org-export-odt-org-styles-alist org-export-odt-pixels-per-inch org-export-odt-preferred-output-format org-export-odt-prettify-xml org-export-odt-schema-dir org-export-odt-special-string-regexps org-export-odt-styles-file org-export-odt-table-styles org-export-odt-tmpdir-prefix org-export-opt-plist org-export-options-filters org-export-page-description org-export-page-keywords org-export-pdf-logfiles org-export-pdf-remove-logfiles org-export-plist-vars org-export-prefer-native-exporter-for-tables org-export-preferred-target-alist org-export-preprocess-after-blockquote-hook org-export-preprocess-after-headline-targets-hook org-export-preprocess-after-include-files-hook org-export-preprocess-after-radio-targets-hook org-export-preprocess-after-tree-selection-hook org-export-preprocess-before-backend-specifics-hook org-export-preprocess-before-normalizing-links-hook org-export-preprocess-before-selecting-backend-code-hook org-export-preprocess-final-hook org-export-preprocess-hook org-export-publishing-directory org-export-remove-timestamps-from-toc org-export-run-in-background org-export-section-number-format org-export-skip-text-before-1st-heading org-export-table-data-tags org-export-table-header-tags org-export-table-remove-empty-lines org-export-table-remove-special-lines org-export-table-row-tags org-export-target-aliases org-export-taskjuggler-default-global-properties org-export-taskjuggler-default-project-duration org-export-taskjuggler-default-project-version org-export-taskjuggler-default-reports org-export-taskjuggler-extension org-export-taskjuggler-final-hook org-export-taskjuggler-project-tag org-export-taskjuggler-resource-tag org-export-taskjuggler-target-version org-export-with-LaTeX-fragments org-export-with-TeX-macros org-export-xoxo-final-hook org-footnote-insert-pos-for-preprocessor org-format-latex-header-extra org-freemind-bol-helper-base-indent org-freemind-node-css-style org-freemind-node-pattern org-freemind-node-style org-freemind-node-styles org-freemind-org-nfix org-highlight-latex-fragments-and-specials org-html-cvt-link-fn org-icalendar-honor-noexport-tag org-icalendar-use-UTC-date-time org-icalendar-use-plain-timestamp org-icalendar-verify-function org-infojs-options org-infojs-opts-table org-infojs-template org-inlinetask-export org-inlinetask-export-templates org-jump-to-target-location org-last-level org-latex-and-specials-regexp org-latex-entities org-latex-entities-regexp org-latex-to-pdf-process org-level-max org-levels-open org-lparse-backend org-lparse-body-only org-lparse-char-styles org-lparse-collect-buffer org-lparse-collect-count org-lparse-debug org-lparse-dyn-current-environment org-lparse-encode-pending org-lparse-insert-tag-with-newlines org-lparse-link-description-is-image org-lparse-list-table-p org-lparse-native-backends org-lparse-other-backend org-lparse-output-buffer org-lparse-par-open org-lparse-special-blocks org-lparse-to-buffer org-lparse-use-flashy-warning org-mac-mail-account org-mew-link-to-refile-destination org-min-level org-odt-entity-control-callbacks-alist org-odt-entity-counts-plist org-odt-entity-format-callbacks-alist org-odt-entity-frame-styles org-odt-entity-labels-alist org-odt-suppress-xref org-odt-table-indentedp org-odt-table-style org-odt-table-style-spec org-par-open org-publish-after-export-hook org-publish-before-export-hook org-publish-initial-buffer org-remember-auto-remove-backup-files org-remember-backup-directory org-remember-before-finalize-hook org-remember-clock-out-on-exit org-remember-default-headline org-remember-delete-empty-lines-at-end org-remember-help org-remember-interactive-interface org-remember-last-stored-marker org-remember-mode org-remember-mode-hook org-remember-mode-map org-remember-previous-location org-remember-reference-date org-remember-store-without-prompt org-remember-templates org-remember-warn-about-backups org-section-numbers org-select-template-original-buffer org-select-template-temp-major-mode org-special-blocks-ignore-regexp org-src-block-paragraph-format org-table-colgroup-info org-wl-disable-folder-check org-wl-folder-types org-wl-link-remove-filter org-wl-link-to-refile-destination org-wl-namazu-default-index org-wl-nntp-prefer-web-links org-wl-shimbun-prefer-web-links original-insert-directory package-el-version package-obsolete-alist package-subdirectory-regexp prolog-align-comments-flag prolog-electric-newline-flag prolog-electric-tab-flag prolog-indent-mline-comments-flag prolog-lower-case-string prolog-object-end-to-0-flag prolog-tokenize-searchkey prolog-upper-case-string prolog-use-prolog-tokenizer-flag prolog-use-smie ps-lp-system ps-windows-system python-indent-dedenters report-emacs-bug-bug-alist report-emacs-bug-choice-widget report-emacs-bug-tracker-url ruby-keyword-end-re saved-overriding-map set-mark-default-inactive show-paren-idle-timer show-paren-overlay show-paren-overlay-1 sieve-manage-stream-alist sieve-manage-streams sql-output-by-send thing-at-point-url-regexp tramp-completion-file-name-regexp-url tramp-file-name-regexp-url tramp-message-show-progress-reporter-message universal-argument-num-events vc-diff-knows-L verilog-mode-release-date vhdl-speedbar-key-map whitespace-font-lock whitespace-font-lock-mode xmltok-dependent-regions)
(added *org-babel-gnuplot-missing* *org-babel-gnuplot-terms* 5x5-mode-abbrev-table 5x5-mode-syntax-table Buffer-menu-mode-hook Edit-options-mode-abbrev-table Edit-options-mode-hook Edit-options-mode-syntax-table Info-edit-mode-abbrev-table Info-edit-mode-map Info-edit-mode-syntax-table Info-file-completions Man-man-k-use-anchor Man-mode-abbrev-table Man-mode-syntax-table abbrev-expand-function abbrev-mode-hook advice--buffer-local-function-sample advice--bytecodes advice--where-alist allout-widgets-mode-hook archive-7z-program array-mode-abbrev-table array-mode-hook array-mode-syntax-table artist-mode-hook asm-mode-hook authors-lax-changelogs authors-no-scan-regexps auto-composition-mode-hook auto-compression-mode-hook auto-encryption-mode-hook auto-fill-mode-hook auto-image-file-mode-hook auto-insert-mode-hook auto-lower-mode-hook auto-raise-mode-hook auto-revert-notify-exclude-dir-regexp auto-revert-notify-modified-p auto-revert-notify-watch-descriptor auto-revert-notify-watch-descriptor-hash-list auto-revert-remote-files auto-revert-tail-mode-hook auto-revert-use-notify auto-save-mode-hook autoarg-kp-mode-hook autoarg-mode-hook autoload-builtin-package-versions bat--syntax-propertize bat-font-lock-keywords bat-menu bat-mode-abbrev-table bat-mode-hook bat-mode-map bat-mode-syntax-table bib-mode-hook bibtex-style-mode-hook binary-overwrite-mode-hook blackbox-mode-abbrev-table blackbox-mode-hook blackbox-mode-syntax-table blink-cursor-blinks blink-cursor-blinks-done blink-cursor-mode-hook blink-matching--overlay bookmark-bmenu-inline-header-height bookmark-bmenu-mode-hook bookmark-bmenu-use-header-line bookmark-edit-annotation-mode-abbrev-table bookmark-edit-annotation-mode-hook bookmark-edit-annotation-mode-syntax-table bs-mode-hook bubbles--neighborhood-score buffer-face-mode-hook buffer-menu-mode-hook bug-reference-mode-hook bug-reference-prog-mode-hook byte-compile--use-old-handlers byte-compile-force-lexical-warnings byte-compile-level byte-compile-lexical-variables byte-pophandler byte-pushcatch byte-pushconditioncase c-awk-harmless-line-char-re c-awk-harmless-line-string*-re c-awk-kwd-regexp-sign-re c-awk-non-/-syn-ws*-re c-awk-possibly-open-string-re c-awk-pre-exp-alphanum-kwd-re c-awk-space*-/-re c-awk-space*-regexp-/-re c-awk-space*-unclosed-regexp-/-re c-block-stmt-1-2-key c-decl-start-colon-kwd-re c-postfix-decl-spec-key cache-long-scans calc-allow-units-as-numbers calc-context-sensitive-enter calc-gregorian-switch calc-keypad-mode-hook calc-trail-mode-abbrev-table calc-trail-mode-map calc-trail-mode-syntax-table calendar-day-header-array called-interactively-p-functions capitalized-words-mode-hook cc-bytecomp-noruntime-functions cc-imenu-java-comment-regexp cc-imenu-java-ellipsis-regexp cc-imenu-java-method-arg-regexp cc-imenu-java-type-spec-regexp cfengine-cf-promises cfengine-mode-syntax-cache cfengine-mode-syntax-functions-regex cfengine-parameters-indent cfengine2-mode-hook cfengine3--prettify-symbols-alist cfengine3-fallback-syntax cfengine3-mode-hook chart-mode-hook checkdoc-minor-mode-hook checkdoc-output-mode-hook cl--declare-stack cl--not-toplevel cl--optimize-safety cl--optimize-speed cl--proclaim-history cl--proclaims-deferred cl--tagbody-alist cl-struct-ert-test-skipped-tags cl-struct-frameset-tags cl-struct-gdb-handler-tags cl-struct-org-export-backend-tags cl-struct-package--ac-desc-tags cl-struct-package--bi-desc-tags cl-struct-package-desc-tags cl-struct-rng--ipattern-tags column-number-mode-hook comint-last-prompt comint-redirect-previous-input-string command-history-mode-abbrev-table command-history-mode-hook command-history-mode-map command-history-mode-syntax-table compilation-minor-mode-hook compilation-shell-minor-mode-hook completion-in-region-function completion-in-region-mode-hook completion-list-mode-hook conf-colon-mode-hook conf-javaprop-mode-hook conf-ppd-mode-hook conf-space-mode-hook conf-unix-mode-hook conf-windows-mode-hook conf-xdefaults-mode-hook cookie-file cpp-edit-mode-hook css-mode-hook css-smie-grammar cua-mode-hook cua-rectangle-mark-mode cua-rectangle-mark-mode-hook custom-new-theme-mode-hook custom-theme-choose-mode-hook cvs-minor-mode-hook cwarn-mode-hook cwarn-mode-set-explicitly cycle-spacing--context data-debug-mode-abbrev-table data-debug-mode-map dbus-interface-local dbus-path-local debugger-mode-abbrev-table debugger-mode-syntax-table delete-selection-mode-hook delphi-mode-hook desktop--app-id desktop-auto-save-timeout desktop-auto-save-timer desktop-file-checksum desktop-restore-forces-onscreen desktop-restore-frames desktop-restore-in-current-display desktop-restore-reuses-frames desktop-save-mode-hook desktop-saved-frameset diary-fancy-display-mode-hook diary-from-outlook-function diary-goto-entry-function diary-mode-hook diff-auto-refine-mode-hook diff-minor-mode-hook diff-use-labels dig-mode-hook dired-hide-details-hide-information-lines dired-hide-details-hide-symlink-targets dired-hide-details-mode dired-hide-details-mode-hook dired-initial-position-hook dired-isearch-filenames-mode dired-isearch-filenames-mode-hook dired-omit-mode-hook dirtrack-debug-mode-hook dirtrack-mode-hook disable-ascii-optimization display-battery-mode-hook display-time-mode-hook display-time-world-mode-hook dns-mode-hook doc-view--buffer-file-name doc-view--current-cache-dir doc-view--current-converter-processes doc-view--current-files doc-view--current-search-matches doc-view--current-timer doc-view--image-file-pattern doc-view--image-type doc-view--pending-cache-flush doc-view--previous-major-mode doc-view-minor-mode-hook doc-view-odf->pdf-converter-function doc-view-odf->pdf-converter-program doc-view-pdf->png-converter-function doc-view-pdfdraw-program doc-view-scale-internally doc-view-single-page-converter-function doctex-mode-hook doctor-mode-hook double-mode-hook dynamic-completion-mode-hook ede-cpp-root-project ede-minor-mode-hook edebug--mode-saved-vars edebug-eval-mode-hook edebug-mode edebug-mode-hook edit-abbrevs-mode-abbrev-table edit-abbrevs-mode-hook edit-abbrevs-mode-map edit-abbrevs-mode-syntax-table eieio--class-num-slots eieio--object-num-slots eieio--scoped-class-stack eieio-custom-mode-hook eldoc-message-function eldoc-mode-hook eldoc-mode-line-string eldoc-print-after-edit electric-indent-functions-without-reindent electric-indent-inhibit electric-indent-local-mode-hook electric-indent-mode-hook electric-layout-mode-hook electric-pair-delete-adjacent-pairs electric-pair-inhibit-predicate electric-pair-mode-hook electric-pair-mode-map electric-pair-open-newline-between-pairs electric-pair-preserve-balance electric-pair-skip-whitespace electric-pair-skip-whitespace-chars electric-pair-string-bound-function electric-pair-text-pairs electric-pair-text-syntax-table elp--advice-name emacs-lisp-byte-code-mode-hook emacs-lock-mode-hook emacs-repository-version enable-dir-local-variables env--substitute-vars-regexp epa-global-mail-mode-hook epa-info-mode-abbrev-table epa-info-mode-hook epa-info-mode-syntax-table epa-key-list-mode-abbrev-table epa-key-list-mode-hook epa-key-list-mode-syntax-table epa-key-mode-abbrev-table epa-key-mode-hook epa-key-mode-syntax-table epa-mail-aliases epg-agent-file epg-agent-mtime epg-key-capability-alist erc-accidental-paste-threshold-seconds erc-autoaway-mode-hook erc-autojoin-mode-hook erc-button-mode-hook erc-capab-identify-mode-hook erc-dcc-mode-hook erc-fill-mode-hook erc-hecomplete-mode-hook erc-identd-mode-hook erc-irccontrols-mode-hook erc-keep-place-mode-hook erc-last-input-time erc-list-menu-mode-hook erc-list-mode-hook erc-log-mode-hook erc-match-mode-hook erc-menu erc-menu-mode-hook erc-message-english-netjoin erc-message-english-netjoin-done erc-message-english-netsplit erc-message-english-netsplit-none erc-message-english-netsplit-wholeft erc-move-to-prompt-mode-hook erc-netsplit-mode-hook erc-networks-mode-hook erc-noncommands-mode-hook erc-notifications-mode-hook erc-notify-mode-hook erc-page-mode-hook erc-pcomplete-mode-hook erc-readonly-mode-hook erc-replace-mode-hook erc-ring-mode-hook erc-scrolltobottom-mode-hook erc-services-mode-hook erc-smiley-mode-hook erc-sound-mode-hook erc-spelling-mode-hook erc-stamp-mode-hook erc-track-minor-mode-hook erc-track-mode-hook erc-truncate-mode-hook erc-unmorse-mode-hook erc-xdcc-mode-hook ert-results-mode-hook ert-simple-view-mode-hook eshell--local-vars eshell-post-rewrite-command-function eshell-visual-options eshell-visual-subcommands eudc-bbdb-attributes-translation-alist eudc-bbdb-current-query eudc-bbdb-current-return-attributes eudc-hotlist-mode-abbrev-table eudc-hotlist-mode-hook eudc-hotlist-mode-syntax-table eudc-mode-abbrev-table eudc-mode-syntax-table eval-expression-minibuffer-setup-hook eww-bookmark-kill-ring eww-bookmark-mode-abbrev-table eww-bookmark-mode-hook eww-bookmark-mode-map eww-bookmark-mode-syntax-table eww-bookmarks eww-checkbox-map eww-contents-url eww-current-dom eww-current-source eww-current-title eww-current-url eww-download-directory eww-form eww-form-checkbox-selected-symbol eww-form-checkbox-symbol eww-header-line-format eww-history eww-history-mode-abbrev-table eww-history-mode-hook eww-history-mode-map eww-history-mode-syntax-table eww-history-position eww-home-url eww-link-keymap eww-local-regex eww-mode-abbrev-table eww-mode-hook eww-mode-map eww-mode-syntax-table eww-next-url eww-previous-url eww-search-prefix eww-select-map eww-start-url eww-submit-map eww-text-input-types eww-text-map eww-textarea-map eww-tool-bar-map eww-up-url eww-use-external-browser-for-content-type f90-end-block-optional-name f90-smart-end-names ffap-c++-path file-name-shadow-mode-hook file-notify--library file-notify--pending-events file-notify-descriptors filter-buffer-substring-function finder--builtins-descriptions finder-mode-hook fit-frame-to-buffer-margins fit-frame-to-buffer-sizes fit-window-to-buffer-horizontally flymake-mode-hook flymake-warning-predicate flymake-xml-program flyspell-mode-hook focus-in-hook focus-out-hook font-lock-mode-set-explicitly frame-resize-pixelwise frameset-filter-alist frameset-persistent-filter-alist frameset-session-filter-alist ftp-mode-hook gametree-mode-hook gdb--string-regexp gdb-breakpoints-mode-hook gdb-disassembly-mode-hook gdb-discard-unordered-replies gdb-enable-debug-hook gdb-frames-mode-hook gdb-handler-list gdb-inferior-io-mode-hook gdb-locals-mode-hook gdb-many-windows-hook gdb-memory-mode-hook gdb-registers-mode-hook gdb-script-mode-hook gdb-speedbar-auto-raise-hook gdb-threads-mode-hook gdbmi-bnf-offset gdbmi-bnf-result-state-configs gdbmi-bnf-state gdbmi-debug-mode glasses-mode-hook global-auto-composition-mode-hook global-cwarn-mode-hook global-ede-mode-hook global-font-lock-mode-hook global-hi-lock-mode-hook global-highlight-changes-mode-hook global-hl-line-mode-hook global-hl-line-overlays global-linum-mode-hook global-prettify-symbols-mode global-prettify-symbols-mode-buffers global-prettify-symbols-mode-hook global-reveal-mode-hook global-semantic-highlight-edits-mode-hook global-semantic-highlight-func-mode-hook global-semantic-show-parser-state-mode-hook global-semantic-show-unmatched-syntax-mode-hook global-semantic-stickyfunc-mode-hook global-subword-mode-hook global-superword-mode global-superword-mode-buffers global-superword-mode-hook global-visual-line-mode-hook global-whitespace-mode-hook global-whitespace-newline-mode-hook gnus-article-mode-abbrev-table gnus-backend-trace-elapsed gnus-before-resume-hook gnus-bookmark-bmenu-mode-abbrev-table gnus-bookmark-bmenu-mode-hook gnus-bookmark-bmenu-mode-syntax-table gnus-browse-mode-abbrev-table gnus-browse-mode-syntax-table gnus-category-mode-abbrev-table gnus-category-mode-syntax-table gnus-custom-mode-abbrev-table gnus-custom-mode-hook gnus-custom-mode-map gnus-custom-mode-syntax-table gnus-dead-summary-mode-hook gnus-dired-mode-hook gnus-draft-mode-hook gnus-edit-form-mode-abbrev-table gnus-edit-form-mode-syntax-table gnus-group-mode-abbrev-table gnus-group-mode-syntax-table gnus-icalendar-additional-identities gnus-icalendar-event gnus-icalendar-event-cancel gnus-icalendar-event-reply gnus-icalendar-event-request gnus-icalendar-handle gnus-icalendar-org-capture-file gnus-icalendar-org-capture-headline gnus-icalendar-org-enabled-p gnus-icalendar-org-template-key gnus-icalendar-org-template-name gnus-icalendar-reply-bufname gnus-icalendar-reply-status gnus-kill-file-mode-abbrev-table gnus-kill-file-mode-syntax-table gnus-mailing-list-mode-hook gnus-message-citation-mode-hook gnus-newsgroup-unexist gnus-other-frame-resume-function gnus-score-mode-abbrev-table gnus-score-mode-syntax-table gnus-smiley-file-types gnus-sticky-article-mode-hook gnus-subthread-sort-functions gnus-sync-file-encrypt-to gnus-tree-mode-abbrev-table gnus-tree-mode-syntax-table gnutls-verify-error gomoku--intangible-chars gomoku--last-pos goto-address-mode-hook goto-address-prog-mode-hook gpm-mouse-mode-hook grep-mode-hook gud-mode-hook gud-tooltip-mode-hook hack-dir-local-variables--warned-coding hack-local-variable-regexp hack-local-variables--warned-lexical hashcash-program help-fns-describe-function-functions hi-lock--hashcons-hash hi-lock--unused-faces hi-lock-auto-select-face hi-lock-mode-hook hi-lock-mode-set-explicitly hide-ifdef-mode-hook hif-string-literal-regexp highlight-changes-mode-hook highlight-changes-mode-set-explicitly highlight-changes-visible-mode-hook hl-line-mode-hook html-autoview-mode-hook hz-ascii-designation hz-gb-designation ibuffer-auto-mode-hook ibuffer-mode-abbrev-table ibuffer-mode-syntax-table icomplete--in-region-buffer icomplete-hide-common-prefix icomplete-in-buffer icomplete-minibuffer-map icomplete-mode-hook icomplete-separator icomplete-show-matches-on-no-input icon-mode-hook idlwave-help-mode-hook idlwave-shell-electric-debug-mode-hook ido-everywhere-hook ielm-menu iimage-mode-hook image-default-frame-delay image-dired-display-image-mode-hook image-dired-thumbnail-mode-hook image-format-suffixes image-minimum-frame-delay image-minor-mode-hook image-mode-menu image-multi-frame imenu-generic-skip-comments-and-strings indent-rigidly-map inferior-lisp-menu inferior-octave-compilation-font-lock-keywords inferior-octave-directory-tracker-resync inferior-octave-error-regexp-alist inferior-octave-last-column-width inferior-octave-minimal-columns inferior-octave-prompt-read-only inferior-tcl-mode-hook info-xref-case-fold info-xref-node-re info-xref-note-re inhibit-local-variables-ignore-case internal--call-interactively internal-ange-ftp-mode-hook isearch--display-help-action isearch--saved-overriding-local-map isearch-allow-prefix isearch-invisible isearch-pre-scroll-point iso-ascii-mode-hook ispell-hunspell-dict-paths-alist ispell-hunspell-dictionary-alist ispell-hunspell-dictionary-equivs-alist ispell-minor-mode-hook iswitchb-mode-hook javascript-generic-mode-hook jit-lock--debug-fontifying jit-lock-debug-mode jit-lock-debug-mode-hook js--declaration-keyword-re js--filling-paragraph js-mode-hook js-switch-indent-offset json--encoding-current-indentation json-encoding-default-indentation json-encoding-lisp-style-closings json-encoding-pretty-print json-encoding-separator landmark-mode-abbrev-table landmark-mode-syntax-table latex-electric-env-pair-mode-hook latex-mode-hook ld-script-mode-hook life-mode-abbrev-table life-mode-hook life-mode-map life-mode-syntax-table line-number-mode-hook linum-mode-hook linum-mode-set-explicitly lisp--local-variables-completion-table lisp--prettify-symbols-alist lisp-cl-font-lock-keywords lisp-cl-font-lock-keywords-1 lisp-cl-font-lock-keywords-2 lisp-el-font-lock-keywords lisp-el-font-lock-keywords-1 lisp-el-font-lock-keywords-2 list-colors-callback list-matching-lines-prefix-face load-path-shadows-mode-hook load-prefer-newer locate-mode-abbrev-table locate-mode-syntax-table log-edit-setup-add-author longlines-mode-hook ls-lisp-filesize-b-fmt m2-mode-hook mail-abbrevs-mode-hook mairix-searches-mode-abbrev-table mairix-searches-mode-font-lock-keywords mairix-searches-mode-hook makefile-automake-mode-hook makefile-bsdmake-mode-hook makefile-gmake-mode-hook makefile-imake-mode-hook makefile-makepp-mode-hook man-imenu-title master-mode-hook menu-bar-mode-hook mercury-mode-hook messages-buffer-mode-abbrev-table messages-buffer-mode-hook messages-buffer-mode-map messages-buffer-mode-syntax-table mh-addr-syntax-table mh-blacklist mh-blacklist-msg-hook mh-fcc-syntax-table mh-note-blacklisted mh-note-whitelisted mh-regexp-in-field-syntax-table mh-scan-blacklisted-msg-regexp mh-scan-whitelisted-msg-regexp mh-showing-mode-hook mh-whitelist mh-whitelist-msg-hook mh-whitelist-preserves-sequences-flag minibuffer-depth-indicate-mode-hook minibuffer-electric-default-mode-hook minibuffer-inactive-mode-hook mixal-mode-hook mm-temp-files-cache-file mm-temp-files-to-be-deleted mml-mode-hook mml-smime-encrypt-to-self mml-smime-sign-with-sender mml2015-maximum-key-image-dimension mouse-2center mouse-2left mouse-2right mouse-3center mouse-3left mouse-3right mouse-center mouse-left mouse-right mouse-sel-mode-hook mouse-wheel-mode-hook mpc-mode-hook mpc-songs-mode-hook mpc-status-mode-hook mpc-tagbrowser-dir-mode-hook mpc-tagbrowser-mode-hook mpuz-mode-abbrev-table mpuz-mode-syntax-table msb-mode-hook mspools-mode-abbrev-table mspools-mode-hook mspools-mode-syntax-table net-utils--revert-cmd net-utils-mode-hook network-connection-mode-hook newsticker-mode-hook newsticker-treeview-item-mode-hook newsticker-treeview-list-mode-hook newsticker-treeview-mode-abbrev-table newsticker-treeview-mode-hook newsticker-treeview-mode-syntax-table next-error-follow-minor-mode-hook nnimap-request-articles-find-limit nnir-memo-query nnir-memo-server normal-erase-is-backspace-mode-hook notifications-get-server-information-method nroff-electric-mode-hook nslookup-mode-hook nxml-mode-hook occur-edit-mode-hook octave-eldoc-cache octave-eldoc-message-style octave-find-definition-filename-function octave-font-lock-texinfo-comment octave-help-buffer octave-help-mode-hook octave-help-mode-map octave-source-directories opascal--literal-start-re opascal--syntax-propertize opascal-begin-enclosing-tokens opascal-begin-previous-tokens opascal-binary-ops opascal-block-statements opascal-body-expr-statements opascal-body-statements opascal-case-label-indent opascal-class-types opascal-comments opascal-composite-types opascal-compound-block-indent opascal-debug opascal-debug-buffer opascal-debug-mode-map opascal-decl-delimiters opascal-decl-matchers opascal-decl-sections opascal-directives opascal-enclosing-statements opascal-end-block-statements opascal-expr-delimiters opascal-expr-statements opascal-font-lock-defaults opascal-font-lock-keywords opascal-indent-level opascal-interface-types opascal-keywords opascal-leading-spaces-re opascal-match-block-statements opascal-mid-block-statements opascal-mode-abbrev-table opascal-mode-hook opascal-mode-map opascal-mode-syntax-table opascal-non-space-chars opascal-parsing-progress-step opascal-previous-enclosing-statements opascal-previous-statements opascal-previous-terminators opascal-progress-last-reported-point opascal-routine-statements opascal-scanning-progress-step opascal-search-path opascal-space-chars opascal-spaces-re opascal-strings opascal-tab-always-indents opascal-unit-sections opascal-unit-statements opascal-use-clauses opascal-verbose opascal-visibilities opascal-whitespace opascal-word-chars org-TBLFM-regexp org-agenda-entry-text-leaders org-agenda-filter org-agenda-filtered-by-top-headline org-agenda-ignore-drawer-properties org-agenda-max-effort org-agenda-max-entries org-agenda-max-tags org-agenda-max-todos org-agenda-regexp-filter org-agenda-regexp-filter-preset org-agenda-restriction-lock-highlight-subtree org-agenda-search-view-max-outline-level org-agenda-skip-scheduled-delay-if-deadline org-agenda-todo-ignore-time-comparison-use-seconds org-agenda-top-headline-filter org-archive-file-header-format org-ascii-bullets org-ascii-caption-above org-ascii-charset org-ascii-format-drawer-function org-ascii-format-inlinetask-function org-ascii-global-margin org-ascii-headline-spacing org-ascii-indented-line-width org-ascii-inlinetask-width org-ascii-inner-margin org-ascii-links-to-notes org-ascii-paragraph-spacing org-ascii-quote-margin org-ascii-table-keep-all-vertical-lines org-ascii-table-use-ascii-art org-ascii-table-widen-columns org-ascii-text-width org-ascii-underline org-ascii-verbatim-format org-attach-git-annex-cutoff org-babel-C++-compiler org-babel-C-compiler org-babel-R-graphics-devices org-babel-awk-command org-babel-c-variant org-babel-call-process-region-original org-babel-current-src-block-location org-babel-default-header-args:C org-babel-default-header-args:asymptote org-babel-default-header-args:clojure org-babel-default-header-args:fortran org-babel-default-header-args:haskell org-babel-default-header-args:io org-babel-default-header-args:latex org-babel-default-header-args:makefile org-babel-ditaa-java-cmd org-babel-fortran-compiler org-babel-hash-show-time org-babel-haskell-eoe org-babel-haskell-lhs2tex-command org-babel-header-args:clojure org-babel-header-args:gnuplot org-babel-inline-result-wrap org-babel-io-command org-babel-io-wrapper-method org-babel-java-command org-babel-java-compiler org-babel-latex-htlatex org-babel-latex-htlatex-packages org-babel-lilypond-OSX-ly-path org-babel-lilypond-OSX-midi-path org-babel-lilypond-OSX-pdf-path org-babel-lilypond-arrange-mode org-babel-lilypond-compile-post-tangle org-babel-lilypond-display-pdf-post-tangle org-babel-lilypond-gen-html org-babel-lilypond-gen-pdf org-babel-lilypond-gen-png org-babel-lilypond-gen-svg org-babel-lilypond-nix-ly-path org-babel-lilypond-nix-midi-path org-babel-lilypond-nix-pdf-path org-babel-lilypond-play-midi-post-tangle org-babel-lilypond-use-eps org-babel-lilypond-w32-ly-path org-babel-lilypond-w32-midi-path org-babel-lilypond-w32-pdf-path org-babel-ocaml-command org-babel-perl-preface org-babel-perl-var-wrap org-babel-python-None-to org-babel-python-hline-to org-babel-ruby-hline-to org-babel-ruby-nil-to org-babel-scheme-repl-map org-babel-use-quick-and-dirty-noweb-expansion org-beamer-environments-special org-beamer-mode-hook org-beamer-theme org-beamer-verbatim-elements org-block-entry-blocking org-bookmark-names-plist org-cdlatex-mode-hook org-checkbox-hierarchical-statistics org-clock-goto-before-context org-clock-rounding-minutes org-clock-x11idle-program-name org-closed-keep-when-no-todo org-deadline-time-hour-regexp org-ditaa-eps-jar-path org-edit-src-auto-save-idle-delay org-edit-src-code-timer org-edit-src-turn-on-auto-save org-element-document-properties org-element-link-type-is-file org-export--registered-backends org-export-allow-bind-keywords org-export-async-debug org-export-async-init-file org-export-before-parsing-hook org-export-before-processing-hook org-export-coding-system org-export-creator-string org-export-default-inline-image-rule org-export-dictionary org-export-dispatch-last-action org-export-dispatch-last-position org-export-dispatch-use-expert-ui org-export-filter-babel-call-functions org-export-filter-bold-functions org-export-filter-center-block-functions org-export-filter-clock-functions org-export-filter-code-functions org-export-filter-comment-block-functions org-export-filter-comment-functions org-export-filter-diary-sexp-functions org-export-filter-drawer-functions org-export-filter-dynamic-block-functions org-export-filter-entity-functions org-export-filter-example-block-functions org-export-filter-export-block-functions org-export-filter-export-snippet-functions org-export-filter-final-output-functions org-export-filter-fixed-width-functions org-export-filter-footnote-definition-functions org-export-filter-footnote-reference-functions org-export-filter-headline-functions org-export-filter-horizontal-rule-functions org-export-filter-inline-babel-call-functions org-export-filter-inline-src-block-functions org-export-filter-inlinetask-functions org-export-filter-italic-functions org-export-filter-item-functions org-export-filter-keyword-functions org-export-filter-latex-environment-functions org-export-filter-latex-fragment-functions org-export-filter-line-break-functions org-export-filter-link-functions org-export-filter-node-property-functions org-export-filter-options-functions org-export-filter-paragraph-functions org-export-filter-parse-tree-functions org-export-filter-plain-list-functions org-export-filter-plain-text-functions org-export-filter-planning-functions org-export-filter-property-drawer-functions org-export-filter-quote-block-functions org-export-filter-quote-section-functions org-export-filter-radio-target-functions org-export-filter-section-functions org-export-filter-special-block-functions org-export-filter-src-block-functions org-export-filter-statistics-cookie-functions org-export-filter-strike-through-functions org-export-filter-subscript-functions org-export-filter-superscript-functions org-export-filter-table-cell-functions org-export-filter-table-functions org-export-filter-table-row-functions org-export-filter-target-functions org-export-filter-timestamp-functions org-export-filter-underline-functions org-export-filter-verbatim-functions org-export-filter-verse-block-functions org-export-filters-alist org-export-in-background org-export-max-depth org-export-options-alist org-export-smart-quotes-alist org-export-smart-quotes-regexps org-export-snippet-translation-alist org-export-special-keywords org-export-stack-contents org-export-stack-mode-abbrev-table org-export-stack-mode-hook org-export-stack-mode-map org-export-stack-mode-syntax-table org-export-with-author org-export-with-clocks org-export-with-creator org-export-with-date org-export-with-email org-export-with-entities org-export-with-inlinetasks org-export-with-latex org-export-with-planning org-export-with-smart-quotes org-export-with-statistics-cookies org-gnus-no-server org-group-tags org-habit-show-done-always-green org-highlight-latex-and-related org-html--pre/postamble-class org-html-allow-name-attribute-in-anchors org-html-coding-system org-html-container-element org-html-creator-string org-html-divs org-html-doctype org-html-doctype-alist org-html-extension org-html-footnote-format org-html-footnote-separator org-html-footnotes-section org-html-format-drawer-function org-html-format-headline-function org-html-format-inlinetask-function org-html-head org-html-head-extra org-html-head-include-default-style org-html-head-include-scripts org-html-home/up-format org-html-html5-elements org-html-html5-fancy org-html-htmlize-font-prefix org-html-htmlize-output-type org-html-indent org-html-infojs-options org-html-infojs-opts-table org-html-infojs-template org-html-inline-image-rules org-html-inline-images org-html-link-home org-html-link-org-files-as-html org-html-link-up org-html-link-use-abs-url org-html-mathjax-options org-html-mathjax-template org-html-metadata-timestamp-format org-html-postamble org-html-postamble-format org-html-preamble org-html-preamble-format org-html-protect-char-alist org-html-scripts org-html-special-string-regexps org-html-style org-html-style-default org-html-style-include-default org-html-style-include-scripts org-html-table-align-individual-fields org-html-table-caption-above org-html-table-data-tags org-html-table-default-attributes org-html-table-header-tags org-html-table-row-tags org-html-table-use-header-tags-for-first-column org-html-tag-class-prefix org-html-text-markup-alist org-html-todo-kwd-class-prefix org-html-toplevel-hlevel org-html-use-infojs org-html-use-unicode-chars org-html-validation-link org-html-with-latex org-html-xml-declaration org-icalendar-after-save-hook org-icalendar-combined-agenda-file org-icalendar-exclude-tags org-icalendar-with-timestamps org-image-actual-width org-indent-mode-hook org-last-set-property-value org-latex-active-timestamp-format org-latex-and-related-regexp org-latex-babel-language-alist org-latex-classes org-latex-custom-lang-environments org-latex-default-class org-latex-default-packages-alist org-latex-default-table-environment org-latex-default-table-mode org-latex-diary-timestamp-format org-latex-footnote-separator org-latex-format-drawer-function org-latex-format-headline-function org-latex-format-inlinetask-function org-latex-image-default-height org-latex-image-default-option org-latex-image-default-width org-latex-inactive-timestamp-format org-latex-inline-image-rules org-latex-inputenc-alist org-latex-known-errors org-latex-link-with-unknown-path-format org-latex-listings org-latex-listings-langs org-latex-listings-options org-latex-logfiles-extensions org-latex-minted-langs org-latex-minted-options org-latex-packages-alist org-latex-pdf-process org-latex-remove-logfiles org-latex-table-caption-above org-latex-table-matrix-macros org-latex-table-scientific-notation org-latex-tables-booktabs org-latex-tables-centered org-latex-text-markup-alist org-latex-title-command org-latex-toc-command org-latex-with-hyperref org-list-allow-alphabetical org-list-description-max-indent org-list-empty-line-terminates-plain-lists org-macro-templates org-man-custom-lang-environments org-man-logfiles-extensions org-man-pdf-process org-man-remove-logfiles org-man-source-highlight org-man-source-highlight-langs org-man-table-scientific-notation org-man-tables-centered org-man-tables-verbatim org-md-headline-style org-mobile-allpriorities org-mode-transpose-word-syntax-table org-odt-bookmark-prefix org-odt-content-template-file org-odt-convert-capabilities org-odt-convert-process org-odt-convert-processes org-odt-create-custom-styles-for-srcblocks org-odt-default-image-sizes-alist org-odt-display-outline-level org-odt-fontify-srcblocks org-odt-format-drawer-function org-odt-format-headline-function org-odt-format-inlinetask-function org-odt-image-size-probe-method org-odt-inline-formula-rules org-odt-inline-image-rules org-odt-max-image-size org-odt-pixels-per-inch org-odt-preferred-output-format org-odt-prettify-xml org-odt-schema-dir org-odt-special-string-regexps org-odt-src-block-paragraph-format org-odt-styles-file org-odt-table-styles org-odt-use-date-fields org-odt-with-latex org-org-htmlized-css-url org-ota org-prefix-has-breadcrumbs org-read-date-minibuffer-local-map org-refile-keep org-scheduled-delay-days org-scheduled-time-hour-regexp org-special-ctrl-o org-startup-with-latex-preview org-table-TBLFM-begin-regexp org-table-follow-field-mode-hook org-tag-groups-alist org-tag-groups-alist-for-agenda org-texinfo-active-timestamp-format org-texinfo-classes org-texinfo-coding-system org-texinfo-def-table-markup org-texinfo-default-class org-texinfo-diary-timestamp-format org-texinfo-format-drawer-function org-texinfo-format-headline-function org-texinfo-format-inlinetask-function org-texinfo-inactive-timestamp-format org-texinfo-info-process org-texinfo-link-with-unknown-path-format org-texinfo-logfiles-extensions org-texinfo-max-toc-depth org-texinfo-node-description-column org-texinfo-remove-logfiles org-texinfo-supported-coding-systems org-texinfo-table-scientific-notation org-texinfo-tables-verbatim org-texinfo-text-markup-alist org-time-clocksum-use-effort-durations org-use-last-clock-out-time-as-effective-time orgstruct-heading-prefix-regexp orgstruct-initialized orgstruct-mode-hook orgstruct-setup-hook orgtbl-mode-hook outline-minor-mode-hook overwrite-mode-hook package--builtin-versions package--default-summary package-check-signature package-list-unsigned package-list-unversioned package-menu-mode-hook package-pinned-packages package-unsigned-archives pages-directory-address-mode-hook paragraph-indent-minor-mode-hook paragraph-indent-text-mode-hook partial-completion-mode-hook pascal--syntax-propertize pascal-mode-hook pascal-outline-mode-hook password-word-equivalents pcmpl-x-ack-color-options pcmpl-x-ack-program pcmpl-x-ag-options pcmpl-x-tlmgr-actions pcmpl-x-tlmgr-common-options pcmpl-x-tlmgr-options-cache pcmpl-x-tlmgr-program perl--prettify-symbols-alist plain-tex-mode-hook plstore-mode-hook pop3-uidl-file pop3-uidl-file-backup pre-redisplay-function prettify-symbols--keywords prettify-symbols-alist prettify-symbols-mode prettify-symbols-mode-hook prettify-symbols-mode-major-mode prettify-symbols-mode-set-explicitly proced-mode-hook process-menu-mode-hook profiler-report-menu profiler-report-mode-hook prog-mode-hook ps-mode-hook ps-run-mode-hook python--use-fake-loc python-imenu-format-item-label-function python-imenu-format-parent-item-jump-label-function python-imenu-format-parent-item-label-function python-mode-skeleton-abbrev-table python-shell--prompt-calculated-input-regexp python-shell--prompt-calculated-output-regexp python-shell-interpreter-interactive-arg python-shell-prompt-detect-enabled python-shell-prompt-detect-failure-warning python-shell-prompt-input-regexps python-shell-prompt-output-regexps quickurl-list-mode-abbrev-table quickurl-list-mode-syntax-table rcirc-multiline-minor-mode-hook rcirc-track-minor-mode-hook read-only-mode-hook read-regexp-defaults-function reb-lisp-mode-hook recentf-dialog-mode-hook recentf-mode-hook rectangle-mark-mode rectangle-mark-mode-hook rectangle-mark-mode-map redisplay--all-windows-cause redisplay--mode-lines-cause redisplay-highlight-region-function redisplay-unhighlight-region-function refill-mode-hook reftex-index-mode-hook reftex-index-phrases-mode-hook reftex-label-ignored-macros-and-environments reftex-label-regexps reftex-section-info-function reftex-section-post-regexp reftex-section-pre-regexp region-extract-function register-preview-delay register-preview-function remember-data-directory remember-directory-file-name-format remember-notes-buffer-name remember-notes-bury-on-kill remember-notes-initial-major-mode remember-notes-mode remember-notes-mode-hook remember-notes-mode-map reveal-mode-hook rmail-get-coding-function rmail-mbox-format rmail-mime-decoded rmail-mime-mode-hook rmail-summary-mode-abbrev-table rmail-summary-mode-hook rmail-summary-mode-syntax-table rst-minor-mode-hook rst-toc-mode-hook ruby--electric-indent-chars ruby-align-chained-calls ruby-align-to-stmt-keywords ruby-alignable-keywords ruby-custom-encoding-magic-comment-template ruby-encoding-magic-comment-style ruby-expression-expansion-re ruby-font-lock-keyword-beg-re ruby-mode-hook ruby-mode-menu ruby-singleton-class-re ruby-smie-grammar ruby-syntax-before-regexp-re ruby-use-smie ruler-mode-hook sc-minor-mode-hook scribe-mode-hook scroll-all-mode-hook scroll-bar-adjust-thumb-portion scroll-bar-mode-hook scroll-lock-mode-hook select-tags-table-mode-hook self-insert-uses-region-functions semantic--on-input-start-marker semantic-mode-hook server-mode-hook sgml-electric-tag-pair-mode-hook sh-electric-here-document-mode-hook sh-shell-process shell-dirtrack-mode-hook show-paren--idle-timer show-paren--overlay show-paren--overlay-1 show-paren-data-function show-paren-mode-hook shr-bullet shr-external-browser shr-external-rendering-functions shr-image-animate shr-inhibit-decoration shr-prefer-media-type-alist shr-table-separator-length shr-target-id sieve-manage-mode-hook simula-mode-hook size-indication-mode-hook slitex-mode-hook smbclient-mode-hook smerge-mode-hook smie--hanging-eolp-function smie--matching-block-data-cache smie-config smie-config--buffer-local smie-config--mode-local smie-config--modefuns smie-config--trace smiley-cached-regexp-alist smiley-data-directory smiley-regexp-alist smiley-style smime-mode-hook snake-mode-abbrev-table snake-mode-syntax-table special-mode-hook sql--help-docstring sql-login-delay strokes-mode-hook subword-mode-hook subword-mode-set-explicitly sup-mouse-fast-select-window superword-mode superword-mode-hook superword-mode-major-mode superword-mode-map superword-mode-set-explicitly table-fixed-width-mode-hook tabulated-list-mode-hook tar-mode-hook tar-subfile-mode-hook temp-buffer-max-width temp-buffer-resize-mode-hook term-suppress-hard-newline tex-mode-hook tex-shell-hook text-clone--maintaining text-scale-mode-hook thai-word-mode-hook thing-at-point-beginning-of-url-regexp thing-at-point-default-mail-uri-scheme thing-at-point-newsgroup-heads thing-at-point-newsgroup-regexp thumbs-mode-hook thumbs-view-image-mode-hook timeclock-mode-line-display-hook tmm--history todo-add-item-if-new-category todo-always-add-time-string todo-archive-mode-abbrev-table todo-archive-mode-hook todo-archive-mode-map todo-archive-mode-syntax-table todo-archives todo-categories-align todo-categories-archived-label todo-categories-buffer todo-categories-category-label todo-categories-category-number todo-categories-diary-label todo-categories-done-label todo-categories-mode-abbrev-table todo-categories-mode-hook todo-categories-mode-map todo-categories-mode-syntax-table todo-categories-number-separator todo-categories-todo-label todo-categories-totals-label todo-categories-with-marks todo-category-completions-files todo-category-done todo-category-string-face todo-comment-face todo-comment-string todo-completion-ignore-case todo-current-todo-file todo-date-face todo-date-from-calendar todo-date-pattern todo-date-string-start todo-default-priority todo-default-todo-file todo-descending-counts todo-diary-expired-face todo-diary-items-buffer todo-diary-nonmarking todo-directory todo-done-face todo-done-sep-face todo-done-separator todo-done-separator-string todo-done-string todo-done-string-start todo-edit-done-item--param-key-alist todo-edit-item--date-param-key-alist todo-edit-item--param-key-alist todo-edit-item--prompt todo-file-buffers todo-files todo-files-function todo-filter-done-items todo-filter-files todo-filtered-items-buffer todo-filtered-items-mode-abbrev-table todo-filtered-items-mode-hook todo-filtered-items-mode-map todo-filtered-items-mode-syntax-table todo-font-lock-keywords todo-global-current-todo-file todo-highlight-item todo-include-in-diary todo-indent-to-here todo-initial-category todo-initial-file todo-insert-item--argleft todo-insert-item--args todo-insert-item--argsleft todo-insert-item--keys-so-far todo-insert-item--newargsleft todo-insert-item--param-key-alist todo-insert-item--parameters todo-item-mark todo-item-start todo-key-bindings-t todo-key-bindings-t+a todo-key-bindings-t+a+f todo-key-bindings-t+f todo-legacy-date-time-regexp todo-mode-line-function todo-month-abbrev-array todo-month-name-array todo-multiple-filter-files todo-multiple-filter-files-widget todo-nondiary-end todo-nondiary-face todo-nondiary-marker todo-nondiary-start todo-number-prefix todo-print-buffer todo-print-buffer-function todo-regexp-items-buffer todo-show-current-file todo-show-done-only todo-show-first todo-show-with-done todo-skip-archived-categories todo-time-face todo-top-priorities todo-top-priorities-buffer todo-top-priorities-overrides todo-undo-item-omit-comment todo-use-only-highlighted-region todo-visited todo-wrap-lines todo-y-with-space tool-bar-mode-hook tooltip-mode tooltip-mode-hook tpu-cursor-free-mode-hook tpu-edt-mode-hook trace--timer tramp-adb-file-name-handler-alist tramp-adb-ls-date-regexp tramp-adb-ls-toolbox-regexp tramp-adb-method tramp-adb-program tramp-adb-prompt tramp-connection-min-time-diff tramp-connection-properties tramp-connection-timeout tramp-debug-on-error tramp-default-host-alist tramp-end-of-heredoc tramp-obsolete-methods tramp-perl-pack tramp-perl-unpack tramp-smb-acl-program tramp-smb-actions-get-acl tramp-smb-actions-set-acl tramp-ssh-controlmaster-options tramp-use-ssh-controlmaster-options tramp-warned-obsolete-methods transient-mark-mode-hook tty-menu--initial-menu-x tty-menu-navigation-map tty-menu-open-use-tmm tty-setup-hook type-break-mode-hook type-break-mode-line-message-mode-hook type-break-query-mode-hook unify-8859-on-decoding-mode-hook unify-8859-on-encoding-mode-hook unrmail-mbox-format url-cookie-mode-abbrev-table url-cookie-mode-hook url-cookie-mode-map url-cookie-mode-syntax-table url-dired-minor-mode-hook url-file-handler-load-in-progress url-handler-mode-hook use-hard-newlines-hook user-emacs-directory-warning vc-annotate-mode-hook vc-bzr-log-view-mode-hook vc-git-log-edit-mode-hook vc-git-log-view-mode-hook vc-hg-log-view-mode-hook vc-mtn-log-view-mode-hook vc-svn-log-view-mode-hook vcursor-use-vcursor-map-hook vera-mode-hook verilog-case-fold verilog-in-constraint-re vhdl-actual-generic-name vhdl-beautify-options vhdl-electric-mode-hook vhdl-error-regexp-emacs-alist vhdl-last-input-event vhdl-speedbar-mode-map vhdl-stutter-mode-hook visible-mode-hook visual-line-mode-hook visual-line-mode-set-explicitly visual-order-cursor-movement w32-direct-print-region-use-command-dot-com w32-untranslated-filesystem-list which-function-mode-hook whitespace-enable-predicate whitespace-global-mode-hook whitespace-mode-hook whitespace-newline-mode-hook widget-minor-mode-hook window-resize-pixelwise window-state-put-stale-windows wordstar-mode-abbrev-table wordstar-mode-hook wordstar-mode-syntax-table xesam-count xesam-current xesam-dbus-unique-names xesam-engine xesam-minibuffer-query-history xesam-minibuffer-vendor-history xesam-minor-mode xesam-minor-mode-hook xesam-mode-abbrev-table xesam-mode-hook xesam-mode-map xesam-mode-syntax-table xesam-notify-function xesam-objects xesam-query xesam-refreshing xesam-search xesam-search-engines xesam-to xesam-type xesam-vendor xesam-xml-string xterm-mouse-mode-hook))
(features
(removed advice-preload delphi find-gc octave-inf octave-mod org-ascii org-beamer org-docbook org-exp org-exp-blocks org-export-latex org-freemind org-html org-icalendar org-infojs org-jsinfo org-latex org-lparse org-mac-message org-mew org-mks org-odt org-publish org-remember org-special-blocks org-taskjuggler org-vm org-wl org-xoxo)
(added bat-mode cl-indent cl-loaddefs cus-dep dos-vars eieio-core elec-pair em-tramp erc-list eudcb-bbdb eww filenotify frameset gnus-icalendar gnus-vm inotify nadvice ob-C ob-asymptote ob-awk ob-clojure ob-core ob-fortran ob-haskell ob-io ob-java ob-latex ob-makefile octave opascal org-macro ox ox-ascii ox-beamer ox-html ox-icalendar ox-latex ox-man ox-md ox-odt ox-org ox-publish ox-texinfo pcmpl-x prog-mode smiley subr-x sup-mouse superword tpu-extras tramp-adb xesam)))
((24 5)
(functions
(removed browse-url-firefox-sentinel cua-repeat-replace-region python-indent-toggle-levels tramp-time-less-p tramp-time-subtract)
(added c--macroexpand-all c-macro-is-genuine-p delete-selection-repeat-replace-region erc-channel-user-admin erc-channel-user-admin-p erc-channel-user-halfop erc-channel-user-halfop-p erc-channel-user-owner erc-channel-user-owner-p erc-get-user-mode-prefix erc-quit/part-reason-default file-notify--descriptor python-indent--calculate-indentation python-indent--calculate-levels python-indent--previous-level python-info-encoding python-info-encoding-from-cookie python-syntax-closing-paren-p reftex--prepare-syntax-tables todo-revert-buffer))
(variables
(removed cua--last-deleted-region-pos cua--last-deleted-region-text cua--repeat-replace-text ispell-hunspell-dictionary-equivs-alist python--use-fake-loc)
(added delete-selection-save-to-register delsel--replace-text-or-position erc-rename-buffers ispell-dicts-name2locale-equivs-alist mml2015-display-key-image python-shell-unbuffered vc-hg-log-graph))
(features
(removed)
(added cl-extra)))
((25 1)
(functions
(removed ada-convert-file-name add-to-diary-list american-calendar authors authors-add authors-add-fixed-entries authors-add-to-author-list authors-canonical-author-name authors-canonical-file-name authors-disambiguate-file-name authors-lax-changelog-p authors-no-scan-file-p authors-obsolete-file-p authors-public-domain-p authors-scan-change-log authors-scan-el batch-update-authors byte-compile-file-form-define-abbrev-table byte-compile-track-mouse byte-optimize-zerop c-change-set-fl-decl-start c-context-set-fl-decl-start c-set-fl-decl-start calc-distance-of-robot-from calc-smell-internal calculator-curnum-value calculator-get-prompt calculator-integer-p calendar-absolute-from-astro calendar-absolute-from-bahai calendar-absolute-from-chinese calendar-absolute-from-coptic calendar-absolute-from-ethiopic calendar-absolute-from-french calendar-absolute-from-hebrew calendar-absolute-from-islamic calendar-absolute-from-iso calendar-absolute-from-julian calendar-absolute-from-mayan-long-count calendar-absolute-from-persian calendar-bahai-prompt-for-date calendar-date-is-legal-p calendar-for-loop calendar-goto-astro-day-number calendar-goto-bahai-date calendar-goto-chinese-date calendar-goto-coptic-date calendar-goto-ethiopic-date calendar-goto-french-date calendar-goto-hebrew-date calendar-goto-islamic-date calendar-goto-iso-date calendar-goto-iso-week calendar-goto-julian-date calendar-goto-mayan-long-count-date calendar-goto-persian-date calendar-iso-read-args calendar-next-calendar-round-date calendar-next-haab-date calendar-next-tzolkin-date calendar-one-frame-setup calendar-only-one-frame-setup calendar-phases-of-moon calendar-previous-calendar-round-date calendar-previous-haab-date calendar-previous-tzolkin-date calendar-print-astro-day-number calendar-print-bahai-date calendar-print-chinese-date calendar-print-coptic-date calendar-print-ethiopic-date calendar-print-french-date calendar-print-hebrew-date calendar-print-islamic-date calendar-print-iso-date calendar-print-julian-date calendar-print-mayan-date calendar-print-persian-date calendar-two-frame-setup calendar-version capitalized-find-word-boundary cc-bytecomp-ignore-obsolete cc-bytecomp-obsolete-fun cc-bytecomp-obsolete-var cconv--analyse-function cconv--analyse-use check-calendar-holidays cl--compiler-macro-typep cl--make-type-test cl--set-elt class-constructor class-method-invocation-order class-option class-option-assoc class-slot-initarg class-v completion--sreverse completion-separator-self-insert-autofilling completion-separator-self-insert-command coptic-prompt-for-date copy-soap-array-type copy-soap-basic-type copy-soap-sequence-element copy-soap-sequence-type copy-soap-simple-type copy-soap-wsdl css-extract-keyword-list css-extract-parse-val-grammar css-extract-props-and-vals diary-omer diary-parasha diary-phases-of-moon diary-rosh-hodesh diary-sabbath-candles diary-yahrzeit digit-char-p distance ede-cpp-root-project-root ede-dir-to-projectfile ede-directory-project-add-description-to-hash ede-directory-project-from-hash ede-emacs-project-root ede-files-find-existing ede-find-project-root ede-linux-project-root ede-project-dirmatch-p edebug-adjust-window edebug-original-debug-on-entry edebug-original-eval-defun edebug-original-read edebug-read ediff-odd-p eieio--check-type eieio--class--unused-0 eieio--class-class-allocation-a eieio--class-class-allocation-custom eieio--class-class-allocation-custom-group eieio--class-class-allocation-custom-label eieio--class-class-allocation-doc eieio--class-class-allocation-printer eieio--class-class-allocation-protection eieio--class-class-allocation-type eieio--class-parent eieio--class-protection eieio--class-public-a eieio--class-public-custom eieio--class-public-custom-group eieio--class-public-custom-label eieio--class-public-d eieio--class-public-doc eieio--class-public-printer eieio--class-public-type eieio--class-symbol eieio--class-symbol-obarray eieio--define-field-accessors eieio--object--unused-0 eieio--object-name eieio--scoped-class eieio--typep eieio--with-scoped-class eieio-add-new-slot eieio-all-generic-functions eieio-attribute-to-initarg eieio-build-class-list eieio-c3-candidate eieio-c3-merge-lists eieio-class-children-fast eieio-class-parents-fast eieio-class-precedence-bfs eieio-class-precedence-c3 eieio-class-precedence-dfs eieio-class-precedence-list eieio-class-slot-name-index eieio-compiled-function-arglist eieio-debug-methodinvoke eieio-defgeneric-form eieio-defgeneric-form-primary-only eieio-defgeneric-form-primary-only-one eieio-defgeneric-reset-generic-form eieio-defgeneric-reset-generic-form-primary-only eieio-defgeneric-reset-generic-form-primary-only-one eieio-generic-call eieio-generic-call-primary-only eieio-generic-form eieio-help-class-slots eieio-help-find-class-definition eieio-help-find-method-definition eieio-help-generic eieio-initarg-to-attribute eieio-lambda-arglist eieio-method-documentation eieio-perform-slot-validation eieio-perform-slot-validation-for-default eieio-read-generic eieio-read-generic-p eieio-slot-name-index eieio-slot-originating-class-p eieio-specialized-key-to-generic-key eieio-unbind-method-implementations eieio-validate-class-slot-value eieio-validate-slot-value eieiomt-add eieiomt-install eieiomt-method-list eieiomt-next eieiomt-sym-optimize eldoc-beginning-of-sexp eldoc-current-symbol eldoc-docstring-first-line eldoc-fnsym-in-current-sexp eldoc-function-argstring eldoc-function-argstring-format eldoc-get-fnsym-args-string eldoc-get-var-docstring eldoc-highlight-function-argument eldoc-last-data-store eldoc-symbol-function emacs-bzr-version-bzr emacs-bzr-version-dirstate emacs-lisp-byte-code-comment emacs-lisp-byte-code-mode emacs-lisp-byte-code-syntax-propertize epg-context-set-cipher-algorithm epg-context-set-compress-algorithm epg-context-set-digest-algorithm epg-context-set-home-directory epg-context-set-include-certs epg-context-set-operation epg-context-set-output-file epg-context-set-pinentry-mode epg-context-set-process epg-context-set-program epg-context-set-protocol epg-context-set-result epg-context-set-sig-notations epg-key-set-sub-key-list epg-key-set-user-id-list epg-sig-notation-set-value epg-sig-notations epg-signature-set-class epg-signature-set-creation-time epg-signature-set-digest-algorithm epg-signature-set-expiration-time epg-signature-set-fingerprint epg-signature-set-key-id epg-signature-set-notations epg-signature-set-pubkey-algorithm epg-signature-set-status epg-signature-set-validity epg-signature-set-version epg-sub-key-set-fingerprint epg-user-id-set-signature-list eudc-caar eudc-cadr eudc-cdaar eudc-cdar european-calendar eval-defun-1 eval-defun-2 eval-last-sexp-1 eval-last-sexp-print-value eww-colorize-region eww-tag-body exit-calendar extended-loop-p extract-calendar-day extract-calendar-month extract-calendar-year fancy-diary-display fancy-diary-display-mode filter-visible-calendar-holidays generic-primary-only-one-p generic-primary-only-p gnus-bind-safe-url-regexp gnus-delete-overlay gnus-make-overlay gnus-move-overlay gnus-overlay-buffer gnus-overlay-end gnus-overlay-get gnus-overlay-put gnus-overlay-start gnus-overlays-in gnus-remove-overlays hebrew-calendar-yahrzeit hif-parse-if-exp holiday-hanukkah holiday-passover-etc holiday-rosh-hashanah-etc holiday-tisha-b-av-etc ibuffer-quit icalendar--date-style imap-ssl-open imap-ssl-p include-other-diary-files increment-calendar-month insert-anniversary-diary-entry insert-bahai-diary-entry insert-block-diary-entry insert-cyclic-diary-entry insert-diary-entry insert-hebrew-diary-entry insert-islamic-diary-entry insert-monthly-bahai-diary-entry insert-monthly-diary-entry insert-monthly-hebrew-diary-entry insert-monthly-islamic-diary-entry insert-weekly-diary-entry insert-yearly-bahai-diary-entry insert-yearly-diary-entry insert-yearly-hebrew-diary-entry insert-yearly-islamic-diary-entry ispell-adjusted-window-height ispell-overlay-window js--syntax-begin-function json-decode-char0 json-encode-char json-encode-char0 last-sexp-toggle-display lisp--company-doc-buffer lisp--company-doc-string lisp--company-location lisp--local-variables lisp--local-variables-1 list-bahai-diary-entries list-calendar-holidays list-hebrew-diary-entries list-islamic-diary-entries list-sexp-diary-entries list-yahrzeit-dates make-diary-entry make-soap-array-type make-soap-basic-type make-soap-sequence-element make-soap-sequence-type make-soap-simple-type make-soap-wsdl mark-bahai-calendar-date-pattern mark-bahai-diary-entries mark-calendar-date-pattern mark-calendar-days-named mark-calendar-holidays mark-calendar-month mark-diary-entries mark-hebrew-calendar-date-pattern mark-hebrew-diary-entries mark-included-diary-files mark-islamic-calendar-date-pattern mark-islamic-diary-entries mark-sexp-diary-entries mark-visible-calendar-date mc-install-read-mode mc-install-write-mode menu-bar-next-tag menu-bar-next-tag-other-window message-delete-overlay message-make-overlay message-overlay-put mh-cl-flet midnight-find mm-inline-text-html-render-with-w3 mm-setup-w3 mm-w3-prepare-buffer mml-smime-epg-find-usable-key mml-smime-epg-find-usable-secret-key mml-smime-epg-passphrase-callback mml1991-epg-find-usable-key mml1991-epg-find-usable-secret-key mml1991-epg-passphrase-callback mml2015-epg-check-sub-key mml2015-epg-check-user-id mml2015-epg-find-usable-key mml2015-epg-find-usable-secret-key mml2015-epg-passphrase-callback newsticker--group-do-find-group-for-feed newsticker--group-do-get-parent-group newsticker--group-find-group-for-feed newsticker--group-get-parent-group newsticker--treeview-create-groups-menu newsticker--treeview-create-tree-menu newsticker--treeview-do-get-node newsticker--treeview-get-node next-sexp-as-string nnrss-insert-w3 parse-integer pcase--q1 pcase--split-consp pcase--upat persian-prompt-for-date phases-of-moon print-diary-entries ps-jack-setup ps-jts-ps-setup ps-mode-looking-at-nested ps-mode-match-string-or-comment ps-mode-newline ps-mode-r-angle ps-mode-r-balance ps-mode-r-brace ps-mode-r-gt ps-mode-tabkey pulse rcirc-non-irc-buffer rectange--default-line-number-format redisplay--update-region-highlights registry-prune-hard-candidates registry-prune-soft-candidates repeat-complex-command--called-interactively-skip ruby-singleton-class-p ruby-smie--at-dot-call same-class-fast-p scroll-calendar-left scroll-calendar-left-three-months scroll-calendar-right scroll-calendar-right-three-months semantic-completion-at-point-function semantic-fw-add-edebug-spec server-kill-buffer-query-function ses-cell ses-cell-formula-aset ses-cell-property-delq-fun ses-cell-property-get ses-cell-property-get-fun ses-cell-property-get-handle ses-cell-property-get-handle-fun ses-cell-property-handle-car ses-cell-property-handle-setcar ses-cell-property-pop-fun ses-cell-property-set ses-cell-property-set-fun ses-cell-references-aset ses-time-check ses-unset-with-undo sgml-point-entered shr-expand-newlines shr-find-elements shr-fontize-cont shr-transform-dom sieve-make-overlay sieve-overlay-put sieve-overlays-at simple-diary-display soap-array-type-element-type soap-array-type-name soap-array-type-namespace-tag soap-array-type-p soap-basic-type-kind soap-basic-type-name soap-basic-type-namespace-tag soap-basic-type-p soap-decode-array-type soap-decode-basic-type soap-decode-sequence-type soap-default-soapenc-types soap-default-xsd-types soap-encode-array-type soap-encode-basic-type soap-encode-sequence-type soap-encode-simple-type soap-inspect-array-type soap-inspect-basic-type soap-inspect-sequence-type soap-inspect-simple-type soap-parse-complex-type soap-parse-complex-type-complex-content soap-parse-complex-type-sequence soap-parse-schema-element soap-parse-sequence soap-parse-simple-type soap-resolve-references-for-array-type soap-resolve-references-for-element soap-resolve-references-for-sequence-type soap-resolve-references-for-simple-type soap-sample-value-for-array-type soap-sample-value-for-basic-type soap-sample-value-for-seqence-type soap-sample-value-for-simple-type soap-sequence-element-multiple? soap-sequence-element-name soap-sequence-element-nillable? soap-sequence-element-p soap-sequence-element-type soap-sequence-type-elements soap-sequence-type-name soap-sequence-type-namespace-tag soap-sequence-type-p soap-sequence-type-parent soap-simple-type-enumeration soap-simple-type-kind soap-simple-type-name soap-simple-type-namespace-tag soap-simple-type-p soap-type-p sort-diary-entries square table--point-entered-cell-function table--point-left-cell-function term-check-size term-window-width testcover-read tildify-build-regexp tildify-find-env tildify-mode-alist tooltip-region-active-p tramp-set-auto-save tramp-sh-file-gvfs-monitor-dir-process-filter tramp-sh-file-inotifywait-process-filter turn-off-xterm-mouse-tracking turn-on-xterm-mouse-tracking vc-arch-dir-status vc-arch-init-revision vc-arch-workfile-unchanged-p vc-bzr-could-register vc-bzr-dir-status vc-bzr-init-revision vc-bzr-workfile-unchanged-p vc-clear-headers vc-cvs-dir-status vc-dav-could-register vc-dav-state-heuristic vc-dav-workfile-unchanged-p vc-default-could-register vc-default-init-revision vc-default-latest-on-branch-p vc-default-state-heuristic vc-default-workfile-unchanged-p vc-git-dir-status vc-git-workfile-unchanged-p vc-hg-could-register vc-hg-dir-status vc-hg-workfile-unchanged-p vc-mcvs-annotate-command vc-mcvs-annotate-current-time vc-mcvs-annotate-time vc-mcvs-check-headers vc-mcvs-checkin vc-mcvs-checkout vc-mcvs-checkout-model vc-mcvs-command vc-mcvs-create-tag vc-mcvs-diff vc-mcvs-dir-state-heuristic vc-mcvs-find-revision vc-mcvs-make-version-backups-p vc-mcvs-map-file vc-mcvs-merge vc-mcvs-merge-news vc-mcvs-modify-change-comment vc-mcvs-print-log vc-mcvs-read vc-mcvs-register vc-mcvs-registered vc-mcvs-rename-file vc-mcvs-repository-hostname vc-mcvs-responsible-p vc-mcvs-retrieve-tag vc-mcvs-revert vc-mcvs-revision-granularity vc-mcvs-root vc-mcvs-state vc-mcvs-state-heuristic vc-mcvs-update vc-mcvs-valid-revision-number-p vc-mcvs-valid-symbolic-tag-name-p vc-mcvs-working-revision vc-mistrust-permissions vc-mtn-could-register vc-mtn-dir-status vc-mtn-workfile-unchanged-p vc-name vc-rcs-dir-status vc-rcs-rollback vc-rcs-state-heuristic vc-rollback vc-sccs-dir-status vc-sccs-rollback vc-sccs-state-heuristic vc-stay-local-p vc-svn-could-register vc-svn-dir-status vc-svn-repository-hostname vc-svn-state-heuristic vc-workfile-unchanged-p vhdl-goto-line view-other-diary-entries w3-parse-buffer w32-using-nt w32-version window--even-window-heights window--size-ignore-p window-split-min-size woman-mapcan would-be-symbol x-selection-owner-p x-valid-simple-selection-p xterm-mouse--read-event-sequence-1000 xterm-mouse--read-event-sequence-1006)
(added \(setf\ ede-object-keybindings\) \(setf\ ede-object-menu\) \(setf\ ede-object-sourcecode\) \(setf\ gnus-icalendar-event:description\) \(setf\ gnus-icalendar-event:end-time\) \(setf\ gnus-icalendar-event:location\) \(setf\ gnus-icalendar-event:method\) \(setf\ gnus-icalendar-event:opt-participants\) \(setf\ gnus-icalendar-event:organizer\) \(setf\ gnus-icalendar-event:participation-type\) \(setf\ gnus-icalendar-event:recur\) \(setf\ gnus-icalendar-event:req-participants\) \(setf\ gnus-icalendar-event:rsvp\) \(setf\ gnus-icalendar-event:start-time\) \(setf\ gnus-icalendar-event:summary\) \(setf\ gnus-icalendar-event:uid\) \(setf\ seq-elt\) -cvs-create-fileinfo--cmacro -cvs-flags-make--cmacro Man-bgproc-filter \`--pcase-macroexpander add-to-list--anon-cmacro alist-get artist-figlet-get-font-list-windows auth-source-backend--anon-cmacro auth-source-backend--eieio-childp auto-source--symbol-keyword avl-tree--cmpfun--cmacro avl-tree--create--cmacro avl-tree--dummyroot--cmacro avl-tree--node-balance--cmacro avl-tree--node-create--cmacro avl-tree--node-data--cmacro avl-tree--node-left--cmacro avl-tree--node-right--cmacro avl-tree--stack-p--cmacro avl-tree--stack-reverse--cmacro avl-tree--stack-store--cmacro avl-tree-p--cmacro backward-word-strictly batch-byte-compile-emacs batch-byte-recompile-emacs bidi-find-overridden-directionality bidi-resolved-levels bookmark-set-internal bookmark-set-no-overwrite bool-vector browse-url-chrome browse-url-conkeror bruce buffer-menu-open buffer-substring-with-bidi-context bufferpos-to-filepos byte-compile-file-form-defvar-function byte-compile-recurse-toplevel c--delete-duplicates c--intersection c--mapcan c--set-difference c-advise-fl-for-region c-back-over-list-of-member-inits c-back-over-member-initializer-braces c-backward-typed-enum-colon c-before-context-fl-expand-region c-called-from-text-property-change-p c-change-expand-fl-region c-context-expand-fl-region c-fl-decl-start c-forward-declarator c-get-fallback-scan-pos c-lineup-respect-col-0 c-looking-at-non-alphnumspace c-next-single-property-change c-restore-<>-properties c-sc-parse-partial-sexp c-sc-parse-partial-sexp-no-category c-sc-scan-lists c-sc-scan-lists-no-category+1+1 c-sc-scan-lists-no-category+1-1 c-sc-scan-lists-no-category-1+1 c-sc-scan-lists-no-category-1-1 c-self-bind-state-cache c-string-list-p c-string-or-string-list-p calc-convert-exact-units calc-digit-start-entry calc-vector-rms calcFunc-rms calculator-get-display calculator-groupize-number calculator-need-3-lines calculator-push-curnum calculator-reduce-stack-once calendar-chinese-from-absolute-for-diary calendar-chinese-mark-date-pattern calendar-chinese-to-absolute-for-diary capitalize-dwim cc-bytecomp-compiling-or-loading cc-bytecomp-is-loading cc-conditional-require cc-conditional-require-after-load cconv--analyze-function cconv--analyze-use cconv-analyze-form cfengine3-create-imenu-index cfengine3-current-defun cfengine3-reformat-json-string char-fold--make-space-string char-fold-search-backward char-fold-search-forward char-fold-to-regexp chart--anon-cmacro chart--eieio-childp chart-axis--anon-cmacro chart-axis--eieio-childp chart-axis-names--anon-cmacro chart-axis-names--eieio-childp chart-axis-range--anon-cmacro chart-axis-range--eieio-childp chart-bar--anon-cmacro chart-bar--eieio-childp chart-sequece--anon-cmacro chart-sequece--eieio-childp checkdoc-file checkdoc-get-keywords checkdoc-package-keywords cl--assertion-failed cl--block-throw--cmacro cl--block-wrapper--cmacro cl--class-docstring cl--class-docstring--cmacro cl--class-index-table cl--class-index-table--cmacro cl--class-name cl--class-name--cmacro cl--class-p cl--class-p--cmacro cl--class-parents cl--class-parents--cmacro cl--class-slots cl--class-slots--cmacro cl--copy-slot-descriptor cl--copy-slot-descriptor-1 cl--describe-class cl--describe-class-slot cl--describe-class-slots cl--do-&aux cl--find-class cl--generic cl--generic-arg-specializer cl--generic-build-combined-method cl--generic-cache-miss cl--generic-class-parents cl--generic-derived-specializers cl--generic-describe cl--generic-dispatches cl--generic-dispatches--cmacro cl--generic-fgrep cl--generic-generalizer-name cl--generic-generalizer-name--cmacro cl--generic-generalizer-p cl--generic-generalizer-p--cmacro cl--generic-generalizer-priority cl--generic-generalizer-priority--cmacro cl--generic-generalizer-specializers-function cl--generic-generalizer-specializers-function--cmacro cl--generic-generalizer-tagcode-function cl--generic-generalizer-tagcode-function--cmacro cl--generic-get-dispatcher cl--generic-isnot-nnm-p cl--generic-lambda cl--generic-make cl--generic-make--cmacro cl--generic-make-function cl--generic-make-method cl--generic-make-method--cmacro cl--generic-make-next-function cl--generic-member-method cl--generic-method-documentation cl--generic-method-function cl--generic-method-function--cmacro cl--generic-method-info cl--generic-method-qualifiers cl--generic-method-qualifiers--cmacro cl--generic-method-specializers cl--generic-method-specializers--cmacro cl--generic-method-table cl--generic-method-table--cmacro cl--generic-method-uses-cnm cl--generic-method-uses-cnm--cmacro cl--generic-name cl--generic-name--cmacro cl--generic-no-next-method-function cl--generic-options cl--generic-options--cmacro cl--generic-search-method cl--generic-specializers-apply-to-type-p cl--generic-split-args cl--generic-standard-method-combination cl--generic-struct-specializers cl--generic-struct-tag cl--generic-with-memoization cl--make-slot-desc cl--make-slot-descriptor cl--make-slot-descriptor--cmacro cl--pcase-mutually-exclusive-p cl--plist-remove cl--slot-descriptor-initform cl--slot-descriptor-initform--cmacro cl--slot-descriptor-name cl--slot-descriptor-name--cmacro cl--slot-descriptor-props cl--slot-descriptor-props--cmacro cl--slot-descriptor-type cl--slot-descriptor-type--cmacro cl--struct-all-parents cl--struct-cl--generic-method-p cl--struct-cl--generic-method-p--cmacro cl--struct-cl--generic-p cl--struct-cl--generic-p--cmacro cl--struct-class-children-sym cl--struct-class-children-sym--cmacro cl--struct-class-docstring cl--struct-class-docstring--cmacro cl--struct-class-index-table cl--struct-class-index-table--cmacro cl--struct-class-name cl--struct-class-name--cmacro cl--struct-class-named cl--struct-class-named--cmacro cl--struct-class-p cl--struct-class-p--cmacro cl--struct-class-parents cl--struct-class-parents--cmacro cl--struct-class-print cl--struct-class-print--cmacro cl--struct-class-slots cl--struct-class-slots--cmacro cl--struct-class-tag cl--struct-class-tag--cmacro cl--struct-class-type cl--struct-class-type--cmacro cl--struct-epg-context-p cl--struct-epg-context-p--cmacro cl--struct-epg-data-p cl--struct-epg-data-p--cmacro cl--struct-epg-import-result-p cl--struct-epg-import-result-p--cmacro cl--struct-epg-import-status-p cl--struct-epg-import-status-p--cmacro cl--struct-epg-key-p cl--struct-epg-key-p--cmacro cl--struct-epg-key-signature-p cl--struct-epg-key-signature-p--cmacro cl--struct-epg-new-signature-p cl--struct-epg-new-signature-p--cmacro cl--struct-epg-sig-notation-p cl--struct-epg-sig-notation-p--cmacro cl--struct-epg-signature-p cl--struct-epg-signature-p--cmacro cl--struct-epg-sub-key-p cl--struct-epg-sub-key-p--cmacro cl--struct-epg-user-id-p cl--struct-epg-user-id-p--cmacro cl--struct-get-class cl--struct-new-class cl--struct-new-class--cmacro cl--struct-register-child cl-call-next-method cl-defgeneric cl-defmethod cl-describe-type cl-digit-char-p cl-find-class cl-find-method cl-fresh-line cl-generic-all-functions cl-generic-apply cl-generic-call-method cl-generic-combine-methods cl-generic-current-method-specializers cl-generic-define cl-generic-define-context-rewriter cl-generic-define-generalizer cl-generic-define-method cl-generic-ensure-function cl-generic-function-options cl-generic-generalizers cl-generic-make-generalizer cl-generic-make-generalizer--cmacro cl-iter-defun cl-method-qualifiers cl-next-method-p cl-no-applicable-method cl-no-next-method cl-no-primary-method cl-parse-integer cl-slot-descriptor-p cl-slot-descriptor-p--cmacro cl-struct--pcase-macroexpander cl-struct-avl-tree- cl-struct-avl-tree--node cl-struct-avl-tree--stack cl-struct-cl--class cl-struct-cl--generic cl-struct-cl--generic-generalizer cl-struct-cl--generic-method cl-struct-cl-slot-descriptor cl-struct-cl-structure-class cl-struct-cl-structure-object cl-struct-compilation--message cl-struct-cvs-fileinfo cl-struct-cvs-flags cl-struct-cvs-qtypedesc cl-struct-cvs-tag cl-struct-define cl-struct-edebug--form-data cl-struct-eieio--class cl-struct-eieio--object cl-struct-epg-context cl-struct-epg-data cl-struct-epg-import-result cl-struct-epg-import-status cl-struct-epg-key cl-struct-epg-key-signature cl-struct-epg-new-signature cl-struct-epg-sig-notation cl-struct-epg-signature cl-struct-epg-sub-key cl-struct-epg-user-id cl-struct-erc-response cl-struct-ert--ewoc-entry cl-struct-ert--stats cl-struct-ert--test-execution-info cl-struct-ert-test cl-struct-ert-test-aborted-with-non-local-exit cl-struct-ert-test-failed cl-struct-ert-test-passed cl-struct-ert-test-quit cl-struct-ert-test-result cl-struct-ert-test-result-with-condition cl-struct-ert-test-skipped cl-struct-ewoc cl-struct-ewoc--node cl-struct-flymake-ler cl-struct-gdb-handler cl-struct-gdb-table cl-struct-isearch--state cl-struct-js--js-handle cl-struct-js--pitem cl-struct-nnimap cl-struct-nnmaildir--art cl-struct-nnmaildir--grp cl-struct-nnmaildir--srv cl-struct-org-export-backend cl-struct-p cl-struct-p--cmacro cl-struct-package--ac-desc cl-struct-package--bi-desc cl-struct-package-desc cl-struct-profiler-calltree cl-struct-profiler-profile cl-struct-rng--ipattern cl-struct-sequence-type cl-struct-ses--locprn cl-struct-ses-cell cl-struct-sgml-tag cl-struct-slot-info cl-struct-slot-offset cl-struct-slot-value cl-struct-slot-value--inliner cl-struct-soap-binding cl-struct-soap-bound-operation cl-struct-soap-element cl-struct-soap-message cl-struct-soap-namespace cl-struct-soap-namespace-link cl-struct-soap-operation cl-struct-soap-port cl-struct-soap-port-type cl-struct-soap-wsdl cl-struct-soap-xs-attribute cl-struct-soap-xs-attribute-group cl-struct-soap-xs-basic-type cl-struct-soap-xs-complex-type cl-struct-soap-xs-element cl-struct-soap-xs-simple-type cl-struct-soap-xs-type cl-struct-timer cl-struct-uniquify-item cl-struct-url cl-struct-url-future cl-struct-url-queue cl-struct-vc-bzr-extra-fileinfo cl-struct-vc-dir-fileinfo cl-struct-vc-git-extra-fileinfo cl-struct-vc-hg-extra-fileinfo cl-struct-xref-elisp-location cl-typep--inliner comint-clear-buffer comment-line comment-make-bol-ws comment-quote-nested-default compare-windows-get-next-window compare-windows-get-recent-window compilation--make-message--cmacro compilation--message->end-loc--cmacro compilation--message->loc--cmacro compilation--message->type--cmacro compilation--message-p--cmacro compilation-beginning-of-line completion--category-override completion--post-self-insert compose-gstring-for-dotted-circle copy-cl--generic copy-cl--generic-generalizer copy-cl--generic-method copy-ses--locprn copy-soap-xs-attribute copy-soap-xs-attribute-group copy-soap-xs-basic-type copy-soap-xs-complex-type copy-soap-xs-element copy-soap-xs-simple-type copy-soap-xs-type copy-xref-elisp-location cps--add-binding cps--add-state cps--advance-for cps--atomic-p cps--define-unsupported cps--find-special-form-handler cps--gensym cps--handle-loop-for cps--initialize-for cps--make-atomic-state cps--make-catch-wrapper cps--make-close-iterator-form cps--make-condition-wrapper cps--make-dynamic-binding-wrapper cps--make-unwind-wrapper cps--replace-variable-references cps--special-form-p cps--trace cps--trace-funcall cps--transform-1 cps--with-dynamic-binding cps--with-value-wrapper cps-generate-evaluator css--complete-at-rule css--complete-property css--complete-pseudo-element-or-class css--font-lock-keywords css-adaptive-fill css-completion-at-point cua--extract-rectangle-bounds cursor-intangible-mode cursor-sensor--detect cursor-sensor--intangible-p cursor-sensor--move-to-tangible cursor-sensor-mode cursor-sensor-move-to-tangible cursor-sensor-tangible-pos custom-prompt-customize-unsaved-options custom-unsaved-options cvs-fileinfo->base-rev--cmacro cvs-fileinfo->dir--cmacro cvs-fileinfo->file--cmacro cvs-fileinfo->full-log--cmacro cvs-fileinfo->head-rev--cmacro cvs-fileinfo->marked--cmacro cvs-fileinfo->merge--cmacro cvs-fileinfo->subtype--cmacro cvs-fileinfo->type--cmacro cvs-fileinfo-p--cmacro cvs-flags-defaults--cmacro cvs-flags-desc--cmacro cvs-flags-hist-sym--cmacro cvs-flags-p--cmacro cvs-flags-persist--cmacro cvs-flags-qtypedesc--cmacro cvs-qtypedesc-complete--cmacro cvs-qtypedesc-create--cmacro cvs-qtypedesc-hist-sym--cmacro cvs-qtypedesc-obj2str--cmacro cvs-qtypedesc-p--cmacro cvs-qtypedesc-require--cmacro cvs-qtypedesc-str2obj--cmacro cvs-tag->name--cmacro cvs-tag->type--cmacro cvs-tag->vlist--cmacro cvs-tag-make--cmacro cvs-tag-p--cmacro dbus-peer-handler default-font-width define-advice define-inline delete-selection-uses-region-p describe-char-eldoc describe-char-eldoc--format describe-char-eldoc--truncate describe-mode-local-overload describe-symbol diary-chinese-anniversary diary-chinese-insert-anniversary-entry diary-chinese-insert-entry diary-chinese-insert-monthly-entry diary-chinese-insert-yearly-entry diary-chinese-list-entries diary-chinese-mark-entries diff-kill-applied-hunks directory-files-recursively directory-name-p dired-do-compress-to dired-do-find-regexp dired-do-find-regexp-and-replace dired-shell-command dired-x--string-to-number display-buffer-use-some-frame dns-servers-up-to-date-p dom-add-child-before dom-append-child dom-attr dom-attributes dom-by-class dom-by-id dom-by-style dom-by-tag dom-child-by-tag dom-children dom-elements dom-ensure-node dom-node dom-non-text-children dom-parent dom-pp dom-previous-sibling dom-set-attribute dom-set-attributes dom-strings dom-tag dom-text dom-texts downcase-dwim ebrowse-bs-file--cmacro ebrowse-bs-flags--cmacro ebrowse-bs-name--cmacro ebrowse-bs-p--cmacro ebrowse-bs-pattern--cmacro ebrowse-bs-point--cmacro ebrowse-bs-scope--cmacro ebrowse-cs-file--cmacro ebrowse-cs-flags--cmacro ebrowse-cs-name--cmacro ebrowse-cs-p--cmacro ebrowse-cs-pattern--cmacro ebrowse-cs-point--cmacro ebrowse-cs-scope--cmacro ebrowse-cs-source-file--cmacro ebrowse-hs-command-line-options--cmacro ebrowse-hs-member-table--cmacro ebrowse-hs-p--cmacro ebrowse-hs-unused--cmacro ebrowse-hs-version--cmacro ebrowse-ms-definition-file--cmacro ebrowse-ms-definition-pattern--cmacro ebrowse-ms-definition-point--cmacro ebrowse-ms-file--cmacro ebrowse-ms-flags--cmacro ebrowse-ms-name--cmacro ebrowse-ms-p--cmacro ebrowse-ms-pattern--cmacro ebrowse-ms-point--cmacro ebrowse-ms-scope--cmacro ebrowse-ms-visibility--cmacro ebrowse-position-file-name--cmacro ebrowse-position-info--cmacro ebrowse-position-p--cmacro ebrowse-position-point--cmacro ebrowse-position-target--cmacro ebrowse-ts-base-classes--cmacro ebrowse-ts-class--cmacro ebrowse-ts-friends--cmacro ebrowse-ts-mark--cmacro ebrowse-ts-member-functions--cmacro ebrowse-ts-member-variables--cmacro ebrowse-ts-p--cmacro ebrowse-ts-static-functions--cmacro ebrowse-ts-static-variables--cmacro ebrowse-ts-subclasses--cmacro ebrowse-ts-types--cmacro ede--detect-ldf-predicate ede--detect-ldf-root-predicate ede--detect-ldf-rootonly-predicate ede--detect-scan-directory-for-project ede--detect-scan-directory-for-project-root ede--detect-scan-directory-for-rootonly-project ede--detect-stop-scan-p ede--directory-project-add-description-to-hash ede--directory-project-from-hash ede-auto-detect-in-dir ede-delete-project-from-global-list ede-detect-directory-for-project ede-detect-qtest ede-directory-project-cons ede-global-list-sanity-check ede-project--anon-cmacro ede-project--eieio-childp ede-project-autoload--anon-cmacro ede-project-autoload--eieio-childp ede-project-autoload-dirmatch--anon-cmacro ede-project-autoload-dirmatch--eieio-childp ede-project-placeholder--anon-cmacro ede-project-placeholder--eieio-childp ede-show-supported-projects ede-sourcecode--anon-cmacro ede-sourcecode--eieio-childp ede-target--anon-cmacro ede-target--eieio-childp edebug--display-1 edebug--form-data-begin--cmacro edebug--form-data-end--cmacro edebug--form-data-name--cmacro edebug--make-form-data-entry--cmacro edebug--read edebug-set-initial-mode eieio--add-new-slot eieio--c3-candidate eieio--c3-merge-lists eieio--class-children--cmacro eieio--class-class-allocation-values--cmacro eieio--class-class-slots eieio--class-class-slots--cmacro eieio--class-constructor eieio--class-default-object-cache--cmacro eieio--class-docstring eieio--class-docstring--cmacro eieio--class-index-table eieio--class-index-table--cmacro eieio--class-initarg-tuples--cmacro eieio--class-make eieio--class-make--cmacro eieio--class-method-invocation-order eieio--class-name eieio--class-name--cmacro eieio--class-object eieio--class-option eieio--class-option-assoc eieio--class-options--cmacro eieio--class-p eieio--class-p--cmacro eieio--class-parents eieio--class-parents--cmacro eieio--class-precedence-bfs eieio--class-precedence-c3 eieio--class-precedence-dfs eieio--class-precedence-list eieio--class-print-name eieio--class-slot-initarg eieio--class-slot-name-index eieio--class-slots eieio--class-slots--cmacro eieio--class/struct-parents eieio--generic-static-symbol-specializers eieio--generic-subclass-specializers eieio--initarg-to-attribute eieio--object-class-tag eieio--object-class-tag--cmacro eieio--pcase-macroexpander eieio--perform-slot-validation eieio--perform-slot-validation-for-default eieio--slot-name-index eieio--slot-override eieio--validate-class-slot-value eieio--validate-slot-value eieio-class-slots eieio-class-tag--auth-source-backend eieio-class-tag--chart eieio-class-tag--chart-axis eieio-class-tag--chart-axis-names eieio-class-tag--chart-axis-range eieio-class-tag--chart-bar eieio-class-tag--chart-sequece eieio-class-tag--ede-project eieio-class-tag--ede-project-autoload eieio-class-tag--ede-project-autoload-dirmatch eieio-class-tag--ede-project-placeholder eieio-class-tag--ede-sourcecode eieio-class-tag--ede-target eieio-class-tag--eieio-default-superclass eieio-class-tag--eieio-instance-inheritor eieio-class-tag--eieio-instance-tracker eieio-class-tag--eieio-named eieio-class-tag--eieio-persistent eieio-class-tag--eieio-singleton eieio-class-tag--eieio-speedbar eieio-class-tag--eieio-speedbar-directory-button eieio-class-tag--eieio-speedbar-file-button eieio-class-tag--eieio-widget-test-class eieio-class-tag--gnus-icalendar-event eieio-class-tag--gnus-icalendar-event-cancel eieio-class-tag--gnus-icalendar-event-reply eieio-class-tag--gnus-icalendar-event-request eieio-class-tag--registry-db eieio-class-tag--xref-bogus-location eieio-class-tag--xref-buffer-location eieio-class-tag--xref-etags-location eieio-class-tag--xref-file-location eieio-class-tag--xref-item eieio-class-tag--xref-location eieio-class-tag--xref-match-item eieio-default-superclass--eieio-childp eieio-defclass-internal eieio-instance-inheritor--eieio-childp eieio-instance-tracker--eieio-childp eieio-make-child-predicate eieio-make-class-predicate eieio-named--eieio-childp eieio-oref--anon-cmacro eieio-pcase-slot-index-from-index-table eieio-pcase-slot-index-table eieio-persistent--eieio-childp eieio-singleton--eieio-childp eieio-slot-descriptor-name eieio-speedbar--eieio-childp eieio-speedbar-directory-button--eieio-childp eieio-speedbar-file-button--eieio-childp eieio-widget-test-class--anon-cmacro eieio-widget-test-class--eieio-childp electric--insertable-p electric-pair-local-mode electric-quote-local-mode electric-quote-mode electric-quote-post-self-insert-function elisp--beginning-of-sexp elisp--byte-code-comment elisp--company-doc-buffer elisp--company-doc-string elisp--company-location elisp--current-symbol elisp--docstring-first-line elisp--eval-defun elisp--eval-defun-1 elisp--eval-last-sexp elisp--eval-last-sexp-print-value elisp--expect-function-p elisp--fnsym-in-current-sexp elisp--font-lock-flush-elisp-buffers elisp--form-quoted-p elisp--highlight-function-argument elisp--last-data-store elisp--local-variables elisp--local-variables-1 elisp--preceding-sexp elisp--xref-backend elisp--xref-find-definitions elisp--xref-make-xref elisp-byte-code-mode elisp-byte-code-syntax-propertize elisp-completion-at-point elisp-eldoc-documentation-function elisp-function-argstring elisp-get-fnsym-args-string elisp-get-var-docstring elisp-last-sexp-toggle-display elisp-load-path-roots emacs-lisp-macroexpand emacs-repository--version-git-1 emacs-repository-version-git epa-display-error epg--gv-nreverse epg-config--make-gpg-configuration epg-config--make-gpgsm-configuration epg-context--make epg-context-armor--cmacro epg-context-cipher-algorithm--cmacro epg-context-compress-algorithm--cmacro epg-context-digest-algorithm--cmacro epg-context-edit-callback epg-context-edit-callback--cmacro epg-context-error-buffer epg-context-error-buffer--cmacro epg-context-error-output epg-context-error-output--cmacro epg-context-home-directory--cmacro epg-context-include-certs--cmacro epg-context-operation--cmacro epg-context-output-file--cmacro epg-context-passphrase-callback--cmacro epg-context-pinentry-mode--cmacro epg-context-process--cmacro epg-context-program--cmacro epg-context-progress-callback--cmacro epg-context-protocol--cmacro epg-context-result--cmacro epg-context-sig-notations--cmacro epg-context-signers--cmacro epg-context-textmode--cmacro epg-data-file--cmacro epg-data-string--cmacro epg-edit-key epg-find-configuration epg-import-result-considered--cmacro epg-import-result-imported--cmacro epg-import-result-imported-rsa--cmacro epg-import-result-imports--cmacro epg-import-result-new-revocations--cmacro epg-import-result-new-signatures--cmacro epg-import-result-new-sub-keys--cmacro epg-import-result-new-user-ids--cmacro epg-import-result-no-user-id--cmacro epg-import-result-not-imported--cmacro epg-import-result-secret-imported--cmacro epg-import-result-secret-read--cmacro epg-import-result-secret-unchanged--cmacro epg-import-result-unchanged--cmacro epg-import-status-fingerprint--cmacro epg-import-status-new--cmacro epg-import-status-reason--cmacro epg-import-status-secret--cmacro epg-import-status-signature--cmacro epg-import-status-sub-key--cmacro epg-import-status-user-id--cmacro epg-key-owner-trust--cmacro epg-key-signature-class--cmacro epg-key-signature-creation-time--cmacro epg-key-signature-expiration-time--cmacro epg-key-signature-exportable-p--cmacro epg-key-signature-key-id--cmacro epg-key-signature-pubkey-algorithm--cmacro epg-key-signature-user-id--cmacro epg-key-signature-validity--cmacro epg-key-sub-key-list--cmacro epg-key-user-id-list--cmacro epg-make-data-from-file--cmacro epg-make-data-from-string--cmacro epg-make-import-result--cmacro epg-make-import-status--cmacro epg-make-key--cmacro epg-make-key-signature--cmacro epg-make-new-signature--cmacro epg-make-sig-notation--cmacro epg-make-signature--cmacro epg-make-sub-key--cmacro epg-make-user-id--cmacro epg-new-signature-class--cmacro epg-new-signature-creation-time--cmacro epg-new-signature-digest-algorithm--cmacro epg-new-signature-fingerprint--cmacro epg-new-signature-pubkey-algorithm--cmacro epg-new-signature-type--cmacro epg-sig-notation-critical--cmacro epg-sig-notation-human-readable--cmacro epg-sig-notation-name--cmacro epg-sig-notation-value--cmacro epg-signature-class--cmacro epg-signature-creation-time--cmacro epg-signature-digest-algorithm--cmacro epg-signature-expiration-time--cmacro epg-signature-fingerprint--cmacro epg-signature-key-id--cmacro epg-signature-notations epg-signature-notations--cmacro epg-signature-pubkey-algorithm--cmacro epg-signature-status--cmacro epg-signature-validity--cmacro epg-signature-version--cmacro epg-start-edit-key epg-sub-key-algorithm--cmacro epg-sub-key-capability--cmacro epg-sub-key-creation-time--cmacro epg-sub-key-expiration-time--cmacro epg-sub-key-fingerprint--cmacro epg-sub-key-id--cmacro epg-sub-key-length--cmacro epg-sub-key-secret-p--cmacro epg-sub-key-validity--cmacro epg-user-id-signature-list--cmacro epg-user-id-string--cmacro epg-user-id-validity--cmacro erc--buffer-p erc-add-targets erc-bounds-of-word-at-point erc-channel-user-admin--cmacro erc-channel-user-halfop--cmacro erc-channel-user-last-message-time--cmacro erc-channel-user-op--cmacro erc-channel-user-owner--cmacro erc-channel-user-p--cmacro erc-channel-user-voice--cmacro erc-forward-word erc-open-network-stream erc-response-p--cmacro erc-response.command--cmacro erc-response.command-args--cmacro erc-response.contents--cmacro erc-response.sender--cmacro erc-response.unparsed--cmacro erc-server-delayed-reconnect erc-server-user-buffers--cmacro erc-server-user-full-name--cmacro erc-server-user-host--cmacro erc-server-user-info--cmacro erc-server-user-login--cmacro erc-server-user-nickname--cmacro erc-server-user-p--cmacro erc-switch-to-buffer erc-word-at-arg-p ert--ewoc-entry-expanded-p--cmacro ert--ewoc-entry-extended-printer-limits-p--cmacro ert--ewoc-entry-hidden-p--cmacro ert--ewoc-entry-p--cmacro ert--ewoc-entry-test--cmacro ert--stats-aborted-p--cmacro ert--stats-current-test--cmacro ert--stats-end-time--cmacro ert--stats-failed-expected--cmacro ert--stats-failed-unexpected--cmacro ert--stats-next-redisplay--cmacro ert--stats-p--cmacro ert--stats-passed-expected--cmacro ert--stats-passed-unexpected--cmacro ert--stats-selector--cmacro ert--stats-skipped--cmacro ert--stats-start-time--cmacro ert--stats-test-end-times--cmacro ert--stats-test-map--cmacro ert--stats-test-results--cmacro ert--stats-test-start-times--cmacro ert--stats-tests--cmacro ert--test-execution-info-ert-debug-on-error--cmacro ert--test-execution-info-exit-continuation--cmacro ert--test-execution-info-next-debugger--cmacro ert--test-execution-info-p--cmacro ert--test-execution-info-result--cmacro ert--test-execution-info-test--cmacro ert-summarize-tests-batch-and-exit ert-test-aborted-with-non-local-exit-messages--cmacro ert-test-aborted-with-non-local-exit-p--cmacro ert-test-aborted-with-non-local-exit-should-forms--cmacro ert-test-body--cmacro ert-test-documentation--cmacro ert-test-expected-result-type--cmacro ert-test-failed-backtrace--cmacro ert-test-failed-condition--cmacro ert-test-failed-infos--cmacro ert-test-failed-messages--cmacro ert-test-failed-p--cmacro ert-test-failed-should-forms--cmacro ert-test-most-recent-result--cmacro ert-test-name--cmacro ert-test-p--cmacro ert-test-passed-messages--cmacro ert-test-passed-p--cmacro ert-test-passed-should-forms--cmacro ert-test-quit-backtrace--cmacro ert-test-quit-condition--cmacro ert-test-quit-infos--cmacro ert-test-quit-messages--cmacro ert-test-quit-p--cmacro ert-test-quit-should-forms--cmacro ert-test-result-messages--cmacro ert-test-result-p--cmacro ert-test-result-should-forms--cmacro ert-test-result-with-condition-backtrace--cmacro ert-test-result-with-condition-condition--cmacro ert-test-result-with-condition-infos--cmacro ert-test-result-with-condition-messages--cmacro ert-test-result-with-condition-p--cmacro ert-test-result-with-condition-should-forms--cmacro ert-test-skipped-backtrace--cmacro ert-test-skipped-condition--cmacro ert-test-skipped-infos--cmacro ert-test-skipped-messages--cmacro ert-test-skipped-p--cmacro ert-test-skipped-should-forms--cmacro ert-test-tags--cmacro eshell/clear eshell/clear-scrollback etags--xref-backend etags--xref-find-definitions eudc--using-bbdb-3-or-newer-p eudc-bbdb-field eudc-bbdbify-company eval-after-load--anon-cmacro ewoc--buffer--cmacro ewoc--create--cmacro ewoc--dll--cmacro ewoc--footer--cmacro ewoc--header--cmacro ewoc--hf-pp--cmacro ewoc--last-node--cmacro ewoc--node-create--cmacro ewoc--node-data--cmacro ewoc--node-left--cmacro ewoc--node-right--cmacro ewoc--node-start-marker--cmacro ewoc--pretty-printer--cmacro ewoc-p--cmacro eww-buffer-kill eww-buffer-select eww-buffer-show eww-buffer-show-next eww-buffer-show-previous eww-buffers-mode eww-current-url eww-decode-url-file-name eww-desktop-data-1 eww-desktop-history-duplicate eww-desktop-misc-data eww-display-pdf eww-form-file eww-highest-readability eww-html-p eww-isearch-next-buffer eww-links-at-point eww-list-buffers eww-readable eww-restore-desktop eww-score-readability eww-search-words eww-select-file eww-set-character-encoding eww-size-text-inputs eww-suggested-uris eww-tag-meta eww-toggle-fonts eww-toggle-paragraph-direction execute-extended-command--shorter execute-extended-command--shorter-1 extract-rectangle-bounds face-list-p faces--attribute-at-point file-notify--event-watched-file file-notify--rm-descriptor file-notify-valid-p filepos-to-bufferpos filepos-to-bufferpos--dos files--message find-function-library find-function-on-key-do-it find-function-on-key-other-frame find-function-on-key-other-window find-tag--default flymake-ler-file--cmacro flymake-ler-full-file--cmacro flymake-ler-line--cmacro flymake-ler-make-ler--cmacro flymake-ler-p--cmacro flymake-ler-text--cmacro flymake-ler-type--cmacro follow-after-change follow-get-scrolled-point follow-move-to-window-line follow-pos-visible-in-window-p follow-scroll-down-arg follow-scroll-down-window follow-scroll-up-arg follow-scroll-up-window follow-set-window-start follow-window-end follow-window-start font-lock--remove-face-from-text-property font-lock-ensure font-lock-flush format-message forward-word-strictly frame--size-history frame-after-make-frame frame-creation-function frame-edges frame-geometry frame-position frame-scroll-bar-height frame-total-lines frame-windows-min-size frameset--make--cmacro frameset--print-register frameset-app--cmacro frameset-description--cmacro frameset-name--cmacro frameset-p--cmacro frameset-properties--cmacro frameset-states--cmacro frameset-timestamp--cmacro frameset-version--cmacro funcall-interactively gdb-handler-function--cmacro gdb-handler-p--cmacro gdb-handler-pending-trigger--cmacro gdb-handler-token-number--cmacro gdb-mi-decode gdb-table-column-sizes--cmacro gdb-table-p--cmacro gdb-table-right-align--cmacro gdb-table-row-properties--cmacro gdb-table-rows--cmacro global-eldoc-mode gmm-format-time-string gnus--insert-random-face-with-type gnus--random-face-with-type gnus-article-mime-handles gnus-bind-mm-vars gnus-cloud-add-timestamps gnus-cloud-all-files gnus-cloud-available-chunks gnus-cloud-chunk-sequence gnus-cloud-collect-full-newsrc gnus-cloud-decode-data gnus-cloud-delete-file gnus-cloud-download-data gnus-cloud-encode-data gnus-cloud-ensure-cloud-group gnus-cloud-file-covered-p gnus-cloud-file-new-p gnus-cloud-files-to-upload gnus-cloud-insert-data gnus-cloud-make-chunk gnus-cloud-parse-chunk gnus-cloud-parse-version-1 gnus-cloud-prune-old-chunks gnus-cloud-replace-file gnus-cloud-server-p gnus-cloud-update-data gnus-cloud-update-file gnus-cloud-upload-data gnus-format-message gnus-group--setup-tool-bar-update gnus-icalendar-event--anon-cmacro gnus-icalendar-event--eieio-childp gnus-icalendar-event-cancel--anon-cmacro gnus-icalendar-event-cancel--eieio-childp gnus-icalendar-event-reply--anon-cmacro gnus-icalendar-event-reply--eieio-childp gnus-icalendar-event-request--anon-cmacro gnus-icalendar-event-request--eieio-childp gnus-insert-random-face-header gnus-mime-buttonize-attachments-in-header gnus-random-face gnus-registry-load gnus-registry-sort-by-creation-time gnus-request-group-scan gnus-server-toggle-cloud-server gnus-setdiff gnus-subsetp gnus-summary-open-group-with-article gnus-test-list gnutls-peer-status gnutls-peer-status-warning-describe gnutls-trustfiles gud-guiler-marker-filter gui--selection-value-internal gui--valid-simple-selection-p gui-backend-get-selection gui-backend-selection-exists-p gui-backend-selection-owner-p gui-backend-set-selection gui-get-primary-selection gui-get-selection gui-select-text gui-selection-value gui-set-selection guiler gv-delay-error gv-setter gv-synthetic-place handle-args-function hash-table-empty-p he--all-buffers help--binding-locus help--docstring-quote help--key-binding-keymap help--make-usage help--make-usage-docstring help-fns--interactive-only help-fns-short-filename hif-add-new-defines hif-canonicalize-tokens hif-clear-all-ifdef-defined hif-define-macro hif-define-operator hif-delimit hif-evaluate-macro hif-evaluate-region hif-expand-token-list hif-find-define hif-flatten hif-get-argument-list hif-if-valid-identifier-p hif-invoke hif-looking-at-elif hif-macro-supply-arguments hif-merge-ifdef-region hif-parse-exp hif-parse-macro-arglist hif-place-macro-invocation hif-range-elif hif-string-concatenation hif-string-to-number hif-stringify hif-token-concat hif-token-concatenation hif-token-stringification hif-undefine-symbol horizontal-scroll-bar-mode horizontal-scroll-bars-available-p html-html5-template html-navigational-links ibuffer-get-region-and-prefix ibuffer-mark-region-or-n-with-char icalendar--clean-up-line-endings icalendar--create-ical-alarm icalendar--do-create-ical-alarm icomplete-force-complete-and-exit ido-bury-buffer-at-head if-let image-kill-buffer image-transform-reset imenu-unavailable-error indent--default-inside-comment info--prettify-description inline--alwaysconst-p inline--alwaysconst-val inline--do-leteval inline--do-letlisteval inline--do-quote inline--dont-leteval inline--dont-letlisteval inline--dont-quote inline--error inline--getconst-val inline--leteval inline--letlisteval inline--testconst-p inline--warning inline-const-p inline-const-val inline-error inline-letevals inline-quote inotify-valid-p intern-safe internal--build-binding internal--build-binding-value-form internal--build-bindings internal--check-binding internal--compiler-macro-cXXr internal--listify internal--module-call internal--syntax-propertize internal--thread-argument internal--track-mouse internal-char-font internal-echo-keystrokes-prefix isearch--describe-regexp-mode isearch--describe-word-mode isearch--lax-regexp-function-p isearch--momentary-message isearch--state-barrier--cmacro isearch--state-case-fold-search--cmacro isearch--state-error--cmacro isearch--state-forward--cmacro isearch--state-message--cmacro isearch--state-other-end--cmacro isearch--state-p--cmacro isearch--state-point--cmacro isearch--state-pop-fun--cmacro isearch--state-string--cmacro isearch--state-success--cmacro isearch--state-word--cmacro isearch--state-wrapped--cmacro isearch-define-mode-toggle isearch-toggle-char-fold isearch-xterm-paste ispell--\\w-filter ispell--make-\\w-expression ispell--make-filename-or-URL-re ispell-display-buffer ispell-hunspell-add-multi-dic iter-close iter-defun iter-do iter-lambda iter-next iter-yield iter-yield-from jit-lock--run-functions js--as-sgml js--expression-in-sgml-indent-line js--js-handle-id--cmacro js--js-handle-p--cmacro js--js-handle-process--cmacro js--jsx-find-before-tag js--jsx-indented-element-p js--maybe-goto-declaration-keyword-end js--pitem-b-end--cmacro js--pitem-children--cmacro js--pitem-h-begin--cmacro js--pitem-name--cmacro js--pitem-paren-depth--cmacro js--pitem-type--cmacro js-jsx-indent-line js-jsx-mode json--check-position json--plist-reverse json--plist-to-alist json--record-path json-path-to-position json-pretty-print-buffer-ordered json-pretty-print-ordered landmark--distance landmark--intangible landmark-calc-distance-of-robot-from landmark-calc-smell-internal ldap-password-read let-alist let-alist--access-sexp let-alist--deep-dot-search let-alist--list-to-sexp let-alist--remove-dot let-when-compile line-substring-with-bidi-context linum--face-width lisp--el-match-keyword lisp--el-non-funcall-position-p lisp--match-hidden-arg lisp-eval-form-and-next lisp-eval-paragraph lisp-extended-loop-p lisp-indent-find-method lisp-string-after-doc-keyword-p lisp-string-in-doc-position-p log-edit-changelog--pattern lookup-key-ignore-too-long ls-lisp-version-lessp m4--quoted-p macroexp-let2* macroexp-macroexpand macroexp-parse-body macroexp-quote macroexpand-1 mail-combine-fields mailcap-view-mime make-ebrowse-bs--cmacro make-ebrowse-cs--cmacro make-ebrowse-hs--cmacro make-ebrowse-ms--cmacro make-ebrowse-position--cmacro make-ebrowse-ts--cmacro make-erc-channel-user--cmacro make-erc-response--cmacro make-erc-server-user--cmacro make-ert--ewoc-entry--cmacro make-ert--stats--cmacro make-ert--test-execution-info--cmacro make-ert-test--cmacro make-ert-test-aborted-with-non-local-exit--cmacro make-ert-test-failed--cmacro make-ert-test-passed--cmacro make-ert-test-quit--cmacro make-ert-test-result--cmacro make-ert-test-result-with-condition--cmacro make-ert-test-skipped--cmacro make-finalizer make-gdb-handler--cmacro make-gdb-table--cmacro make-js--js-handle--cmacro make-js--pitem--cmacro make-nnimap--cmacro make-nnmaildir--art--cmacro make-nnmaildir--grp--cmacro make-nnmaildir--srv--cmacro make-package--ac-desc--cmacro make-package--bi-desc--cmacro make-pipe-process make-process make-ses--locprn make-ses--locprn--cmacro make-sgml-tag--cmacro make-soap-binding--cmacro make-soap-bound-operation--cmacro make-soap-element--cmacro make-soap-message--cmacro make-soap-namespace--cmacro make-soap-namespace-link--cmacro make-soap-operation--cmacro make-soap-port--cmacro make-soap-port-type--cmacro make-soap-xs-attribute make-soap-xs-attribute--cmacro make-soap-xs-attribute-group make-soap-xs-attribute-group--cmacro make-soap-xs-basic-type make-soap-xs-basic-type--cmacro make-soap-xs-complex-type make-soap-xs-complex-type--cmacro make-soap-xs-element make-soap-xs-element--cmacro make-soap-xs-simple-type make-soap-xs-simple-type--cmacro make-soap-xs-type make-soap-xs-type--cmacro make-tar-header--cmacro make-url-future--cmacro make-url-queue--cmacro make-vc-bzr-extra-fileinfo--cmacro make-vc-dir-fileinfo--cmacro make-vc-git-extra-fileinfo--cmacro make-vc-hg-extra-fileinfo--cmacro make-xref-elisp-location make-xref-elisp-location--cmacro map--apply-alist map--apply-array map--apply-hash-table map--into-hash-table map--make-pcase-bindings map--make-pcase-patterns map--pcase-macroexpander map--put map-apply map-contains-key map-copy map-delete map-elt map-empty-p map-every-p map-filter map-into map-keys map-keys-apply map-length map-let map-merge map-merge-with map-nested-elt map-pairs map-put map-remove map-some map-values map-values-apply mapp math-number-regexp memory-info menu-bar-bottom-and-right-window-divider menu-bar-bottom-window-divider menu-bar-buffer-vector menu-bar-goto-uses-etags-p menu-bar-horizontal-scroll-bar menu-bar-no-horizontal-scroll-bar menu-bar-no-window-divider menu-bar-right-window-divider menu-bar-window-divider-customize message--syntax-propertize message-make-html-message-with-image-files message-toggle-image-thumbnails message-window-inside-pixel-edges mh-flet midnight-mode minibuffer-prompt-properties--setter misearch-unload-function mm-head-p mm-url-encode-multipart-form-data mml-expand-html-into-multipart-related mml-secure-add-secret-key-id mml-secure-bcc-is-safe mml-secure-cache-expiry-interval mml-secure-cache-passphrase-p mml-secure-check-sub-key mml-secure-check-user-id mml-secure-clear-secret-key-id-list mml-secure-cust-fpr-lookup mml-secure-cust-record-keys mml-secure-cust-remove-keys mml-secure-cust-usage-lookup mml-secure-epg-encrypt mml-secure-epg-sign mml-secure-filter-keys mml-secure-find-usable-keys mml-secure-fingerprint mml-secure-is-encrypted-p mml-secure-normalize-cust-name mml-secure-passphrase-callback mml-secure-recipients mml-secure-secret-key-exists-p mml-secure-select-keys mml-secure-select-keys-1 mml-secure-select-preferred-keys mml-secure-self-recipients mml-secure-signer-names mml-secure-signers module-load mouse-absolute-pixel-position mouse-buffer-menu-keymap mouse-buffer-menu-map mouse-sel--ignore move-to-window-group-line mpc-cmd-consume mpc-cmd-random mpc-cmd-repeat mpc-cmd-seekcur mpc-cmd-single mpc-seek-current mpc-toggle-consume mpc-toggle-play mpc-toggle-repeat mpc-toggle-shuffle mpc-toggle-single mule--ucs-names-annotation multi-isearch-unload-function net-utils--executable-find-sbin newsticker--do-xml-workarounds newsticker--get-group-names newsticker--get-icon-url-atom-1.0 newsticker--group-do-find-group newsticker--group-do-rename-group newsticker--group-find-parent-group newsticker--group-names newsticker--group-shift newsticker--icon-read newsticker--icons-dir newsticker--image-download-by-url newsticker--image-download-by-url-callback newsticker--image-download-by-wget newsticker--image-remove newsticker--image-save newsticker--tree-widget-icon-create newsticker--treeview-do-get-node-by-id newsticker--treeview-get-node-by-id newsticker--treeview-tree-open-menu newsticker--unxml newsticker--unxml-attribute newsticker--unxml-node newsticker-group-rename-group newsticker-group-shift-feed-down newsticker-group-shift-feed-up newsticker-group-shift-group-down newsticker-group-shift-group-up next-line-or-history-element nnimap-capabilities--cmacro nnimap-commands--cmacro nnimap-encode-gnus-group nnimap-examined--cmacro nnimap-greeting--cmacro nnimap-group--cmacro nnimap-initial-resync--cmacro nnimap-last-command-time--cmacro nnimap-newlinep--cmacro nnimap-p--cmacro nnimap-process--cmacro nnimap-request-articles nnimap-request-group-scan nnimap-select-result--cmacro nnimap-server--cmacro nnimap-stream-type--cmacro nnmail-get-new-mail-per-group nnmaildir--art-msgid--cmacro nnmaildir--art-nov--cmacro nnmaildir--art-num--cmacro nnmaildir--art-p--cmacro nnmaildir--art-prefix--cmacro nnmaildir--art-suffix--cmacro nnmaildir--grp-cache--cmacro nnmaildir--grp-count--cmacro nnmaildir--grp-cur--cmacro nnmaildir--grp-flist--cmacro nnmaildir--grp-index--cmacro nnmaildir--grp-min--cmacro nnmaildir--grp-mlist--cmacro nnmaildir--grp-mmth--cmacro nnmaildir--grp-name--cmacro nnmaildir--grp-new--cmacro nnmaildir--grp-nlist--cmacro nnmaildir--grp-p--cmacro nnmaildir--srv-address--cmacro nnmaildir--srv-curgrp--cmacro nnmaildir--srv-dir--cmacro nnmaildir--srv-error--cmacro nnmaildir--srv-gnm--cmacro nnmaildir--srv-groups--cmacro nnmaildir--srv-ls--cmacro nnmaildir--srv-method--cmacro nnmaildir--srv-mtime--cmacro nnmaildir--srv-p--cmacro nnmaildir--srv-prefix--cmacro nnmaildir--srv-target-prefix--cmacro nsm-certificate-part nsm-check-certificate nsm-check-plain-connection nsm-check-protocol nsm-check-tls-connection nsm-fingerprint nsm-fingerprint-ok-p nsm-format-certificate nsm-host-settings nsm-id nsm-level nsm-new-fingerprint-ok-p nsm-parse-subject nsm-query nsm-query-user nsm-read-settings nsm-remove-permanent-setting nsm-remove-temporary-setting nsm-save-host nsm-verify-connection nsm-warnings-ok-p nsm-write-settings ntlm-compute-timestamp ntlm-generate-nonce nxml-comment-quote-nested obarray-get obarray-make obarray-map obarray-put obarray-remove obarrayp occur-regexp-descr octave-smie--end-index-p octave-smie--funcall-p octave-smie--in-parens-p org-export-backend-blocks--cmacro org-export-backend-filters--cmacro org-export-backend-menu--cmacro org-export-backend-name--cmacro org-export-backend-options--cmacro org-export-backend-p--cmacro org-export-backend-parent--cmacro org-export-backend-transcoders--cmacro org-export-create-backend--cmacro org-font-lock-ensure outline-hide-body outline-hide-entry outline-hide-leaves outline-hide-other outline-hide-region-body outline-hide-sublevels outline-hide-subtree outline-show-all outline-show-branches outline-show-children outline-show-entry outline-show-subtree package--ac-desc-extras--cmacro package--ac-desc-kind--cmacro package--ac-desc-reqs--cmacro package--ac-desc-summary--cmacro package--ac-desc-version--cmacro package--activate-autoloads-and-load-path package--add-to-compatibility-table package--append-to-alist package--autoloads-file-name package--bi-desc-reqs--cmacro package--bi-desc-summary--cmacro package--bi-desc-version--cmacro package--build-compatibility-table package--check-signature-content package--display-verify-error package--download-and-read-archives package--ensure-init-file package--find-non-dependencies package--get-deps package--incompatible-p package--list-loaded-files package--load-files-for-activation package--newest-p package--prettify-quick-help-key package--print-help-section package--read-pkg-desc package--removable-packages package--remove-hidden package--save-selected-packages package--sort-by-dependence package--sort-deps-in-alist package--update-downloads-in-progress package--update-selected-packages package--used-elsewhere-p package--user-selected-p package--with-response-buffer package-archive-priority package-autoremove package-delete-button-action package-desc-archive--cmacro package-desc-create--cmacro package-desc-dir--cmacro package-desc-extras--cmacro package-desc-kind--cmacro package-desc-name--cmacro package-desc-p--cmacro package-desc-priority package-desc-priority-version package-desc-reqs--cmacro package-desc-signed--cmacro package-desc-summary--cmacro package-desc-version--cmacro package-dir-info package-install-selected-packages package-make-ac-desc--cmacro package-make-builtin--cmacro package-menu--find-and-notify-upgrades package-menu--list-to-prompt package-menu--mark-or-notify-upgrades package-menu--mark-upgrades-1 package-menu--partition-transaction package-menu--perform-transaction package-menu--populate-new-package-list package-menu--post-refresh package-menu--print-info-simple package-menu--prompt-transaction-p package-menu-hide-package package-menu-mode-menu package-menu-toggle-hiding package-reinstall parse-iso8601-time-string pcase--app-subst-match pcase--app-subst-rest pcase--edebug-match-macro pcase--eval pcase--flip pcase--funcall pcase--macroexpand pcase--make-docstring pcase--match pcase-defmacro pcase-exhaustive pcase-lambda pinentry--error-code pinentry--escape-string pinentry--labels-to-shortcuts pinentry--process-filter pinentry--process-sentinel pinentry--prompt pinentry--send-data pinentry--send-error pinentry--unescape-string pinentry-prompt-mode pinentry-start pinentry-stop pos-visible-in-window-group-p prefix-command-preserve-state prefix-command-update prettify-symbols--post-command-hook prettify-symbols-default-compose-p previous-line-or-history-element process-menu-delete-process profiler-calltree-children--cmacro profiler-calltree-count--cmacro profiler-calltree-count-percent--cmacro profiler-calltree-entry--cmacro profiler-calltree-p--cmacro profiler-calltree-parent--cmacro profiler-make-calltree--cmacro profiler-make-profile--cmacro profiler-profile-diff-p--cmacro profiler-profile-log--cmacro profiler-profile-tag--cmacro profiler-profile-timestamp--cmacro profiler-profile-type--cmacro profiler-profile-version--cmacro project--completing-read-strict project--find-in-directory project--find-regexp-in project--read-regexp project--value-in-dir project-combine-directories project-current project-external-roots project-file-completion-table project-find-file project-find-file-in project-find-regexp project-ignores project-or-external-find-file project-or-external-find-regexp project-roots project-subtract-directories project-try-ede project-try-vc ps-mode--syntax-propertize-special ps-mode-smie-rules ps-mode-syntax-propertize ps-samp-ps-setup pulse-tick python-comint-postoutput-scroll-to-bottom python-completion-at-point python-eldoc--get-symbol-at-point python-font-lock-syntactic-face-function python-hideshow-forward-sexp-function python-info-assignment-statement-p python-info-docstring-p python-mark-defun python-rx python-shell--add-to-path-with-priority python-shell-accept-process-output python-shell-calculate-command python-shell-calculate-pythonpath python-shell-comint-end-of-output-p python-shell-comint-watch-for-first-prompt-output-filter python-shell-completion-at-point python-shell-completion-native-get-completions python-shell-completion-native-interpreter-disabled-p python-shell-completion-native-setup python-shell-completion-native-toggle python-shell-completion-native-try python-shell-completion-native-turn-off python-shell-completion-native-turn-on python-shell-completion-native-turn-on-maybe python-shell-completion-native-turn-on-maybe-with-msg python-shell-font-lock-cleanup-buffer python-shell-font-lock-comint-output-filter-function python-shell-font-lock-get-or-create-buffer python-shell-font-lock-kill-buffer python-shell-font-lock-post-command-hook python-shell-font-lock-toggle python-shell-font-lock-turn-off python-shell-font-lock-turn-on python-shell-font-lock-with-font-lock-buffer python-shell-get-process-or-error python-shell-package-enable python-shell-tramp-refresh-process-environment python-shell-tramp-refresh-remote-path python-shell-with-environment python-shell-with-shell-buffer python-skeleton-import python-syntax--context-compiler-macro python-util-comint-last-prompt python-util-list-directories python-util-list-files python-util-list-packages query-replace--split-string rcirc-bury-buffers rcirc-cmd-reconnect recenter-window-group rectangle--*-char rectangle--col-pos rectangle--crutches rectangle--default-line-number-format rectangle--insert-region rectangle--place-cursor rectangle--point-col rectangle--pos-cols rectangle--reset-crutches rectangle--space-to rectangle--string-erase-preview rectangle--string-flush-preview rectangle--string-preview rectangle-backward-char rectangle-exchange-point-and-mark rectangle-forward-char rectangle-left-char rectangle-next-line rectangle-previous-line rectangle-right-char redisplay--pre-redisplay-functions reftex--query-search-regexps region-noncontiguous-p registerv--make--cmacro registerv-data--cmacro registerv-insert-func--cmacro registerv-jump-func--cmacro registerv-p--cmacro registerv-print-func--cmacro registry-collect-prune-candidates registry-db--anon-cmacro registry-db--eieio-childp rgrep-default-command rmail--decode-and-apply rmail-epa-decrypt-1 rmail-mime-fix-inserted-faces rmail-mime-insert-html rmail-mime-render-html-lynx rmail-mime-render-html-shr rmail-summary-msg-number rng--ipattern-child--cmacro rng--ipattern-index--cmacro rng--ipattern-memo-end-tag-deriv--cmacro rng--ipattern-memo-map-data-deriv--cmacro rng--ipattern-memo-map-start-attribute-deriv--cmacro rng--ipattern-memo-map-start-tag-open-deriv--cmacro rng--ipattern-memo-mixed-text-deriv--cmacro rng--ipattern-memo-start-tag-close-deriv--cmacro rng--ipattern-memo-text-only-deriv--cmacro rng--ipattern-memo-text-typed--cmacro rng--ipattern-name-class--cmacro rng--ipattern-nullable--cmacro rng--ipattern-type--cmacro rng-make-ipattern--cmacro rtree-normalize-range ruby--inverse-string-quote ruby--string-region ruby-smie--before-method-name ruby-string-at-point-p ruby-syntax-propertize ruby-toggle-string-quotes ruby-verify-heredoc sasl-scram--authenticate-server sasl-scram--client-final-message sasl-scram--client-first-message-bare sasl-scram-client-first-message sasl-scram-sha-1-authenticate-server sasl-scram-sha-1-client-final-message save-mark-and-excursion save-mark-and-excursion--restore save-mark-and-excursion--save save-place--setup-hooks save-place-local-mode save-place-mode scroll-bar-horizontal-drag scroll-bar-horizontal-drag-1 scroll-bar-lines scroll-bar-toolkit-horizontal-scroll scss-mode scss-smie--not-interpolation-p seconds-to-string selected-window-group semantic-analyze-completion-at-point-function semantic-analyze-nolongprefix-completion-at-point-function semantic-analyze-notc-completion-at-point-function semantic-debug semantic-ia-complete-symbol-menu seq--activate-font-lock-keywords seq--count-successive seq--elt-safe seq--make-pcase-bindings seq--make-pcase-patterns seq--pcase-macroexpander seq-concatenate seq-contains seq-copy seq-count seq-difference seq-do seq-doseq seq-drop seq-drop-while seq-each seq-elt seq-empty-p seq-every-p seq-filter seq-find seq-group-by seq-intersection seq-into seq-into-sequence seq-length seq-let seq-map seq-mapcat seq-mapn seq-max seq-min seq-partition seq-position seq-reduce seq-remove seq-reverse seq-some seq-sort seq-subseq seq-take seq-take-while seq-uniq seqp ses--cell ses--cell-at-pos ses--curcell ses--cursor-sensor-highlight ses--letref ses--local-printer ses--locprn-compiled ses--locprn-compiled--cmacro ses--locprn-def ses--locprn-def--cmacro ses--locprn-local-printer-list ses--locprn-local-printer-list--cmacro ses--locprn-number ses--locprn-number--cmacro ses--locprn-p ses--locprn-p--cmacro ses--metaprogramming ses--mode-line-process ses--time-check ses--unbind-cell-name ses-cell--formula ses-cell--formula--cmacro ses-cell--printer ses-cell--printer--cmacro ses-cell--properties ses-cell--properties--cmacro ses-cell--references ses-cell--references--cmacro ses-cell--symbol ses-cell--symbol--cmacro ses-cell-property ses-define-local-printer ses-file-format-extend-parameter-list ses-killbuffer-hook ses-local-printer-compile ses-make-cell--cmacro ses-make-local-printer-info ses-plist-delq ses-refresh-local-printer ses-setter-with-undo set-binary-mode set-mouse-absolute-pixel-position set-window-group-start sgml-cursor-sensor sgml-make-tag--cmacro sgml-tag-end--cmacro sgml-tag-name--cmacro sgml-tag-p--cmacro sgml-tag-start--cmacro sgml-tag-type--cmacro sh-after-hack-local-variables sh-smie--indent-continuation show-paren--categorize-paren show-paren--locate-near-paren show-paren--unescaped-p shr--have-one-fringe-p shr-char-breakable-p--inliner shr-char-kinsoku-bol-p--inliner shr-char-kinsoku-eol-p--inliner shr-char-nospace-p--inliner shr-dom-max-natural-width shr-dom-print shr-expand-alignments shr-face-background shr-fill-line shr-fill-lines shr-fill-text shr-fontize-dom shr-mark-fill shr-pixel-buffer-width shr-pixel-column shr-pixel-region shr-render-td-1 shr-string-pixel-width shr-table-body shr-tag-html shr-tag-tt shr-vertical-motion smerge-swap smie-config--guess-1 smie-indent--current-column smie-indent-empty-line snarf-bruces soap-binding-name--cmacro soap-binding-namespace-tag--cmacro soap-binding-operations--cmacro soap-binding-p--cmacro soap-binding-port-type--cmacro soap-bound-operation-operation--cmacro soap-bound-operation-p--cmacro soap-bound-operation-soap-action--cmacro soap-bound-operation-soap-body soap-bound-operation-soap-body--cmacro soap-bound-operation-soap-headers soap-bound-operation-soap-headers--cmacro soap-bound-operation-use--cmacro soap-copy-wsdl soap-decode-date-time soap-decode-xs-attributes soap-decode-xs-basic-type soap-decode-xs-complex-type soap-decode-xs-element soap-decode-xs-simple-type soap-element-name--cmacro soap-element-namespace-tag--cmacro soap-element-p--cmacro soap-encode-attributes soap-encode-xs-basic-type soap-encode-xs-basic-type-attributes soap-encode-xs-complex-type soap-encode-xs-complex-type-attributes soap-encode-xs-element soap-encode-xs-element-attributes soap-encode-xs-simple-type soap-encode-xs-simple-type-attributes soap-fetch-xml soap-fetch-xml-from-file soap-fetch-xml-from-url soap-get-candidate-elements soap-get-xs-attributes soap-get-xs-attributes-from-groups soap-inspect-xs-attribute soap-inspect-xs-attribute-group soap-inspect-xs-basic-type soap-inspect-xs-complex-type soap-inspect-xs-element soap-inspect-xs-simple-type soap-invoke-async soap-invoke-internal soap-make-wsdl soap-make-wsdl^ soap-make-wsdl^--cmacro soap-make-xs-basic-types soap-message-name--cmacro soap-message-namespace-tag--cmacro soap-message-p--cmacro soap-message-parts--cmacro soap-name-p soap-namespace-elements--cmacro soap-namespace-link-name--cmacro soap-namespace-link-namespace-tag--cmacro soap-namespace-link-p--cmacro soap-namespace-link-target--cmacro soap-namespace-name--cmacro soap-namespace-p--cmacro soap-node-multiple soap-node-optional soap-operation-faults--cmacro soap-operation-input--cmacro soap-operation-input-action soap-operation-input-action--cmacro soap-operation-name--cmacro soap-operation-namespace-tag--cmacro soap-operation-output--cmacro soap-operation-output-action soap-operation-output-action--cmacro soap-operation-p--cmacro soap-operation-parameter-order--cmacro soap-parse-server-response soap-parse-wsdl-phase-fetch-imports soap-parse-wsdl-phase-fetch-schema soap-parse-wsdl-phase-finish-parsing soap-parse-wsdl-phase-parse-schema soap-parse-wsdl-phase-validate-node soap-port-binding--cmacro soap-port-name--cmacro soap-port-namespace-tag--cmacro soap-port-p--cmacro soap-port-service-url--cmacro soap-port-type-name--cmacro soap-port-type-namespace-tag--cmacro soap-port-type-operations--cmacro soap-port-type-p--cmacro soap-resolve-references soap-resolve-references-for-xs-attribute soap-resolve-references-for-xs-attribute-group soap-resolve-references-for-xs-complex-type soap-resolve-references-for-xs-element soap-resolve-references-for-xs-simple-type soap-sample-value-for-xs-attribute soap-sample-value-for-xs-attribute-group soap-sample-value-for-xs-basic-type soap-sample-value-for-xs-complex-type soap-sample-value-for-xs-element soap-sample-value-for-xs-simple-type soap-should-encode-value-for-xs-element soap-type-is-array? soap-validate-xs-basic-type soap-validate-xs-simple-type soap-wsdl-alias-table--cmacro soap-wsdl-current-file soap-wsdl-current-file--cmacro soap-wsdl-namespaces--cmacro soap-wsdl-origin--cmacro soap-wsdl-p--cmacro soap-wsdl-ports--cmacro soap-wsdl-xmlschema-imports soap-wsdl-xmlschema-imports--cmacro soap-xml-get-children-fq soap-xml-node-find-matching-child soap-xs-add-extension soap-xs-add-list soap-xs-add-restriction soap-xs-add-union soap-xs-attribute-default soap-xs-attribute-default--cmacro soap-xs-attribute-group-attribute-groups soap-xs-attribute-group-attribute-groups--cmacro soap-xs-attribute-group-attributes soap-xs-attribute-group-attributes--cmacro soap-xs-attribute-group-id soap-xs-attribute-group-id--cmacro soap-xs-attribute-group-name soap-xs-attribute-group-name--cmacro soap-xs-attribute-group-namespace-tag soap-xs-attribute-group-namespace-tag--cmacro soap-xs-attribute-group-p soap-xs-attribute-group-p--cmacro soap-xs-attribute-group-reference soap-xs-attribute-group-reference--cmacro soap-xs-attribute-name soap-xs-attribute-name--cmacro soap-xs-attribute-namespace-tag soap-xs-attribute-namespace-tag--cmacro soap-xs-attribute-p soap-xs-attribute-p--cmacro soap-xs-attribute-reference soap-xs-attribute-reference--cmacro soap-xs-attribute-type soap-xs-attribute-type--cmacro soap-xs-basic-type-attribute-groups soap-xs-basic-type-attribute-groups--cmacro soap-xs-basic-type-attributes soap-xs-basic-type-attributes--cmacro soap-xs-basic-type-id soap-xs-basic-type-id--cmacro soap-xs-basic-type-kind soap-xs-basic-type-kind--cmacro soap-xs-basic-type-name soap-xs-basic-type-name--cmacro soap-xs-basic-type-namespace-tag soap-xs-basic-type-namespace-tag--cmacro soap-xs-basic-type-p soap-xs-basic-type-p--cmacro soap-xs-complex-type-attribute-groups soap-xs-complex-type-attribute-groups--cmacro soap-xs-complex-type-attributes soap-xs-complex-type-attributes--cmacro soap-xs-complex-type-base soap-xs-complex-type-base--cmacro soap-xs-complex-type-elements soap-xs-complex-type-elements--cmacro soap-xs-complex-type-id soap-xs-complex-type-id--cmacro soap-xs-complex-type-indicator soap-xs-complex-type-indicator--cmacro soap-xs-complex-type-is-group soap-xs-complex-type-is-group--cmacro soap-xs-complex-type-multiple-p soap-xs-complex-type-multiple? soap-xs-complex-type-multiple?--cmacro soap-xs-complex-type-name soap-xs-complex-type-name--cmacro soap-xs-complex-type-namespace-tag soap-xs-complex-type-namespace-tag--cmacro soap-xs-complex-type-optional-p soap-xs-complex-type-optional? soap-xs-complex-type-optional?--cmacro soap-xs-complex-type-p soap-xs-complex-type-p--cmacro soap-xs-element-alternatives soap-xs-element-alternatives--cmacro soap-xs-element-get-fq-name soap-xs-element-id soap-xs-element-id--cmacro soap-xs-element-is-group soap-xs-element-is-group--cmacro soap-xs-element-multiple? soap-xs-element-multiple?--cmacro soap-xs-element-name soap-xs-element-name--cmacro soap-xs-element-namespace-tag soap-xs-element-namespace-tag--cmacro soap-xs-element-optional? soap-xs-element-optional?--cmacro soap-xs-element-p soap-xs-element-p--cmacro soap-xs-element-reference soap-xs-element-reference--cmacro soap-xs-element-substitution-group soap-xs-element-substitution-group--cmacro soap-xs-element-type soap-xs-element-type^ soap-xs-element-type^--cmacro soap-xs-parse-attribute soap-xs-parse-attribute-group soap-xs-parse-complex-type soap-xs-parse-element soap-xs-parse-extension-or-restriction soap-xs-parse-sequence soap-xs-parse-simple-type soap-xs-simple-type-attribute-groups soap-xs-simple-type-attribute-groups--cmacro soap-xs-simple-type-attributes soap-xs-simple-type-attributes--cmacro soap-xs-simple-type-base soap-xs-simple-type-base--cmacro soap-xs-simple-type-enumeration soap-xs-simple-type-enumeration--cmacro soap-xs-simple-type-id soap-xs-simple-type-id--cmacro soap-xs-simple-type-integer-range soap-xs-simple-type-integer-range--cmacro soap-xs-simple-type-is-list soap-xs-simple-type-is-list--cmacro soap-xs-simple-type-length-range soap-xs-simple-type-length-range--cmacro soap-xs-simple-type-name soap-xs-simple-type-name--cmacro soap-xs-simple-type-namespace-tag soap-xs-simple-type-namespace-tag--cmacro soap-xs-simple-type-p soap-xs-simple-type-p--cmacro soap-xs-simple-type-pattern soap-xs-simple-type-pattern--cmacro soap-xs-type-attribute-groups soap-xs-type-attribute-groups--cmacro soap-xs-type-attributes soap-xs-type-attributes--cmacro soap-xs-type-id soap-xs-type-id--cmacro soap-xs-type-name soap-xs-type-name--cmacro soap-xs-type-namespace-tag soap-xs-type-namespace-tag--cmacro soap-xs-type-p soap-xs-type-p--cmacro sql-comint-vertica sql-highlight-vertica-keywords sql-send-line-and-next sql-vertica squeeze-bidi-context squeeze-bidi-context-1 startup--setup-quote-display string-collate-equalp string-collate-lessp string-greaterp string> subword-find-word-boundary subword-setup-buffer suspicious-object table--point-entered/left-cell-function tabulated-list--get-sorter tar--pad-to tar--put-at tar-current-position tar-header-checksum--cmacro tar-header-data-start--cmacro tar-header-date--cmacro tar-header-dmaj--cmacro tar-header-dmin--cmacro tar-header-gid--cmacro tar-header-gname--cmacro tar-header-header-start--cmacro tar-header-link-name--cmacro tar-header-link-type--cmacro tar-header-magic--cmacro tar-header-mode--cmacro tar-header-name--cmacro tar-header-p--cmacro tar-header-serialize tar-header-size--cmacro tar-header-uid--cmacro tar-header-uname--cmacro tar-new-entry tar-new-regular-file-header tear-off-window testcover--read tetris-move-down tex--prettify-symbols-compose-p text-scale-max-amount text-scale-min-amount thing-at-point--beginning-of-sexp thing-at-point--end-of-sexp thing-at-point--read-from-whole-string thread-first thread-last thunk-delay thunk-evaluated-p thunk-force tildify--deprecated-ignore-evironments tildify--find-env tildify--foreach-region tildify--pick-alist-entry tildify-foreach-ignore-environments tildify-mode tildify-space tildify-space-region-predicate time-date--day-in-year time-stamp--format timer--args--cmacro timer--function--cmacro timer--high-seconds--cmacro timer--idle-delay--cmacro timer--low-seconds--cmacro timer--psecs--cmacro timer--repeat-delay--cmacro timer--triggered--cmacro timer--usecs--cmacro timer-create--cmacro tls-format-message tramp-adb-get-device tramp-call-process-region tramp-compat-delete-dups tramp-get-env-with-u-option tramp-get-local-locale tramp-get-ls-command-with-quoting-style tramp-get-ls-command-with-w-option tramp-handle-file-equal-p tramp-handle-file-in-directory-p tramp-handle-file-notify-valid-p tramp-repository-get-version tramp-sh-gvfs-monitor-dir-process-filter tramp-sh-inotifywait-process-filter tramp-ssh-controlmaster-options undo-adjust-beg-end undo-adjust-elt undo-adjust-pos undo-auto--add-boundary undo-auto--boundaries undo-auto--boundary-ensure-timer undo-auto--boundary-timer undo-auto--ensure-boundary undo-auto--last-boundary-amalgamating-number undo-auto--needs-boundary-p undo-auto--undoable-change undo-auto--undoable-change-no-timer undo-auto-amalgamate uniquify-item-base--cmacro uniquify-item-buffer--cmacro uniquify-item-dirname--cmacro uniquify-item-p--cmacro uniquify-item-proposed--cmacro uniquify-make-item--cmacro universal-argument--description universal-argument--preserve upcase-dwim url-attributes--cmacro url-cookie-create--cmacro url-cookie-domain--cmacro url-cookie-expires--cmacro url-cookie-localpart--cmacro url-cookie-name--cmacro url-cookie-p--cmacro url-cookie-secure--cmacro url-cookie-value--cmacro url-dav-http-success-p--inliner url-filename--cmacro url-fullness--cmacro url-future-callback--cmacro url-future-cancelled-p--inliner url-future-completed-p--inliner url-future-done-p--inliner url-future-errorback--cmacro url-future-errored-p--inliner url-future-p--cmacro url-future-status--cmacro url-future-value--cmacro url-host--cmacro url-http--encode-string url-insert-buffer-contents url-p--cmacro url-parse-make-urlobj--cmacro url-password--cmacro url-portspec--cmacro url-queue-buffer--cmacro url-queue-callback--cmacro url-queue-cbargs--cmacro url-queue-inhibit-cookiesp--cmacro url-queue-p--cmacro url-queue-pre-triggered--cmacro url-queue-silentp--cmacro url-queue-start-time--cmacro url-queue-url--cmacro url-silent--cmacro url-target--cmacro url-tramp-convert-tramp-to-url url-tramp-convert-url-to-tramp url-tramp-file-handler url-type--cmacro url-use-cookies--cmacro url-user--cmacro user-ptrp vc-arch-dir-status-files vc-bzr--pushpull vc-bzr-create-extra-fileinfo--cmacro vc-bzr-extra-fileinfo->extra-name--cmacro vc-bzr-extra-fileinfo-p--cmacro vc-bzr-push vc-bzr-version-dirstate vc-cvs-merge-file vc-dir-create-fileinfo--cmacro vc-dir-display-file vc-dir-fileinfo->directory--cmacro vc-dir-fileinfo->extra--cmacro vc-dir-fileinfo->marked--cmacro vc-dir-fileinfo->name--cmacro vc-dir-fileinfo->needs-update--cmacro vc-dir-fileinfo->state--cmacro vc-filewise-registered vc-git--pushpull vc-git--symbolic-ref vc-git-conflicted-files vc-git-create-extra-fileinfo--cmacro vc-git-extra-fileinfo->new-perm--cmacro vc-git-extra-fileinfo->old-perm--cmacro vc-git-extra-fileinfo->orig-name--cmacro vc-git-extra-fileinfo->rename-state--cmacro vc-git-extra-fileinfo-p--cmacro vc-git-find-file-hook vc-git-push vc-git-region-history vc-git-region-history-font-lock vc-git-region-history-mode vc-git-resolve-when-done vc-hg--pushpull vc-hg-create-extra-fileinfo--cmacro vc-hg-create-tag vc-hg-extra-fileinfo->extra-name--cmacro vc-hg-extra-fileinfo->rename-state--cmacro vc-hg-extra-fileinfo-p--cmacro vc-hg-retrieve-tag vc-master-name vc-message-unresolved-conflicts vc-mtn-dir-status-files vc-mtn-find-ignore-file vc-push vc-rcs-dir-status-files vc-rcs-merge-file vc-refresh-state vc-region-history vc-root-dir vc-sccs-dir-status-files vc-src-checkin vc-src-checkout vc-src-checkout-model vc-src-command vc-src-create-repo vc-src-diff vc-src-dir-status-files vc-src-find-revision vc-src-modify-change-comment vc-src-print-log vc-src-register vc-src-registered vc-src-rename-file vc-src-responsible-p vc-src-revert vc-src-revision-granularity vc-src-state vc-src-working-revision vc-svn-merge-file verilog-auto-insert-last verilog-in-deferred-immediate-final-p verilog-looking-back verilog-read-auto-template-init verilog-signals-not-in-struct vhdl-adelete vhdl-aget vhdl-aput-delete-if-nil vhdl-beginning-of-directive vhdl-template-context vhdl-template-context-hook warn-maybe-out-of-memory when-let whitespace-point--flush-used whitespace-point--used window--adjust-process-windows window--even-window-sizes window--min-size-ignore-p window--preservable-size window--preserve-size window--process-window-list window--sanitize-window-sizes window--side-window-p window-absolute-body-pixel-edges window-absolute-pixel-position window-adjust-process-window-size window-adjust-process-window-size-largest window-adjust-process-window-size-smallest window-body-edges window-body-pixel-edges window-divider-mode window-divider-mode-apply window-divider-width-valid-p window-font-height window-font-width window-group-end window-group-start window-max-chars-per-line window-min-pixel-size window-old-point window-preserve-size window-preserved-size window-scroll-bar-height window-system-initialization with-displayed-buffer-window with-file-modes x-select-text xref--alistify xref--analyze xref--buf-pairs-iterator xref--collect-matches xref--collect-matches-1 xref--convert-hits xref--find-buffer-visiting xref--find-definitions xref--find-ignores-arguments xref--find-xrefs xref--goto-char xref--goto-location xref--insert-propertized xref--insert-xrefs xref--item-at-point xref--mouse-2 xref--next-error-function xref--outdated-p xref--pop-to-location xref--prompt-p xref--query-replace-1 xref--read-identifier xref--regexp-to-extended xref--rgrep-command xref--search-property xref--show-location xref--show-pos-in-buf xref--show-xref-buffer xref--show-xrefs xref--with-dedicated-window xref--xref-buffer-mode xref-backend-apropos xref-backend-definitions xref-backend-identifier-at-point xref-backend-identifier-completion-table xref-backend-references xref-bogus-location xref-bogus-location--anon-cmacro xref-bogus-location--eieio-childp xref-bogus-location-child-p xref-bogus-location-list-p xref-bogus-location-message xref-bogus-location-p xref-buffer-location xref-buffer-location--anon-cmacro xref-buffer-location--eieio-childp xref-buffer-location-child-p xref-buffer-location-list-p xref-buffer-location-p xref-clear-marker-stack xref-collect-matches xref-collect-references xref-elisp-location-file xref-elisp-location-file--cmacro xref-elisp-location-p xref-elisp-location-p--cmacro xref-elisp-location-symbol xref-elisp-location-symbol--cmacro xref-elisp-location-type xref-elisp-location-type--cmacro xref-etags-location xref-etags-location--anon-cmacro xref-etags-location--eieio-childp xref-etags-location-child-p xref-etags-location-list-p xref-etags-location-p xref-etags-mode xref-file-location xref-file-location--anon-cmacro xref-file-location--eieio-childp xref-file-location-child-p xref-file-location-column xref-file-location-list-p xref-file-location-p xref-find-apropos xref-find-backend xref-find-definitions xref-find-definitions-other-frame xref-find-definitions-other-window xref-find-references xref-goto-xref xref-item xref-item--anon-cmacro xref-item--eieio-childp xref-item-child-p xref-item-list-p xref-item-location xref-item-p xref-item-summary xref-location xref-location--anon-cmacro xref-location--eieio-childp xref-location-child-p xref-location-group xref-location-line xref-location-list-p xref-location-marker xref-location-p xref-make xref-make-bogus-location xref-make-buffer-location xref-make-elisp-location xref-make-elisp-location--cmacro xref-make-etags-location xref-make-file-location xref-make-match xref-marker-stack-empty-p xref-match-item xref-match-item--anon-cmacro xref-match-item--eieio-childp xref-match-item-child-p xref-match-item-list-p xref-match-item-p xref-match-length xref-mode-local--override-present xref-mode-local-find-override xref-mode-local-overload xref-next-line xref-pop-marker-stack xref-prev-line xref-pulse-momentarily xref-push-marker-stack xref-query-replace-in-results xref-show-location-at-point xterm-mouse--read-coordinate xterm-mouse--read-event-sequence xterm-mouse--read-number-from-terminal xterm-mouse--set-click-count xterm-mouse--tracking-sequence xterm-mouse-tracking-disable-sequence xterm-mouse-tracking-enable-sequence xwidget-adjust-size-to-content xwidget-at xwidget-cleanup xwidget-delete-zombies xwidget-event-handler xwidget-get xwidget-insert xwidget-kill-buffer-query-function xwidget-log xwidget-put xwidget-webkit-adjust-size xwidget-webkit-adjust-size-dispatch xwidget-webkit-adjust-size-to-content xwidget-webkit-adjust-size-to-window xwidget-webkit-back xwidget-webkit-begin-edit-textarea xwidget-webkit-bookmark-make-record xwidget-webkit-browse-url xwidget-webkit-callback xwidget-webkit-copy-selection-as-kill xwidget-webkit-current-session xwidget-webkit-current-url xwidget-webkit-end-edit-textarea xwidget-webkit-execute-script-rv xwidget-webkit-fit-width xwidget-webkit-get-selection xwidget-webkit-goto-url xwidget-webkit-insert-string xwidget-webkit-last-session xwidget-webkit-mode xwidget-webkit-new-session xwidget-webkit-reload xwidget-webkit-scroll-backward xwidget-webkit-scroll-down xwidget-webkit-scroll-forward xwidget-webkit-scroll-up xwidget-webkit-show-id-element xwidget-webkit-show-id-or-named-element xwidget-webkit-show-named-element zerop--anon-cmacro))
(variables
(removed abbreviated-calendar-year all-bahai-calendar-holidays all-christian-calendar-holidays all-hebrew-calendar-holidays all-islamic-calendar-holidays american-calendar-display-form american-date-diary-pattern authors-aliases authors-ambiguous-files authors-coding-system authors-fixed-case authors-fixed-entries authors-ignored-files authors-lax-changelogs authors-many-files authors-no-scan-regexps authors-obsolete-files-regexps authors-public-domain-files authors-renamed-files-alist authors-renamed-files-regexps authors-valid-file-names bahai-diary-entry-symbol bahai-holidays c-font-lock-maybe-decl-faces cal-menu-load-hook cal-x-load-hook calendar-after-frame-setup-hooks capitalized-find-word-boundary-function-table capitalized-words-mode capitalized-words-mode-hook cc-bytecomp-noruntime-functions chinese-calendar-celestial-stem chinese-calendar-daylight-savings-ends chinese-calendar-daylight-savings-ends-time chinese-calendar-daylight-savings-starts chinese-calendar-daylight-savings-starts-time chinese-calendar-daylight-time-offset chinese-calendar-daylight-time-zone-name chinese-calendar-location-name chinese-calendar-standard-time-zone-name chinese-calendar-terrestrial-branch chinese-calendar-time-zone christian-holidays cl-struct-soap-array-type-tags cl-struct-soap-basic-type-tags cl-struct-soap-sequence-element-tags cl-struct-soap-sequence-type-tags cl-struct-soap-simple-type-tags css-pseudo-ids diary-display-hook diary-face diary-sabbath-candles-minutes eieio--class-num-slots eieio--object-num-slots eieio--scoped-class-stack eieio-generic-call-arglst eieio-generic-call-key eieio-generic-call-methodname eieio-generic-call-next-method-list eieio-initializing-object eieio-pre-method-execution-functions eieio-pre-method-execution-hooks eieio-read-generic eieiomt-optimizing-obarray emacs-lisp-byte-code-mode-abbrev-table emacs-lisp-byte-code-mode-hook emacs-lisp-byte-code-mode-map emacs-lisp-byte-code-mode-syntax-table eshell-buffer-shorthand european-calendar-display-form european-calendar-style european-date-diary-pattern eval-last-sexp-fake-value eww-contents-url eww-current-dom eww-current-source eww-current-title eww-current-url eww-home-url eww-next-url eww-previous-url eww-start-url eww-up-url fancy-diary-buffer fancy-diary-font-lock-keywords file-notify--pending-events finder-font-lock-keywords font-lock-beginning-of-syntax-function frame-creation-function-alist general-holidays gnus-bbdb-lisp-directory gnus-emacs-lisp-directory gnus-gnus-lisp-directory gnus-mailcrypt-lisp-directory gnus-registry-max-pruned-entries gnus-use-bbdb gnus-use-installed-gnus gnus-use-installed-mailcrypt gnus-use-mailcrypt gnus-use-mhe gnus-use-rmail gnus-use-sc gnus-use-sendmail gnus-use-vm handle-args-function-alist hebrew-diary-entry-symbol hebrew-holidays hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4 holidays-in-diary-buffer ibuffer-prev-window-config ibuffer-restore-window-config-on-quit imap-ssl-program initial-calendar-window-hook internal--call-interactively islamic-diary-entry-symbol islamic-holidays kmacro-step-edit-prefix-commands lisp--local-variables-completion-table list-diary-entries-hook local-holidays mark-diary-entries-hook mark-diary-entries-in-calendar mark-holidays-in-calendar method-after method-before method-generic-after method-generic-before method-generic-primary method-num-lists method-num-slots method-primary method-static mm-inline-text-html-with-images mm-w3-setup mml-smime-epg-secret-key-id-list mml1991-epg-secret-key-id-list mml2015-epg-secret-key-id-list mouse-sel-has-been-enabled mouse-sel-original-interprogram-cut-function mouse-sel-original-interprogram-paste-function newsticker--download-logos nongregorian-diary-listing-hook nongregorian-diary-marking-hook number-of-diary-entries octave-begin-keywords octave-else-keywords octave-end-keywords octave-operator-table octave-smie-bnf-table oriental-holidays other-holidays parse-time-digits print-diary-entries-hook ps-mode-auto-indent python-shell-output-syntax-table sexp-diary-entry-symbol shr-inhibit-decoration shr-state solar-holidays table-cell-entered-state tildify-count today-invisible-calendar-hook today-visible-calendar-hook tool-bar-originally-present uniquify-ask-about-buffer-names-p vc-default-init-revision vc-disable-async-diff vc-keep-workfiles vc-mcvs-diff-switches vc-mcvs-global-switches vc-mcvs-header vc-mcvs-register-switches vc-mcvs-use-edit vc-mistrust-permissions vc-stay-local view-calendar-holidays-initially view-diary-entries-initially window-system-initialization-alist x-last-selected-text)
(added Info-mode-font-lock-keywords archive-visit-single-files auto-revert-buffers-counter auto-revert-buffers-counter-lockedout autoload-ensure-writable bidi-directional-controls-chars bidi-directional-non-controls-chars browse-url-chrome-arguments browse-url-chrome-program browse-url-conkeror-arguments browse-url-conkeror-new-window-is-buffer browse-url-conkeror-program bruce-phrase-default-count bruce-phrases-file byte-compile-new-defuns c--mapcan-status c-:$-multichar-token-regexp c-<>-notable-chars-re c->-op-without->-cont-regexp c-after-brace-list-key c-auto-ops-re c-haskell-op-re c-just-done-before-change c-lang--novalue c-maybe-decl-faces c-mode-bug-package c-modified-constant c-multichar->-op-not->>-regexp c-recognize-post-brace-list-type-p c-subword-mode c-typeof-key c-use-category calc-prefix-help-retry calendar-chinese-month-name-array calendar-weekend-days cfengine3-defun-full-re cfengine3-macro-regex char-fold-table check-declare-ext-errors checkdoc-package-keywords-flag cl--generic-cnm-sample cl--generic-combined-method-memoization cl--generic-derived-generalizer cl--generic-dispatchers cl--generic-eql-generalizer cl--generic-eql-used cl--generic-find-defgeneric-regexp cl--generic-head-generalizer cl--generic-head-used cl--generic-nnm-sample cl--generic-struct-generalizer cl--generic-t-generalizer cl--generic-typeof-generalizer cl--generic-typeof-types cl--labels-magic cl--struct-default-parent cl--typedef-regexp cl-digit-char-table cl-struct-avl-tree- cl-struct-avl-tree--node cl-struct-avl-tree--stack cl-struct-cl--class cl-struct-cl--class-tags cl-struct-cl--generic cl-struct-cl--generic-generalizer cl-struct-cl--generic-generalizer-tags cl-struct-cl--generic-method cl-struct-cl--generic-method-tags cl-struct-cl--generic-tags cl-struct-cl-slot-descriptor cl-struct-cl-slot-descriptor-tags cl-struct-cl-structure-class cl-struct-cl-structure-class-tags cl-struct-cl-structure-object cl-struct-cl-structure-object-tags cl-struct-compilation--message cl-struct-cvs-fileinfo cl-struct-cvs-flags cl-struct-cvs-qtypedesc cl-struct-cvs-tag cl-struct-edebug--form-data cl-struct-eieio--class cl-struct-eieio--class-tags cl-struct-eieio--object cl-struct-eieio--object-tags cl-struct-epg-context cl-struct-epg-context-tags cl-struct-epg-data cl-struct-epg-data-tags cl-struct-epg-import-result cl-struct-epg-import-result-tags cl-struct-epg-import-status cl-struct-epg-import-status-tags cl-struct-epg-key cl-struct-epg-key-signature cl-struct-epg-key-signature-tags cl-struct-epg-key-tags cl-struct-epg-new-signature cl-struct-epg-new-signature-tags cl-struct-epg-sig-notation cl-struct-epg-sig-notation-tags cl-struct-epg-signature cl-struct-epg-signature-tags cl-struct-epg-sub-key cl-struct-epg-sub-key-tags cl-struct-epg-user-id cl-struct-epg-user-id-tags cl-struct-erc-response cl-struct-ert--ewoc-entry cl-struct-ert--stats cl-struct-ert--test-execution-info cl-struct-ert-test cl-struct-ert-test-aborted-with-non-local-exit cl-struct-ert-test-failed cl-struct-ert-test-passed cl-struct-ert-test-quit cl-struct-ert-test-result cl-struct-ert-test-result-with-condition cl-struct-ert-test-skipped cl-struct-ewoc cl-struct-ewoc--node cl-struct-flymake-ler cl-struct-gdb-handler cl-struct-gdb-table cl-struct-isearch--state cl-struct-js--js-handle cl-struct-js--pitem cl-struct-nnimap cl-struct-nnmaildir--art cl-struct-nnmaildir--grp cl-struct-nnmaildir--srv cl-struct-org-export-backend cl-struct-package--ac-desc cl-struct-package--bi-desc cl-struct-package-desc cl-struct-profiler-calltree cl-struct-profiler-profile cl-struct-rng--ipattern cl-struct-ses--locprn cl-struct-ses--locprn-tags cl-struct-ses-cell cl-struct-ses-cell-tags cl-struct-sgml-tag cl-struct-soap-binding cl-struct-soap-bound-operation cl-struct-soap-element cl-struct-soap-message cl-struct-soap-namespace cl-struct-soap-namespace-link cl-struct-soap-operation cl-struct-soap-port cl-struct-soap-port-type cl-struct-soap-wsdl cl-struct-soap-xs-attribute cl-struct-soap-xs-attribute-group cl-struct-soap-xs-attribute-group-tags cl-struct-soap-xs-attribute-tags cl-struct-soap-xs-basic-type cl-struct-soap-xs-basic-type-tags cl-struct-soap-xs-complex-type cl-struct-soap-xs-complex-type-tags cl-struct-soap-xs-element cl-struct-soap-xs-element-tags cl-struct-soap-xs-simple-type cl-struct-soap-xs-simple-type-tags cl-struct-soap-xs-type cl-struct-soap-xs-type-tags cl-struct-timer cl-struct-uniquify-item cl-struct-url cl-struct-url-future cl-struct-url-queue cl-struct-vc-bzr-extra-fileinfo cl-struct-vc-dir-fileinfo cl-struct-vc-git-extra-fileinfo cl-struct-vc-hg-extra-fileinfo cl-struct-xref-elisp-location cl-struct-xref-elisp-location-tags comment-end-can-be-escaped comment-quote-nested-function compare-windows-get-window-function completion-category-defaults completion-separator-chars cps--bindings cps--cleanup-function cps--cleanup-table-symbol cps--dynamic-wrappers cps--state-symbol cps--states cps--value-symbol cps-inhibit-atomic-optimization cps-standard-special-forms css--uri-re css-bang-ids css-pseudo-class-ids css-pseudo-element-ids css-syntax-propertize-function cursor-intangible-mode cursor-intangible-mode-hook cursor-sensor-inhibit cursor-sensor-mode cursor-sensor-mode-hook describe-function-orig-buffer describe-symbol-backends desktop-io-file-version desktop-native-file-version desktop-var-serdes-funs diary-chinese-entry-symbol dired-compress-files-alist dns-servers-valid-for-interfaces ede--detect-found-project ede--detect-nomatch-auto ede-check-project-query-fcn edebug-initial-mode-alist eieio--generic-generalizer eieio--generic-static-object-generalizer eieio--generic-static-symbol-generalizer eieio--generic-subclass-generalizer eieio--known-slot-names eieio--object-names eieio-backward-compatibility eieio-class-tag--auth-source-backend eieio-class-tag--chart eieio-class-tag--chart-axis eieio-class-tag--chart-axis-names eieio-class-tag--chart-axis-range eieio-class-tag--chart-bar eieio-class-tag--chart-sequece eieio-class-tag--ede-project eieio-class-tag--ede-project-autoload eieio-class-tag--ede-project-autoload-dirmatch eieio-class-tag--ede-project-placeholder eieio-class-tag--ede-sourcecode eieio-class-tag--ede-target eieio-class-tag--eieio-default-superclass eieio-class-tag--eieio-instance-inheritor eieio-class-tag--eieio-instance-tracker eieio-class-tag--eieio-named eieio-class-tag--eieio-persistent eieio-class-tag--eieio-singleton eieio-class-tag--eieio-speedbar eieio-class-tag--eieio-speedbar-directory-button eieio-class-tag--eieio-speedbar-file-button eieio-class-tag--eieio-widget-test-class eieio-class-tag--gnus-icalendar-event eieio-class-tag--gnus-icalendar-event-cancel eieio-class-tag--gnus-icalendar-event-reply eieio-class-tag--gnus-icalendar-event-request eieio-class-tag--registry-db eieio-class-tag--xref-bogus-location eieio-class-tag--xref-buffer-location eieio-class-tag--xref-etags-location eieio-class-tag--xref-file-location eieio-class-tag--xref-item eieio-class-tag--xref-location eieio-class-tag--xref-match-item electric-pair-local-mode-hook electric-quote-comment electric-quote-local-mode-hook electric-quote-mode electric-quote-mode-hook electric-quote-paragraph electric-quote-string elisp--eldoc-last-data elisp--eval-last-sexp-fake-value elisp--local-variables-completion-table elisp--xref-format elisp--xref-format-extra elisp--xref-identifier-completion-table elisp-byte-code-mode-abbrev-table elisp-byte-code-mode-hook elisp-byte-code-mode-map elisp-byte-code-mode-syntax-table elisp-xref-find-def-functions epa-error-buffer epa-inhibit epa-pinentry-mode epg--configurations epg-config--program-alist epg-gpgconf-program erc-channel-hide-list erc-network-hide-list erc-notifications-bus eshell-destroy-buffer-when-process-dies etags--xref-limit etags-xref-find-definitions-tag-order even-window-sizes eww-after-render-hook eww-bookmarks-directory eww-buffers-mode-abbrev-table eww-buffers-mode-hook eww-buffers-mode-map eww-buffers-mode-syntax-table eww-data eww-desktop-data-save eww-desktop-remove-duplicates eww-history-limit eww-redirect-level eww-restore-desktop eww-restore-reload-prompt eww-submit-file eww-suggest-uris execute-extended-command--last-typed face--attributes-unspecified fast-but-imprecise-scrolling ffap-latex-guess-rules ffap-lax-url file-notify--pending-event find-alias-regexp find-feature-regexp follow-fixed-window follow-start-end-invalid font-lock-ensure-function font-lock-flush-function frame-inhibit-implied-resize frame-size-history gdb-display-io-nopopup gdb-mi-decode-strings global-eldoc-mode global-eldoc-mode-hook gnus-article-show-cursor gnus-cloud-covered-servers gnus-cloud-file-timestamps gnus-cloud-group-name gnus-cloud-method gnus-cloud-sequence gnus-cloud-synced-files gnus-cloud-version gnus-face-directory gnus-face-omit-files gnus-mime-display-attachment-buttons-in-header gnus-registry-default-sort-function gnus-registry-prune-factor gnus-save-newsrc-file-last-timestamp gnus-x-face-omit-files gud-guiler-command-name gud-guiler-history gud-guiler-lastfile gui--last-selected-text-clipboard gui--last-selected-text-primary help-window-old-frame hfy-optimizations hide-ifdef-env-backup hide-ifdef-exclude-define-regexp hide-ifdef-expand-reinclusion-protection hide-ifdef-header-regexp hif-define-regexp hif-elif-regexp hif-id-regexp hif-ifxdef-regexp hif-macro-expr-prefix-regexp hif-macroref-regexp hif-recurse-level hif-valid-token-list hif-white-regexp horizontal-scroll-bar horizontal-scroll-bar-mode horizontal-scroll-bar-mode-hook icalendar-export-alarms icalendar-export-sexp-enumerate-all icalendar-export-sexp-enumeration-days imenu--menubar-keymap inhibit-bidi-mirroring inhibit-message internal--funcall-interactively internal--text-quoting-flag internal--top-level-message isearch--current-buffer isearch-lazy-highlight-regexp-function isearch-lazy-highlight-window-group isearch-new-regexp-function isearch-new-word isearch-regexp-function ispell-update-post-hook js--jsx-after-tag-re js--jsx-end-tag-re js--prettify-symbols-alist js--syntax-propertize-regexp-syntax-table js-indent-first-init js-jsx-mode-abbrev-table js-jsx-mode-hook js-jsx-mode-map js-jsx-mode-syntax-table json--path json-encoding-object-sort-predicate json-post-element-read-function json-pre-element-read-function kill-append-merge-undo landmark--intangible-chars landmark--last-pos ldap-ldapsearch-password-prompt-regexp libgnutls-version lisp--mode-syntax-table lisp-indent-backquote-substitution-mode lisp-mode-symbol-regexp log-edit-rewrite-tiny-change ls-lisp-UCA-like-collation ls-lisp-use-string-collate m4-syntax-propertize macroexp--debug-eager macroexp--warned menu-bar-search-options-menu menu-bar-showhide-window-divider-menu message-forward-included-headers message-smileys midnight-mode-hook mm-html-blocked-images mm-html-inhibit-images mml-secure-fail-when-key-problem mml-secure-key-preferences mml-secure-openpgp-always-trust mml-secure-openpgp-encrypt-to-self mml-secure-openpgp-sign-with-sender mml-secure-openpgp-signers mml-secure-safe-bcc-list mml-secure-secret-key-id-list mml-secure-smime-encrypt-to-self mml-secure-smime-sign-with-sender mml-secure-smime-signers module-file-suffix mouse--drag-start-event mouse-autoselect-window-position-1 move-to-window-group-line-function narrow-to-defun-include-comments network-security-level newsticker-download-logos newsticker-treeview-date-format nsm-noninteractive nsm-permanent-host-settings nsm-save-host-names nsm-settings-file nsm-temporary-host-settings ntlm-compatibility-level obarray-default-size octave--block-offset-keywords out-of-memory-warning-percentage package--compatibility-table package--downloads-in-progress package--emacs-version-list package--init-file-ensured package--old-archive-priorities package--post-download-archives-hook package--quick-help-keys package-archive-priorities package-hidden-regexps package-menu--hide-packages package-menu--mark-upgrades-pending package-menu--old-archive-contents package-menu--transaction-status package-menu-async package-menu-hide-low-priority package-menu-mode-menu package-selected-packages parse-time-iso8601-regexp pcase--dontwarn-upats perl--syntax-exp-intro-keywords perl--syntax-exp-intro-regexp pinentry--connection-process-list pinentry--error-cancelled pinentry--error-not-confirmed pinentry--error-not-implemented pinentry--labels pinentry--prompt-buffer pinentry--read-point pinentry--server-process pinentry--set-label-commands pinentry--socket-dir pinentry-debug pinentry-debug-buffer pinentry-popup-prompt-window pinentry-prompt-mode-abbrev-table pinentry-prompt-mode-hook pinentry-prompt-mode-map pinentry-prompt-mode-syntax-table pinentry-prompt-window-height pos-visible-in-window-group-p-function pre-redisplay-functions prefix-command--last-echo prefix-command--needs-update prefix-command-echo-keystrokes-functions prefix-command-preserve-state-hook prettify-symbols--current-symbol-bounds prettify-symbols-compose-predicate prettify-symbols-unprettify-at-point project-find-functions project-vc-external-roots-function project-vc-ignores prolog-operator-chars ps-mode--string-syntax-table pulse-momentary-timer python--prettify-symbols-alist python-eldoc-function-timeout python-eldoc-function-timeout-permanent python-eldoc-get-doc python-indent-guess-indent-offset-verbose python-rx-constituents python-shell--first-prompt-received python-shell--first-prompt-received-output-buffer python-shell--font-lock-buffer python-shell--package-depth python-shell-completion-native-disabled-interpreters python-shell-completion-native-enable python-shell-completion-native-output-timeout python-shell-completion-native-redirect-buffer python-shell-completion-native-try-output-timeout python-shell-first-prompt-hook python-shell-font-lock-enable python-shell-remote-exec-path python-shell-virtualenv-root query-replace-from-to-separator rcirc-connection-info rcirc-last-connect-time rcirc-reconnect-delay read-hide-char recenter-window-group-function rectangle--inhibit-region-highlight rectangle--mark-crutches rectangle--string-preview-state rectangle--string-preview-window rectangle-preview redisplay--inhibit-bidi redisplay--variables reftex--rebuilding-toc region-insert-function registry-db-version replace-char-fold replace-update-post-hook rmail-mime-prefer-html rmail-mime-render-html-function rmail-mime-searching sasl-scram-sha-1-steps save-place-local-mode-hook save-place-mode save-place-mode-hook save-silently scroll-bar-height scss--hash-re scss-bang-ids scss-font-lock-keywords scss-mode-abbrev-table scss-mode-hook scss-mode-map scss-mode-syntax-table search-default-mode seconds-to-string select-enable-clipboard select-enable-primary selected-window-group-function semantic-debug-parser-debugger-source ses--ses-buffer-list ses-initial-global-parameters-re ses-paramfmt-plist set-window-group-start-function sgml-attribute-offset show-paren-when-point-in-periphery show-paren-when-point-inside-paren shr-current-font shr-depth shr-internal-bullet shr-internal-width shr-table-id shr-table-separator-pixel-width shr-use-fonts shr-warning sql-default-directory sql-vertica-login-params sql-vertica-options sql-vertica-program subword-empty-char-table subword-find-word-boundary-function-table switch-to-buffer-in-dedicated-window syntax-propertize-chunks system-configuration-features term-file-aliases tex--prettify-symbols-alist tex-print-file-extension text-quoting-style tildify-double-space-undos tildify-foreach-region-function tildify-mode tildify-mode-hook tildify-pattern tildify-space-pattern tildify-space-predicates tildify-space-string tramp-adb-connect-if-not-connected tramp-awk-coding-test tramp-awk-decode tramp-awk-encode tramp-bluez-discover-devices-timeout tramp-gvfs-zeroconf-domain tramp-histfile-override tramp-stat-marker tramp-stat-quoted-marker truncate-string-ellipsis undo-auto--last-boundary-cause undo-auto--this-command-amalgamating undo-auto--undoably-changed-buffers undo-auto-current-boundary-timer url-request-noninteractive url-tramp-protocols url-user-agent vc-annotate-background-mode vc-annotate-switches vc-bzr-annotate-switches vc-cvs-annotate-switches vc-git--log-view-long-font-lock-keywords vc-git-annotate-switches vc-git-log-output-coding-system vc-git-region-history-font-lock-keywords vc-git-region-history-mode-abbrev-table vc-git-region-history-mode-hook vc-git-region-history-mode-map vc-git-region-history-mode-syntax-table vc-git-resolve-conflicts vc-hg-annotate-switches vc-hg-log-format vc-mtn-annotate-switches vc-src-diff-switches vc-src-log-switches vc-src-master-templates vc-src-program vc-src-release vc-svn-annotate-switches verilog-auto-arg-format verilog-compiler-directives verilog-dpi-import-export-re vhdl-08-attributes vhdl-08-directives vhdl-08-functions vhdl-08-keywords vhdl-08-packages vhdl-08-types vhdl-directives vhdl-sensitivity-list-all whitespace-big-indent-regexp whitespace-point--used window-adjust-process-window-size-function window-divider-default-bottom-width window-divider-default-places window-divider-default-right-width window-divider-mode window-divider-mode-hook window-group-end-function window-group-start-function word-move-empty-char-table x-select-enable-clipboard x-select-enable-primary x-select-request-type xref--button-map xref--current-item xref--last-visiting-buffer xref--marker-ring xref--read-identifier-history xref--read-pattern-history xref--temp-buffer-file-name xref--window xref--xref-buffer-mode-abbrev-table xref--xref-buffer-mode-hook xref--xref-buffer-mode-map xref--xref-buffer-mode-syntax-table xref-after-jump-hook xref-after-return-hook xref-backend-functions xref-bogus-location xref-buffer-location xref-buffer-name xref-etags-location xref-etags-mode xref-etags-mode--saved xref-etags-mode-hook xref-file-location xref-item xref-location xref-marker-ring-length xref-match-item xref-mode-local-find-overloadable-regexp xref-prompt-for-identifier xref-show-xrefs-function xterm-mouse-tracking-disable-sequence xterm-mouse-tracking-enable-sequence xterm-mouse-utf-8 xwidget-webkit-activeelement-js xwidget-webkit-last-session-buffer xwidget-webkit-mode-abbrev-table xwidget-webkit-mode-hook xwidget-webkit-mode-map xwidget-webkit-mode-syntax-table))
(features
(removed authors gnus-setup vc-mcvs w32-common-fns)
(added bruce char-fold charscript cl-generic cl-preloaded cl-seq cp51932 cursor-sensor dom ede/detect eieio-compat elisp-mode eucjp-ms generator gnus-cloud inline let-alist map nsm obarray pinentry project sasl-scram-rfc sasl-scram-sha-1 seq thunk url-tramp vc-filewise vc-src xref xwidget)))
((25 2)
(functions
(removed electric--insertable-p)
(added term--xterm-paste tex-handle-newline))
(variables
(removed)
(added inhibit-compacting-font-caches))
(features
(removed)
(added)))
((25 3)
(functions
(removed)
(added))
(variables
(removed)
(added))
(features
(removed)
(added)))
((26 1)
(functions
(removed 8859-1-map 8859-to-swascii-buffer Buffer-menu-info-node-description Man-quit ad-Advice-find-tag auto-source--symbol-keyword autoload-ensure-default-file c-clear-cpp-delimiters c-comment-out-cpps c-neutralize-syntax-in-and-mark-CPP c-set-cpp-delimiters c-state-semi-safe-place c-uncomment-out-cpps c-with-all-but-one-cpps-commented-out c-with-cpps-commented-out check-declare-errmsg cl-struct-avl-tree- cl-struct-avl-tree--node cl-struct-avl-tree--stack cl-struct-cl--class cl-struct-cl--generic cl-struct-cl--generic-generalizer cl-struct-cl--generic-method cl-struct-cl-slot-descriptor cl-struct-cl-structure-class cl-struct-cl-structure-object cl-struct-compilation--message cl-struct-cvs-fileinfo cl-struct-cvs-flags cl-struct-cvs-qtypedesc cl-struct-cvs-tag cl-struct-edebug--form-data cl-struct-eieio--class cl-struct-eieio--object cl-struct-epg-context cl-struct-epg-data cl-struct-epg-import-result cl-struct-epg-import-status cl-struct-epg-key cl-struct-epg-key-signature cl-struct-epg-new-signature cl-struct-epg-sig-notation cl-struct-epg-signature cl-struct-epg-sub-key cl-struct-epg-user-id cl-struct-erc-response cl-struct-ert--ewoc-entry cl-struct-ert--stats cl-struct-ert--test-execution-info cl-struct-ert-test cl-struct-ert-test-aborted-with-non-local-exit cl-struct-ert-test-failed cl-struct-ert-test-passed cl-struct-ert-test-quit cl-struct-ert-test-result cl-struct-ert-test-result-with-condition cl-struct-ert-test-skipped cl-struct-ewoc cl-struct-ewoc--node cl-struct-flymake-ler cl-struct-gdb-handler cl-struct-gdb-table cl-struct-isearch--state cl-struct-js--js-handle cl-struct-js--pitem cl-struct-nnimap cl-struct-nnmaildir--art cl-struct-nnmaildir--grp cl-struct-nnmaildir--srv cl-struct-org-export-backend cl-struct-package--ac-desc cl-struct-package--bi-desc cl-struct-package-desc cl-struct-profiler-calltree cl-struct-profiler-profile cl-struct-rng--ipattern cl-struct-ses--locprn cl-struct-ses-cell cl-struct-sgml-tag cl-struct-soap-binding cl-struct-soap-bound-operation cl-struct-soap-element cl-struct-soap-message cl-struct-soap-namespace cl-struct-soap-namespace-link cl-struct-soap-operation cl-struct-soap-port cl-struct-soap-port-type cl-struct-soap-wsdl cl-struct-soap-xs-attribute cl-struct-soap-xs-attribute-group cl-struct-soap-xs-basic-type cl-struct-soap-xs-complex-type cl-struct-soap-xs-element cl-struct-soap-xs-simple-type cl-struct-soap-xs-type cl-struct-timer cl-struct-uniquify-item cl-struct-url cl-struct-url-future cl-struct-url-queue cl-struct-vc-bzr-extra-fileinfo cl-struct-vc-dir-fileinfo cl-struct-vc-git-extra-fileinfo cl-struct-vc-hg-extra-fileinfo cl-struct-xref-elisp-location convert-pdf copy-flymake-ler count-trailing-whitespace-region dbstring-mysql debugger-make-xrefs decode-codepage-char delete-side-window display-buffer-in-major-side-window edebug-prin1 edebug-print edebug-read-function ediff-show-ancestor eieio--object-class-tag--cmacro eieio-class-tag--auth-source-backend eieio-class-tag--chart eieio-class-tag--chart-axis eieio-class-tag--chart-axis-names eieio-class-tag--chart-axis-range eieio-class-tag--chart-bar eieio-class-tag--chart-sequece eieio-class-tag--ede-project eieio-class-tag--ede-project-autoload eieio-class-tag--ede-project-autoload-dirmatch eieio-class-tag--ede-project-placeholder eieio-class-tag--ede-sourcecode eieio-class-tag--ede-target eieio-class-tag--eieio-default-superclass eieio-class-tag--eieio-instance-inheritor eieio-class-tag--eieio-instance-tracker eieio-class-tag--eieio-named eieio-class-tag--eieio-persistent eieio-class-tag--eieio-singleton eieio-class-tag--eieio-speedbar eieio-class-tag--eieio-speedbar-directory-button eieio-class-tag--eieio-speedbar-file-button eieio-class-tag--eieio-widget-test-class eieio-class-tag--gnus-icalendar-event eieio-class-tag--gnus-icalendar-event-cancel eieio-class-tag--gnus-icalendar-event-reply eieio-class-tag--gnus-icalendar-event-request eieio-class-tag--registry-db eieio-class-tag--xref-bogus-location eieio-class-tag--xref-buffer-location eieio-class-tag--xref-etags-location eieio-class-tag--xref-file-location eieio-class-tag--xref-item eieio-class-tag--xref-location eieio-class-tag--xref-match-item eieio-edebug-prin1-to-string emacs-repository--version-git-1 emerge-protect-metachars epg-config--compare-version epg-config--parse-version erc-menu ert--record-backtrace eval-current-buffer file-notify--descriptor flymake-add-buildfile-to-cache flymake-add-err-info flymake-add-line-err-info flymake-add-project-include-dirs-to-cache flymake-can-syntax-check-file flymake-check-include flymake-check-patch-master-file-buffer flymake-clear-buildfile-cache flymake-clear-project-include-dirs-cache flymake-compilation-is-running flymake-copy-buffer-to-temp-buffer flymake-create-master-file flymake-delete-temp-directory flymake-display-err-menu-for-current-line flymake-er-get-line flymake-er-get-line-err-info-list flymake-er-make-er flymake-find-buffer-for-file flymake-find-buildfile flymake-find-err-info flymake-find-possible-master-files flymake-fix-file-name flymake-fix-line-numbers flymake-get-buildfile-from-cache flymake-get-cleanup-function flymake-get-err-count flymake-get-file-name-mode-and-masks flymake-get-first-err-line-no flymake-get-full-nonpatched-file-name flymake-get-full-patched-file-name flymake-get-include-dirs-dot flymake-get-init-function flymake-get-last-err-line-no flymake-get-line-err-count flymake-get-next-err-line-no flymake-get-prev-err-line-no flymake-get-project-include-dirs flymake-get-project-include-dirs-from-cache flymake-get-project-include-dirs-imp flymake-get-real-file-name-function flymake-get-syntax-check-program-args flymake-get-system-include-dirs flymake-get-tex-args flymake-goto-file-and-line flymake-goto-line flymake-highlight-err-lines flymake-highlight-line flymake-init-create-temp-source-and-master-buffer-copy flymake-init-find-buildfile-dir flymake-ins-after flymake-kill-process flymake-ler-file flymake-ler-file--cmacro flymake-ler-full-file flymake-ler-full-file--cmacro flymake-ler-line flymake-ler-line--cmacro flymake-ler-make-ler flymake-ler-make-ler--cmacro flymake-ler-p flymake-ler-p--cmacro flymake-ler-set-file flymake-ler-set-full-file flymake-ler-set-line flymake-ler-text flymake-ler-text--cmacro flymake-ler-type flymake-ler-type--cmacro flymake-line-err-info-is-less-or-equal flymake-make-overlay flymake-master-file-compare flymake-on-timer-event flymake-overlay-p flymake-parse-err-lines flymake-parse-output-and-residual flymake-parse-residual flymake-patch-err-text flymake-popup-current-error-menu flymake-post-syntax-check flymake-process-filter flymake-process-sentinel flymake-read-file-to-temp-buffer flymake-region-has-flymake-overlays flymake-replace-region flymake-report-fatal-status flymake-report-status flymake-safe-delete-directory flymake-safe-delete-file flymake-same-files flymake-save-buffer-in-file flymake-set-at flymake-skip-whitespace flymake-split-output flymake-start-syntax-check-process flyspell-ajust-cursor-point flyspell-xemacs-popup frameset--record-minibuffer-relationships gmm-called-interactively-p gmm-image-load-path-for-library gmm-image-search-load-path gmm-labels gmm-write-region gnus-add-text-properties gnus-assq-delete-all gnus-bookmark-mouse-available-p gnus-bookmark-remove-properties gnus-bound-and-true-p gnus-boundp gnus-character-to-event gnus-cloud-delete-file gnus-cloud-update-data gnus-deactivate-mark gnus-delete-alist gnus-ems-redefine gnus-extent-detached-p gnus-extent-start-open gnus-float-time gnus-format-message gnus-frames-on-display-list gnus-get-display-table gnus-graphic-display-p gnus-html-encode-url-chars gnus-invisible-p gnus-key-press-event-p gnus-mail-strip-quoted-names gnus-make-local-hook gnus-mark-active-p gnus-match-substitute-replacement gnus-max-width-function gnus-merge gnus-mule-max-width-function gnus-next-char-property-change gnus-previous-char-property-change gnus-process-get gnus-process-plist gnus-process-put gnus-put-display-table gnus-put-text-property gnus-read-shell-command gnus-region-active-p gnus-select-frame-set-input-focus gnus-select-lowest-window gnus-set-process-plist gnus-set-process-query-on-exit-flag gnus-string-mark-left-to-right gnus-string-match-p gnus-string-prefix-p gnus-string-width-function gnus-substring-function gnus-sync-deep-print gnus-sync-fix-topic-group-position gnus-sync-initialize gnus-sync-install-hooks gnus-sync-invlist2range gnus-sync-json-alist-p gnus-sync-json-plist-p gnus-sync-lesync-DELETE gnus-sync-lesync-GET gnus-sync-lesync-POST gnus-sync-lesync-PUT gnus-sync-lesync-call gnus-sync-lesync-delete-group gnus-sync-lesync-find-prop gnus-sync-lesync-get-prop gnus-sync-lesync-groups-builder gnus-sync-lesync-install-group-entry gnus-sync-lesync-normalize-group-entry gnus-sync-lesync-parse gnus-sync-lesync-post-save-group-entry gnus-sync-lesync-pre-save-group-entry gnus-sync-lesync-read-group-entry gnus-sync-lesync-set-prop gnus-sync-lesync-setup gnus-sync-newsrc-loader-builder gnus-sync-position gnus-sync-range2invlist gnus-sync-read gnus-sync-save gnus-sync-subscribe-group gnus-sync-topic-group-position gnus-sync-unload-hook gnus-timer--function gnus-union gnus-window-edges gnus-window-inside-pixel-edges gnus-xmas-define gnus-xmas-format gnus-xmas-redefine gravatar-create-image ibuffer-delete-alist idna-to-ascii idna-to-unicode image-dired-define-display-image-mode-keymap image-dired-define-thumbnail-mode-keymap image-dired-kill-buffer-and-window inferior-octave-complete insert-A-acute insert-A-circumflex insert-A-grave insert-A-ring insert-A-tilde insert-A-umlaut insert-AE insert-C-cedilla insert-D-stroke insert-E-acute insert-E-circumflex insert-E-grave insert-E-umlaut insert-I-acute insert-I-circumflex insert-I-grave insert-I-umlaut insert-N-tilde insert-O-acute insert-O-circumflex insert-O-grave insert-O-slash insert-O-tilde insert-O-umlaut insert-THORN insert-U-acute insert-U-circumflex insert-U-grave insert-U-umlaut insert-Y-acute insert-a-acute insert-a-circumflex insert-a-grave insert-a-ring insert-a-tilde insert-a-umlaut insert-acute-accent insert-ae insert-angle-quotation-mark-left insert-angle-quotation-mark-right insert-broken-vertical-line insert-c-cedilla insert-cedilla insert-cent-sign insert-copyright-sign insert-d-stroke insert-degree-sign insert-diaeresis insert-division-sign insert-e-acute insert-e-circumflex insert-e-grave insert-e-umlaut insert-fraction-one-half insert-fraction-one-quarter insert-fraction-three-quarters insert-general-currency-sign insert-i-acute insert-i-circumflex insert-i-grave insert-i-umlaut insert-inverted-exclamation-mark insert-inverted-question-mark insert-macron insert-micro-sign insert-middle-dot insert-multiplication-sign insert-n-tilde insert-no-break-space insert-not-sign insert-o-acute insert-o-circumflex insert-o-grave insert-o-slash insert-o-tilde insert-o-umlaut insert-ordinal-indicator-feminine insert-ordinal-indicator-masculine insert-pilcrow insert-plus-or-minus-sign insert-pound-sign insert-registered-sign insert-section-sign insert-soft-hyphen insert-ss insert-string insert-superscript-one insert-superscript-three insert-superscript-two insert-thorn insert-u-acute insert-u-circumflex insert-u-grave insert-u-umlaut insert-y-acute insert-y-umlaut insert-yen-sign internal--module-call iso-acc-minibuf-setup iso-accent-rassoc-unit iso-accents-accent-key iso-accents-compose iso-accents-customize iso-accents-mode iso-accentuate iso-deaccentuate iso-unaccentuate ispell-check-minver ispell-decode-string ispell-highlight-spelling-error-xemacs ispell-int-char ispell-looking-back ispell-with-no-warnings lisp-completion-predicate lisp-completion-symbol lisp-symbol-completion-transform mailcap-command-p mailcap-delete-duplicates mailcap-replace-in-string make-variable-frame-local makehash menu-bar-horizontal-scroll-bar menu-bar-no-horizontal-scroll-bar message-completion-in-region message-window-inside-pixel-edges midnight-buffer-display-time mm-annotationp mm-char-int mm-char-or-char-int-p mm-codepage-setup mm-coding-system-equal mm-coding-system-list mm-create-image-xemacs mm-decode-coding-region mm-decode-coding-string mm-default-multibyte-p mm-delete-duplicates mm-encode-coding-region mm-encode-coding-string mm-enrich-utf-8-by-mule-ucs mm-inline-image-emacs mm-inline-image-xemacs mm-insert-byte mm-line-number-at-pos mm-multibyte-char-to-unibyte mm-multibyte-string-p mm-read-charset mm-read-coding-system mm-replace-in-string mm-set-buffer-file-coding-system mm-set-buffer-multibyte mm-setup-codepage-ibm mm-setup-codepage-iso-8859 mm-special-display-p mm-string-as-multibyte mm-string-as-unibyte mm-string-make-unibyte mm-string-to-multibyte mm-subst-char-in-string mm-substring-no-properties mm-xemacs-find-mime-charset mm-xemacs-find-mime-charset-1 mml-buffer-substring-no-properties-except-hard-newlines nndiary-error nullify-allout-prefix-data nxml-after-change nxml-after-change1 nxml-autoload-char-name-set nxml-char-name-set-enabled-p nxml-clear-inside nxml-completion-at-point-function nxml-create-unicode-char-name-sets nxml-debug-clear-inside nxml-debug-set-inside nxml-define-char-name-set nxml-disable-char-name-set nxml-enable-char-name-set nxml-enable-unicode-char-name-sets nxml-get-char-name nxml-glyph-display-string nxml-glyph-set-contains-p nxml-maybe-load-char-name-set nxml-scan-after-change nxml-set-inside nxml-terminal-set-glyph-set nxml-unicode-block-char-name-set nxml-w32-set-glyph-set nxml-window-system-set-glyph-set nxml-x-set-glyph-set octave-complete-symbol org-agenda-filter-by-tag-refine org-agenda-goto-block-beginning org-agenda-post-command-hook org-align-tags-here org-all-targets org-ascii--justify-string org-ascii-quote-section org-babel-C-expand org-babel-C-val-to-C-list-type org-babel-R-graphical-output-file org-babel-awk-table-or-string org-babel-execute:scala org-babel-exp-get-export-buffer org-babel-exp-in-export-file org-babel-expand-body:c org-babel-get-header org-babel-get-inline-src-block-matches org-babel-get-lob-one-liner-matches org-babel-haskell-read-string org-babel-haskell-table-or-string org-babel-in-example-or-verbatim org-babel-io-table-or-string org-babel-lilypond-determine-ly-path org-babel-lilypond-determine-midi-path org-babel-lilypond-determine-pdf-path org-babel-load-session:sh org-babel-lob-execute org-babel-maxima-graphical-output-file org-babel-octave-graphical-output-file org-babel-octave-read-string org-babel-parse-inline-src-block-match org-babel-parse-src-block-match org-babel-prep-session:scala org-babel-prep-session:sh org-babel-ref-at-ref-p org-babel-ruby-read-string org-babel-scala-evaluate org-babel-scala-initiate-session org-babel-scala-table-or-string org-babel-sh-table-or-results org-babel-speed-command-hook org-babel-tramp-handle-call-process-region org-beamer-insert-options-template org-beamer-target org-capture-bookmark-last-stored-position org-capture-steal-local-variables org-clock-time% org-cmp-priority org-columns-capture-view org-columns-cleanup-item org-columns-display-here org-columns-display-here-title org-columns-eval org-columns-get-autowidth-alist org-columns-hscoll-title org-columns-new-overlay org-columns-not-in-agenda org-columns-number-to-string org-columns-string-to-number org-copy-face org-create-formula--latex-header org-create-formula-image-with-dvipng org-create-formula-image-with-imagemagick org-cycle-hide-inline-tasks org-datetree-find-day-create org-datetree-find-month-create org-datetree-find-year-create org-deadline-close org-diary-class org-display-inline-modification-hook org-do-sort org-edit-src-find-buffer org-edit-src-find-region-and-lang org-edit-src-get-indentation org-edit-src-get-label-format org-edit-src-get-lang org-element--get-next-object-candidates org-element--remove-indentation org-element-export-snippet-successor org-element-footnote-reference-successor org-element-inline-babel-call-successor org-element-inline-src-block-successor org-element-latex-or-entity-successor org-element-line-break-successor org-element-link-successor org-element-macro-successor org-element-plain-link-successor org-element-quote-section-interpreter org-element-quote-section-parser org-element-radio-target-successor org-element-statistics-cookie-successor org-element-sub/superscript-successor org-element-table-cell-successor org-element-target-successor org-element-text-markup-successor org-element-timestamp-successor org-end-of-meta-data-and-drawers org-entity-get-representation org-entity-latex-math-p org-estimate-combine org-estimate-mean-and-var org-estimate-print org-export--interpret-p org-export--populate-ignore-list org-export-collect-tree-properties org-export-execute-babel-code org-export-ignore-element org-export-solidify-link-text org-extract-attributes org-footnote-goto-local-insertion-point org-format-time-period org-get-all-dates org-get-x-clipboard-compat org-gnus-nnimap-cached-article-number org-hours-to-clocksum-string org-html-begin-plain-list org-html-end-plain-list org-html-format-footnote-definition org-html-format-footnote-reference org-html-format-footnotes-section org-html-format-headline org-html-format-headline--wrap org-html-format-section org-html-quote-section org-ido-switchb org-in-commented-line org-in-drawer-p org-in-indented-comment-line org-indent-initialize org-inhibit-invisibility org-isearch-end org-isearch-post-command org-iswitchb org-iswitchb-completing-read org-latex--collect-errors org-latex-quote-section org-list-item-trim-br org-listtable-to-string org-make-target-link-regexp org-man-clock org-man-collect-errors org-man-quote-section org-maybe-intangible org-minutes-to-hh:mm-string org-nofm-to-completion org-odt-begin-toc org-odt-end-toc org-odt-format-headline org-odt-quote-section org-protect-slash org-protocol-unhex-compound org-protocol-unhex-single-byte-sequence org-protocol-unhex-string org-publish-collect-numbering org-publish-compare-directory-files org-publish-format-file-entry org-publish-get-base-files-1 org-publish-org-sitemap org-publish-resolve-external-fuzzy-link org-replace-match-keep-properties org-search-not-self org-set-local org-set-regexps-and-options-for-tags org-speed-command-default-hook org-src-construct-edit-buffer-name org-src-fontify-block org-src-fontify-buffer org-src-get-lang-mode org-src-in-org-buffer org-src-native-tab-command-maybe org-src-tangle org-string-to-estimate org-string-to-number org-substitute-posix-classes org-table-clean-before-export org-table-colgroup-line-p org-table-cookie-line-p org-table-find-row-type org-table-get-descriptor-line org-table-get-specials org-table-rewrite-old-row-references org-table-set-constants org-texinfo-collect-errors org-texinfo-filter-section-blank-lines org-texinfo-quote-section org-timeline org-timer-cancel-timer org-toggle-fixed-width-section org-translate-time org-update-property-plist org-verify-version org-xemacs-without-invisibility orgtbl-apply-fmt orgtbl-eval-str orgtbl-format-line orgtbl-format-section orgtbl-get-fmt pcomplete/org-mode/drawer pinentry--error-code pinentry--escape-string pinentry--labels-to-shortcuts pinentry--process-filter pinentry--process-sentinel pinentry--prompt pinentry--send-data pinentry--send-error pinentry--unescape-string pinentry-prompt-mode pinentry-start pinentry-stop pop3-set-process-query-on-exit-flag produce-allout-mode-menubar-entries read-input regexp-sans-escapes region-exists-p replace-amp resume-process-args resume-suspend-hook resume-write-buffer-to-file rng-complete rng-complete-before-point rng-completion-exact-p rng-quote-string rng-strings-to-completion-alist rst-adjust-adornment-work rst-compare-adornments rst-deprecated-goto-section rst-deprecated-straighten-adornments rst-find-all-adornments rst-find-pfx-in-region rst-find-title-line rst-get-adornment-match rst-get-adornments-around rst-get-hierarchy rst-get-next-adornment rst-imenu-find-adornments-for-position rst-infer-hierarchy rst-insert-list-pos rst-iterate-leftmost-paragraphs rst-iterate-leftmost-paragraphs-2 rst-position rst-position-if rst-promote-region rst-section-tree rst-section-tree-point rst-section-tree-rec rst-signum rst-some rst-suggest-new-adornment rst-toc-count-lines rst-toc-insert-node rst-toc-mode-find-section rst-toc-node scribe scribe-begin scribe-bold-word scribe-bracket-region-be scribe-chapter scribe-end scribe-envelop-word scribe-insert-environment scribe-insert-quote scribe-italicize-word scribe-mode scribe-parenthesis scribe-section scribe-subsection scribe-tab scribe-underline-word set-window-dot show-buffer shr-previous-newline-padding-width shr-remove-trailing-whitespace smerge-refine-chopup-region smerge-refine-forward smerge-refine-highlight-change smime-make-temp-file smime-replace-in-string solicit-char-in-string spell-buffer spell-region spell-string spell-word starttls-set-process-query-on-exit-flag string-to-int swascii-to-8859-buffer swascii-to-8859-buffer-maybe symbol-complete symbol-completion-symbol symbol-completion-try-complete time-stamp-fconcat time-stamp-mail-host-name todo-reevaluate-category-completions-files-defcustom todo-reevaluate-default-file-defcustom todo-reevaluate-filelist-defcustoms todo-reevaluate-filter-files-defcustom tramp-check-proper-method-and-host tramp-compat-coding-system-change-eol-conversion tramp-compat-condition-case-unless-debug tramp-compat-copy-directory tramp-compat-copy-file tramp-compat-decimal-to-octal tramp-compat-delete-directory tramp-compat-delete-dups tramp-compat-delete-file tramp-compat-file-attributes tramp-compat-font-lock-add-keywords tramp-compat-load tramp-compat-most-positive-fixnum tramp-compat-number-sequence tramp-compat-octal-to-decimal tramp-compat-process-get tramp-compat-process-put tramp-compat-replace-regexp-in-string tramp-compat-set-process-query-on-exit-flag tramp-compat-split-string tramp-compat-with-temp-message tramp-completion-run-real-handler tramp-file-name-real-host tramp-file-name-real-user tramp-gw-aux-proc-sentinel tramp-gw-basic-authentication tramp-gw-gw-proc-sentinel tramp-gw-open-connection tramp-gw-open-network-stream tramp-gw-process-filter tramp-handle-unhandled-file-name-directory tramp-set-auto-save-file-modes tramp-sh-handle-dired-recursive-delete-directory tramp-sh-handle-insert-file-contents-literally tramp-user-error undo-auto--undoable-change-no-timer url-cookie-quit verilog-save-font-mods verilog-save-no-change-functions whitespace-ensure-local-variables window--major-non-side-window window--major-side-window window--side-check window--side-window-p window-dot woman-pop woman-push xmltok-forward-special xwidget-webkit-execute-script-rv y-or-n-minibuffer)
(added Buffer-menu-unmark-all Buffer-menu-unmark-all-buffers Info-node-description ad-Advice-exchange-point-and-mark ad-Advice-pop-global-mark ad-Advice-pop-to-mark-command ad-Advice-xref-find-definitions add-variable-watcher advice--where all-threads allout-count-trailing-whitespace-region allout-nullify-prefix-data allout-produce-mode-menubar-entries allout-regexp-sans-escapes allout-set-regexp allout-solicit-char-in-string and-let* ansible-inventory-generic-mode apropos-local-value apropos-local-variable arabic-shape-gstring auth-source--decode-octal-string auth-source--symbol-keyword auth-source-backends-parser-file auth-source-backends-parser-macos-keychain auth-source-backends-parser-secrets auth-source-pass--build-result auth-source-pass--do-debug auth-source-pass--entry-valid-p auth-source-pass--find-all-by-entry-name auth-source-pass--find-match auth-source-pass--find-one-by-entry-name auth-source-pass--hostname auth-source-pass--hostname-with-user auth-source-pass--parse-data auth-source-pass--parse-secret auth-source-pass--read-entry auth-source-pass--select-one-entry auth-source-pass--user-match-p auth-source-pass-backend-parse auth-source-pass-enable auth-source-pass-entries auth-source-pass-get auth-source-pass-parse-entry auth-source-pass-search auto-revert-find-file-function auto-revert-remove-current-buffer auto-save-visited-mode autoload--make-defs-autoload autoload--save-buffer autoload-ensure-file-writeable avl-tree-iter backtrace--print-frame backtrace-frame--internal backtrace-frames battery-upower battery-upower-prop beginning-of-defun--in-emptyish-line-p beginning-of-defun-comments bibtex-Conference blink-cursor--start-idle-timer blink-cursor--start-timer browse-url-man bs-unmark-all bs-unmark-previous buffer-hash byte-compile--function-signature byte-compile--log-warning-for-byte-compile byte-compile-cond-jump-table byte-compile-cond-jump-table-info byte-compile-cond-vars byte-compile-define-symbol-prop c-after-change-re-mark-raw-strings c-back-over-compound-identifier c-before-change-check-raw-strings c-brace-stack-at c-bs-at-toplevel-p c-cache-to-parse-ps-state c-clear-char-property-with-value-on-char c-clear-char-property-with-value-on-char-function c-delq-from-dotted-list c-depropertize-CPP c-depropertize-new-text c-depropertize-raw-string c-depropertize-raw-strings-in-region c-directly-in-class-called-p c-display-defun-name c-fl-decl-end c-font-lock-c++-lambda-captures c-font-lock-cut-off-declarators c-font-lock-enum-body c-font-lock-invalid-single-quotes c-font-lock-raw-strings c-font-lock-single-decl c-forward-noise-clause c-forward-over-token-and-ws c-get-fontification-context c-init-bs-cache c-invalidate-sws-region-after-del c-invalidate-sws-region-after-ins c-invalidate-sws-region-before c-lineup-under-anchor c-literal-start c-looking-at-c++-lambda-capture-list c-looking-at-or-maybe-in-bracelist c-looking-at-statement-block c-make-noise-macro-regexps c-neutralize-syntax-in-CPP c-no-comment-end-of-macro c-or-c++-mode c-parse-ps-state-below c-parse-ps-state-to-cache c-parse-quotes-after-change c-parse-quotes-before-change c-propertize-raw-string-opener c-ps-state-cache-pos c-put-char-properties-on-char c-quoted-number-head-before-point c-quoted-number-straddling-point c-quoted-number-tail-after-point c-raw-string-pos c-search-forward-char-property-with-value-on-char c-set-keymap-parent c-state-full-pp-to-literal c-state-semi-pp-to-literal c-toggle-comment-style c-truncate-bs-cache c-truncate-semi-nonlit-pos-cache c-update-brace-stack calc-input-angle-units calculator-define-key calculator-register-read-with-preview call-shell-region cancel-debug-on-variable-change cancel-debug-watch cconv--remap-llv char-from-name checkdoc--create-error-for-checkdoc checkdoc--next-docstring cl--defstruct-predicate cl--generic-load-hist-format cl--generic-make-defmethod-docstring cl--generic-method-files cl--make-random-state cl--make-random-state--cmacro cl--old-struct-type-of cl--print-table cl--prog cl--random-state-i cl--random-state-i--cmacro cl--random-state-j cl--random-state-j--cmacro cl--random-state-vec cl--random-state-vec--cmacro cl-generic-p cl-old-struct-compat-mode cl-prin1 cl-prin1-to-string cl-print--find-sharing cl-print--preprocess cl-print-object cl-prog cl-prog* cl-random-state-p--cmacro clear-composition-cache color-lab-to-lch color-lch-to-lab color-xyy-to-xyz color-xyz-to-xyy comint-nonblank-p comint-term-environment compilation--note-type compilation-type condition-mutex condition-name condition-notify condition-variable-p condition-wait conf-desktop-mode conf-toml-mode conf-toml-recognize-section connection-local-get-profile-variables connection-local-get-profiles connection-local-normalize-criteria connection-local-set-profile-variables connection-local-set-profiles copy-file-notify--watch copy-flymake--backend-state copy-flymake--diag copy-lisp-indent-state copy-mhtml--submode copy-rst-Ado copy-rst-Stn copy-tramp-file-name css--colon-inside-funcall css--colon-inside-selector-p css--color-skip-blanks css--complete-bang-rule css--complete-property-value css--complete-selector css--compute-color css--contrasty-color css--fontify-region css--foreign-completions css--hex-color css--hsl-color css--mdn-after-render css--mdn-find-symbol css--named-color css--property-values css--rgb-color css--value-class-lookup css-lookup-symbol current-thread debug--implement-debug-watch debug--variable-list debug-on-variable-change debug-watch debugger-insert-backtrace define-symbol-prop defined-colors-with-face-attributes dframe-set-special-events diff--at-diff-header-p diff--forward-while-leading-char diff--some-hunks-p dir-locals--all-files dir-locals-read-from-dir dired--align-all-files dired--mark-suffix-interactive-spec dired--need-align-p dired--star-or-qmark-p dired--yes-no-all-quit-help dired-isolated-string-re dired-mark-suffix dired-mouse-find-file dired-mouse-find-file-other-frame dired-omit-case-fold-p display-buffer-in-child-frame display-buffer-reuse-mode-window display-line-numbers--turn-on display-line-numbers-mode display-line-numbers-mode-set-explicitly display-line-numbers-update-width dns-mode-ipv6-to-nibbles dns-mode-reverse-and-expand-ipv6 dom-remove-node edebug-match-cl-generic-method-args edebug-read-special ediff--check-ancestor-exists ediff--restore-options-on-exit ediff-toggle-show-ancestor eieio-change-class eldoc--supported-p eldoc-mode-set-explicitly electric-pair--with-uncached-syntax elisp--font-lock-backslash elisp-flymake--batch-compile-for-flymake elisp-flymake--byte-compile-done elisp-flymake-byte-compile elisp-flymake-checkdoc erc-parse-tags erc-response.tags erc-response.tags--cmacro ert--make-message-advice ert--make-print-advice ert--should-signal-hook ert-with-message-capture eshell-cmpl--custom-variable-docstring eshell-input-filter-default eshell-input-filter-initial-space eshell-ls--dired eshell-ls-unload-function eval-expression-get-print-arguments event-line-count eww--dwim-expand-url eww-open-in-new-buffer eww-switch-to-buffer eww-toggle-colors f90-fill-paragraph ff-buffer-file-name ffap--gopher-var-on-line file-attribute-access-time file-attribute-collect file-attribute-device-number file-attribute-group-id file-attribute-inode-number file-attribute-link-number file-attribute-modes file-attribute-modification-time file-attribute-size file-attribute-status-change-time file-attribute-type file-attribute-user-id file-local-name file-name-case-insensitive-p file-name-quote file-name-quoted-p file-name-unquote file-notify--watch-absolute-filename file-notify--watch-callback file-notify--watch-callback--cmacro file-notify--watch-directory file-notify--watch-directory--cmacro file-notify--watch-filename file-notify--watch-filename--cmacro file-notify--watch-make file-notify--watch-make--cmacro file-notify--watch-p file-notify--watch-p--cmacro files--ensure-directory files--force files--make-magic-temp-file files--name-absolute-system-p files--splice-dirname-file find-library--from-load-history find-library-other-frame find-library-other-window flymake--backend-state-diags flymake--backend-state-diags--cmacro flymake--backend-state-disabled flymake--backend-state-disabled--cmacro flymake--backend-state-p flymake--backend-state-p--cmacro flymake--backend-state-reported-p flymake--backend-state-reported-p--cmacro flymake--backend-state-running flymake--backend-state-running--cmacro flymake--collect flymake--diag-accessor flymake--diag-backend flymake--diag-backend--cmacro flymake--diag-beg flymake--diag-beg--cmacro flymake--diag-buffer flymake--diag-buffer--cmacro flymake--diag-end flymake--diag-end--cmacro flymake--diag-make flymake--diag-make--cmacro flymake--diag-p flymake--diag-p--cmacro flymake--diag-text flymake--diag-text--cmacro flymake--diag-type flymake--diag-type--cmacro flymake--diagnostics-buffer-entries flymake--diagnostics-buffer-name flymake--disable-backend flymake--fringe-overlay-spec flymake--handle-report flymake--highlight-line flymake--log-1 flymake--lookup-type-property flymake--make-backend-state flymake--make-backend-state--cmacro flymake--mode-line-format flymake--overlays flymake--run-backend flymake--schedule-timer-maybe flymake--with-backend-state flymake-diag-region flymake-diagnostic-backend flymake-diagnostic-beg flymake-diagnostic-buffer flymake-diagnostic-end flymake-diagnostic-text flymake-diagnostic-type flymake-diagnostics flymake-diagnostics-buffer-mode flymake-disabled-backends flymake-error flymake-goto-diagnostic flymake-is-running flymake-make-diagnostic flymake-make-report-fn flymake-menu flymake-proc--add-buildfile-to-cache flymake-proc--add-project-include-dirs-to-cache flymake-proc--check-include flymake-proc--check-patch-master-file-buffer flymake-proc--clear-buildfile-cache flymake-proc--clear-project-include-dirs-cache flymake-proc--compilation-is-running flymake-proc--copy-buffer-to-temp-buffer flymake-proc--create-master-file flymake-proc--delete-temp-directory flymake-proc--diagnostics-for-pattern flymake-proc--find-buffer-for-file flymake-proc--find-buildfile flymake-proc--find-make-buildfile flymake-proc--find-possible-master-files flymake-proc--fix-file-name flymake-proc--get-buildfile-from-cache flymake-proc--get-cleanup-function flymake-proc--get-file-name-mode-and-masks flymake-proc--get-full-nonpatched-file-name flymake-proc--get-full-patched-file-name flymake-proc--get-include-dirs-dot flymake-proc--get-init-function flymake-proc--get-project-include-dirs flymake-proc--get-project-include-dirs-from-cache flymake-proc--get-real-file-name-function flymake-proc--get-syntax-check-program-args flymake-proc--get-system-include-dirs flymake-proc--get-tex-args flymake-proc--init-create-temp-source-and-master-buffer-copy flymake-proc--init-find-buildfile-dir flymake-proc--master-file-compare flymake-proc--panic flymake-proc--process-filter flymake-proc--process-sentinel flymake-proc--read-file-to-temp-buffer flymake-proc--replace-region flymake-proc--safe-delete-directory flymake-proc--safe-delete-file flymake-proc--same-files flymake-proc--save-buffer-in-file flymake-proc-compile flymake-proc-create-temp-inplace flymake-proc-create-temp-with-folder-structure flymake-proc-default-guess flymake-proc-get-ant-cmdline flymake-proc-get-include-dirs flymake-proc-get-make-cmdline flymake-proc-get-project-include-dirs-imp flymake-proc-get-real-file-name flymake-proc-init-create-temp-buffer-copy flymake-proc-legacy-flymake flymake-proc-master-cleanup flymake-proc-master-make-header-init flymake-proc-master-make-init flymake-proc-master-tex-init flymake-proc-perl-init flymake-proc-php-init flymake-proc-real-file-name-considering-includes flymake-proc-reformat-err-line-patterns-from-compile-el flymake-proc-simple-ant-java-init flymake-proc-simple-cleanup flymake-proc-simple-java-cleanup flymake-proc-simple-make-init flymake-proc-simple-make-init-impl flymake-proc-simple-make-java-init flymake-proc-simple-tex-init flymake-proc-stop-all-syntax-checks flymake-proc-xml-init flymake-reporting-backends flymake-running-backends flymake-show-diagnostic flymake-show-diagnostics-buffer flymake-start flymake-switch-to-log-buffer flyspell-adjust-cursor-point flyspell-sort flyspell-sort-corrections-alphabetically fortune-message frame-ancestor-p frame-inner-height frame-inner-width frame-internal-border-width frame-list-z-order frame-monitor-attribute frame-monitor-geometry frame-monitor-workarea frame-native-height frame-native-width frame-outer-height frame-outer-width frame-parent frame-restack frame-size-changed-p frameset--record-relationships frameset-filter-font-param func-arity get-variable-watchers global-display-line-numbers-mode global-display-line-numbers-mode-check-buffers global-display-line-numbers-mode-cmhh global-display-line-numbers-mode-enable-in-buffers global-eldoc-mode-check-buffers global-eldoc-mode-cmhh global-eldoc-mode-enable-in-buffers global-hl-line-highlight-all global-hl-line-maybe-unhighlight gnus-article-sort-by-marks gnus-cloud-download-all-data gnus-cloud-host-acceptable-method-p gnus-cloud-host-server-p gnus-cloud-timestamp gnus-cloud-update-all gnus-cloud-update-newsrc-data gnus-cloud-upload-all-data gnus-group-cloud-map gnus-prune-buffers gnus-server-toggle-cloud-method-server gnus-summary-sort-by-mark gnus-thread-sort-by-marks gnutls-asynchronous-parameters gnutls-boot-parameters gnutls-ciphers gnutls-digests gnutls-hash-digest gnutls-hash-mac gnutls-macs gnutls-symmetric-decrypt gnutls-symmetric-encrypt grep--save-buffers grep-exit-message hack-connection-local-variables hack-connection-local-variables-apply handle-move-frame help--analyze-key help--load-prefixes help--loaded-p help--symbol-completion-table help-definition-prefixes help-downify-mouse-event-type help-fns--analyze-function help-fns-function-description-header help-read-key-sequence hl-line-maybe-unhighlight html-current-buffer-classes html-current-buffer-ids ibuffer--maybe-erase-shell-cmd-output ibuffer--near-buffers ibuffer--or-and-filter ibuffer-and-filter ibuffer-change-marks ibuffer-copy-buffername-as-kill ibuffer-filter-by-basename ibuffer-filter-by-directory ibuffer-filter-by-file-extension ibuffer-filter-by-modified ibuffer-filter-by-starred-name ibuffer-filter-by-visiting-file ibuffer-filter-chosen-by-completion ibuffer-jump ibuffer-locked-buffer-p ibuffer-mark-by-content-regexp ibuffer-mark-by-locked ibuffer-remove-alist ibuffer-repair-saved-filters ibuffer-unary-operand ibuffer-unmark-all-marks ibuffer-update-saved-filters-format ido-dired-other-frame ido-dired-other-window ido-display-buffer-other-frame ido-find-alternate-file-other-window ietf-drums-remove-garbage ietf-drums-strip-cte if-let* image--change-size image--current-scaling image--get-image image--get-imagemagick-and-warn image--image-without-parameters image--set-property image-compute-scaling-factor image-decrease-size image-dired--check-executable-exists image-dired-create-thumb-1 image-dired-file-name-at-point image-dired-minor-mode image-dired-optipng-thumb image-dired-pngcrush-thumb image-dired-pngnq-thumb image-dired-thumb-queue-run image-dired-thumb-size image-increase-size image-mode-as-hex image-mode-to-text image-property image-rotate image-save image-scroll-left image-scroll-right image-toggle-hex-display indent--funcall-widened indent-region-line-by-line indent-relative-first-indent-point info-lookup-guess-gdb-script-symbol insert-directory-clean insert-directory-wildcard-in-dir-p internal-auto-fill internal-default-interrupt-process isearch-lazy-highlight-start ispell--call-enchant-lsmod ispell--get-extra-word-characters ispell-find-enchant-dictionaries js--chained-expression-p js--find-newline-backward js--skip-term-backward js--skip-terms-backward js-do-auto-fill js-font-lock-syntactic-face-function json--decode-utf-16-surrogates json-advance--inliner json-peek--inliner json-pop--inliner json-readtable-dispatch json-skip-whitespace--inliner kill-current-buffer less-css--output-path less-css-compile less-css-compile-maybe less-css-mode lgstring-remove-glyph line-number-display-width lisp-adaptive-fill lisp-indent-calc-next lisp-indent-initial-state lisp-indent-region lisp-indent-state-p lisp-indent-state-p--cmacro lisp-indent-state-ppss lisp-indent-state-ppss--cmacro lisp-indent-state-ppss-point lisp-indent-state-ppss-point--cmacro lisp-indent-state-stack lisp-indent-state-stack--cmacro lisp-ppss list-timers loadhist--unload-function loadhist-unload-element lread--substitute-object-in-subtree ls-lisp--dired ls-lisp-unload-function mail-header-strip-cte mailcap--get-user-mime-data mailcap--set-user-mime-data mailcap-select-preferred-viewer make-condition-variable make-mhtml--submode make-mhtml--submode--cmacro make-mutex make-nearby-temp-file make-org-lint-checker make-org-lint-checker--cmacro make-record make-temp-file-internal make-thread make-tramp-file-name make-tramp-file-name--cmacro make-vc-git-dir-status-state make-vc-git-dir-status-state--cmacro map--do-alist map--do-array map-do mapbacktrace menu-bar-display-line-numbers-mode message--fold-long-headers message-beginning-of-header message-goto-body-1 mhtml--construct-submode mhtml--extend-font-lock-region mhtml--flyspell-check-word mhtml--map-in-crucial-variables mhtml--mark-buffer-locals mhtml--mark-crucial-buffer-locals mhtml--pre-command mhtml--stash-crucial-variables mhtml--submode-captured-locals mhtml--submode-captured-locals--cmacro mhtml--submode-crucial-captured-locals mhtml--submode-crucial-captured-locals--cmacro mhtml--submode-end-tag mhtml--submode-end-tag--cmacro mhtml--submode-fontify-one-region mhtml--submode-fontify-region mhtml--submode-keymap mhtml--submode-keymap--cmacro mhtml--submode-lighter mhtml--submode-name mhtml--submode-name--cmacro mhtml--submode-p mhtml--submode-p--cmacro mhtml--submode-propertize mhtml--submode-propertize--cmacro mhtml--submode-syntax-table mhtml--submode-syntax-table--cmacro mhtml--syntax-propertize-submode mhtml--with-locals mhtml-indent-line mhtml-mode mhtml-syntax-propertize minibuffer-maybe-quote-filename mml--possibly-alter-image mml-buffer-substring-no-properties-except-some module-function-p mouse-drag-and-drop-region mouse-drag-bottom-edge mouse-drag-bottom-left-corner mouse-drag-bottom-right-corner mouse-drag-frame mouse-drag-left-edge mouse-drag-right-edge mouse-drag-top-edge mouse-drag-top-left-corner mouse-drag-top-right-corner mouse-resize-frame mutex-lock mutex-name mutex-unlock mutexp nndiary-last-occurrence nndiary-next-occurrence obarray-size obj-get-string-alignment obj-match-second-space-left obj-match-second-space-right obj-string-match-m org--align-node-property org--align-tags-here org--blank-before-heading-p org--deadline-or-schedule org--flyspell-object-check-p org--format-latex-make-overlay org--get-display-dpi org--get-expected-indentation org--get-outline-path-1 org--line-empty-p org--list-latex-overlays org--open-doi-link org--open-elisp-link org--open-help-link org--open-shell-link org--property-global-value org--property-local-values org--setup-collect-keywords org--update-property-plist org--valid-property-p org-activate-links org-agenda--mark-blocked-entry org-agenda--quit org-agenda--timestamp-to-absolute org-agenda-backward-block org-agenda-entry-get-agenda-timestamp org-agenda-filter-by-effort org-agenda-filter-make-matcher-tag-exp org-agenda-filter-show-all-effort org-agenda-forward-block org-agenda-redo-all org-agenda-set-restriction-lock-from-agenda org-agenda-today-p org-archive-all-matches org-archive-all-old org-ascii--current-justification org-ascii--describe-datum org-ascii--justify-element org-ascii--justify-lines org-ascii-node-property org-ascii-property-drawer org-at-planning-p org-attach-annex-get-maybe org-attach-archive-delete-maybe org-attach-url org-attach-use-annex org-babel--clear-results-maybe org-babel--get-vars org-babel--insert-results-keyword org-babel--normalize-body org-babel--script-escape-inner org-babel--string-to-number org-babel--variable-assignments:bash org-babel--variable-assignments:bash_array org-babel--variable-assignments:bash_assoc org-babel--variable-assignments:sh-generic org-babel-C-expand-C org-babel-C-expand-C++ org-babel-C-expand-D org-babel-C-header-to-C org-babel-C-table-sizes-to-C org-babel-C-utility-header-to-C org-babel-C-val-to-base-type org-babel-J-eval-string org-babel-J-interleave-echos org-babel-J-interleave-echos-except-functions org-babel-J-print-block org-babel-J-strip-whitespace org-babel-coq-clean-prompt org-babel-coq-initiate-session org-babel-examplify-region org-babel-execute:D org-babel-execute:J org-babel-execute:abc org-babel-execute:ash org-babel-execute:bash org-babel-execute:coq org-babel-execute:csh org-babel-execute:dash org-babel-execute:ebnf org-babel-execute:elisp org-babel-execute:forth org-babel-execute:groovy org-babel-execute:hledger org-babel-execute:j org-babel-execute:ksh org-babel-execute:lua org-babel-execute:mksh org-babel-execute:posh org-babel-execute:processing org-babel-execute:sed org-babel-execute:shell org-babel-execute:stan org-babel-execute:vala org-babel-exp--at-source org-babel-expand-body:C org-babel-expand-body:D org-babel-expand-body:J org-babel-expand-body:abc org-babel-expand-body:cpp org-babel-expand-body:elisp org-babel-forth-session-execute org-babel-generate-file-param org-babel-graphical-output-file org-babel-groovy-evaluate org-babel-groovy-initiate-session org-babel-header-args-safe-fn org-babel-j-initiate-session org-babel-latex-convert-pdf org-babel-load-session:lua org-babel-load-session:shell org-babel-lob--src-info org-babel-lua-evaluate org-babel-lua-evaluate-external-process org-babel-lua-evaluate-session org-babel-lua-initiate-session org-babel-lua-initiate-session-by-key org-babel-lua-read-string org-babel-lua-session-buffer org-babel-lua-table-or-string org-babel-lua-var-to-lua org-babel-lua-with-earmuffs org-babel-lua-without-earmuffs org-babel-make-language-alias org-babel-one-header-arg-safe-p org-babel-plantuml-make-body org-babel-prep-session:abc org-babel-prep-session:groovy org-babel-prep-session:hledger org-babel-prep-session:lua org-babel-prep-session:processing org-babel-prep-session:shell org-babel-prep-session:stan org-babel-prep-session:vala org-babel-processing-define-type org-babel-processing-var-to-processing org-babel-processing-view-sketch org-babel-read-element org-babel-remove-inline-result org-babel-remove-result-one-or-many org-babel-scheme--table-or-string org-babel-scheme-capture-current-message org-babel-shell-initialize org-babel-sql-convert-standard-filename org-babel-sql-dbstring-mssql org-babel-sql-dbstring-mysql org-babel-sql-dbstring-oracle org-babel-sql-dbstring-postgresql org-babel-sql-dbstring-sqsh org-babel-sql-dbstring-vertica org-babel-strip-quotes org-babel-variable-assignments:ash org-babel-variable-assignments:bash org-babel-variable-assignments:csh org-babel-variable-assignments:dash org-babel-variable-assignments:ksh org-babel-variable-assignments:lua org-babel-variable-assignments:mksh org-babel-variable-assignments:plantuml org-babel-variable-assignments:posh org-babel-variable-assignments:processing org-babel-variable-assignments:shell org-bbdb-anniversaries-future org-bbdb-anniversary-description org-bbdb-date-list org-cancel-repeater org-capture-store-last-position org-capture-upgrade-templates org-cdlatex-environment-indent org-clock--mode-line-heading org-clock--translate org-clock-drawer-name org-clock-sum-custom org-cmp-values org-columns--age-to-minutes org-columns--call org-columns--capture-view org-columns--clean-item org-columns--collect-values org-columns--compute-spec org-columns--display-here org-columns--display-here-title org-columns--displayed-value org-columns--format-age org-columns--new-overlay org-columns--overlay-text org-columns--set-widths org-columns--summarize org-columns--summary-apply-times org-columns--summary-checkbox org-columns--summary-checkbox-count org-columns--summary-checkbox-percent org-columns--summary-currencies org-columns--summary-estimate org-columns--summary-max org-columns--summary-max-age org-columns--summary-max-time org-columns--summary-mean org-columns--summary-mean-age org-columns--summary-mean-time org-columns--summary-min org-columns--summary-min-age org-columns--summary-min-time org-columns--summary-sum org-columns--summary-sum-times org-columns-hscroll-title org-columns-insert-dblock org-comment-dwim org-compile-file org-datetree--find-create org-datetree-find-iso-week-create org-deadline-close-p org-decrease-number-at-point org-define-error org-delete-indentation org-duration--modifier org-duration-from-minutes org-duration-h:mm-only-p org-duration-p org-duration-set-regexps org-duration-to-minutes org-edit-export-block org-edit-footnote-reference org-edit-inline-src-code org-edit-latex-environment org-edit-table.el org-element--cache-active-p org-element--cache-after-change org-element--cache-before-change org-element--cache-compare org-element--cache-find org-element--cache-for-removal org-element--cache-generate-key org-element--cache-interrupt-p org-element--cache-key org-element--cache-key-less-p org-element--cache-process-request org-element--cache-put org-element--cache-remove org-element--cache-root org-element--cache-set-timer org-element--cache-shift-positions org-element--cache-submit-request org-element--cache-sync org-element--get-node-properties org-element--get-time-properties org-element--next-mode org-element--object-lex org-element--parse-paired-brackets org-element--parse-to org-element--set-regexps org-element-cache-refresh org-element-cache-reset org-element-class org-element-copy org-element-create org-element-extract-element org-element-insert-before org-element-lineage org-element-remove-indentation org-element-secondary-p org-element-update-syntax org-end-of-meta-data org-entities--user-safe-p org-eww-copy-for-org-mode org-eww-extend-eww-keymap org-eww-goto-next-url-property-change org-eww-has-further-url-property-change-p org-eww-store-link org-eww-url-below-point org-export--collect-tree-properties org-export--delete-comment-trees org-export--footnote-reference-map org-export--get-export-attributes org-export--inclusion-absolute-lines org-export--install-footnote-definitions org-export--missing-definitions org-export--prune-tree org-export--remove-uninterpreted-data org-export--smart-quote-status org-export--stack-generate org-export--stack-num-predicate org-export-custom-protocol-maybe org-export-file-uri org-export-format-reference org-export-get-reference org-export-insert-image-links org-export-match-search-cell-p org-export-new-reference org-export-search-cells org-export-string-to-search-cell org-export-table-row-in-header-p org-export-toc-entry-backend org-file-newer-than-p org-file-url-p org-fill-element org-fill-n-macro-as-item-nobreak-p org-find-property org-fontify-drawers org-fontify-macros org-footnote--allow-reference-p org-footnote--clear-footnote-section org-footnote--collect-definitions org-footnote--collect-references org-footnote--goto-local-insertion-point org-footnote--set-label org-footnote-sort org-get-at-eol org-get-priority-face org-habit-repeat-type org-html--html5-fancy-p org-html--priority org-html--svg-image org-html-format-headline-default-function org-html-format-inlinetask-default-function org-html-image-link-filter org-html-node-property org-in-commented-heading-p org-increase-number-at-point org-indent--compute-prefixes org-info--expand-node-name org-info-export org-info-map-html-url org-inlinetask-hide-tasks org-insert-last-stored-link org-invisible-p org-latex--caption-above-p org-latex--collect-warnings org-latex--environment-type org-latex--format-spec org-latex--insert-compiler org-latex--label org-latex--protect-text org-latex--remove-packages org-latex--translate org-latex--wrap-latex-math-block org-latex--wrap-latex-matrices org-latex-clean-invalid-line-breaks org-latex-format-inlinetask-default-function org-latex-guess-polyglossia-language org-latex-image-link-filter org-latex-make-preamble org-latex-math-block org-latex-math-block-options-filter org-latex-math-block-tree-filter org-latex-matrices org-latex-matrices-tree-filter org-latex-node-property org-latex-property-drawer org-link-escape-browser org-link-get-parameter org-link-set-parameters org-link-types org-lint org-lint--collect-duplicates org-lint--current-checker org-lint--current-line org-lint--display-reports org-lint--generate-reports org-lint--hide-checker org-lint--ignore-checker org-lint--jump-to-source org-lint--refresh-reports org-lint--report-mode org-lint--show-source org-lint-checker-categories org-lint-checker-categories--cmacro org-lint-checker-description org-lint-checker-description--cmacro org-lint-checker-name org-lint-checker-name--cmacro org-lint-checker-p org-lint-checker-p--cmacro org-lint-checker-trust org-lint-checker-trust--cmacro org-lint-colon-in-name org-lint-deprecated-category-setup org-lint-deprecated-export-blocks org-lint-deprecated-header-syntax org-lint-duplicate-custom-id org-lint-duplicate-footnote-definition org-lint-duplicate-name org-lint-duplicate-target org-lint-empty-headline-with-tags org-lint-extraneous-element-in-footnote-section org-lint-file-application org-lint-incomplete-drawer org-lint-indented-diary-sexp org-lint-invalid-babel-call-block org-lint-invalid-block org-lint-invalid-coderef-link org-lint-invalid-custom-id-link org-lint-invalid-effort-property org-lint-invalid-fuzzy-link org-lint-invalid-id-link org-lint-invalid-keyword-syntax org-lint-invalid-macro-argument-and-template org-lint-link-to-local-file org-lint-misplaced-planning-info org-lint-missing-backend-in-export-block org-lint-missing-checker-name org-lint-missing-language-in-src-block org-lint-non-existent-setupfile-parameter org-lint-obsolete-affiliated-keywords org-lint-obsolete-include-markup org-lint-obsolete-properties-drawer org-lint-orphaned-affiliated-keywords org-lint-quote-section org-lint-special-property-in-properties-drawer org-lint-undefined-footnote-reference org-lint-unknown-options-item org-lint-unreferenced-footnote-definition org-lint-wrong-header-argument org-lint-wrong-header-value org-lint-wrong-include-link-parameter org-list--depth org-list--generic-eval org-list--to-generic-item org-list--to-generic-plain-list org-list--trailing-newlines org-list-to-lisp org-list-to-org org-log-beginning org-macro--counter-increment org-macro--counter-initialize org-macro--vc-modified-time org-macro-escape-arguments org-macro-extract-arguments org-man--protect-text org-man-node-property org-man-property-drawer org-mark-jump-unhide org-md--build-toc org-md--footnote-formatted org-md--footnote-section org-md--headline-referred-p org-md--headline-title org-md-export-block org-md-keyword org-md-node-property org-md-property-drawer org-md-publish-to-md org-next-line-empty-p org-next-visible-heading org-odt--format-toc org-odt--translate-image-links org-odt-format-headline-default-function org-odt-format-inlinetask-default-function org-odt-node-property org-org--add-missing-sections org-org-export-block org-org-link org-org-template org-previous-visible-heading org-protocol-assign-parameters org-protocol-parse-parameters org-publish--expand-file-name org-publish--sitemap-files-to-lisp org-publish--store-crossrefs org-publish-file-relative-name org-publish-find-property org-publish-property org-publish-resolve-external-link org-publish-sitemap org-publish-sitemap-default org-publish-sitemap-default-entry org-read-function org-refresh-effort-properties org-refresh-property org-refresh-stats-properties org-reset-file-cache org-search-radio-target org-show-children org-show-set-visibility org-src--construct-edit-buffer-name org-src--contents-area org-src--contents-for-write-back org-src--coordinates org-src--edit-buffer org-src--edit-element org-src--get-lang-mode org-src--goto-coordinates org-src--make-source-overlay org-src--on-datum-p org-src--remove-overlay org-src--source-buffer org-src-coderef-format org-src-coderef-regexp org-store-link-functions org-string-display org-table--descriptor-line org-table--error-on-old-row-references org-table--generic-apply org-table--row-type org-table--to-generic-cell org-table--to-generic-row org-table--to-generic-table org-table-analyze org-table-goto-field org-table-message-once-per-second org-table-remote-reference-indirection org-table-save-field org-tag-add-to-alist org-tag-alist-to-groups org-tag-alist-to-string org-tag-string-to-alist org-texinfo--@ref org-texinfo--filter-section-blank-lines org-texinfo--inline-image org-texinfo--sanitize-title org-texinfo--structuring-command org-texinfo--untabify org-texinfo--wrap-float org-texinfo-format-headline-default-function org-texinfo-format-inlinetask-default-function org-texinfo-node-property org-texinfo-strike-through org-texinfo-underline org-timer--get-timer-title org-timer--run-countdown-timer org-timestamp--to-internal-time org-toggle-fixed-width org-toggle-latex-fragment org-unbracket-string orgtbl-ascii-draw orgtbl-ascii-plot orgtbl-uc-draw-cont orgtbl-uc-draw-grid pcomplete/find perl-flymake pixel--whistlestop-line-up pixel--whistlestop-pixel-up pixel-bob-at-top-p pixel-eob-at-top-p pixel-line-height pixel-point-at-bottom-p pixel-point-at-top-p pixel-point-at-unseen-line pixel-posn-y-at-point pixel-scroll-down pixel-scroll-down-and-set-window-vscroll pixel-scroll-in-rush-p pixel-scroll-mode pixel-scroll-pixel-down pixel-scroll-pixel-up pixel-scroll-up pixel-visible-pos-in-window pixel-visual-line-height print--preprocess process-thread prog-first-column provided-mode-derived-p puny-adapt puny-decode-digit puny-decode-domain puny-decode-string puny-decode-string-internal puny-encode-complex puny-encode-digit puny-encode-domain puny-encode-string puny-highly-restrictive-domain-p puny-highly-restrictive-string-p python--flymake-parse-output python-describe-at-point python-flymake python-imenu--get-defun-type-name quickurl--assoc-function quickurl-format-url quickurl-sort-urls radix-tree--insert radix-tree--lookup radix-tree--prefixes radix-tree--remove radix-tree--subtree radix-tree-count radix-tree-from-map radix-tree-insert radix-tree-iter-mappings radix-tree-iter-subtrees radix-tree-leaf--pcase-macroexpander radix-tree-lookup radix-tree-prefixes radix-tree-subtree read-library-name read-multiple-choice readable-foreground-color record recordp region-bounds region-modifiable-p register-definition-prefixes remove-variable-watcher replace--push-stack replace-buffer-contents rgrep-find-ignored-directories rmail-remote-proto-p rng-completion-at-point rng-strings-to-completion-table rst-Ado--style rst-Ado--style--cmacro rst-Ado--validate-char rst-Ado-char rst-Ado-char--cmacro rst-Ado-equal rst-Ado-is-over-and-under rst-Ado-is-section rst-Ado-is-simple rst-Ado-is-transition rst-Ado-new-invert rst-Ado-new-over-and-under rst-Ado-new-simple rst-Ado-new-transition rst-Ado-new-transition--cmacro rst-Ado-p rst-Ado-p--cmacro rst-Ado-position rst-Hdr--validate-ado rst-Hdr--validate-indent rst-Hdr-ado rst-Hdr-ado--cmacro rst-Hdr-ado-map rst-Hdr-get-char rst-Hdr-indent rst-Hdr-indent--cmacro rst-Hdr-is-over-and-under rst-Hdr-member-ado rst-Hdr-new rst-Hdr-new-invert rst-Hdr-new-lax rst-Hdr-p rst-Hdr-p--cmacro rst-Hdr-preferred-adornments rst-Stn--validate-children rst-Stn--validate-level rst-Stn--validate-ttl rst-Stn-children rst-Stn-children--cmacro rst-Stn-get-text rst-Stn-get-title-beginning rst-Stn-is-top rst-Stn-level rst-Stn-level--cmacro rst-Stn-new rst-Stn-p rst-Stn-p--cmacro rst-Stn-ttl rst-Stn-ttl--cmacro rst-Ttl--new rst-Ttl--validate-ado rst-Ttl--validate-indent rst-Ttl--validate-match rst-Ttl--validate-text rst-Ttl-ado rst-Ttl-ado--cmacro rst-Ttl-contains rst-Ttl-from-buffer rst-Ttl-get-beginning rst-Ttl-get-end rst-Ttl-get-title-beginning rst-Ttl-hdr rst-Ttl-hdr--cmacro rst-Ttl-indent rst-Ttl-indent--cmacro rst-Ttl-is-candidate rst-Ttl-is-section rst-Ttl-match rst-Ttl-match--cmacro rst-Ttl-p rst-Ttl-p--cmacro rst-Ttl-text rst-Ttl-text--cmacro rst-adjust-new-hdr rst-adjust-region rst-adjust-section rst-all-stn rst-all-ttls rst-all-ttls-compute rst-all-ttls-with-level rst-apply-indented-blocks rst-deprecated-straighten-sections rst-deprecated-toc-follow-link rst-destructuring-dolist rst-display-hdr-hierarchy rst-find-begs rst-forward-line-looking-at rst-forward-line-strict rst-get-previous-hdr rst-hdr-hierarchy rst-infer-hdr-hierarchy rst-insert-list-new-tag rst-new-preferred-hdr rst-next-hdr rst-remaining-stn rst-stn-containing-point rst-straighten-sections rst-toc-follow-link rst-toc-get-link rst-toc-insert-children rst-toc-insert-link rst-toc-insert-stn rst-toc-insert-tree rst-toc-mode-follow-link-kill rst-toc-mode-mouse-follow-link-kill rst-toc-mode-return rst-toc-mode-return-kill rst-toc-mouse-follow-link rst-ttl-at-point ruby-flymake--helper ruby-flymake-auto ruby-flymake-rubocop ruby-flymake-simple ruler-mode-text-scaled-width ruler-mode-text-scaled-window-hscroll ruler-mode-text-scaled-window-width rx--pcase-macroexpander scss-font-lock-keywords secondary-selection-exist-p secondary-selection-from-region secondary-selection-to-region secure-hash-algorithms seq--into-list seq--into-string seq--into-vector seq-do-indexed seq-map-indexed seq-random-elt seq-set-equal-p seq-sort-by ses--edit-cell-completion-at-point-function ses--read-printer-completion-at-point-function ses-define-if-new-local-printer ses-edit-cell-complete-symbol ses-list-local-printers ses-list-named-cells ses-prin1 ses-read-printer-complete-symbol set--this-command-keys set-buffer-redisplay set-process-thread sgml--find-<>-backward sgml-forward-sexp sgml-syntax-propertize sgml-syntax-propertize-inside shell-command--save-pos-or-erase shell-command--set-point-after-cmd shr--preferred-image shr--remove-blank-lines-at-the-end shr--translate-insertion-chars shr-collect-extra-strings-in-table shr-indirect-call shr-make-placeholder-image shr-maybe-probe-and-copy-url shr-probe-and-copy-url shr-probe-url shr-string-number shr-tag-bdi shr-tag-bdo shr-tag-ins shr-url-at-point sieve-syntax-propertize sieve-syntax-propertize-text smerge--refine-chopup-region smerge--refine-forward smerge--refine-highlight-change smerge-diff-base-lower smerge-diff-base-upper smerge-diff-upper-lower smerge-keep-lower smerge-keep-upper smerge-refine-regions snake-set-dot soap-find-operation soap-find-port soap-operation-arity split-window-no-error sql-oracle--list-object-name sql-postgres-list-databases string-version-lessp subr--with-wrapper-hook-no-warnings svg--append svg--arguments svg--def svg--image-data svg-circle svg-create svg-ellipse svg-embed svg-gradient svg-image svg-insert-image svg-line svg-polygon svg-polyline svg-possibly-update-image svg-print svg-rectangle svg-remove svg-text sxhash-eq sxhash-eql sxhash-equal syntax-ppss--data tabulated-list--col-local-max-widths tabulated-list-header-overlay-p tabulated-list-line-number-width tabulated-list-watch-line-number-width tabulated-list-window-scroll-function tar--describe-as-link temporary-file-directory term-goto-process-mark-maybe term-line-mode-buffer-read-only-update term-process-mark term-send-ctrl-down term-send-ctrl-left term-send-ctrl-right term-send-ctrl-up term-set-goto-process-mark tex-chktex tex-chktex-command thread--blocker thread-alive-p thread-join thread-last-error thread-name thread-signal thread-yield threadp time--display-world-list timer-list-cancel timer-list-mode todo--files-type-list todo-hl-line-range todo-update-filelist-defcustoms tramp-adb-handle-file-system-info tramp-build-completion-file-name-regexp tramp-build-file-name-regexp tramp-build-file-name-structure tramp-build-method-regexp tramp-build-postfix-host-format tramp-build-postfix-host-regexp tramp-build-postfix-ipv6-format tramp-build-postfix-ipv6-regexp tramp-build-postfix-method-format tramp-build-postfix-method-regexp tramp-build-prefix-format tramp-build-prefix-ipv6-format tramp-build-prefix-ipv6-regexp tramp-build-prefix-regexp tramp-build-remote-file-name-spec-regexp tramp-change-syntax tramp-compat-directory-name-p tramp-compat-file-attribute-group-id tramp-compat-file-attribute-link-number tramp-compat-file-attribute-modes tramp-compat-file-attribute-modification-time tramp-compat-file-attribute-size tramp-compat-file-attribute-type tramp-compat-file-attribute-user-id tramp-compat-file-name-quote tramp-compat-file-name-quoted-p tramp-compat-file-name-unquote tramp-compat-temporary-file-directory-function tramp-compat-tramp-file-name-slots tramp-compat-tramp-syntax tramp-compat-user-error tramp-file-name-domain--cmacro tramp-file-name-equal-p tramp-file-name-hop--cmacro tramp-file-name-host--cmacro tramp-file-name-host-port tramp-file-name-localname--cmacro tramp-file-name-method--cmacro tramp-file-name-p--cmacro tramp-file-name-port--cmacro tramp-file-name-port-or-default tramp-file-name-unquote-localname tramp-file-name-user--cmacro tramp-file-name-user-domain tramp-get-remote-df tramp-handle-add-name-to-file tramp-handle-file-name-case-insensitive-p tramp-handle-file-selinux-context tramp-handle-file-truename tramp-handle-make-nearby-temp-file tramp-handle-temporary-file-directory tramp-interrupt-process tramp-lookup-syntax tramp-parse-default-user-host tramp-parse-etc-group tramp-parse-etc-group-group tramp-register-foreign-file-name-handler tramp-rfn-eshadow-update-overlay-regexp tramp-set-connection-local-variables tramp-set-connection-local-variables-for-buffer tramp-set-syntax tramp-sh-handle-file-system-info tramp-smb-handle-file-system-info tramp-syntax-values tramp-unquote-shell-quote-argument tramp-use-absolute-autoload-file-names tramp-with-demoted-errors tty-color-24bit undo-amalgamate-change-group url-asynchronous url-asynchronous--cmacro url-cookie-delete-cookies url-digest-auth-build-response url-digest-auth-colonjoin url-digest-auth-directory-id url-digest-auth-directory-id-assoc url-digest-auth-kd url-digest-auth-make-cnonce url-digest-auth-make-ha1 url-digest-auth-make-ha2 url-digest-auth-make-request-digest url-digest-auth-make-request-digest-qop url-digest-auth-name-value-string url-digest-auth-nonce-count url-digest-auth-server-id url-digest-auth-source-creds url-digest-cache-key url-digest-cached-key url-digest-find-creds url-digest-find-new-key url-digest-prompt-creds url-http--user-agent-default-string url-https-proxy-after-change-function url-https-proxy-connect url-queue-check-progress userlock--ask-user-about-supersession-threat userlock--check-content-unchanged vc-git--asciify-coding-system vc-git--git-status-to-vc-state vc-git--program-version vc-git-dir-status-state->files vc-git-dir-status-state->files--cmacro vc-git-dir-status-state->hash vc-git-dir-status-state->hash--cmacro vc-git-dir-status-state->stage vc-git-dir-status-state->stage--cmacro vc-git-dir-status-state->update-function vc-git-dir-status-state->update-function--cmacro vc-git-dir-status-state-p vc-git-dir-status-state-p--cmacro vc-git-dir-status-update-file vc-hg--active-bookmark-internal vc-hg--cached-dirstate-search vc-hg--escape-for-pcre vc-hg--file-ignored-p vc-hg--glob-to-pcre vc-hg--hgignore-add-glob vc-hg--hgignore-add-path vc-hg--hgignore-add-pcre vc-hg--ignore-patterns-file-sources vc-hg--ignore-patterns-file-sources--cmacro vc-hg--ignore-patterns-ignore-patterns vc-hg--ignore-patterns-ignore-patterns--cmacro vc-hg--ignore-patterns-ignored-p vc-hg--ignore-patterns-make vc-hg--ignore-patterns-make--cmacro vc-hg--ignore-patterns-p vc-hg--ignore-patterns-p--cmacro vc-hg--ignore-patterns-repo vc-hg--ignore-patterns-repo--cmacro vc-hg--ignore-patterns-valid-p vc-hg--parts-to-string vc-hg--pcre-to-elisp-re vc-hg--raw-dirstate-search vc-hg--read-repo-requirements vc-hg--read-u32-be vc-hg--read-u8 vc-hg--requirements-understood-p vc-hg--run-log vc-hg--slurp-hgignore vc-hg--slurp-hgignore-1 vc-hg--symbolic-revision vc-hg--time-to-fixnum vc-hg-mode-line-string vc-hg-state-fast vc-hg-state-slow vc-print-branch-log vc-rcs-dir-extra-headers verilog-completion-at-point verilog-define-abbrev-table verilog-delete-auto-buffer verilog-read-sub-decls-type verilog-restore-buffer-modified-p verilog-save-font-no-change-functions verilog-speedbar-initialize verilog-substitute-file-name-path version-control-safe-local-p viper--advice-add viper--deactivate-advice-list w32-set-default-process-coding-system w32-set-system-coding-system wdired-create-parentdirs when-let* which-func-try-to-enable window--make-major-side-window window--make-major-side-window-next-to window--sides-check window--sides-check-failed window--sides-reverse window--sides-reverse-all window--sides-reverse-frame window--sides-reverse-on-frame-p window--sides-reverse-side window--sides-verticalize window--sides-verticalize-frame window-largest-empty-rectangle window-largest-empty-rectangle--disjoint-maximums window-largest-empty-rectangle--maximums window-largest-empty-rectangle--maximums-1 window-lines-pixel-dimensions window-main-window window-pixel-height-before-size-change window-pixel-width-before-size-change window-swap-states window-toggle-side-windows with-connection-local-profiles with-mutex xdg--dir-home xdg--substitute-home-env xdg--user-dirs-parse-file xdg--user-dirs-parse-line xdg-cache-home xdg-config-dirs xdg-config-home xdg-data-dirs xdg-data-home xdg-desktop-read-file xdg-desktop-read-group xdg-desktop-strings xdg-runtime-dir xdg-thumb-mtime xdg-thumb-name xdg-thumb-uri xdg-user-dir xref--regexp-syntax-dependent-p xref-quit-and-goto-xref xwidget-webkit-adjust-size-in-frame xwidget-webkit-auto-adjust-size xwidget-webkit-scroll-bottom xwidget-webkit-scroll-top xwidget-webkit-show-element xwidget-webkit-zoom-in xwidget-webkit-zoom-out))
(variables
(removed *orgtbl-default-fmt* *orgtbl-efmt* *orgtbl-fmt* *orgtbl-hline* *orgtbl-lend* *orgtbl-lfmt* *orgtbl-llend* *orgtbl-llfmt* *orgtbl-llstart* *orgtbl-lstart* *orgtbl-rtn* *orgtbl-sep* *orgtbl-table* 8859-1-map 8859-to-swascii-trans ansi-color-drop-regexp ansi-color-regexp antlr-default-face antlr-keyword-face antlr-literal-face antlr-ruledef-face antlr-ruleref-face antlr-syntax-face antlr-tokendef-face antlr-tokenref-face auth-source-magic awk-font-lock-syntactic-keywords battery--linux-sysfs-regexp c--mapcan-status c-cpp-delimiter c-old-BOM c-old-EOM calculator-saved-global-map checkdoc-defun-regexp cl-struct-avl-tree- cl-struct-avl-tree--node cl-struct-avl-tree--stack cl-struct-cl--class cl-struct-cl--generic cl-struct-cl--generic-generalizer cl-struct-cl--generic-method cl-struct-cl-slot-descriptor cl-struct-cl-structure-class cl-struct-cl-structure-object cl-struct-compilation--message cl-struct-cvs-fileinfo cl-struct-cvs-flags cl-struct-cvs-qtypedesc cl-struct-cvs-tag cl-struct-edebug--form-data cl-struct-eieio--class cl-struct-eieio--object cl-struct-eieio--object-tags cl-struct-epg-context cl-struct-epg-data cl-struct-epg-import-result cl-struct-epg-import-status cl-struct-epg-key cl-struct-epg-key-signature cl-struct-epg-new-signature cl-struct-epg-sig-notation cl-struct-epg-signature cl-struct-epg-sub-key cl-struct-epg-user-id cl-struct-erc-response cl-struct-ert--ewoc-entry cl-struct-ert--stats cl-struct-ert--test-execution-info cl-struct-ert-test cl-struct-ert-test-aborted-with-non-local-exit cl-struct-ert-test-failed cl-struct-ert-test-passed cl-struct-ert-test-quit cl-struct-ert-test-result cl-struct-ert-test-result-with-condition cl-struct-ert-test-skipped cl-struct-ewoc cl-struct-ewoc--node cl-struct-flymake-ler cl-struct-flymake-ler-tags cl-struct-gdb-handler cl-struct-gdb-table cl-struct-isearch--state cl-struct-js--js-handle cl-struct-js--pitem cl-struct-nnimap cl-struct-nnmaildir--art cl-struct-nnmaildir--grp cl-struct-nnmaildir--srv cl-struct-org-export-backend cl-struct-package--ac-desc cl-struct-package--bi-desc cl-struct-package-desc cl-struct-profiler-calltree cl-struct-profiler-profile cl-struct-rng--ipattern cl-struct-ses--locprn cl-struct-ses-cell cl-struct-sgml-tag cl-struct-soap-binding cl-struct-soap-bound-operation cl-struct-soap-element cl-struct-soap-message cl-struct-soap-namespace cl-struct-soap-namespace-link cl-struct-soap-operation cl-struct-soap-port cl-struct-soap-port-type cl-struct-soap-wsdl cl-struct-soap-xs-attribute cl-struct-soap-xs-attribute-group cl-struct-soap-xs-basic-type cl-struct-soap-xs-complex-type cl-struct-soap-xs-element cl-struct-soap-xs-simple-type cl-struct-soap-xs-type cl-struct-timer cl-struct-uniquify-item cl-struct-url cl-struct-url-future cl-struct-url-queue cl-struct-vc-bzr-extra-fileinfo cl-struct-vc-dir-fileinfo cl-struct-vc-git-extra-fileinfo cl-struct-vc-hg-extra-fileinfo cl-struct-xref-elisp-location default-abbrev-mode default-buffer-file-coding-system default-case-fold-search default-ctl-arrow default-cursor-in-non-selected-windows default-cursor-type default-enable-multibyte-characters default-fill-column default-fringe-cursor-alist default-fringe-indicator-alist default-fringes-outside-margins default-header-line-format default-indicate-buffer-boundaries default-indicate-empty-lines default-left-fringe-width default-left-margin default-left-margin-width default-line-spacing default-major-mode default-mode-line-format default-right-fringe-width default-right-margin-width default-scroll-bar-width default-scroll-down-aggressively default-scroll-up-aggressively default-tab-width default-truncate-lines default-vertical-scroll-bar diff-added-face diff-changed-face diff-context-face diff-file-header-face diff-function-face diff-header-face diff-hunk-header-face diff-index-face diff-nonexistent-face diff-removed-face edebug-after-dotted-spec eieio-class-tag--auth-source-backend eieio-class-tag--chart eieio-class-tag--chart-axis eieio-class-tag--chart-axis-names eieio-class-tag--chart-axis-range eieio-class-tag--chart-bar eieio-class-tag--chart-sequece eieio-class-tag--ede-project eieio-class-tag--ede-project-autoload eieio-class-tag--ede-project-autoload-dirmatch eieio-class-tag--ede-project-placeholder eieio-class-tag--ede-sourcecode eieio-class-tag--ede-target eieio-class-tag--eieio-default-superclass eieio-class-tag--eieio-instance-inheritor eieio-class-tag--eieio-instance-tracker eieio-class-tag--eieio-named eieio-class-tag--eieio-persistent eieio-class-tag--eieio-singleton eieio-class-tag--eieio-speedbar eieio-class-tag--eieio-speedbar-directory-button eieio-class-tag--eieio-speedbar-file-button eieio-class-tag--eieio-widget-test-class eieio-class-tag--gnus-icalendar-event eieio-class-tag--gnus-icalendar-event-cancel eieio-class-tag--gnus-icalendar-event-reply eieio-class-tag--gnus-icalendar-event-request eieio-class-tag--registry-db eieio-class-tag--xref-bogus-location eieio-class-tag--xref-buffer-location eieio-class-tag--xref-etags-location eieio-class-tag--xref-file-location eieio-class-tag--xref-item eieio-class-tag--xref-location eieio-class-tag--xref-match-item erc-menu erc-message-english-netjoin erc-message-english-netjoin-done erc-message-english-netsplit erc-message-english-netsplit-none erc-message-english-netsplit-wholeft flymake-base-dir flymake-check-was-interrupted flymake-err-info flymake-find-buildfile-cache flymake-get-project-include-dirs-function flymake-is-running flymake-last-change-time flymake-master-file-name flymake-mode-line flymake-mode-line-e-w flymake-mode-line-status flymake-new-err-info flymake-output-residual flymake-processes flymake-project-include-dirs-cache flymake-temp-master-file-name flymake-temp-source-file-name flymake-warning-predicate follow-inside-post-command-hook gnus-down-mouse-2 gnus-down-mouse-3 gnus-make-format-preserve-properties gnus-mode-line-modified gnus-mouse-2 gnus-mouse-face-prop gnus-summary-display-table gnus-sync-backend gnus-sync-file-encrypt-to gnus-sync-global-vars gnus-sync-lesync-design-prefix gnus-sync-lesync-install-topics gnus-sync-lesync-name gnus-sync-lesync-props-hash gnus-sync-lesync-security-object gnus-sync-newsrc-groups gnus-sync-newsrc-loader gnus-sync-newsrc-offsets gnus-sync-unload-hook gnus-use-correct-string-widths gnus-widget-button-keymap icomplete-prospects-length image-dired-cmd-create-standard-thumbnail-command isearch-lazy-highlight-face iso-accents-enable iso-accents-insert-offset iso-accents-list iso-accents-mode iso-language iso-languages ispell-emacs-alpha-regexp ispell-menu-xemacs ispell-offset ispell-required-version ispell-version js--syntax-propertize-regexp-syntax-table json-readtable lazy-highlight-face lisp--prettify-symbols-alist log-view-file-face log-view-message-face message-valid-fqdn-regexp mm-codepage-ibm-list mm-codepage-iso-8859-list news-group-hook-alist news-inews-hook nxml-ascii-glyph-set nxml-autoload-char-name-set-list nxml-char-name-alist nxml-char-name-ignore-case nxml-char-name-table nxml-enabled-unicode-blocks nxml-enabled-unicode-blocks-default nxml-glyph-set nxml-glyph-set-functions nxml-glyph-set-hook nxml-internal-unicode-char-name-sets-enabled nxml-latin1-glyph-set nxml-misc-fixed-1-glyph-set nxml-misc-fixed-2-glyph-set nxml-misc-fixed-3-glyph-set nxml-named-char-history nxml-scan-end nxml-unicode-blocks nxml-wgl4-glyph-set old-style-backquotes org-agenda-filter-effort-default-operator org-agenda-menu-two-column org-agenda-ndays org-agenda-only-exact-dates org-agenda-repeating-timestamp-show-all org-alphabetical-lists org-babel-block-lob-one-liner-regexp org-babel-call-process-region-original org-babel-capitalize-examplize-region-markers org-babel-data-names org-babel-default-header-args:scala org-babel-default-header-args:sh org-babel-inline-lob-one-liner-regexp org-babel-inline-src-block-regexp org-babel-lilypond-OSX-ly-path org-babel-lilypond-OSX-midi-path org-babel-lilypond-OSX-pdf-path org-babel-lilypond-nix-ly-path org-babel-lilypond-nix-midi-path org-babel-lilypond-nix-pdf-path org-babel-lilypond-w32-ly-path org-babel-lilypond-w32-midi-path org-babel-lilypond-w32-pdf-path org-babel-lob-files org-babel-lob-one-liner-regexp org-babel-ref-split-regexp org-babel-scala-command org-babel-scala-wrapper-method org-babel-sh-command org-babel-sh-var-quote-fmt org-babel-src-name-w-name-regexp org-clock-modeline-total org-columns-compile-map org-columns-current-widths org-completion-fallback-command org-completion-use-ido org-completion-use-iswitchb org-context-choice org-description-max-indent org-drawers org-drawers-for-agenda org-edit-src-allow-write-back-p org-edit-src-beg-marker org-edit-src-block-indentation org-edit-src-code-timer org-edit-src-end-marker org-edit-src-force-single-line org-edit-src-from-org-mode org-edit-src-overlay org-edit-src-picture org-edit-src-region-extra org-edit-src-saved-temp-window-config org-element-all-successors org-element-block-name-alist org-element-document-properties org-element-link-type-is-file org-element-object-successor-alist org-empty-line-terminates-plain-lists org-enable-table-editor org-entities-ascii-explanatory org-export--registered-backends org-export-filter-comment-block-functions org-export-filter-comment-functions org-export-filter-quote-section-functions org-export-smart-quotes-regexps org-finalize-agenda-hook org-footnote-tag-for-non-org-mode-files org-format-transports-properties-p org-gnus-nnimap-query-article-no-from-file org-hierarchical-checkbox-statistics org-html-style-include-default org-html-style-include-scripts org-html-table-row-tags org-html-use-unicode-chars org-indent-initial-marker org-indent-max org-indent-max-levels org-indent-stars org-indent-strings org-insert-labeled-timestamps-at-point org-latex-fragment-image-overlays org-latex-known-errors org-latex-table-caption-above org-link-escape-chars-browser org-link-links-in-this-file org-link-mailto-program org-link-protocols org-link-to-org-use-id org-link-types org-list-empty-line-terminates-plain-lists org-man-custom-lang-environments org-olpa org-open-link-marker org-ota org-planning-or-clock-line-re org-publish-sitemap-date-format org-publish-temp-files org-quote-string org-read-date-minibuffer-setup-hook org-show-entry-below org-show-following-heading org-show-hierarchy-above org-show-siblings org-src-babel-info org-src-strip-leading-and-trailing-blank-lines org-store-link-functions org-table-clean-did-remove-column org-table-current-begin-line org-table-error-on-row-ref-crossing-hline org-time-clocksum-format org-time-clocksum-fractional-format org-time-clocksum-use-effort-durations org-time-clocksum-use-fractional org-timeline-show-empty-dates org-timer-cancel-hook org-timer-current-timer org-timer-timer-is-countdown org-xemacs-key-equivalents org-xemacs-p pinentry--connection-process-list pinentry--error-cancelled pinentry--error-not-confirmed pinentry--error-not-implemented pinentry--labels pinentry--prompt-buffer pinentry--read-point pinentry--server-process pinentry--set-label-commands pinentry--socket-dir pinentry-debug pinentry-debug-buffer pinentry-popup-prompt-window pinentry-prompt-mode-abbrev-table pinentry-prompt-mode-hook pinentry-prompt-mode-map pinentry-prompt-mode-syntax-table pinentry-prompt-window-height redisplay--variables resume-emacs-args-buffer resume-emacs-args-file rng-attribute-name-history rng-attribute-value-history rng-complete-extra-strings rng-complete-name-attribute-flag rng-complete-target-names rng-tag-history rst-all-sections rst-initial-enums rst-section-hierarchy rst-toc-insert-click-keymap rst-toc-return-wincfg scribe-close-parentheses scribe-electric-parenthesis scribe-electric-quote scribe-fancy-paragraphs scribe-mode-abbrev-table scribe-mode-hook scribe-mode-map scribe-mode-syntax-table scribe-open-parentheses scss-font-lock-keywords sgml-syntax-propertize-function sh-heredoc-face sieve-action-commands-face sieve-control-commands-face sieve-tagged-arguments-face sieve-test-commands-face smerge-mine-face smerge-other-face smerge-other-re snake-cycle spell-command spell-filter swascii-to-8859-trans swedish-re symbol-completion-completions-function symbol-completion-predicate-function symbol-completion-symbol-function symbol-completion-transform-function syntax-ppss-cache syntax-ppss-last tex-math-face tex-verbatim-face texinfo-heading-face time-stamp-old-format-warn tramp-color-escape-sequence-regexp tramp-completion-file-name-regexp-unified tramp-file-name-regexp-separate tramp-file-name-regexp-unified tramp-gw-aux-proc tramp-gw-default-socks-port tramp-gw-default-tunnel-port tramp-gw-gw-proc tramp-gw-gw-vector tramp-gw-socks-method tramp-gw-tunnel-method tramp-gw-vector tramp-obsolete-methods tramp-parse-time-months tramp-rfn-eshadow-update-overlay-regexp tramp-warned-obsolete-methods verilog-font-grouping-keywords-face viper-buffer-undo-list-mark viper-undo-needs-adjustment whitespace-indent-tabs-mode whitespace-tab-width window-sides window-text-change-functions woman-justify-list xref--window)
(added Buffer-menu-del-char Buffer-menu-marker-char Man-coding-system align-regexp-history ansi-color-control-seq-regexp arabic-shape-log arabic-shaper-ZWNJ-handling async-shell-command-display-buffer attempt-orderly-shutdown-on-fatal-signal attempt-stack-overflow-recovery auth-source-backend-parser-functions auth-source-pass-backend auto-save--timer auto-save-visited-interval auto-save-visited-mode auto-save-visited-mode-hook autoload--non-timestamp autoload-compute-prefixes autoload-def-prefixes-max-entries autoload-def-prefixes-max-length autoload-timestamps battery-linux-sysfs-regexp battery-upower-device bidi-paragraph-separate-re bidi-paragraph-start-re bookmark-file-coding-system browse-url-man-function byte-compile-cond-use-jump-table byte-compile-jump-tables byte-compile-log-warning-function byte-switch c--cl-library c-:-op-cont-regexp c-ambiguous-overloadable-or-identifier-prefix-re c-arithmetic-op-regexp c-asymmetry-fontification-flag c-block-comment-ender c-block-comment-ender-regexp c-block-comment-flag c-block-comment-is-default c-block-comment-starter c-brace-stack-no-semi-key c-brace-stack-thing-key c-bs-cache c-bs-cache-limit c-bs-interval c-bs-prev-pos c-bs-prev-stack c-cpp-expr-functions-key c-enum-clause-introduction-re c-has-quoted-numbers c-inside-<>-type-key c-macro-cache-no-comment c-make-top-level-key c-maybe-quoted-number c-maybe-quoted-number-head c-maybe-quoted-number-tail c-noise-macro-name-re c-noise-macro-names c-noise-macro-with-parens-name-re c-noise-macro-with-parens-names c-old-BEG c-old-END c-opt-type-modifier-prefix-key c-or-c++-mode--regexp c-pack-key c-paren-nontype-key c-post-protection-token c-pre-id-bracelist-key c-pre-lambda-tokens-re c-pre-start-tokens c-protection-key c-return-key c-sws-lit-limits c-sws-lit-type c-symbol-char-key c-template-typename-key c-type-decl-operator-prefix-key c-type-decl-suffix-ws-ids-key change-log-directory-files checkdoc-create-error-function cl--generic-all-builtin-types cl--gentemp-counter cl-old-struct-compat-mode cl-old-struct-compat-mode-hook cl-print--currently-printing cl-print--number-index cl-print--number-table cl-print-compiled cl-print-compiled-button cl-print-readably cl-struct-cl--random-state-tags cl-struct-file-notify--watch-tags cl-struct-flymake--backend-state-tags cl-struct-flymake--diag-tags cl-struct-lisp-indent-state-tags cl-struct-mhtml--submode-tags cl-struct-org-lint-checker-tags cl-struct-rst-Ado-tags cl-struct-rst-Hdr-tags cl-struct-rst-Stn-tags cl-struct-rst-Ttl-tags cl-struct-tramp-file-name-tags cl-struct-vc-git-dir-status-state-tags cl-struct-vc-hg--ignore-patterns-tags color-d50-xyz color-d55-xyz color-d75-xyz column-number-indicator-zero-based comint-move-point-for-matching-input comint-terminfo-terminal compilation-mode-line-errors compilation-num-errors-found compilation-num-infos-found compilation-num-warnings-found conf-desktop-font-lock-keywords conf-desktop-mode-abbrev-table conf-desktop-mode-hook conf-desktop-mode-map conf-desktop-mode-syntax-table conf-toml-font-lock-keywords conf-toml-mode-abbrev-table conf-toml-mode-hook conf-toml-mode-map conf-toml-mode-syntax-table confirm-kill-processes connection-local-criteria-alist connection-local-profile-alist connection-local-variables-alist coq-program-name cpp-message-min-time-interval css--angle-regexp css--at-ids css--bang-ids css--color-map css--colors-regexp css--html-tags css--mdn-completion-list css--mdn-lookup-history css--mdn-property-regexp css--mdn-symbol-regexp css--nested-selectors-allowed css--number-or-percent-regexp css--number-regexp css--percent-regexp css--property-value-cache css-class-list-function css-fontify-colors css-id-list-function css-lookup-url-format css-property-alist css-value-class-alist debugger-print-function debugger-stack-frame-as-list definition-prefixes delayed-after-hook-functions dframe-setup-hook diff-separator-re dig-program-options dired-always-read-filesystem dired-clean-confirm-killing-deleted-buffers dired-delete-help dired-omit-case-fold display-line-numbers display-line-numbers-current-absolute display-line-numbers-grow-only display-line-numbers-mode display-line-numbers-mode-hook display-line-numbers-mode-major-mode display-line-numbers-mode-set-explicitly display-line-numbers-type display-line-numbers-widen display-line-numbers-width display-line-numbers-width-start display-raw-bytes-as-hex dns-mode-control-entities edebug-read-objects edebug-sit-on-break ediff--show-ancestor-orig ediff-show-ancestor ediff-window-Ancestor eieio--object-num-slots eldoc-mode-major-mode eldoc-mode-set-explicitly electric-quote-chars electric-quote-context-sensitive electric-quote-inhibit-functions elisp-flymake--byte-compile-process emacs-build-number enable-connection-local-variables enriched-allow-eval-in-display-props epa-replace-original-text epg-config--configuration-constructor-alist erc-default-port-tls eval-expression-print-maximum-character executable-prefix-env extended-command-suggest-shorter ffap-max-region-length fill-separate-heterogeneous-words-with-space flymake--backend-state flymake--diagnostics-buffer-source flymake--mode-line-format flymake-diagnostic-functions flymake-diagnostic-types-alist flymake-diagnostics-buffer-mode-abbrev-table flymake-diagnostics-buffer-mode-hook flymake-diagnostics-buffer-mode-map flymake-diagnostics-buffer-mode-syntax-table flymake-menu flymake-mode-map flymake-note-bitmap flymake-proc--base-dir flymake-proc--current-process flymake-proc--find-buildfile-cache flymake-proc--master-file-name flymake-proc--project-include-dirs-cache flymake-proc--report-fn flymake-proc--temp-master-file-name flymake-proc--temp-source-file-name flymake-proc-allowed-file-name-masks flymake-proc-check-file-limit flymake-proc-compilation-prevents-syntax-check flymake-proc-diagnostic-type-pred flymake-proc-err-line-patterns flymake-proc-get-project-include-dirs-function flymake-proc-master-file-count-limit flymake-proc-master-file-dirs flymake-proc-xml-program flymake-start-on-flymake-mode flymake-wrap-around flyspell-sort-corrections-function follow-inside-post-command-hook-call gdb-python-guile-commands-regexp gensym-counter global-display-line-numbers-mode global-display-line-numbers-mode-buffers global-display-line-numbers-mode-hook global-eldoc-mode-buffers gnus-cloud-interactive gnus-cloud-storage-method gnus-group-cloud-map gnus-rcvstore-options gnus-refer-thread-limit-to-thread grep-mode-line-matches grep-num-matches-found grep-save-buffers grep-use-null-filename-separator help-definition-prefixes hl-line-overlay-buffer html--buffer-classes-cache html--buffer-ids-cache hz-category-table ibuffer-locked-buffer ibuffer-locked-char ibuffer-never-search-content-mode ibuffer-never-search-content-name ibuffer-old-saved-filters-warning iconify-child-frame image-dired-cmd-create-standard-thumbnail-options image-dired-cmd-optipng-options image-dired-cmd-optipng-program image-dired-cmd-pngcrush-options image-dired-cmd-pngnq-options image-dired-minor-mode image-dired-minor-mode-hook image-dired-minor-mode-map image-dired-queue image-dired-queue-active-jobs image-dired-queue-active-limit image-map image-scaling-factor interrupt-process-functions isearch-new-nonincremental ispell-enchant-dictionary-alist ispell-really-enchant js--syntax-propertize-regexp-regexp js-chain-indent js-indent-align-list-continuation kmacro-step-edit-active last--line-number-width less-css-compile-at-save less-css-default-error-regex less-css-font-lock-keywords less-css-input-file-name less-css-lessc-command less-css-lessc-options less-css-mode-abbrev-table less-css-mode-hook less-css-mode-map less-css-mode-syntax-table less-css-output-directory less-css-output-file-name lisp-prettify-symbols-alist list-matching-lines-current-line-face list-matching-lines-jump-to-current-line loadhist--restore-autoload lread--old-style-backquotes lread--unescaped-character-literals mailcap-user-mime-data maximum-scroll-margin menu-bar-showhide-line-numbers-menu mh-url-unreserved-chars mhtml--crucial-variable-prefix mhtml--crucial-variables mhtml--css-submode mhtml--js-submode mhtml--last-submode mhtml--stashed-crucial-variables mhtml--variable-prefix mhtml-mode-abbrev-table mhtml-mode-hook mhtml-mode-map mhtml-mode-syntax-table mhtml-tag-relative-indent mode-line-percent-position mounted-file-systems mouse-drag-and-drop-region mouse-drag-and-drop-region-cut-when-buffers-differ mouse-drag-and-drop-region-show-cursor mouse-drag-and-drop-region-show-tooltip mouse-select-region-move-to-beginning mouse-wheel-flip-direction mouse-wheel-left-event mouse-wheel-right-event mouse-wheel-tilt-scroll move-frame-functions mwheel-scroll-left-function mwheel-scroll-right-function ob-R-safe-header-args ob-R-transfer-variable-table-with-header ob-R-transfer-variable-table-without-header occur--final-pos occur--matches-threshold occur--orig-line occur--orig-line-str occur--region-end occur--region-start org--file-cache org--links-history org--matcher-tags-todo-only org-agenda-current-date org-agenda-effort-filter org-agenda-effort-filter-preset org-agenda-ignore-properties org-agenda-keep-restricted-file-list org-agenda-last-indirect-buffer org-agenda-prefer-last-repeat org-agenda-show-future-repeats org-archive-hook org-ascii-list-margin org-attach-annex-auto-get org-attach-archive-delete org-attach-commit org-babel-D-compiler org-babel-J-command org-babel-capitalize-example-region-markers org-babel-clojure-backend org-babel-clojure-sync-nrepl-timeout org-babel-coq-buffer org-babel-default-header-args:abc org-babel-default-header-args:ebnf org-babel-default-header-args:elisp org-babel-default-header-args:forth org-babel-default-header-args:groovy org-babel-default-header-args:hledger org-babel-default-header-args:lua org-babel-default-header-args:processing org-babel-default-header-args:sed org-babel-default-header-args:shell org-babel-default-header-args:stan org-babel-default-header-args:vala org-babel-exp-inline-code-template org-babel-exp-reference-buffer org-babel-groovy-command org-babel-groovy-wrapper-method org-babel-header-args:C org-babel-header-args:C++ org-babel-header-args:emacs-lisp org-babel-header-args:latex org-babel-header-args:sed org-babel-lilypond-ly-command org-babel-lilypond-midi-command org-babel-lilypond-pdf-command org-babel-lisp-eval-fn org-babel-lua-None-to org-babel-lua-buffers org-babel-lua-command org-babel-lua-eoe-indicator org-babel-lua-hline-to org-babel-lua-mode org-babel-lua-pp-wrapper-method org-babel-lua-wrapper-method org-babel-name-regexp org-babel-noweb-error-all-langs org-babel-processing-processing-js-filename org-babel-python--exec-tmpfile org-babel-remote-temporary-directory org-babel-safe-header-args org-babel-scheme-null-to org-babel-sed-command org-babel-shell-names org-babel-stan-cmdstan-directory org-babel-tangle-uncomment-comments org-babel-tangle-use-relative-file-links org-babel-uppercase-example-markers org-babel-vala-compiler org-bbdb-general-anniversary-description-after org-beamer-subtitle-format org-bibtex-headline-format-function org-bibtex-inherit-tags org-capture--clipboards org-capture--prompt-history org-capture--prompt-history-table org-capture-is-refiling org-clock-display-default-range org-clock-line-re org-clock-stored-history org-clock-stored-resume-clock org-columns--time org-columns-summary-types org-columns-summary-types-default org-current-tag-alist org-deadline-past-days org-duration--full-re org-duration--h:mm-re org-duration--h:mm:ss-re org-duration--mixed-re org-duration--unit-re org-duration-canonical-units org-duration-format org-duration-units org-element--cache org-element--cache-change-warning org-element--cache-sensitive-re org-element--cache-sync-keys org-element--cache-sync-requests org-element--cache-sync-timer org-element--footnote-separator org-element--latex-begin-environment org-element--latex-end-environment org-element--object-regexp org-element--pair-curly-table org-element--pair-round-table org-element--pair-square-table org-element--parsed-properties-alist org-element--timestamp-regexp org-element-cache-sync-break org-element-cache-sync-duration org-element-cache-sync-idle-time org-element-object-containers org-element-use-cache org-export-filter-body-functions org-export-global-macros org-export-ignored-local-variables org-export-registered-backends org-export-use-babel org-export-with-broken-links org-export-with-properties org-export-with-title org-font-lock-extra-keywords org-hide-macro-markers org-highlight-links org-html-checkbox-type org-html-checkbox-types org-html-klipse-css org-html-klipse-js org-html-klipse-selection-script org-html-klipsify-src org-html-table-row-close-tag org-html-table-row-open-tag org-html-viewport org-indent--deepest-level org-indent--heading-line-prefixes org-indent--initial-marker org-indent--inlinetask-line-prefixes org-indent--text-line-prefixes org-info-emacs-documents org-info-other-documents org-latex-bib-compiler org-latex-caption-above org-latex-compiler org-latex-compiler-file-string org-latex-compilers org-latex-footnote-defined-format org-latex-hyperref-template org-latex-images-centered org-latex-known-warnings org-latex-math-environments-re org-latex-polyglossia-language-alist org-latex-prefer-user-labels org-latex-subtitle-format org-latex-subtitle-separate org-link-parameters org-lint--checkers org-lint--local-checkers org-lint--report-mode-abbrev-table org-lint--report-mode-hook org-lint--report-mode-map org-lint--report-mode-syntax-table org-lint--source-buffer org-macro--counter-table org-md-footnote-format org-md-footnotes-section org-mouse-main-buffer org-occur-case-fold-search org-outline-path-cache org-planning-line-re org-preview-latex-default-process org-preview-latex-image-directory org-preview-latex-process-alist org-publish-after-publishing-hook org-show-context-detail org-src--allow-write-back org-src--auto-save-timer org-src--babel-info org-src--beg-marker org-src--block-indentation org-src--end-marker org-src--from-org-mode org-src--overlay org-src--preserve-indentation org-src--remote org-src--saved-temp-window-config org-src--source-type org-src--tab-width org-src-block-faces org-table--fedit-source org-table-convert-region-max-lines org-table-duration-hour-zero-padding org-table-formula-create-columns org-texinfo-inline-image-rules org-texinfo-table-default-markup org-timer-countdown-timer org-timer-countdown-timer-title org-ts-regexp-inactive org-unique-local-variables overriding-plist-environment package-gnupghome-dir pages-directory-mode-abbrev-table pages-directory-mode-hook pages-directory-mode-syntax-table perl--flymake-proc perl-flymake-command pixel-dead-time pixel-last-scroll-time pixel-resolution-fine-flag pixel-scroll-mode pixel-scroll-mode-hook pixel-wait print-escape-control-characters prog-indentation-context puny-base puny-damp puny-initial-bias puny-initial-n puny-skew puny-tmax puny-tmin python--flymake-proc python-flymake-command python-flymake-command-output-pattern python-flymake-msg-alist python-indent-def-block-scale python-prettify-symbols-alist python-shell--block-prompt radix-tree-empty rcirc-omit-mode-hook rst-all-ttls-cache rst-hdr-hierarchy-cache rst-toc-link-keymap rst-toc-mode-return-wincfg ruby--flymake-proc ruby-flymake-use-rubocop-if-available ruby-rubocop-config save-some-buffers-default-predicate scss-at-ids ses--completion-table ses--list-orig-buffer ses-completion-keys sgml-syntax-propertize-rules shell-command-dont-erase-buffer shell-command-saved-pos shr-image-map shr-use-colors sieve-manage-ignore-starttls skkdic--japanese-category-set smerge-lower-face smerge-lower-re smerge-upper-face syntax-ppss-narrow syntax-ppss-narrow-start syntax-ppss-table syntax-ppss-wide tabulated-list--current-lnum-width term-char-mode-buffer-read-only term-char-mode-point-at-process-mark term-goto-process-mark term-line-mode-buffer-read-only term-partial-ansi-terminal-message term-terminal-undecoded-bytes tex-chktex--process tex-chktex-extra-flags tex-chktex-program timer-list-mode-abbrev-table timer-list-mode-hook timer-list-mode-map timer-list-mode-syntax-table todo--item-headers-hidden tooltip-reuse-hidden-frame tramp-autoload-file-name-regexp tramp-cache-read-persistent-data tramp-completion-file-name-regexp-alist tramp-completion-file-name-regexp-default tramp-completion-file-name-regexp-simplified tramp-completion-function-alist-sg tramp-current-domain tramp-current-port tramp-default-method-marker tramp-device-escape-sequence-regexp tramp-display-escape-sequence-regexp tramp-file-missing tramp-gvfs-file-name-handler-alist tramp-initial-file-name-regexp tramp-method-regexp-alist tramp-postfix-host-format-alist tramp-postfix-ipv6-format-alist tramp-postfix-method-format-alist tramp-prefix-format-alist tramp-prefix-ipv6-format-alist tramp-unknown-id-integer tramp-unknown-id-string url-asynchronous url-queue-progress-timer vc-git--program-version vc-git-print-log-follow vc-hg--cached-ignore-patterns vc-hg--dirstate-scan-cache vc-hg--elisp-metacharacters vc-hg--pcre-c-escapes vc-hg--pcre-metacharacters vc-hg-parse-hg-data-structures vc-hg-supported-requirements vc-hg-symbolic-revision-styles vc-hg-use-file-version-for-mode-line-version vc-revision-history verilog-auto-inst-param-value-type verilog-auto-wire-comment verilog-default-clocking-re verilog-diff-ignore-regexp verilog-font-lock-grouping-keywords-face viper--advice-list viper--undo-change-group-handle wdired-create-parent-directories while-no-input-ignore-events window--sides-inhibit-check window--sides-shown window-sides-reversed woman-justify-styles woman-mode-abbrev-table woman-mode-hook woman-mode-syntax-table xdg-desktop-entry-regexp xdg-desktop-group-regexp xdg-line-regexp xdg-user-dirs xref--original-window xref--original-window-intent))
(features
(removed awk-mode gnus-ems gnus-sync iso-acc iso-insert iso-swed messcompat mh-acros nxml-glyph nxml-uchnm ob-scala ob-sh pinentry resume scribe spell swedish sym-comp tramp-gw)
(added auth-source-pass charprop cl-print composite dired-loaddefs display-line-numbers eieio-loaddefs flymake-proc gnus-rfc1843 htmlfontify-loaddefs ibuffer-loaddefs isearch less-css-mode mhtml-mode ob-J ob-abc ob-coq ob-ebnf ob-forth ob-groovy ob-hledger ob-lua ob-processing ob-sed ob-shell ob-stan ob-vala org-duration org-eww org-lint pixel-scroll ps-print-loaddefs puny radix-tree reftex-loaddefs replace rmail-loaddefs rmc svg term/tty-colors text-mode timer-list xdg)))
((26 2)
(functions
(removed dired--yes-no-all-quit-help shadow-get-user shadow-make-cluster shadow-parse-fullname)
(added assoc-delete-all calc-graph-w32-p copy-shadow-cluster ibuffer-do-toggle-lock make-shadow-cluster make-shadow-cluster--cmacro package--user-installed-p read-answer shadow-cluster-name--cmacro shadow-cluster-p shadow-cluster-p--cmacro shadow-cluster-primary--cmacro shadow-cluster-regexp--cmacro shadow-name-site shadow-site-name soap-type-of term--bash-needs-EMACSp term-watch-for-password-prompt thread-live-p))
(variables
(removed dired-delete-help last--line-number-width prolog-hungry-delete-key-flag)
(added byte-compile--default-val cl-print--depth cl-struct-shadow-cluster-tags ido-fallback read-answer-map--memoize read-answer-short term--bash-needs-EMACS-status xft-ignore-color-fonts))
(features
(removed)
(added threads)))
((26 3)
(functions
(removed gnus-summary-sort-by-mark)
(added dir-locals--get-sort-score dir-locals--sort-variables gnus-summary-sort-by-marks package--buffer-string package--cs))
(variables
(removed)
(added help-enable-completion-auto-load))
(features
(removed)
(added)))
((27 1)
(functions
(removed Edit-options-mode Edit-options-modify Edit-options-nil Edit-options-set Edit-options-t Edit-options-toggle Footnote-add-footnote Footnote-assoc-index Footnote-back-to-message Footnote-current-regexp Footnote-cycle-style Footnote-delete-footnote Footnote-english-lower Footnote-english-upper Footnote-goto-char-point-max Footnote-goto-footnote Footnote-index-to-string Footnote-insert-footnote Footnote-insert-numbered-footnote Footnote-insert-pointer-marker Footnote-insert-text-marker Footnote-latin Footnote-make-hole Footnote-narrow-to-footnotes Footnote-numeric Footnote-refresh-footnotes Footnote-renumber Footnote-renumber-footnotes Footnote-roman-common Footnote-roman-lower Footnote-roman-upper Footnote-set-style Footnote-sort Footnote-style-p Footnote-text-under-cursor Footnote-under-cursor Footnote-unicode Man-build-section-alist Math-bignum-test ad-Advice-c-backward-sws ad-Advice-c-beginning-of-macro ad-Advice-c-forward-sws ad-Advice-idlwave-shell-electric-debug-mode ada-accept ada-accept-1 ada-accept-2 ada-activate-keys-for-case ada-add-extensions ada-adjust-case ada-adjust-case-buffer ada-adjust-case-identifier ada-adjust-case-interactive ada-adjust-case-region ada-adjust-case-skeleton ada-adjust-case-substring ada-after-keyword-p ada-ali-index-of ada-array ada-batch-reformat ada-call-from-contextual-menu ada-capitalize-word ada-case ada-case-read-exceptions ada-case-read-exceptions-from-file ada-change-prj ada-check-current ada-check-defun-name ada-check-matching-start ada-column-of ada-compile-application ada-compile-current ada-compile-goto-error ada-compile-mouse-goto-error ada-complete-identifier ada-contextual-menu ada-create-case-exception ada-create-case-exception-substring ada-create-keymap ada-create-menu ada-customize ada-declare-block ada-declare-file-of ada-default-prj-properties ada-display-comment ada-do-file-completion ada-else ada-elsif ada-entry ada-entry-family ada-entry-family-prompt-discriminant ada-exception ada-exception-block ada-exit ada-exit-1 ada-ff-other-window ada-file-of ada-fill-comment-paragraph ada-fill-comment-paragraph-justify ada-fill-comment-paragraph-postfix ada-find-ali-file-in-dir ada-find-any-references ada-find-executable ada-find-file ada-find-file-in-dir ada-find-file-number-in-ali ada-find-in-ali ada-find-in-src-path ada-find-local-references ada-find-references ada-find-src-file-in-dir ada-for-loop ada-for-loop-prompt-range ada-for-loop-prompt-variable ada-format-paramlist ada-func-or-proc-name ada-function-spec ada-function-spec-prompt-return ada-gdb-application ada-gen-treat-proc ada-get-absolute-dir-list ada-get-ada-file-name ada-get-ali-buffer ada-get-ali-file-name ada-get-all-references ada-get-body-name ada-get-current-indent ada-get-indent-block-label ada-get-indent-block-start ada-get-indent-case ada-get-indent-end ada-get-indent-goto-label ada-get-indent-if ada-get-indent-loop ada-get-indent-nochange ada-get-indent-noindent ada-get-indent-open-paren ada-get-indent-paramlist ada-get-indent-subprog ada-get-indent-type ada-get-indent-when ada-get-param ada-get-param1 ada-gnat-parse-gpr ada-gnat-style ada-goto-body ada-goto-decl-start ada-goto-declaration ada-goto-declaration-other-frame ada-goto-matching-end ada-goto-matching-start ada-goto-next-non-ws ada-goto-next-word ada-goto-parent ada-goto-previous-word ada-goto-stmt-end ada-goto-stmt-start ada-header ada-header-tmpl ada-if ada-in-comment-p ada-in-decl-p ada-in-numeric-literal-p ada-in-open-paren-p ada-in-paramlist-p ada-in-string-or-comment-p ada-in-string-p ada-indent-current ada-indent-current-function ada-indent-newline-indent ada-indent-newline-indent-conditional ada-indent-on-previous-lines ada-indent-region ada-initialize-runtime-library ada-insert-paramlist ada-justified-indent-current ada-line-of ada-looking-at-semi-or ada-looking-at-semi-private ada-loop ada-loose-case-word ada-make-body ada-make-body-gnatstub ada-make-filename-from-adaname ada-make-identlist ada-make-subprogram-body ada-mode ada-mode-menu ada-mode-version ada-move-to-end ada-move-to-start ada-name-of ada-narrow-to-defun ada-next-package ada-next-procedure ada-no-auto-case ada-on-declaration ada-or-accept ada-or-delay ada-or-terminate ada-other-file-name ada-outline-level ada-package-body ada-package-spec ada-parse-prj-file ada-parse-prj-file-1 ada-point-and-xref ada-point-and-xref-body ada-popup-menu ada-previous-package ada-previous-procedure ada-private ada-prj-display-help ada-prj-display-page ada-prj-edit ada-prj-field ada-prj-field-modified ada-prj-find-prj-file ada-prj-initialize-values ada-prj-load-directory ada-prj-load-from-file ada-prj-new ada-prj-save ada-prj-save-specific-option ada-prj-set-list ada-prj-show-value ada-prj-subdirs-of ada-procedure-spec ada-quote-cmd ada-read-identifier ada-record ada-references-of ada-region-selected ada-remote ada-remove-trailing-spaces ada-require-project-file ada-reread-prj-file ada-run-application ada-save-exceptions-to-file ada-scan-paramlist ada-search-ignore-complex-boolean ada-search-ignore-string-comment ada-search-prev-end-stmt ada-select ada-select-prj-file ada-separate ada-set-ali-index ada-set-column ada-set-declare-file ada-set-default-project-file ada-set-environment ada-set-file ada-set-line ada-set-main-compile-application ada-set-name ada-set-on-declaration ada-set-point-accordingly ada-set-references ada-show-current-main ada-show-current-project ada-subprogram-body ada-subtype ada-tab ada-tab-hard ada-tabsize ada-task-body ada-task-spec ada-treat-cmd-string ada-type ada-uncomment-region ada-untab ada-untab-hard ada-use ada-when ada-which-function ada-which-function-are-we-in ada-while-loop ada-while-loop-prompt-entry-condition ada-with ada-xref-change-buffer ada-xref-current ada-xref-current-project ada-xref-current-project-file ada-xref-find-in-modified-ali ada-xref-get-obj-dir-field ada-xref-get-project-field ada-xref-get-src-dir-field ada-xref-goto-previous-reference ada-xref-initialize ada-xref-push-pos ada-xref-search-nearest ada-xref-set-project-field ada-xref-update-project-menu archive-mouse-extract assoc-ignore-case assoc-ignore-representation auth-source-pass--entry-valid-p auth-source-pass--find-all-by-entry-name auth-source-pass--find-one-by-entry-name auth-source-pass--hostname auth-source-pass--hostname-with-user auth-source-pass--select-one-entry auth-source-pass--user-match-p backtrace--print-frame backward-text-line byte-compile-butlast byte-compile-cond-jump-table-info byte-compile-cond-vars byte-compile-prog2 byte-compile-setq-default byte-optimize-approx-equal byte-optimize-delay-constants-math byte-optimize-logmumble byte-optimize-nonassociative-math c-after-change-re-mark-raw-strings c-font-lock-invalid-string c-forward-to-nth-EOF-} c-ssb-lit-begin c-state-cache-non-literal-place c-state-full-pp-to-literal c-state-semi-pp-to-literal c-truncate-semi-nonlit-pos-cache cal-tex-list-holidays calc-kbd-report calc-keypad-x-left-click calc-keypad-x-middle-click calc-keypad-x-right-click calc-twos-complement-mode checkdoc-char= checkdoc-delete-overlay checkdoc-make-overlay checkdoc-mode-line-update checkdoc-overlay-end checkdoc-overlay-put checkdoc-overlay-start compilation--compat-error-properties count-text-lines cperl-define-key cperl-enable-font-lock cperl-mark-active cperl-use-region-p custom-face-save-command cvs-fileinfo->full-path debug-help-follow debugger--hide-locals debugger--insert-locals debugger--locals-visible-p debugger--show-locals debugger-insert-backtrace debugger-toggle-locals decipher-last-command-char derived-mode-class describe-char-after describe-mode-local-overload describe-project desktop-load-default dframe-needed-height dframe-reposition-frame-emacs dframe-reposition-frame-xemacs dframe-track-mouse-xemacs digest-md5-challenge digest-md5-digest-response digest-md5-digest-uri digest-md5-parse-digest-challenge dired-default-directory dired-hack-local-variables dired-hide-check dired-omit-here-always dirtrack-toggle dump-emacs ebrowse-output ebrowse-save-selective edebug-after edebug-backtrace edebug-before ediff-check-version edit-options eieio-class-un-autoload electric--sort-post-self-insertion-hook electric-nroff-mode electric-nroff-newline electric-perl-terminator epa--decode-coding-string epa--encode-coding-string epa--select-safe-coding-system epg--clear-string epg--decode-coding-string epg--encode-coding-string epg--gv-nreverse epg--make-temp-file epg-sign-keys epg-start-sign-keys ert--print-backtrace ert--proper-list-p feedmail-queue-runner-prompt ffap-read-file-or-url-internal ffap-read-url-internal file-cache-add-from-file-cache-buffer file-notify--event-cookie file-notify--event-file-name file-notify--event-file1-name file-notify--event-watched-file flymake-delete-own-overlays focus-frame forward-text-line frameset--jump-to-register frameset--print-register gamegrid-characterp gamegrid-set-display-table gnus-agent-decoded-group-name gnus-backlog-setup gnus-bug-kill-buffer gnus-cache-decoded-group-name gnus-create-hash-size gnus-data-set-header gnus-data-set-mark gnus-data-set-number gnus-data-set-pos gnus-gethash gnus-gethash-safe gnus-info-set-entry gnus-info-set-group gnus-info-set-level gnus-info-set-rank gnus-info-set-read gnus-info-set-score gnus-intern-safe gnus-registry-fetch-header-fast gnus-server-setup-buffer gnus-server-toggle-cloud-method-server gnus-sethash gnus-widget-press-button goto-address-at-mouse gravatar-cache-expired gravatar-data->image help-downify-mouse-event-type help-read-key-sequence hexl-mode--minor-mode-p hexl-mode--setq-local icalendar-convert-diary-to-ical icalendar-extract-ical-from-buffer idlwave-shell-mouse-nop imap-string-to-integer imenu-example--create-c-index imenu-example--create-lisp-index imenu-example--lisp-extract-index-name iscii-to-ucs-region isearch-lazy-highlight-cleanup js--as-sgml js--expression-in-sgml-indent-line js--flatten-list js--jsx-find-before-tag js--jsx-indented-element-p kmacro-execute-from-register latin1-char-displayable-p list-options lpr-flatten-list-1 mail-header-set-chars mail-header-set-date mail-header-set-extra mail-header-set-from mail-header-set-id mail-header-set-lines mail-header-set-message-id mail-header-set-number mail-header-set-references mail-header-set-subject mail-header-set-xref map--apply-alist map--apply-array map--apply-hash-table map--do-alist map--do-array map--into-hash-table math-add-bignum math-and-bignum math-bignum math-bignum-big math-bignum-test math-clip-bignum math-diff-bignum math-div-bignum math-div-bignum-big math-div-bignum-digit math-div-bignum-part math-div-bignum-try math-div10-bignum math-div2-bignum math-fixnum math-fixnum-big math-format-bignum math-format-bignum-binary math-format-bignum-decimal math-format-bignum-fancy math-format-bignum-hex math-format-bignum-octal math-format-bignum-radix math-isqrt-bignum math-isqrt-bignum-iter math-isqrt-small math-mul-bignum math-mul-bignum-digit math-not-bignum math-or-bignum math-read-bignum math-scale-left-bignum math-scale-right-bignum math-simplify-mod math-simplify-plus math-simplify-pow math-simplify-times math-sub-bignum math-xor-bignum message-font-lock-make-header-matcher meta-mark-active mh-defstruct mh-require-cl mm-convert-shr-links mm-with-unibyte-current-buffer mode-local-setup-edebug-specs new-frame nnimap-decode-gnus-group nnimap-encode-gnus-group nnimap-mark-and-expunge-incoming nnir-run-gmane nnmaildir--up2-1 nnml-decoded-group-name nnml-encoded-group-name nsm-check-certificate nsm-check-protocol nsm-new-fingerprint-ok-p opascal-is opascal-literal-end-pattern org--format-latex-make-overlay org--list-latex-overlays org--open-doi-link org--open-elisp-link org--open-help-link org--open-shell-link org-apps-regexp-alist org-at-target-p org-attach-annex-get-maybe org-attach-commit org-attach-set-inherit org-attach-use-annex org-babel-set-current-result-hash org-capture-insert-template-here org-columns-compact-links org-complete-expand-structure-template org-context-p org-default-apps org-do-wrap org-extract-archive-file org-extract-archive-heading org-file-apps-entry-match-against-dlink-p org-fix-indentation org-fixup-message-id-for-http org-get-buffer-for-internal-link org-get-local-archive-location org-get-location org-get-string-indentation org-goto-local-search-headings org-goto-map org-hide-wide-columns org-imenu-new-marker org-inlinetask-get-current-indentation org-latex--script-size org-link-fontify-links-to-this-file org-link-prettify org-link-try-special-completion org-link-unescape-compound org-link-unescape-single-byte-sequence org-lint-empty-headline-with-tags org-list-insert-radio-list org-list-send-list org-on-target-p org-open-file-with-emacs org-open-file-with-system org-outline-overlay-data org-protocol-do-capture org-rematch-and-replace org-search-radio-target org-set-calc-mode org-set-outline-overlay-data org-src--get-lang-mode org-src--source-buffer org-string-display org-table-cleanup-narrow-column-properties org-table-force-dataline org-table-get-number-for-summing org-tag-add-to-alist org-texinfo--structuring-command org-time-today org-timer-seconds org-timestamp--to-internal-time org-translate-link org-translate-link-from-planner org-try-structure-completion org<> orgstruct++-mode orgstruct-error orgstruct-make-binding orgstruct-mode orgstruct-setup package--buffer-string package--cs package--ensure-init-file pascal-outline pr-expand-file-name pr-get-symbol pr-menu-char-height pr-menu-char-width pr-read-string pr-save-file-modes pr-set-keymap-name pr-set-keymap-parents pr-unixify-file-name pr-update-mode-line process-kill-without-query project--find-regexp-in project-file-completion-table ps-font-lock-face-attributes reftex-varioref-Ref rst-testcover-defcustom rx-** rx-= rx->= rx-and rx-any rx-any-condense-range rx-any-delete-from-range rx-anything rx-atomic-p rx-backref rx-category rx-check rx-check-any rx-check-any-string rx-check-backref rx-check-category rx-check-not rx-eval rx-form rx-greedy rx-group-if rx-info rx-kleene rx-not rx-not-char rx-not-syntax rx-or rx-regexp rx-repeat rx-submatch rx-syntax rx-trans-forms savehist-load set-default-font shell-command--save-pos-or-erase shell-command--set-point-after-cmd shr-tag-label socks-original-open-network-stream socks-split-string speedbar-add-ignored-path-regexp speedbar-buffers-line-path speedbar-line-path speedbar-path-line table--cancel-timer testcover--read testcover-1value testcover-reinstrument testcover-reinstrument-compose testcover-reinstrument-list timer-set-time-with-usecs todo-insert-item--apply-args todo-insert-item--argsleft todo-insert-item--keyof todo-insert-item--this-key todo-mode-external-set tooltip-gud-toggle-dereference tramp-adb-handle-expand-file-name tramp-adb-handle-file-directory-p tramp-adb-handle-shell-command tramp-adb-handle-start-file-process tramp-compat-user-error tramp-condition-case-unless-debug tramp-flush-directory-property tramp-get-ls-command-with-dired tramp-get-ls-command-with-quoting-style tramp-get-ls-command-with-w-option tramp-parse-netrc-group tramp-repository-get-version tramp-sh-handle-start-file-process tramp-smb-handle-file-directory-p turn-on-orgstruct turn-on-orgstruct++ ucs-to-iscii-region unfocus-frame update-autoloads-from-directories uudecode-string-to-multibyte vc-comment-search-forward vc-comment-search-reverse vc-comment-to-change-log vc-diff-switches-list vc-hg--time-to-fixnum vc-next-comment vc-previous-comment view-todo viper-read-key viper-read-key-sequence vm-mode vm-save-message w3m-toggle-inline-images winner-edges winner-window-list with-connection-local-profiles xesam-buffer-name xesam-dbus-call-method xesam-delete-search-engine xesam-get-cached-property xesam-get-hits xesam-get-property xesam-highlight-string xesam-kill-buffer-function xesam-minor-mode xesam-mode xesam-new-search xesam-refresh-entry xesam-refresh-search-buffer xesam-search xesam-search-engines xesam-set-cached-property xesam-set-property xesam-signal-handler xref--find-buffer-visiting xref--pop-to-location)
(added \(setf\ jsonrpc--deferred-actions\) \(setf\ jsonrpc--events-buffer\) \(setf\ jsonrpc--events-buffer-scrollback-size\) \(setf\ jsonrpc--expected-bytes\) \(setf\ jsonrpc--next-request-id\) \(setf\ jsonrpc--notification-dispatcher\) \(setf\ jsonrpc--on-shutdown\) \(setf\ jsonrpc--process\) \(setf\ jsonrpc--request-continuations\) \(setf\ jsonrpc--request-dispatcher\) \(setf\ jsonrpc-last-error\) \(setf\ jsonrpc-name\) Info-history-back-menu Info-history-forward-menu Info-history-menu Man--window-state-change Man-build-section-list Man-columns Man-fit-to-window abbrev--table-symbols add-log--changelog-buffer-p add-log--pseudo-changelog-buffer-name add-log-find-changelog-buffer ange-ftp-access-file ange-ftp-add-name-to-file ange-ftp-copy-directory ange-ftp-file-accessible-directory-p ange-ftp-file-regular-p ange-ftp-make-symbolic-link ange-ftp-real-copy-directory ange-ftp-real-file-accessible-directory-p ange-ftp-real-file-regular-p ange-ftp-real-substitute-in-file-name ange-ftp-substitute-in-file-name ansi-color-apply-text-property-face apropos--revert-buffer arc-insert-unibyte article-make-date-combine-with-lapsed article-treat-smartquotes auth-source--deobfuscate auth-source--obfuscate auth-source--pad auth-source--unpad auth-source-json-check auth-source-json-search auth-source-netrc-looking-at-token auth-source-pass--disambiguate auth-source-pass--domains auth-source-pass--entries-matching-suffix auth-source-pass--find-match-unambiguous auth-source-pass--generate-entry-suffixes auth-source-pass--get-attr auth-source-pass--name-port-user-suffixes auth-source-pass--select-from-entries auth-source-secrets-saver authinfo--hide-passwords authinfo--toggle-display authinfo-mode auto-revert--end-lockout auto-revert--global-add-current-buffer auto-revert--global-adopt-current-buffer auto-revert--need-polling-p auto-revert--polled-buffers auto-revert-set-visited-file-name backtrace--change-button-skip backtrace--filter-visible backtrace--frames-from-thread backtrace--match-ellipsis-in-string backtrace--multi-line backtrace--pop-to-buffer-pos backtrace--print backtrace--print-flags backtrace--print-func-and-args backtrace--print-locals backtrace--print-to-string backtrace--reformat-sexp backtrace--set-feature backtrace--set-frame-locals-visible backtrace--set-locals-visible-overlay backtrace--single-line backtrace--toggle-feature backtrace--with-output-variables backtrace--xref-backend backtrace-backward-frame backtrace-expand-ellipses backtrace-expand-ellipsis backtrace-forward-frame backtrace-frame-args backtrace-frame-args--cmacro backtrace-frame-buffer backtrace-frame-buffer--cmacro backtrace-frame-evald backtrace-frame-evald--cmacro backtrace-frame-flags backtrace-frame-flags--cmacro backtrace-frame-fun backtrace-frame-fun--cmacro backtrace-frame-locals backtrace-frame-locals--cmacro backtrace-frame-p backtrace-frame-p--cmacro backtrace-frame-pos backtrace-frame-pos--cmacro backtrace-get-form backtrace-get-frame-end backtrace-get-frame-start backtrace-get-frames backtrace-get-index backtrace-get-section backtrace-get-text-properties backtrace-get-view backtrace-goto-source backtrace-help-follow-symbol backtrace-make-frame backtrace-make-frame--cmacro backtrace-mode backtrace-multi-line backtrace-print backtrace-print-frame backtrace-print-to-string backtrace-revert backtrace-single-line backtrace-to-string backtrace-toggle-locals backtrace-toggle-print-circle backtrace-toggle-print-gensym backtrace-update-flags base64url-encode-region base64url-encode-string battery--find-linux-sysfs-batteries benchmark-progn bibtex-next-entry bibtex-previous-entry bignump blink-cursor--rescan-frames blink-cursor--should-blink bookmark-bmenu-other-frame bookmark-jump-other-frame bookmark-menu browse-url-add-buttons browse-url-button-copy browse-url-button-open browse-url-button-open-url button--help-echo byte-compile--common-test byte-compile--cond-switch-prefix byte-compile--cond-vars byte-compile-file-form-make-obsolete byte-compile-file-form-with-suppressed-warnings byte-compile-info-message byte-compile-info-string byte-compile-suppressed-warnings byte-opt--arith-reduce byte-opt--portable-numberp byte-optimize--constant-symbol-p byte-optimize-1+ byte-optimize-1- byte-optimize-concat byte-optimize-equal byte-optimize-member byte-optimize-memq byte-run--unescaped-character-literals-warning c--call-post-self-insert-hook-more-safely c--call-post-self-insert-hook-more-safely-1 c-after-change-escape-NL-in-string c-after-change-mark-abnormal-strings c-after-change-unmark-raw-strings c-at-c++-raw-string-opener c-before-change-check-unbalanced-strings c-characterp c-check-qualified-type c-clear-string-fences c-clear-syn-tab c-clear-syn-tab-properties c-declaration-limits-1 c-defun-name-1 c-defun-name-and-limits c-do-brace-electrics c-do-declarators c-doc-fl-decl-end c-doc-fl-decl-start c-electric-pair-inhibit-predicate c-enclosing-c++-attribute c-end-of-token c-font-lock-flush c-forward-class-decl c-forward-noise-clause-not-macro-decl c-forward-over-compound-identifier c-forward-over-token c-forward-to-nth-EOF-\;-or-} c-full-get-near-cache-entry c-full-pp-to-literal c-full-put-near-cache-entry c-full-trim-near-cache c-get-doc-comment-style c-is-escaped c-lineup-2nd-brace-entry-in-arglist c-lineup-class-decl-init-+ c-lineup-class-decl-init-after-brace c-looking-at-c++-attribute c-maybe-font-lock-wrong-style-comments c-maybe-re-mark-raw-string c-min-property-position c-multiline-string-check-final-quote c-multiline-string-start-is-being-detached c-pps-to-string-delim c-propertize-raw-string-id c-put-syn-tab c-raw-string-in-end-delim c-remove-string-fences c-restore-string-fences c-search-backward-char-property-with-value-on-char c-search-forward-char-property-without-value-on-char c-semi-get-near-cache-entry c-semi-pp-to-literal c-semi-put-near-cache-entry c-semi-trim-near-cache c-set-doc-comment-char-list c-set-doc-comment-re-element c-set-doc-comment-res c-slow-enclosing-c++-attribute c-state-cache-lower-good-pos c-sub-at-c++-raw-string-opener c-trim-lit-pos-cache c-truncate-lit-pos-cache c-unescaped-nls-in-string-p c-will-be-escaped c-with-extended-string-fences calendar-dlet* ccl-fixnum cconv--convert-funcbody change-log-goto-source-internal change-log-insert-entries change-log-read-defuns change-log-read-entries char-fold--make-table char-fold-update-table checkdoc--create-error checkdoc--create-error--cmacro checkdoc-error-end--cmacro checkdoc-error-p checkdoc-error-p--cmacro checkdoc-error-start--cmacro checkdoc-error-text--cmacro checkdoc-error-unfixable--cmacro cl--struct-name-p cl-print-expand-ellipsis cl-print-insert-ellipsis cl-print-object-contents cl-print-propertize-ellipsis cl-print-to-string-with-limit clear-minibuffer-message combine-change-calls combine-change-calls-1 comint-send-invisible command-history-revert comment-region-default-1 compilation--default-buffer-name compilation--set-up-arrow-spec-in-margins compilation--set-up-margin compilation--tear-down-arrow-spec-in-margins compilation--tear-down-margin compilation--update-in-progress-mode-line compilation-goto-in-progress-buffer compilation-set-overlay-arrow completion--flex-adjust-metadata completion-flex--make-flex-pattern completion-flex-all-completions completion-flex-try-completion completion-locate-db-error completion-locate-entry completion-locate-entry-retry completion-pcm--pattern-point-idx connection-local-criteria-for-default-directory copy-backtrace-frame copy-checkdoc-error copy-debugger--buffer-state copy-edebug--frame copy-erc-input copy-file-notify copy-file-notify--rename copy-frameset-register copy-gnus-data copy-gnus-info copy-kmacro-register copy-mail-header copy-mh-buffer-data copy-mh-thread-container copy-mh-thread-message copy-mm-uu-entry copy-prop-match copy-tramp-goa-name cperl-char-ends-sub-keyword-p cperl-force-face cpp-locate-user-emacs-file css--color-to-4-dpc css--extract-index-name css--format-hex css--format-rgba-alpha css--hex-alpha css--hex-to-rgb css--join-nested-selectors css--named-color-to-hex css--prev-index-position css--rgb-to-named-color-or-hex css-cycle-color-format css-menu cua--rectangle-region-insert custom--should-apply-setting custom-face-documentation custom-group--draw-horizontal-line custom-variable-modified-p date-days-in-month date-ordinal-to-time debugger--buffer-state-content debugger--buffer-state-content--cmacro debugger--buffer-state-frames debugger--buffer-state-frames--cmacro debugger--buffer-state-header debugger--buffer-state-header--cmacro debugger--buffer-state-mode debugger--buffer-state-mode--cmacro debugger--buffer-state-p debugger--buffer-state-p--cmacro debugger--buffer-state-pos debugger--buffer-state-pos--cmacro debugger--insert-header debugger--print debugger--restore-buffer-state debugger--save-buffer-state debugger--save-buffer-state--cmacro debugger-quit decoded-time--alter-day decoded-time--alter-month decoded-time--alter-second decoded-time-add decoded-time-day decoded-time-day--cmacro decoded-time-dst decoded-time-dst--cmacro decoded-time-hour decoded-time-hour--cmacro decoded-time-minute decoded-time-minute--cmacro decoded-time-month decoded-time-month--cmacro decoded-time-second decoded-time-second--cmacro decoded-time-set-defaults decoded-time-weekday decoded-time-weekday--cmacro decoded-time-year decoded-time-year--cmacro decoded-time-zone decoded-time-zone--cmacro define-fringe-bitmap define-thing-chars diff--filter-substring diff--font-lock-cleanup diff--font-lock-prettify diff--font-lock-refined diff--font-lock-syntax diff--iterate-hunks diff--overlay-auto-delete diff--refine-hunk diff-add-log-current-defuns diff-buffers diff-check-labels diff-prev-line-if-patch-separator diff-syntax-fontify diff-syntax-fontify-hunk diff-syntax-fontify-props diff-wiggle dir-locals-to-string dired--find-hidden-pos dired--find-topmost-parent-dir dired--hidden-p dired--hide dired--unhide dired-create-empty-file dired-dwim-target-directories dired-dwim-target-next dired-dwim-target-next-visible dired-dwim-target-recent dired-grep-read-files dired-in-this-tree-p dired-maybe-create-dirs dired-number-of-marked-files dired-other-tab display-blink-cursor-p display-buffer--maybe-at-bottom display-buffer--maybe-pop-up-frame display-buffer--maybe-pop-up-window display-buffer-in-direction display-buffer-in-tab display-fill-column-indicator--turn-on display-fill-column-indicator-mode display-fill-column-indicator-mode-set-explicitly display-symbol-keys-p doc-view--revert-buffer doc-view--text-view-mode doc-view-fit-window-to-page doc-view-pdf-password-protected-ghostscript-p doc-view-pdf-password-protected-pdfdraw-p doc-view-pdfdraw-program-subcommand doc-view-presentation doc-view-presentation--propagate-pn doc-view-presentation-exit doc-view-presentation-mode dolist-with-progress-reporter dom-search dump-emacs-portable dump-emacs-portable--sort-predicate dump-emacs-portable--sort-predicate-copied easy-mmode--mode-docstring ebrowse--hidden-p ebrowse--hide ebrowse--unhide ecomplete-completion-table ecomplete-decay ecomplete-decay-1 ecomplete-newness ecomplete-usage edebug--add-source-info edebug--backtrace-goto-source edebug--edebug-on-entry-functions edebug--frame-after-index edebug--frame-after-index--cmacro edebug--frame-args edebug--frame-args--cmacro edebug--frame-before-index edebug--frame-before-index--cmacro edebug--frame-buffer edebug--frame-buffer--cmacro edebug--frame-def-name edebug--frame-def-name--cmacro edebug--frame-evald edebug--frame-evald--cmacro edebug--frame-flags edebug--frame-flags--cmacro edebug--frame-fun edebug--frame-fun--cmacro edebug--frame-locals edebug--frame-locals--cmacro edebug--frame-p edebug--frame-p--cmacro edebug--frame-pos edebug--frame-pos--cmacro edebug--make-frame edebug--make-frame--cmacro edebug--restore-breakpoints edebug--strip-instrumentation edebug--symbol-not-prefixed-p edebug--unwrap*-symbol-function edebug--unwrap-frame edebug--unwrap1 edebug-backtrace-hide-instrumentation edebug-backtrace-show-instrumentation edebug-cancel-edebug-on-entry edebug-default-enter edebug-match-cl-macrolet-body edebug-match-cl-macrolet-expr edebug-match-cl-macrolet-name edebug-new-definition edebug-pop-to-backtrace edebug-remove-instrumentation edebug-toggle-disable-breakpoint edebug-unset-breakpoints ediff--buffer-file-name eieio--full-class-object eieio-declare-slots eldoc--eval-expression-setup electric-layout-local-mode electric-layout-post-self-insert-function-1 electric-pair--save-literal-point-excursion emacs-index--prompt emacs-lisp-compilation-file-name-or-buffer emacs-lisp-compilation-mode emacs-lisp-compilation-recompile emacs-lisp-set-electric-text-pairs emacs-repository-branch-git emacs-repository-get-branch emerge--current-beg emerge--current-end enriched-decode-charset enriched-handle-charset-prop epa-file--replace-text epg--decode-percent-escape-as-utf-8 epg-context-sender epg-context-sender--cmacro epg-required-version-p erc--switch-to-buffer erc-add-server-user--inliner erc-channel-user-admin-p--inliner erc-channel-user-halfop-p--inliner erc-channel-user-op-p--inliner erc-channel-user-owner-p--inliner erc-channel-user-voice-p--inliner erc-dcc-get-parent--inliner erc-dcc-unquote-filename--inliner erc-get-channel-user--inliner erc-get-server-user--inliner erc-input-insertp erc-input-insertp--cmacro erc-input-p erc-input-p--cmacro erc-input-sendp erc-input-sendp--cmacro erc-input-string erc-input-string--cmacro erc-log--inliner erc-nickserv-alist-ident-command--inliner erc-nickserv-alist-ident-keyword--inliner erc-nickserv-alist-identified-regexp--inliner erc-nickserv-alist-nickserv--inliner erc-nickserv-alist-regexp--inliner erc-nickserv-alist-sender--inliner erc-nickserv-alist-use-nick-p--inliner erc-possibly-scroll-to-bottom erc-remove-server-user--inliner erc-server-reconnect-p--inliner erc-switch-to-buffer-other-window erc-track--switch-buffer erc-track-switch-buffer-other-window ert--insert-backtrace-header ert-test-aborted-with-non-local-exit-duration ert-test-aborted-with-non-local-exit-duration--cmacro ert-test-failed-duration ert-test-failed-duration--cmacro ert-test-passed-duration ert-test-passed-duration--cmacro ert-test-quit-duration ert-test-quit-duration--cmacro ert-test-result-duration ert-test-result-duration--cmacro ert-test-result-with-condition-duration ert-test-result-with-condition-duration--cmacro ert-test-skipped-duration ert-test-skipped-duration--cmacro eshell-get-path eshell-history-substitution eshell-uniquify-list eudc-query-with-words eww--preprocess-html exec-path exif--direct-ascii-value exif--field-format exif--parse-directory exif--parse-exif-chunk exif--parse-jpeg exif--process-value exif--read-chunk exif--read-number exif--read-number-be exif--read-number-le exif-orientation exif-parse-buffer exif-parse-file face-extend-p facemenu-set-charset faceup-clean-buffer faceup-clean-string faceup-copy-and-quote faceup-defexplainer faceup-get-text-properties faceup-has-any-text-property faceup-markup-buffer faceup-markup-string faceup-markup-to-buffer faceup-next-property-change faceup-next-single-property-change faceup-normalize-face-property faceup-render-string faceup-render-to-buffer faceup-render-to-string faceup-render-view-buffer faceup-test-equal faceup-test-equal-explainer faceup-test-font-lock-buffer faceup-test-font-lock-buffer-explainer faceup-test-font-lock-file faceup-test-font-lock-file-explainer faceup-test-font-lock-string faceup-test-font-lock-string-explainer faceup-this-file-directory faceup-view-buffer faceup-write-file fido-mode file-cache--add-from-buffer file-notify--add-watch-gfilenotify file-notify--add-watch-inotify file-notify--add-watch-kqueue file-notify--add-watch-w32notify file-notify--call-handler file-notify--callback file-notify--callback--cmacro file-notify--callback-gfilenotify file-notify--callback-inotify file-notify--callback-kqueue file-notify--callback-w32notify file-notify--event file-notify--event--cmacro file-notify--expand-file-name file-notify--handle-event file-notify--rename-cookie file-notify--rename-cookie--cmacro file-notify--rename-desc file-notify--rename-desc--cmacro file-notify--rename-from-file file-notify--rename-from-file--cmacro file-notify--rename-make file-notify--rename-make--cmacro file-notify--rename-p file-notify--rename-p--cmacro file-notify--rename-watch file-notify--rename-watch--cmacro file-notify-p file-notify-p--cmacro file-size-human-readable-iec file-system-info fileloop--case-fold fileloop--list-to-iterator fileloop-continue fileloop-initialize fileloop-initialize-replace fileloop-initialize-search fileloop-next-file files--ask-user-about-large-file fill-polish-nobreak-p find-dired-sort-by-filename find-file-other-tab find-tag--completion-ignore-case fixnump flatten-list flatten-tree flymake--diag-data flymake--diag-data--cmacro flymake--diag-overlay flymake--diag-overlay--cmacro flymake--diag-overlay-properties flymake--diag-overlay-properties--cmacro flymake--intersects-p flymake--severity flymake-cc flymake-cc--make-diagnostics flymake-cc-use-special-make-target flymake-diagnostic-data follow-pre-redisplay-function font-lock--add-text-property font-lock-debug-fontify footnote--adaptive-fill-function footnote--calc-fn-alignment-column footnote--current-regexp footnote--english-lower footnote--english-upper footnote--fill-paragraph footnote--fill-prefix-string footnote--get-area-point-max footnote--get-area-point-min footnote--goto-char-point-max footnote--goto-first footnote--hebrew-numeric footnote--hebrew-symbolic footnote--index-to-string footnote--insert-footnote footnote--insert-markers footnote--insert-numbered-footnote footnote--latin footnote--local-advice footnote--make-hole footnote--narrow-to-footnotes footnote--numeric footnote--point-in-body-p footnote--refresh-footnotes footnote--renumber footnote--roman-common footnote--roman-lower footnote--roman-upper footnote--sort footnote--text-under-cursor footnote--under-cursor footnote--unicode footnote-add-footnote footnote-back-to-message footnote-cycle-style footnote-delete-footnote footnote-goto-footnote footnote-renumber-footnotes footnote-set-style format-spec--pad format-spec--parse-modifiers frame-focus-state frame-old-selected-window frame-window-state-change frameset-filter-tabs frameset-make-register frameset-make-register--cmacro frameset-register-frame-id frameset-register-frame-id--cmacro frameset-register-frameset frameset-register-frameset--cmacro frameset-register-p frameset-register-p--cmacro frameset-register-point frameset-register-point--cmacro gamegrid-calculate-glyph-size gamegrid-insert-xbm-bits gamegrid-xbm gamegrid-xpm global-display-fill-column-indicator-mode global-display-fill-column-indicator-mode-check-buffers global-display-fill-column-indicator-mode-cmhh global-display-fill-column-indicator-mode-enable-in-buffers global-so-long-mode global-tab-line-mode global-tab-line-mode-check-buffers global-tab-line-mode-cmhh global-tab-line-mode-enable-in-buffers global-wordstar-mode global-wordstar-mode-check-buffers global-wordstar-mode-cmhh global-wordstar-mode-enable-in-buffers gnus--abort-on-unsaved-message-buffers gnus--string-truncate-left gnus-article-treat-smartquotes gnus-collect-urls gnus-data-find--inliner gnus-data-find-in gnus-data-header--cmacro gnus-data-level--cmacro gnus-data-make--cmacro gnus-data-mark--cmacro gnus-data-number--cmacro gnus-data-pos--cmacro gnus-data-pseudo-p--inliner gnus-data-read-p--inliner gnus-data-unread-p--inliner gnus-data-unseen-p gnus-group--read-bug-ids gnus-info--grow-entry gnus-info--set-level gnus-info--set-score gnus-info-group--cmacro gnus-info-make gnus-info-make--cmacro gnus-info-marks--cmacro gnus-info-method--cmacro gnus-info-params--cmacro gnus-info-rank--cmacro gnus-info-read--cmacro gnus-mode gnus-registry--munge-group-names gnus-registry-clear gnus-score-find-favorite-words gnus-server-set-cloud-method-server gnus-shorten-url gnus-summary-article-header--inliner gnus-summary-attach-article gnus-summary-browse-url gnus-summary-button-backward gnus-summary-button-forward gnus-summary-next-unseen-article gnus-summary-prev-unseen-article gnus-text-property-search gnutls--get-files gnutls-crlfiles gnutls-format-certificate gravatar--query-string grep-find-toggle-abbreviation group-name help--binding-undefined-p help--filter-info-list help--read-key-sequence help-command-error-confusable-suggestions help-fns--customize-variable help-fns--disabled help-fns--ensure-empty-line help-fns--face-attributes help-fns--face-custom-version-info help-fns--first-release help-fns--globalized-minor-mode help-fns--mention-first-release help-fns--side-effects help-fns--var-alias help-fns--var-aliases help-fns--var-bufferlocal help-fns--var-file-local help-fns--var-ignored-local help-fns--var-obsolete help-fns--var-risky help-fns--var-safe-local help-fns--var-watchpoints help-function-def--button-function help-uni-confusable-suggestions hexl-follow-ascii-mode hfy-color hfy-color-vals hfy-fallback-color-values html-div html-id-anchor html-span ibuffer-filter-by-process icomplete--category icomplete--fido-mode-setup icomplete--sorted-completions icomplete-fido-backward-updir icomplete-fido-delete-char icomplete-fido-exit icomplete-fido-kill icomplete-fido-ret icomplete-force-complete ido-switch-to-completions ignore-error image--imagemagick-wanted-p image--window-state-change image-convert image-convert-p image-converter--convert image-converter--convert-magick image-converter--find-converter image-converter--mime-type image-converter--probe image-converter--value image-fit-to-window image-mode--mark-file image-mode--setup-mode image-mode-copy-file-name-as-kill image-mode-mark-file image-mode-unmark-file image-mouse-decrease-size image-mouse-increase-size image-transform-fit-both image-transform-original indian-iscii-to-ucs-region indian-ucs-to-iscii-region internal--define-uninitialized-variable internal-handle-focus-in isearch--highlight-regexp-or-lines isearch--yank-char-or-syntax isearch-beginning-of-buffer isearch-end-of-buffer isearch-highlight-lines-matching-regexp isearch-lazy-count-format isearch-lazy-highlight-buffer-update isearch-lazy-highlight-match isearch-mouse-leave-buffer isearch-string-propertize isearch-tmm-menubar isearch-tool-bar-image isearch-update-from-string-properties isearch-yank-symbol-or-char isearch-yank-until-char iso8601--concat-regexps iso8601--decimalize iso8601--decoded-time iso8601--encode-time iso8601--match iso8601--value iso8601-parse iso8601-parse-date iso8601-parse-duration iso8601-parse-interval iso8601-parse-time iso8601-parse-zone iso8601-valid-p ispell--run-on-word ispell-correct-p ispell-error-checking-word iter-make jit-lock--antiblink-post-command js--broken-arrow-terminates-line-p js--fill-c-advice js--syntactic-mode-name-part js--syntax-propertize-extend-region js--unary-keyword-p js-fill-paragraph js-jsx--at-enclosing-tag-child-p js-jsx--context js-jsx--contextual-indentation js-jsx--detect-after-change js-jsx--detect-and-enable js-jsx--enclosing-curly-pos js-jsx--enclosing-tag-pos js-jsx--expr-attribute-pos js-jsx--expr-indentation js-jsx--goto-outermost-enclosing-curly js-jsx--indentation js-jsx--looking-at-start-tag-p js-jsx--looking-back-at-end-tag-p js-jsx--match-attribute-name js-jsx--match-expr js-jsx--match-tag-beg js-jsx--match-tag-end js-jsx--match-tag-name js-jsx--match-text js-jsx--matched-tag-type js-jsx--matching-close-tag-pos js-jsx--syntax-propertize-extend-region js-jsx--syntax-propertize-tag js-jsx--syntax-propertize-tag-text js-jsx--text-range js-jsx-enable js-use-syntactic-mode-name json-insert json-parse-buffer json-parse-string json-serialize jsonrpc--async-request-1 jsonrpc--call-deferred jsonrpc--debug jsonrpc--deferred-actions jsonrpc--events-buffer jsonrpc--events-buffer-scrollback-size jsonrpc--expected-bytes jsonrpc--json-encode jsonrpc--json-read jsonrpc--log-event jsonrpc--message jsonrpc--next-request-id jsonrpc--notification-dispatcher jsonrpc--on-shutdown jsonrpc--process jsonrpc--process-filter jsonrpc--process-sentinel jsonrpc--reply jsonrpc--request-continuations jsonrpc--request-dispatcher jsonrpc--warn jsonrpc-async-request jsonrpc-connection jsonrpc-connection--anon-cmacro jsonrpc-connection--eieio-childp jsonrpc-connection-child-p jsonrpc-connection-list-p jsonrpc-connection-p jsonrpc-connection-ready-p jsonrpc-connection-receive jsonrpc-connection-send jsonrpc-error jsonrpc-events-buffer jsonrpc-forget-pending-continuations jsonrpc-lambda jsonrpc-last-error jsonrpc-name jsonrpc-notify jsonrpc-process-connection jsonrpc-process-connection--anon-cmacro jsonrpc-process-connection--eieio-childp jsonrpc-process-connection-child-p jsonrpc-process-connection-list-p jsonrpc-process-connection-p jsonrpc-process-type jsonrpc-request jsonrpc-running-p jsonrpc-shutdown jsonrpc-stderr-buffer kmacro-keyboard-macro-p kmacro-make-register kmacro-make-register--cmacro kmacro-p kmacro-register-macro kmacro-register-macro--cmacro kmacro-register-p kmacro-register-p--cmacro libxml-available-p lisp--match-confusable-symbol-character list-threads log-edit--insert-filled-defuns log-edit--toggle-amend log-edit-fill-entry log-edit-generate-changelog-from-diff logcount macros--insert-vector-macro mail-header-chars--cmacro mail-header-date--cmacro mail-header-extra--cmacro mail-header-from--cmacro mail-header-id--cmacro mail-header-lines--cmacro mail-header-number--cmacro mail-header-p mail-header-references--cmacro mail-header-subject--cmacro mail-header-xref--cmacro mailcap-file-name-to-mime-type major-mode-restore major-mode-suspend make-debugger--buffer-state make-debugger--buffer-state--cmacro make-decoded-time make-empty-file make-erc-input make-erc-input--cmacro make-file-notify make-file-notify--cmacro make-frame-on-monitor make-full-mail-header--cmacro make-ppss make-ppss--cmacro make-prop-match make-prop-match--cmacro make-tramp-goa-name make-tramp-goa-name--cmacro map--into-hash map--plist-delete map--plist-p map-insert map-put! math--format-integer-fancy menu-bar--display-line-numbers-mode-absolute menu-bar--display-line-numbers-mode-none menu-bar--display-line-numbers-mode-relative menu-bar--display-line-numbers-mode-visual menu-bar--toggle-truncate-long-lines menu-bar--visual-line-mode-enable menu-bar--wrap-long-lines-window-edge message--alter-repeat-address message--bbdb-query-with-words message--cache-encoded message--check-continuation-headers message--default-send-mail-function message--in-tocc-p message--name-table message--rotate-fixnum-left message--send-mail-maybe-partially message--sendmail-envelope-from message-all-epg-keys-available-p message-all-recipients message-ecomplete-capf message-font-lock-make-cited-text-matcher message-match-to-eoh message-sign-encrypt-if-all-keys-available message-use-send-mail-function message-widen-and-recenter mh-buffer-data-p--cmacro mh-container-children--cmacro mh-container-message--cmacro mh-container-parent--cmacro mh-container-real-child-p--cmacro mh-identity-field mh-make-buffer-data--cmacro mh-message-id--cmacro mh-message-references--cmacro mh-message-subject--cmacro mh-message-subject-re-p--cmacro mh-mime-handles--cmacro mh-mime-handles-cache--cmacro mh-mime-part-index-hash--cmacro mh-mime-parts-count--cmacro mh-select-identity mh-thread-container-p--cmacro mh-thread-make-container--cmacro mh-thread-make-message--cmacro mh-thread-message-p--cmacro minibuffer--message-overlay-pos minibuffer-beginning-of-buffer minibuffer-error-function minibuffer-error-initialize minibuffer-history-value minibuffer-recenter-top-bottom minibuffer-scroll-down-command minibuffer-scroll-other-window minibuffer-scroll-other-window-down minibuffer-scroll-up-command mm-images-in-region-p mm-sec-error mm-sec-status mm-uu-beginning-regexp--cmacro mm-uu-end-regexp--cmacro mm-uu-function-1--cmacro mm-uu-function-2--cmacro mm-uu-function-extract--cmacro mm-uu-type--cmacro mode-line-default-help-echo mode-local--activate-bindings mode-local--deactivate-bindings mode-local--describe-overload mode-local--function-overload-p mode-local--new-bindings mode-local--overload-docstring-extension mode-local--overload-obsoleted-by mode-local--overload-that-obsolete mode-local--set-parent mouse--click-1-maybe-follows-link mouse-drag-region-rectangle mouse-wheel--get-scroll-window mouse-wheel--remove-bindings mouse-wheel-text-scale mpc-read-seek network-lookup-address-info newsticker--insert-bytes next-error-buffer-on-selected-frame next-error-buffer-unnavigated-current next-error-found next-error-select-buffer next-window-any-frame ngettext nnimap-group-to-imap nnmail-log-split nslookup--ipv6-expand nslookup-host-ipv4 nslookup-host-ipv6 nsm--encryption nsm-cipher-suite nsm-network-same-subnet nsm-protocol-check--3des-cipher nsm-protocol-check--anon-kx nsm-protocol-check--cbc-cipher nsm-protocol-check--compression nsm-protocol-check--dhe-kx nsm-protocol-check--dhe-prime-kx nsm-protocol-check--ecdsa-cbc-cipher nsm-protocol-check--export-kx nsm-protocol-check--md5-sig nsm-protocol-check--null-suite nsm-protocol-check--rc4-cipher nsm-protocol-check--renegotiation-info-ext nsm-protocol-check--rsa-kx nsm-protocol-check--same-cert nsm-protocol-check--sha1-sig nsm-protocol-check--verify-cert nsm-protocol-check--version nsm-save-fingerprint-maybe nsm-should-check nxml-syntax-propertize ob-eshell-session-live-p occur--garbage-collect-revert-args octave-maybe-mode old-selected-frame old-selected-window opascal--scan-non-whitespace-backward org--check-org-structure-template-alist org--do-wrap org--file-apps-entry-dlink-p org--file-apps-regexp-alist org--file-default-apps org--get-local-tags org--insert-structure-template-mks org--insert-structure-template-unique-keys org--latex-preview-region org--make-preview-overlay org--mks-read-key org--setup-calendar-bindings org--string-from-props org--tag-add-to-alist org--tags-expand-group org-add-log-current-headline org-agenda--insert-overriding-header org-agenda-filter org-agenda-filter-any org-agenda-filter-completion-function org-agenda-get-category org-agenda-get-represented-categories org-align-tags org-archive--compute-location org-ascii-convert-region-to-ascii org-ascii-convert-region-to-utf8 org-attach-buffer org-attach-complete-link org-attach-dir-from-id org-attach-dir-get-create org-attach-dired-to-subtree org-attach-export-link org-attach-git-annex-get-maybe org-attach-git-commit org-attach-git-use-annex org-attach-id-ts-folder-format org-attach-id-uuid-folder-format org-attach-open-link org-attach-unset-directory org-babel-clojure-cider-current-ns org-babel-clojure-initiate-session org-babel-clojure-var-to-clojure org-babel-edit-prep:elisp org-babel-edit-prep:emacs-lisp org-babel-emacs-lisp-lexical org-babel-eshell-initiate-session org-babel-execute:eshell org-babel-execute:fish org-babel-execute:zsh org-babel-find-db-connection-param org-babel-load-session:eshell org-babel-prep-session:clojure org-babel-prep-session:eshell org-babel-variable-assignments:clojure org-babel-variable-assignments:eshell org-babel-variable-assignments:fish org-babel-variable-assignments:zsh org-browse-news org-buffer-hash org-clear-latex-preview org-clock-restore-frame-title-format org-columns--collect org-ctrl-c-tab org-decode-time org-dynamic-block-define org-dynamic-block-function org-dynamic-block-insert-dblock org-dynamic-block-types org-export--update-included-link org-export-excluded-from-toc-p org-export-resolve-link org-flag-above-first-heading org-flag-region org-fontify-extend-region org-format-time-string org-goto--local-search-headings org-goto--set-map org-goto-location org-habit-toggle-display-in-agenda org-html--math-environment-p org-html--unlabel-latex-environment org-html--wrap-latex-environment org-info-find-node org-inlinetask-end-p org-insert-structure-template org-irc-export org-latex--decorate-table org-latex-preview org-line-number-display-width org-link--buffer-for-internals org-link--decode-compound org-link--decode-single-byte-sequence org-link--fontify-links-to-this-file org-link--open-doi org-link--open-elisp org-link--open-help org-link--open-shell org-link--prettify org-link--search-radio-target org-link--try-special-completion org-link-add-angle-brackets org-link-add-props org-link-complete-file org-link-decode org-link-email-description org-link-encode org-link-heading-search-string org-link-make-regexps org-link-make-string org-link-open org-link-open-from-string org-link-store-props org-lint-percent-encoding-link-escape org-lint-spurious-colons org-list--delete-metadata org-macro--find-date org-macro--find-keyword-value org-macro--get-property org-macro--set-template org-make-tag-string org-num--clear org-num--current-numbering org-num--headline-regexp org-num--invalidate-overlay org-num--make-overlay org-num--number-region org-num--overlay-p org-num--refresh-display org-num--skip-value org-num--update org-num--valid-overlay-p org-num--verify org-num-default-format org-num-mode org-org-timestamp org-preserve-local-variables org-show-all org-show-branches-buffer org-src-get-lang-mode org-src-source-buffer org-src-source-type org-string-collate-greaterp org-string-collate-lessp org-string< org-strip-quotes org-table--align-field org-table--force-dataline org-table--increment-field org-table--list-shrunk-columns org-table--make-shrinking-overlay org-table--move-cell org-table--number-for-summing org-table--read-column-selection org-table--rematch-and-replace org-table--set-calc-mode org-table--shrink-columns org-table--shrink-field org-table--shrunk-field org-table--swap-cells org-table-expand org-table-move-cell-down org-table-move-cell-left org-table-move-cell-right org-table-move-cell-up org-table-shrink org-table-toggle-column-width org-table-with-shrunk-columns org-table-with-shrunk-field org-tempo--include-file org-tempo--keys org-tempo--update-maybe org-tempo-add-block org-tempo-add-keyword org-tempo-add-templates org-tempo-complete-tag org-tempo-setup org-time-add org-time-convert-to-integer org-time-convert-to-list org-time-less-p org-time-since org-time-subtract org-timestamp-from-string org-timestamp-from-time org-timestamp-to-time org-toggle-narrow-to-subtree orgtbl-mode-menu package--alist package--ensure-package-menu-mode package--get-description package--imenu-extract-index-name-function package--imenu-prev-index-position-function package--print-email-button package--quickstart-maybe-refresh package--unless-error package--with-response-buffer-1 package-activate-all package-check-signature package-get-version package-menu--refresh-contents package-menu-clear-filter package-menu-filter-by-keyword package-menu-filter-by-name package-quickstart-refresh page--count-lines-page page--what-page pages-add-new-page pages-ctl-x-ctl-p-prefix pages-next-page pages-previous-page pages-search pages-set-delimiter pages-sort-buffer pages-sort-region pcmpl-gnu-make-all-targets pcmpl-gnu-make-includes pcmpl-gnu-make-targets pcomplete-uniquify-list pcomplete/org-mode/drawer pdumper-stats pinyin-convert ppss-comment-depth ppss-comment-depth--cmacro ppss-comment-or-string-start ppss-comment-or-string-start--cmacro ppss-comment-style ppss-comment-style--cmacro ppss-depth ppss-depth--cmacro ppss-innermost-start ppss-innermost-start--cmacro ppss-last-complete-sexp-start ppss-last-complete-sexp-start--cmacro ppss-min-depth ppss-min-depth--cmacro ppss-open-parens ppss-open-parens--cmacro ppss-quoted-p ppss-quoted-p--cmacro ppss-string-terminator ppss-string-terminator--cmacro ppss-two-character-syntax ppss-two-character-syntax--cmacro previous-window-any-frame profiler--xref-backend project--dir-ignores project--file-completion-table project--files-in-directory project--find-regexp-in-files project--git-submodules project--process-file-region project--read-file-absolute project--read-file-cpd-relative project--remote-file-names project--vc-list-files project-files project-query-replace-regexp project-search prop-match-beginning prop-match-beginning--cmacro prop-match-end prop-match-end--cmacro prop-match-p prop-match-p--cmacro prop-match-value prop-match-value--cmacro proper-list-p python-do-auto-fill python-pdbtrack-comint-input-filter-function python-pdbtrack-process-sentinel python-pdbtrack-setup-tracking python-pdbtrack-tracking-finish python-pdbtrack-unset-tracked-buffer python-shell-send-statement read-char-from-minibuffer read-char-from-minibuffer-insert-char read-char-from-minibuffer-insert-other read-password--hide-password reb-fontify-string-re reb-mark-non-matching-parenthesis reb-restart-font-lock reb-while rectangle--reset-point-crutches rectangle-dimensions rectangle-intersect-p rectangle-position-as-coordinates reftex-amsmath-eqref register-val-describe register-val-insert register-val-jump-to replace-region-contents report-emacs-bug--os-description rfc2047--break-line ring-resize ruby-find-library-file ruby-flymake-rubocop--use-bundler-p rx--all-string-or-args rx--atomic-regexp rx--bracket rx--charset-intersection rx--charset-intervals rx--charset-p rx--charset-union rx--check-repeat-arg rx--complement-intervals rx--condense-intervals rx--control-greedy rx--empty rx--enclose rx--every rx--expand-def rx--expand-eval rx--expand-template rx--extend-local-defs rx--foldl rx--generate-alt rx--intersect-intervals rx--intervals-to-alt rx--lookup-def rx--make-binding rx--make-named-binding rx--normalise-or-arg rx--parse-any rx--pcase-transform rx--sequence rx--string-to-intervals rx--substitute rx--to-expr rx--translate rx--translate-** rx--translate-= rx--translate->= rx--translate-any rx--translate-backref rx--translate-bounded-repetition rx--translate-category rx--translate-compat-form rx--translate-counted-repetition rx--translate-eval rx--translate-form rx--translate-group rx--translate-group-n rx--translate-intersection rx--translate-literal rx--translate-not rx--translate-or rx--translate-regexp rx--translate-rep rx--translate-repeat rx--translate-seq rx--translate-symbol rx--translate-syntax rx--translate-union rx--union-intervals rx-define rx-let rx-let-eval scroll-lock-next-line-always-scroll search-forward-help-for-help seq-contains-p seq-first seq-rest set-face-extend set-frame-window-state-change set-minibuffer-message sgml--syntax-propertize-ppss sgml-font-lock-syntactic-face sh--assignment-collect shell-command-save-pos-or-erase shell-command-set-point-after-cmd shr--blink-link shr--current-link-region shr--fix-table shr--fix-tbody shr--image-type shr--use-cookies-p shr-mouse-browse-url-new-window shr-tag-abbr shr-tag-acronym shr-tag-code smerge-vc-next-conflict smtpmail--sanitize-error-message snake-mode-menu snake-null-menu so-long so-long--action-alist-setter so-long--action-type so-long--change-major-mode so-long--check-header-modes so-long--disable so-long--enable so-long--ensure-enabled so-long--hack-local-variables so-long--hack-one-local-variable so-long--set-auto-mode so-long-after-change-major-mode so-long-commentary so-long-customize so-long-deferred so-long-detected-long-line-p so-long-disable so-long-disable-minor-modes so-long-enable so-long-function so-long-function-longlines-mode so-long-handle-file-local-mode so-long-inhibit so-long-inhibit-global-hl-line-mode so-long-inhibit-whitespace-mode so-long-make-buffer-read-only so-long-menu so-long-minor-mode so-long-mode so-long-mode-downgrade so-long-mode-line-info so-long-mode-revert so-long-original so-long-override-variables so-long-remember so-long-remember-all so-long-restore-minor-modes so-long-restore-variable so-long-restore-variables so-long-revert so-long-revert-buffer-read-only so-long-revert-function so-long-revert-function-longlines-mode so-long-unload-function socks--open-network-stream sql-auth-source-search-wallet sql-buffer-hidden-p sql-comint-mariadb sql-display-buffer sql-generate-unique-sqli-buffer-name sql-highlight-mariadb-keywords sql-indent-enable sql-is-sqli-buffer-p sql-make-progress-reporter sql-mariadb sql-progress-reporter-done sql-progress-reporter-update sql-set-dialect startup--get-buffer-create-scratch startup--load-user-init-file startup--xdg-or-homedot string-distance svg--closepath-command svg--curveto-command svg--elliptical-arc-command svg--elliptical-arc-coordinates svg--encode-text svg--eval-path-command svg--horizontal-lineto-command svg--lineto-command svg--moveto-command svg--path-command-symbol svg--plist-delete svg--quadratic-bezier-curveto-command svg--smooth-curveto-command svg--smooth-quadratic-bezier-curveto-command svg--vertical-lineto-command svg--wrap-svg svg-clip-path svg-node svg-path switch-to-buffer-other-tab switch-to-prev-buffer-skip-p syntax-ppss--update-stats tab-bar--current-tab tab-bar--current-tab-index tab-bar--history-change tab-bar--reusable-frames tab-bar--tab tab-bar--tab-index tab-bar--tab-index-by-name tab-bar--tab-index-recent tab-bar--tabs-recent tab-bar-close-other-tabs tab-bar-close-tab tab-bar-close-tab-by-name tab-bar-get-buffer-tab tab-bar-handle-mouse tab-bar-history--pre-change tab-bar-history-back tab-bar-history-forward tab-bar-history-mode tab-bar-make-keymap tab-bar-make-keymap-1 tab-bar-mode tab-bar-move-tab tab-bar-move-tab-to tab-bar-move-tab-to-frame tab-bar-new-tab tab-bar-new-tab-to tab-bar-rename-tab tab-bar-rename-tab-by-name tab-bar-select-tab tab-bar-select-tab-by-name tab-bar-switch-to-next-tab tab-bar-switch-to-prev-tab tab-bar-switch-to-recent-tab tab-bar-switch-to-tab tab-bar-tab-name-all tab-bar-tab-name-current tab-bar-tab-name-current-with-count tab-bar-tab-name-truncated tab-bar-tabs tab-bar-undo-close-tab tab-close tab-close-other tab-line-auto-hscroll tab-line-close-tab tab-line-format tab-line-format-template tab-line-hscroll tab-line-hscroll-left tab-line-hscroll-right tab-line-mode tab-line-mode--turn-on tab-line-mode-set-explicitly tab-line-new-tab tab-line-select-tab tab-line-select-tab-buffer tab-line-switch-to-next-tab tab-line-switch-to-prev-tab tab-line-tab-name-buffer tab-line-tab-name-truncated-buffer tab-line-tabs-buffer-group-name tab-line-tabs-buffer-groups tab-line-tabs-buffer-list tab-line-tabs-mode-buffers tab-line-tabs-window-buffers tab-list tab-move tab-move-to tab-new tab-new-to tab-next tab-previous tab-recent tab-rename tab-select tab-switcher tab-switcher-backup-unmark tab-switcher-current-tab tab-switcher-delete tab-switcher-delete-backwards tab-switcher-delete-from-list tab-switcher-execute tab-switcher-mode tab-switcher-mouse-select tab-switcher-next-line tab-switcher-noselect tab-switcher-prev-line tab-switcher-select tab-switcher-unmark tab-undo tabulated-list-clear-all-tags tabulated-list-make-glyphless-char-display-table tabulated-list-narrow-current-column tabulated-list-widen-current-column tags--all-files tags--compat-files tags--compat-initialize tags--get-current-buffer-name-in-tags-file tags-next-file tcl-beginning-of-defun-function tcl-end-of-defun-function telnet-revert-buffer tempo-template-org-include term--filter-buffer-substring term--last-line term--remove-fake-newlines term--reset-scroll-region term--unwrap-visible-long-lines term-move-to-column testcover--copy-object testcover--copy-object1 testcover-after-instrumentation testcover-analyze-coverage testcover-analyze-coverage-backquote testcover-analyze-coverage-backquote-form testcover-analyze-coverage-compose testcover-analyze-coverage-edebug-after testcover-analyze-coverage-progn testcover-analyze-coverage-wrapped-application testcover-analyze-coverage-wrapped-form testcover-before testcover-coverage-combine testcover-init-definition tetris-mode-menu tetris-null-menu texinfo-insert-dwim-@ref text-property--find-end-backward text-property--find-end-forward text-property--match-p text-property-search-backward text-property-search-forward thread-handle-event thread-list--get-entries thread-list--get-status thread-list--make-backtrace-frame thread-list--name thread-list--send-signal thread-list--timer-func thread-list-backtrace--insert-header thread-list-backtrace--revert-hook-function thread-list-mode thread-list-pop-to-backtrace thread-list-send-error-signal thread-list-send-quit-signal thunk-let thunk-let* time-convert time-equal-p time-stamp-zone-type-p timeclock-entry-begin--cmacro timeclock-entry-comment--cmacro timeclock-entry-end--cmacro timeclock-entry-final-p timeclock-entry-final-p--cmacro timeclock-entry-project--cmacro tmm-menubar-keymap toggle-tab-bar-mode-from-frame tramp--with-startup tramp-action-confirm-message tramp-adb-handle-exec-path tramp-adb-handle-make-process tramp-archive-autoload-file-name-handler tramp-archive-autoload-file-name-regexp tramp-archive-cleanup-hash tramp-archive-dissect-file-name tramp-archive-file-name-archive tramp-archive-file-name-for-operation tramp-archive-file-name-handler tramp-archive-file-name-localname tramp-archive-file-name-p tramp-archive-gvfs-file-name tramp-archive-gvfs-host tramp-archive-handle-access-file tramp-archive-handle-copy-file tramp-archive-handle-directory-file-name tramp-archive-handle-dired-uncache tramp-archive-handle-file-attributes tramp-archive-handle-file-executable-p tramp-archive-handle-file-local-copy tramp-archive-handle-file-name-all-completions tramp-archive-handle-file-readable-p tramp-archive-handle-file-system-info tramp-archive-handle-file-truename tramp-archive-handle-insert-directory tramp-archive-handle-insert-file-contents tramp-archive-handle-load tramp-archive-handle-not-implemented tramp-archive-handle-temporary-file-directory tramp-archive-run-real-handler tramp-compat-exec-path tramp-compat-file-attribute-access-time tramp-compat-file-attribute-status-change-time tramp-compat-file-local-name tramp-compat-flatten-tree tramp-compat-progress-reporter-update tramp-compat-time-equal-p tramp-dbus-function tramp-default-rename-file tramp-dissect-hop-name tramp-file-local-name tramp-file-name-archive tramp-file-notify-process-sentinel tramp-flush-connection-properties tramp-flush-directory-properties tramp-flush-file-properties tramp-flush-file-upper-properties tramp-get-goa-accounts tramp-get-ls-command-with tramp-get-remote-gio-monitor tramp-get-sh-extra-args tramp-goa-name-host tramp-goa-name-host--cmacro tramp-goa-name-method tramp-goa-name-method--cmacro tramp-goa-name-p tramp-goa-name-p--cmacro tramp-goa-name-port tramp-goa-name-port--cmacro tramp-goa-name-user tramp-goa-name-user--cmacro tramp-gvfs-connection-mounted-p tramp-gvfs-dbus-byte-array-to-string tramp-gvfs-dbus-event-error tramp-gvfs-dbus-string-to-byte-array tramp-gvfs-do-copy-or-rename-file tramp-gvfs-file-name tramp-gvfs-get-directory-attributes tramp-gvfs-get-file-attributes tramp-gvfs-get-remote-gid tramp-gvfs-get-remote-prefix tramp-gvfs-get-remote-uid tramp-gvfs-get-root-attributes tramp-gvfs-gio-tool-p tramp-gvfs-handle-copy-file tramp-gvfs-handle-delete-directory tramp-gvfs-handle-delete-file tramp-gvfs-handle-expand-file-name tramp-gvfs-handle-file-attributes tramp-gvfs-handle-file-executable-p tramp-gvfs-handle-file-name-all-completions tramp-gvfs-handle-file-notify-add-watch tramp-gvfs-handle-file-readable-p tramp-gvfs-handle-file-system-info tramp-gvfs-handle-make-directory tramp-gvfs-handle-rename-file tramp-gvfs-handle-set-file-modes tramp-gvfs-handle-set-file-times tramp-gvfs-handler-askpassword tramp-gvfs-handler-askquestion tramp-gvfs-handler-mounted-unmounted tramp-gvfs-maybe-open-connection tramp-gvfs-monitor-process-filter tramp-gvfs-mount-spec tramp-gvfs-mount-spec-entry tramp-gvfs-object-path tramp-gvfs-parse-device-names tramp-gvfs-send-command tramp-gvfs-set-file-uid-gid tramp-gvfs-stringify-dbus-message tramp-gvfs-unmount tramp-gvfs-url-file-name tramp-handle-access-file tramp-handle-copy-directory tramp-handle-expand-file-name tramp-handle-file-directory-p tramp-handle-file-local-copy tramp-handle-file-writable-p tramp-handle-start-file-process tramp-handle-write-region tramp-make-goa-name tramp-make-tramp-hop-name tramp-parse-auth-sources tramp-process-lines tramp-rclone-do-copy-or-rename-file tramp-rclone-file-name-handler tramp-rclone-file-name-p tramp-rclone-flush-directory-cache tramp-rclone-handle-copy-file tramp-rclone-handle-delete-directory tramp-rclone-handle-delete-file tramp-rclone-handle-directory-files tramp-rclone-handle-file-attributes tramp-rclone-handle-file-executable-p tramp-rclone-handle-file-name-all-completions tramp-rclone-handle-file-readable-p tramp-rclone-handle-file-system-info tramp-rclone-handle-insert-directory tramp-rclone-handle-insert-file-contents tramp-rclone-handle-make-directory tramp-rclone-handle-rename-file tramp-rclone-local-file-name tramp-rclone-maybe-open-connection tramp-rclone-mount-point tramp-rclone-mounted-p tramp-rclone-parse-device-names tramp-rclone-remote-file-name tramp-rclone-send-command tramp-recentf-cleanup tramp-recentf-cleanup-all tramp-recentf-exclude-predicate tramp-register-archive-file-name-handler tramp-rename-files tramp-rename-read-file-name-dir tramp-rename-read-file-name-init tramp-rename-these-files tramp-search-regexp tramp-sh--quoting-style-options tramp-sh-gio-monitor-process-filter tramp-sh-handle-exec-path tramp-sh-handle-make-process tramp-sh-handle-set-file-uid-gid tramp-signal-hook-function tramp-sudoedit-action-sudo tramp-sudoedit-do-copy-or-rename-file tramp-sudoedit-file-name-handler tramp-sudoedit-file-name-p tramp-sudoedit-get-remote-gid tramp-sudoedit-get-remote-uid tramp-sudoedit-handle-add-name-to-file tramp-sudoedit-handle-copy-file tramp-sudoedit-handle-delete-directory tramp-sudoedit-handle-delete-file tramp-sudoedit-handle-expand-file-name tramp-sudoedit-handle-file-acl tramp-sudoedit-handle-file-attributes tramp-sudoedit-handle-file-executable-p tramp-sudoedit-handle-file-exists-p tramp-sudoedit-handle-file-name-all-completions tramp-sudoedit-handle-file-readable-p tramp-sudoedit-handle-file-selinux-context tramp-sudoedit-handle-file-system-info tramp-sudoedit-handle-file-truename tramp-sudoedit-handle-file-writable-p tramp-sudoedit-handle-make-directory tramp-sudoedit-handle-make-symbolic-link tramp-sudoedit-handle-rename-file tramp-sudoedit-handle-set-file-acl tramp-sudoedit-handle-set-file-modes tramp-sudoedit-handle-set-file-selinux-context tramp-sudoedit-handle-set-file-times tramp-sudoedit-handle-set-file-uid-gid tramp-sudoedit-handle-write-region tramp-sudoedit-maybe-open-connection tramp-sudoedit-remote-acl-p tramp-sudoedit-remote-selinux-p tramp-sudoedit-send-command tramp-sudoedit-send-command-and-read tramp-sudoedit-send-command-string tramp-timeout-session tramp-user-error tramp-zeroconf-parse-device-names turn-off-so-long-minor-mode turn-on-so-long-minor-mode turn-on-wordstar-mode uncomment-region-default-1 undo--wrap-and-run-primitive-undo url-cookie--generate-buffer url-cookie-parse-file-netscape url-cookie-undo url-domain url-handler-file-name-directory url-http--get-referer url-http--insert-file-helper url-queue-context-buffer url-queue-context-buffer--cmacro vc--ignore-base-dir vc-default-update-on-retrieve-tag vc-diff-mergebase vc-dir-clean-files vc-dir-view-file vc-find-revision-no-save vc-find-revision-save vc-git--make-button-text vc-git-log-edit-toggle-no-verify vc-git-log-search vc-git-make-stash-button vc-git-mergebase vc-git-stash-delete vc-git-stash-read vc-git-update-on-retrieve-tag vc-hg-log-edit-mode vc-hg-log-edit-toggle-amend vc-hg-region-history vc-hg-region-history-font-lock vc-hg-region-history-mode vc-hg-update-on-retrieve-tag vc-log-mergebase vc-log-search vc-root-version-diff vc-svn-update-on-retrieve-tag verilog-quit-window verilog-star-cleanup verilog-substitute-include-name vhdl-autoload-project w32--os-description w32-add-charset-info w32-append-code-lines w32-batch-update-autoloads wdired--restore-dired-filename-prop widget--should-indent-p widget-text windmove-delete-default-keybindings windmove-delete-down windmove-delete-in-direction windmove-delete-left windmove-delete-right windmove-delete-up windmove-display-default-keybindings windmove-display-down windmove-display-in-direction windmove-display-left windmove-display-new-tab windmove-display-right windmove-display-same-window windmove-display-up windmove-swap-states-default-keybindings windmove-swap-states-down windmove-swap-states-in-direction windmove-swap-states-left windmove-swap-states-right windmove-swap-states-up window--before-delete-windows window--combination-resizable window--resize-mini-frame window--try-to-split-window-in-direction window-default-font-height window-default-line-height window-old-body-pixel-height window-old-body-pixel-width window-old-buffer window-old-pixel-height window-old-pixel-width window-state-buffers window-tab-line-height windows-sharing-edge with-connection-local-variables with-minibuffer-selected-window with-parsed-tramp-archive-file-name with-suppressed-warnings with-tramp-dbus-call-method with-tramp-dbus-get-all-properties wordstar-mode-set-explicitly ws-find-marker ws-set-marker xdg-mime-apps xdg-mime-apps-files xdg-mime-collect-associations xml-remove-comments xref--create-fetcher xref--display-buffer-in-other-window xref--display-buffer-in-window xref--find-file-buffer xref--imenu-extract-index-name xref--imenu-prev-index-position xref--not-found-error xref--push-markers xref--show-common-initialize xref--show-defs xref--show-defs-buffer xref--show-defs-buffer-at-bottom xref--transient-buffer-mode xref-backend-identifier-completion-ignore-case xref-find-definitions-at-mouse xref-matches-in-directory xref-matches-in-files xref-pop-to-location xref-references-in-directory xref-revert-buffer xref-set-marker-ring-length y-or-n-p-insert-n y-or-n-p-insert-other y-or-n-p-insert-y))
(variables
(removed * ** *** *1 *2 *3 Edit-options-mode-abbrev-table Edit-options-mode-hook Edit-options-mode-map Edit-options-mode-syntax-table ada-2005-keywords ada-83-keywords ada-95-keywords ada-align-list ada-align-modes ada-align-region-separate ada-always-ask-project ada-auto-case ada-block-label-re ada-block-start-re ada-body-suffixes ada-broken-decl-indent ada-broken-indent ada-case-attribute ada-case-exception ada-case-exception-file ada-case-exception-substring ada-case-identifier ada-case-keyword ada-cd-command ada-clean-buffer-before-saving ada-command-separator ada-compile-goto-error-file-linenr-re ada-contextual-menu ada-contextual-menu-last-point ada-contextual-menu-on-identifier ada-continuation-indent ada-end-stmt-re ada-fill-comment-postfix ada-fill-comment-prefix ada-font-lock-keywords ada-font-lock-syntactic-keywords ada-gnat-cmd ada-gnatfind-buffer-name ada-gnatls-args ada-gnatstub-opts ada-goto-label-re ada-ident-re ada-imenu-comment-re ada-imenu-generic-expression ada-imenu-subprogram-menu-re ada-indent ada-indent-after-return ada-indent-align-comments ada-indent-comment-as-code ada-indent-handle-comment-special ada-indent-is-separate ada-indent-record-rel-type ada-indent-renames ada-indent-return ada-indent-to-open-paren ada-keywords ada-krunch-args ada-label-indent ada-label-re ada-language-version ada-last-prj-file ada-last-which-function-line ada-last-which-function-subprog ada-lfd-binding ada-load-project-hook ada-loop-start-re ada-matching-start-re ada-mode-abbrev-table ada-mode-extra-map ada-mode-extra-prefix ada-mode-hook ada-mode-map ada-mode-menu ada-mode-symbol-syntax-table ada-mode-syntax-table ada-move-to-declaration ada-name-regexp ada-old-cross-prefix ada-on-ms-windows ada-operator-re ada-other-file-alist ada-package-start-regexp ada-popup-key ada-prj-ada-buffer ada-prj-ada-project-path-sep ada-prj-current-values ada-prj-default-bind-opt ada-prj-default-check-cmd ada-prj-default-comp-cmd ada-prj-default-comp-opt ada-prj-default-debugger ada-prj-default-gnatmake-opt ada-prj-default-gpr-file ada-prj-default-link-opt ada-prj-default-make-cmd ada-prj-default-project-file ada-prj-default-values ada-prj-file-extension ada-prj-gnatfind-switches ada-procedure-start-regexp ada-ret-binding ada-search-directories ada-search-directories-internal ada-spec-suffixes ada-stmt-end-indent ada-subprog-start-re ada-tab-policy ada-tight-gvd-integration ada-use-indent ada-when-indent ada-which-compiler ada-with-indent ada-xref-confirm-compile ada-xref-create-ali ada-xref-other-buffer ada-xref-pos-ring ada-xref-pos-ring-max ada-xref-project-files ada-xref-runtime-library-ali-path ada-xref-runtime-library-specs-path ada-xref-search-with-egrep allout-passphrase-hint-string allout-passphrase-verifier-string auto-revert-buffers-counter auto-revert-buffers-counter-lockedout auto-revert-notify-watch-descriptor-hash-list battery-linux-sysfs-regexp blink-cursor bookmark-exit-hooks byte-compile--default-val c++-template-syntax-table c-multichar->-op-not->>-regexp c-old-BEG c-old-END c-opt-op-identitier-prefix c-state-semi-nonlit-pos-cache c-state-semi-nonlit-pos-cache-limit calendar-font-lock-keywords cl--generic-all-builtin-types cl--generic-typeof-types cl--old-macroexpand comint-use-prompt-regexp-instead-of-fields compilation-finish-function cperl-array-face cperl-can-font-lock cperl-emacs-can-parse cperl-guessed-background cperl-hash-face cperl-singly-quote-face cperl-vc-header-alist ctl-x-ctl-p-map cvs-display-full-path default-directory-alist delete-frame-hook desktop-basefilename desktop-enable dframe-pass-event-to-popup-mode-menu dired-default-directory-alist dired-enable-local-variables dired-local-variables-file dired-omit-files-p dirtrackp disabled-command-hook doc-view--previous-major-mode ebnf-tree ediff-date edit-var-mode-alist edt-emacs-variant edt-window-system emacs-list-byte-code-comment-re emerge-minor-modes-list erc-most-positive-int-bytes erc-most-positive-int-msb erc-version-string executing-macro file-cache-buffer file-notify--pending-event fill-flowed-encode-tests flymake-start-syntax-check-on-newline footnote-pointer-marker-alist footnote-text-marker-alist gamegrid-glyph-height gamegrid-xbm gamegrid-xpm generic-define-mswindows-modes generic-define-unix-modes generic-font-lock-defaults gnus-agent-decoded-group-names gnus-article-dumbquotes-map gnus-async-hashtb gnus-backlog-hashtb gnus-bug-create-help-buffer gnus-bug-message gnus-cache-decoded-group-names gnus-cache-unified-group-names gnus-check-before-posting highlight-changes-colours ibuffer-cached-elide-long-columns ibuffer-elide-long-columns ibuffer-hooks ibuffer-mode-hooks idlwave-shell-electric-debug-mode-off-hook idlwave-shell-electric-debug-mode-on-hook image-mode-previous-major-mode imenu-always-use-completion-buffer-p imenu-example--function-name-regexp-c ipconfig-program ipconfig-program-options isearch-lazy-highlight-cleanup isearch-lazy-highlight-initial-delay isearch-lazy-highlight-interval isearch-lazy-highlight-max-at-a-time ispell-menu-map-needed iswitchb-use-fonts js--jsx-after-tag-re js--jsx-end-tag-re lread--old-style-backquotes mail-yank-hooks math-bignum-digit-length math-bignum-digit-power-of-two math-bignum-digit-size math-bignum-logb-digit-size math-binary-digits math-small-integer-size mh-yank-hooks misc-objects-consed mouse-wheel-click-button mouse-wheel-down-button mouse-wheel-up-button next-file-list nnmail-group-names-not-encoded-p normal-erase-is-backspace-hook occur--matches-threshold occur--orig-line occur--orig-line-str occur--region-end occur--region-start opascal-strings org--links-history org-any-target-regexp org-attach-allow-inheritance org-attach-annex-auto-get org-attach-commit org-attach-file-list-property org-attach-inherited org-babel-use-quick-and-dirty-noweb-expansion org-bracket-link-analytic-regexp++ org-enable-fixed-width-editor org-fb-vars org-file-apps-defaults-gnu org-file-apps-defaults-macosx org-file-apps-defaults-windowsnt org-hide-block-overlays org-insert-link-history org-link-escape-chars org-link-re-with-space org-link-re-with-space2 org-link-re-with-space3 org-link-search-failed org-link-search-inhibit-query org-list-description-max-indent org-list-export-context org-list-radio-list-templates org-local-vars org-narrow-column-arrow org-non-link-chars org-setting-tags org-src--saved-temp-window-config org-table-do-narrow org-table-tab-recognizes-table.el org-url-hexify-p orgstruct-heading-prefix-regexp orgstruct-initialized orgstruct-is-++ orgstruct-mode orgstruct-mode-hook orgstruct-mode-map orgstruct-setup-hook original-page-delimiter package--init-file-ensured parse-time-iso8601-regexp python-rx-constituents recentf-menu-append-commands-p rmail-pop-password rmail-pop-password-required ruby-font-lock-syntax-table rx-categories rx-greedy-flag rx-syntax savehist-no-conversion semantic-displayor-tooltip-initial-max-tags semantic-displayor-tooltip-mode socks-connections spam-list-of-processors speedbar-frame-plist speedbar-ignored-path-expressions speedbar-ignored-path-regexp tabulated-list-glyphless-char-display term-partial-ansi-terminal-message term-terminal-more-parameters term-terminal-previous-parameter-2 term-terminal-previous-parameter-3 term-terminal-previous-parameter-4 term-terminal-state todo-edit-done-item--param-key-alist todo-edit-item--date-param-key-alist todo-edit-item--param-key-alist todo-edit-item--prompt todo-insert-item--argleft todo-insert-item--args todo-insert-item--argsleft todo-insert-item--keys-so-far todo-insert-item--newargsleft todo-insert-item--param-key-alist tooltip-gud-display tooltip-gud-modes tramp-bluez-discover-devices-timeout tramp-current-domain tramp-current-host tramp-current-method tramp-current-port tramp-current-user tramp-debug-on-error tramp-half-a-year tree-widget-image-properties-xemacs ucs-to-is13194-regexp unload-hook-features-list url-dav-iso8601-regexp vc-comment-ring vc-comment-ring-index vc-initial-comment viper-overriding-map w32-list-proportional-fonts wordstar-mode-abbrev-table wordstar-mode-syntax-table xesam-all-fields xesam-count xesam-current xesam-dbus-unique-names xesam-debug xesam-engine xesam-fulltext-query xesam-hits-per-page xesam-interface-search xesam-minibuffer-query-history xesam-minibuffer-vendor-history xesam-minor-mode xesam-minor-mode-hook xesam-mode-abbrev-table xesam-mode-hook xesam-mode-map xesam-mode-syntax-table xesam-notify-function xesam-objects xesam-path-search xesam-query xesam-query-type xesam-refreshing xesam-search xesam-search-engines xesam-service-search xesam-to xesam-type xesam-user-query xesam-vendor xesam-xml-string xref--last-visiting-buffer)
(added Man--window-state-change-timer Man-columns Man-width-max add-log-dont-create-changelog-file after-delete-frame-functions after-focus-change-function after-set-visited-file-name-hook amalgamating-undo-limit apropos--current async-shell-command-width auth-source--session-nonce auth-source-pass-filename auth-source-pass-port-separator authinfo-hidden authinfo-mode-abbrev-table authinfo-mode-hook authinfo-mode-map authinfo-mode-syntax-table auto-raise-tab-bar-buttons auto-resize-tab-bars auto-revert--buffers-by-watch-descriptor auto-revert--global-mode auto-revert--lockout-interval auto-revert--lockout-timer auto-revert-avoid-polling auto-revert-debug auto-save-no-message autodoc-bright-comment-start-re autodoc-line-join-end-ch autodoc-line-join-re autoload-ignored-definitions backtrace--flags-width backtrace--font-lock-keywords backtrace-font-lock-keywords backtrace-font-lock-keywords-1 backtrace-font-lock-keywords-2 backtrace-fontify backtrace-frames backtrace-goto-source-functions backtrace-insert-header-function backtrace-line-length backtrace-mode-abbrev-table backtrace-mode-hook backtrace-mode-map backtrace-print-function backtrace-revert-hook backtrace-view bidi-inhibit-bpa binary-as-unsigned bookmark--annotation-from-bookmark-list bookmark-bmenu-buffer bookmark-bookmarks-timestamp bookmark-menu bookmark-watch-bookmark-file browse-url--browser-defcustom-type browse-url-button-map browse-url-button-regexp browse-url-secondary-browser-function buffer-auto-revert-by-notification byte-compile--suppressed-warnings byte-count-to-string-function byte-opt--portable-max byte-opt--portable-min c--unsafe-post-self-insert-hook-functions c-<-pseudo-digraph-cont-len c-<-pseudo-digraph-cont-regexp c-bc-changed-stringiness c-block-comment-awkward-chars c-block-stmt-hangon-key c-c++-raw-string-opener-1-re c-c++-raw-string-opener-re c-class-id-suffix-ws-ids-key c-commas-bound-stmts c-cpp-include-key c-defun-type-name-decl-key c-doc-bright-comment-start-re c-doc-line-join-end-ch c-doc-line-join-re c-dposr-cpp-macro-depth c-equals-type-clause-key c-fl-syn-tab-region c-full-lit-near-cache c-full-near-cache-limit c-has-compound-literals c-last-c-comment-end-on-line-re c-lit-pos-cache c-lit-pos-cache-limit c-mark-wrong-style-of-comment c-multichar->-op-not->>->>>-regexp c-non-after-{}-ops-re c-nonlabel-nonparen-token-key c-old-END-literality c-old-beg-rs c-old-end-rs c-operator-re c-raw-string-end-delim-disrupted c-semi-lit-near-cache c-semi-near-cache-limit c-single-quotes-quote-strings c-stmt-boundary-skip-chars c-stmt-boundary-skip-chars-with-comma c-stmt-boundary-skip-list c-stmt-boundary-skip-list-with-comma c-string-delims c-string-innards-re-alist c-syntax-table-hwm change-log-unindented-file-names-re char-fold--default-exclude char-fold--default-include char-fold--default-symmetric char-fold--previous char-fold-exclude char-fold-include char-fold-symmetric cl--all-builtin-types cl--struct-inline cl--typeof-types cl-struct-backtrace-frame-tags cl-struct-checkdoc-error-tags cl-struct-debugger--buffer-state-tags cl-struct-decoded-time-tags cl-struct-edebug--frame-tags cl-struct-erc-input-tags cl-struct-file-notify--rename-tags cl-struct-file-notify-tags cl-struct-frameset-register-tags cl-struct-gnus-data-tags cl-struct-gnus-info-tags cl-struct-kmacro-register-tags cl-struct-mail-header-tags cl-struct-mh-buffer-data-tags cl-struct-mh-thread-container-tags cl-struct-mh-thread-message-tags cl-struct-mm-uu-entry-tags cl-struct-ppss-tags cl-struct-prop-match-tags cl-struct-timeclock-entry-tags cl-struct-tramp-goa-name-tags clear-message-function comint--prompt-recursion-depth comint-insert-previous-argument-from-end comint-password-function comment-combine-change-calls comment-use-syntax-ppss compilation--dummy-string compilation--margin-string compilation-arrow-overlay compilation-transform-file-match-alist completion-flex-nospace cperl-indent-subs-specially cperl-mode-electric-keywords-abbrev-table cperl-sub-keywords cperl-sub-regexp css-menu cua-rectangle-terminal-modifier-key custom-variable-history dabbrev--check-all-buffers dbus-debug desktop-buffers-not-to-save-function diff--syntax-file-attributes diff-buffer-type diff-default-directory diff-font-lock-prettify diff-font-lock-syntax diff-refine diff-vc-revisions dired-create-destination-dirs dired-re-special dired-vc-rename-file display-fill-column-indicator display-fill-column-indicator-character display-fill-column-indicator-column display-fill-column-indicator-mode display-fill-column-indicator-mode-hook display-fill-column-indicator-mode-major-mode display-fill-column-indicator-mode-set-explicitly display-line-numbers-major-tick display-line-numbers-minor-tick display-line-numbers-offset doc-view--text-view-mode-abbrev-table doc-view--text-view-mode-hook doc-view--text-view-mode-map doc-view--text-view-mode-syntax-table doc-view-ghostscript-device doc-view-pdftotext-program-args doc-view-presentation--src-data doc-view-presentation-mode doc-view-presentation-mode-hook doc-view-presentation-mode-map dump-mode early-init-file easy-mmode--arg-docstring ecomplete-sort-predicate edebug--cl-macrolet-defs edebug--current-cl-macrolet-defs edebug-after-instrumentation-function edebug-backtrace-frames edebug-behavior-alist edebug-instrumented-backtrace-frames edebug-new-definition-function ediff--magic-file-name ediff--startup-hook ediff-meta-mode-abbrev-table ediff-meta-mode-map ediff-meta-mode-syntax-table eieio-print-indentation eieio-print-object-name electric-layout-allow-duplicate-newlines electric-layout-local-mode-hook electric-pair-skip-whitespace-function electric-quote-replace-double elisp-flymake-byte-compile-load-path emacs-lisp-byte-code-comment-re emacs-lisp-compilation--current-file emacs-lisp-compilation-mode-abbrev-table emacs-lisp-compilation-mode-hook emacs-lisp-compilation-mode-map emacs-lisp-compilation-mode-syntax-table emacs-lisp-compilation-parse-errors-filename-function emacs-lisp-compilation-search-path emacs-repository-branch emerge-mode-hook epa-suppress-error-buffer epg-gpg2-minimum-version epg-pinentry-mode erc-button-search-url erc-insert-done-hook erc-pre-send-functions ert-quiet eshell-this-command-hook eww-accept-content-types eww-browse-url-new-window-is-tab eww-image-link-keymap eww-prompt-history exif--orientation exif-tag-alist face-filters-always-match face-near-same-color-threshold faceup-default-property faceup-face-like-properties faceup-face-short-alist faceup-markup-end-char faceup-markup-start-char faceup-properties faceup-test-explain fido-mode fido-mode-hook file-notify--pending-rename file-notify-debug fileloop--freshly-initialized fileloop--iterator fileloop--operate-function fileloop--scan-function fileloop-revert-buffers find-dired-refine-function find-ls-option-default-exec find-ls-option-default-ls find-ls-option-default-xargs flex-score-match-tightness flymake--recent-changes flymake-cc--proc flymake-cc-command flymake-proc-ignored-file-name-regexps flymake-start-on-save-buffer flymake-suppress-zero-counters flyspell-case-fold-duplications follow-hide-ghost-cursors follow-prev-buffer footnote--markers-alist footnote-align-to-fn-text footnote-hebrew-numeric footnote-hebrew-numeric-regex footnote-hebrew-symbolic footnote-hebrew-symbolic-regex force-new-style-backquotes gamegrid-glyph-height-mm global-display-fill-column-indicator-mode global-display-fill-column-indicator-mode-buffers global-display-fill-column-indicator-mode-hook global-so-long-mode global-so-long-mode-hook global-tab-line-mode global-tab-line-mode-buffers global-tab-line-mode-hook global-wordstar-mode global-wordstar-mode-buffers global-wordstar-mode-hook gnus--dummy-data-list gnus--dummy-mail-header gnus-article-smartquotes-map gnus-collect-urls-primary-text gnus-group-list gnus-mode-abbrev-table gnus-mode-hook gnus-mode-map gnus-mode-syntax-table gnus-server-mode-abbrev-table gnus-server-mode-syntax-table gnus-summary-mode-abbrev-table gnus-summary-mode-group gnus-summary-mode-syntax-table gnus-use-atomic-windows gnutls-crlfiles goto-address-uri-schemes goto-address-uri-schemes-ignored gravatar-default-image gravatar-force-default grep-find-abbreviate grep-find-abbreviate-properties grep-search-path help-enable-autoload help-enable-completion-autoload help-fns-describe-face-functions help-fns-describe-variable-functions help-uni-confusables help-uni-confusables-regexp hexl-follow-ascii-hook hexl-follow-ascii-mode hexl-follow-ascii-mode-hook hfy-fallback-color-map hfy-rgb-txt-color-map ibuffer--filter-map icomplete-fido-mode-map icomplete-tidy-shadowed-file-names ido-big-directories ido-predicate image-auto-resize image-auto-resize-on-window-resize image-converter image-converter--converters image-converter-regexp image-use-external-converter indian-ucs-to-is13194-regexp info-symbols-and-replacements inhibit--record-char inhibit-nul-byte-detection integer-width internal--daemon-sockname internal-when-entered-debugger isearch-lazy-count isearch-lazy-count-current isearch-lazy-count-hash isearch-lazy-count-total isearch-lazy-highlight-buffer isearch-lazy-highlight-point-max isearch-lazy-highlight-point-min isearch-lazy-highlight-window-end-changed isearch-lazy-highlight-window-start-changed isearch-menu-bar-commands isearch-menu-bar-map isearch-menu-bar-yank-map isearch-message-properties isearch-mouse-commands isearch-pre-move-point isearch-suspended isearch-tool-bar-map isearch-tool-bar-old-map isearch-yank-on-move iso8601--combined-match iso8601--date-match iso8601--duration-combined-match iso8601--duration-full-match iso8601--duration-match iso8601--duration-week-match iso8601--full-date-match iso8601--full-time-match iso8601--ordinal-date-match iso8601--outdated-date-match iso8601--time-match iso8601--week-date-match iso8601--without-day-match iso8601--year-match iso8601--zone-match ispell-change-dictionary-hook iter-empty jit-lock--antiblink-grace-timer jit-lock--antiblink-line-beginning-position jit-lock--antiblink-string-or-comment jit-lock-antiblink-grace jrpc-default-request-timeout js--line-terminating-arrow-re js--unary-keyword-re js-jsx--attribute-name-re js-jsx--font-lock-keywords js-jsx--indent-attribute-line js-jsx--indent-col js-jsx--self-closing-re js-jsx--tag-start-re js-jsx--text-properties js-jsx-align->-with-< js-jsx-attribute-offset js-jsx-detect-syntax js-jsx-indent-level js-jsx-regexps js-jsx-syntax js-syntactic-mode-name json-pretty-print-max-secs jsonrpc-connection jsonrpc-process-connection latex-noindent-commands lazy-count-prefix-format lazy-count-suffix-format lazy-highlight-buffer lazy-highlight-buffer-max-at-a-time lisp-el-font-lock-keywords-for-backtraces lisp-el-font-lock-keywords-for-backtraces-1 lisp-el-font-lock-keywords-for-backtraces-2 mailcap-prefer-mailcap-viewers main-thread major-mode--suspended menu-bar-print-menu menu-bar-shell-commands-menu message--old-style-completion-functions message-cite-level-function message-encoded-mail-cache message-expand-name-standard-ui mh-dist-formfile mhtml--syntax-propertize minibuffer--require-match minibuffer-beginning-of-buffer-movement minibuffer-message-clear-timeout minibuffer-message-overlay minibuffer-message-properties minibuffer-message-timer mode-line-defining-kbd-macro mouse--last-down mouse--rectangle-track-cursor mouse-fine-grained-tracking mwheel-installed-text-scale-bindings network-security-protocol-checks network-stream-use-client-certificates next-error-buffer next-error-find-buffer-function next-error-found-function next-error-verbose nnimap-namespace nnimap-use-namespaces nnir-notmuch-filter-group-names-function nnmail-debug-splitting nsm-tls-post-check-functions nsm-trust-local-network org-agenda-breadcrumbs-separator org-agenda-filter-variables org-agenda-represented-categories org-agenda-represented-tags org-attach-after-change-hook org-attach-commands org-attach-dir-relative org-attach-git-annex-auto-get org-attach-id-dir org-attach-id-to-path-function-list org-attach-open-hook org-attach-preferred-new-method org-attach-use-inheritance org-babel-clojure-default-ns org-babel-default-header-args:ash org-babel-default-header-args:bash org-babel-default-header-args:csh org-babel-default-header-args:dash org-babel-default-header-args:eshell org-babel-default-header-args:fish org-babel-default-header-args:ksh org-babel-default-header-args:mksh org-babel-default-header-args:posh org-babel-default-header-args:sh org-babel-default-header-args:zsh org-columns-default-format-for-agenda org-dynamic-block-alist org-file-apps-gnu org-file-apps-macos org-file-apps-windowsnt org-fontify-whole-block-delimiter-line org-goto-map org-goto-start-pos org-habit-scheduled-past-days org-html-self-link-headlines org-html-wrap-src-lines org-id-locations-file-relative org-latex-image-default-scale org-link--forbidden-chars org-link--history org-link--insert-history org-link--search-failed org-link-angle-re org-link-any-re org-link-bracket-re org-link-context-for-files org-link-descriptive org-link-doi-server-url org-link-elisp-confirm-function org-link-elisp-skip-confirm-regexp org-link-email-description-format org-link-from-user-regexp org-link-keep-stored-after-insertion org-link-make-description-function org-link-plain-re org-link-shell-confirm-function org-link-shell-skip-confirm-regexp org-link-use-indirect-buffer-for-internals org-local-columns-format org-num--comment-re org-num--invalid-flag org-num--missing-overlay org-num--numbering org-num--overlays org-num--skip-level org-num-face org-num-format-function org-num-max-level org-num-mode org-num-mode-hook org-num-skip-commented org-num-skip-footnotes org-num-skip-tags org-num-skip-unnumbered org-overriding-columns-format org-pos org-src--content-indentation org-src-source-file-name org-startup-shrink-all-tables org-table-separator-space org-table-shrunk-column-indicator org-tag-group-re org-tag-line-re org-tag-re org-tbl-calc-modes org-tempo-keywords-alist org-tempo-tags org-timecnt org-todo-repeat-hook orgtbl-mode-menu output package--activated package--quickstart-pkgs package-quickstart package-quickstart-file pages--ctl-x-ctl-p-map pages-original-delimiter pcmpl-gnu-makefile-includes pinyin-character-map pr-filename-style profiler-cpu-log profiler-memory-log project-read-file-name-function python-font-lock-keywords-level-1 python-font-lock-keywords-level-2 python-font-lock-keywords-maximum-decoration python-pdbtrack-continue-command python-pdbtrack-exit-command python-pdbtrack-kill-buffers python-pdbtrack-prev-command-continue quit-window-hook rcirc-default-part-reason rcirc-default-quit-reason rcirc-url-max-length read-char-from-minibuffer-map read-char-from-minibuffer-map-hash read-char-history read-process-output-max reb-change-syntax-hist reb-rx-font-lock-keywords reb-string-font-lock-keywords regexp-unmatchable remember-time-format report-emacs-bug--os-description resize-mini-frames rmail-output-reset-deleted-flag rng-validate-mode-hook rx--builtin-forms rx--builtin-names rx--builtin-symbols rx--categories rx--char-classes rx--charset-all rx--delayed-evaluation rx--greedy rx--local-definitions rx--regexp-atomic-regexp rx--syntax-codes save-some-buffers--switch-window-callback semantic-displayer-tooltip-initial-max-tags semantic-displayer-tooltip-mode server--external-socket-initialized server-after-make-frame-hook set-message-function sgml--syntax-propertize sgml--syntax-propertize-ppss shadow-debug shell--start-prog shell-command-prompt-show-cwd shr-cookie-policy shr-discard-aria-hidden smerge-change-buffer-confirm smtpmail-retries smtpmail-servers-requiring-authorization snake--menu-def snake-mode-menu snake-null-menu so-long--active so-long--calling so-long--hack-local-variables-no-mode so-long--inhibited so-long--latest-version so-long--set-auto-mode so-long-action so-long-action-alist so-long-detected-p so-long-enabled so-long-file-local-mode-function so-long-function so-long-hook so-long-invisible-buffer-function so-long-max-lines so-long-minor-mode so-long-minor-mode-hook so-long-minor-modes so-long-mode-abbrev-table so-long-mode-hook so-long-mode-line-info so-long-mode-line-label so-long-mode-map so-long-mode-syntax-table so-long-original-values so-long-predicate so-long-revert-function so-long-revert-hook so-long-skip-leading-comments so-long-target-modes so-long-threshold so-long-variable-overrides so-long-version sql-debug-send sql-display-sqli-buffer-function sql-mariadb-login-params sql-mariadb-options sql-mariadb-program sql-mode-mariadb-font-lock-keywords sql-password-search-wallet-function sql-password-wallet sql-use-indent-support startup--xdg-config-default startup--xdg-config-home-emacs success switch-to-buffer-obey-display-actions switch-to-prev-buffer-skip tab-bar-back-button tab-bar-border tab-bar-button-margin tab-bar-button-relief tab-bar-close-button tab-bar-close-button-show tab-bar-close-last-tab-choice tab-bar-close-tab-select tab-bar-closed-tabs tab-bar-forward-button tab-bar-history-back tab-bar-history-forward tab-bar-history-limit tab-bar-history-mode tab-bar-history-mode-hook tab-bar-history-old tab-bar-history-old-minibuffer-depth tab-bar-history-omit tab-bar-keymap-cache tab-bar-map tab-bar-mode tab-bar-mode-hook tab-bar-new-button tab-bar-new-button-show tab-bar-new-tab-choice tab-bar-new-tab-to tab-bar-position tab-bar-select-tab-modifiers tab-bar-separator tab-bar-separator-image-expression tab-bar-show tab-bar-tab-hints tab-bar-tab-name-ellipsis tab-bar-tab-name-function tab-bar-tab-name-truncated-max tab-bar-tab-post-open-functions tab-bar-tab-pre-close-functions tab-bar-tab-prevent-close-functions tab-bar-tabs-function tab-line-add-map tab-line-auto-hscroll tab-line-auto-hscroll-buffer tab-line-close-button tab-line-close-button-show tab-line-close-tab-function tab-line-exclude tab-line-exclude-modes tab-line-format tab-line-left-button tab-line-left-map tab-line-mode tab-line-mode-hook tab-line-mode-major-mode tab-line-mode-set-explicitly tab-line-new-button tab-line-new-button-show tab-line-new-tab-choice tab-line-right-button tab-line-right-map tab-line-separator tab-line-tab-close-map tab-line-tab-map tab-line-tab-name-ellipsis tab-line-tab-name-function tab-line-tab-name-truncated-max tab-line-tabs-buffer-group-function tab-line-tabs-buffer-group-sort-function tab-line-tabs-buffer-groups tab-line-tabs-buffer-groups-sort-function tab-line-tabs-buffer-list-function tab-line-tabs-function tab-prefix-map tab-switcher-column tab-switcher-mode-abbrev-table tab-switcher-mode-hook tab-switcher-mode-map tab-switcher-mode-syntax-table tabulated-list-gui-sort-indicator-asc tabulated-list-gui-sort-indicator-desc tabulated-list-tty-sort-indicator-asc tabulated-list-tty-sort-indicator-desc tags--last-search-operate-function tags-table-mode-abbrev-table tags-table-mode-hook tags-table-mode-map tags-table-mode-syntax-table tar-copy-preserve-time telnet-connect-command tempo-template-org-include term-command-function term-command-hook term-control-seq-prefix-regexp term-control-seq-regexp term-do-line-wrapping term-scroll-end tetris--menu-def tetris-mode-menu tetris-null-menu thing-at-point-uuid-regexp thread-list-backtrace--thread thread-list-mode-abbrev-table thread-list-mode-hook thread-list-mode-map thread-list-mode-syntax-table thread-list-refresh-seconds tmp-dump-mode todo--fifiles-history tooltip-resize-echo-area tramp--startup-hook tramp-adb-connection-local-default-profile tramp-antispoof-regexp tramp-archive-all-gvfs-methods tramp-archive-compression-suffixes tramp-archive-enabled tramp-archive-file-name-handler-alist tramp-archive-file-name-regexp tramp-archive-hash tramp-archive-method tramp-archive-suffixes tramp-archive-unload-hook tramp-cleanup-all-connections-hook tramp-cleanup-connection-hook tramp-compat-use-url-tramp-p tramp-completion-use-auth-sources tramp-confirm-rename-file-names tramp-connection-local-default-profile tramp-debug-font-lock-keywords tramp-default-remote-shell tramp-default-rename-alist tramp-gio-events tramp-goa-identity-regexp tramp-goa-interface-account tramp-goa-interface-calendar tramp-goa-interface-chat tramp-goa-interface-contacts tramp-goa-interface-documents tramp-goa-interface-files tramp-goa-interface-mail tramp-goa-interface-oauth2based tramp-goa-interface-photos tramp-goa-interface-printers tramp-goa-methods tramp-goa-path tramp-goa-path-accounts tramp-goa-path-manager tramp-goa-service tramp-gvfs-dbus-event-vector tramp-gvfs-enabled tramp-gvfs-file-attributes tramp-gvfs-file-attributes-with-gvfs-info-regexp tramp-gvfs-file-attributes-with-gvfs-ls-regexp tramp-gvfs-file-system-attributes tramp-gvfs-file-system-attributes-regexp tramp-gvfs-get-remote-uid-gid-in-progress tramp-gvfs-gio-mapping tramp-gvfs-interface-mountoperation tramp-gvfs-interface-mounttracker tramp-gvfs-listmounts tramp-gvfs-methods-mounttracker tramp-gvfs-mountlocation tramp-gvfs-mountlocation-signature tramp-gvfs-nextcloud-default-prefix tramp-gvfs-nextcloud-default-prefix-regexp tramp-gvfs-password-anonymous-supported tramp-gvfs-password-need-domain tramp-gvfs-password-need-password tramp-gvfs-password-need-username tramp-gvfs-password-saving-supported tramp-gvfs-path-mounttracker tramp-gvfs-path-tramp tramp-gvfs-service-daemon tramp-ignored-file-name-regexp tramp-integration-unload-hook tramp-password-save-function tramp-rclone-file-name-handler-alist tramp-rclone-method tramp-rclone-program tramp-repository-branch tramp-repository-version tramp-sudoedit-file-name-handler-alist tramp-sudoedit-method tramp-sudoedit-sudo-actions tramp-time-doesnt-exist tramp-time-dont-know undo--combining-change-calls url-cookie--deleted-cookies url-current-lastloc url-lastloc-privacy-level vc-find-revision-no-save vc-git-grep-template vc-git-show-stash vc-git-stash-button-map vc-git-stash-list-help vc-git-stash-read-history vc-git-stash-shared-help vc-git-stash-shared-map vc-hg--log-view-long-font-lock-keywords vc-hg-log-edit-mode-abbrev-table vc-hg-log-edit-mode-hook vc-hg-log-edit-mode-map vc-hg-log-edit-mode-syntax-table vc-hg-region-history-font-lock-keywords vc-hg-region-history-mode-abbrev-table vc-hg-region-history-mode-hook vc-hg-region-history-mode-map vc-hg-region-history-mode-syntax-table vc-hg-revert-switches vc-retrieve-tag-hook vc-tor verilog-auto-reg-input-assigned-ignore-regexp verilog-auto-simplify-expressions vhdl-project-autoload viper-ViperBell warning-fill-column what-cursor-show-names widget-link-keymap windmove-create-window windmove-display-no-select window-buffer-change-functions window-selection-change-functions window-state-change-functions window-state-change-hook winner-boring-buffers-regexp wordstar-mode wordstar-mode-lighter wordstar-mode-major-mode wordstar-mode-set-explicitly xdg-mime-table xref--fetcher xref--last-file-buffer xref--transient-buffer-mode-abbrev-table xref--transient-buffer-mode-hook xref--transient-buffer-mode-map xref--transient-buffer-mode-syntax-table xref-file-name-display xref-show-definitions-function y-or-n-p-history-variable y-or-n-p-map zeroconf-service-type-browser-handler-running))
(features
(removed ada-mode ada-prj ada-stmt ada-xref ob-keys options org-bbdb org-bibtex org-docview org-eshell org-eww org-gnus org-info org-irc org-mhe org-rmail org-w3m xesam)
(added backtrace display-fill-column-indicator erc-loaddefs exif faceup fileloop flymake-cc image-converter info-edit iso8601 jsonrpc ob-eshell ol ol-bbdb ol-bibtex ol-docview ol-eshell ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-w3m org-attach-git org-goto org-keys org-num org-tempo pinyin so-long tab-bar tab-line text-property-search thread tramp-archive tramp-gvfs tramp-integration tramp-rclone tramp-sudoedit)))
((27 2)
(functions
(removed org--property-global-value org--setup-collect-keywords org-attach-expand-link org-attach-export-link org-attach-open-link org-attach-store-link org-babel-clojure-cider-current-ns org-babel-clojure-initiate-session org-babel-clojure-var-to-clojure org-babel-prep-session:clojure org-babel-variable-assignments:clojure org-columns-set-tags-or-toggle org-encrypt-string)
(added backtrace--to-string dbus-get-other-registered-property dbus-get-this-registered-property debug-help-follow debugger-insert-backtrace debugger-toggle-locals fit-frame-to-buffer-1 fit-mini-frame-to-buffer ob-clojure-eval-with-cider ob-clojure-eval-with-inf-clojure ob-clojure-eval-with-slime ob-clojure-inf-clojure-output ob-clojure-string-or-list ob-clojure-with-temp-expanded org--backward-paragraph-once org--collect-keywords-1 org--create-inline-image org--forward-paragraph-once org--hide-wrapper-toggle org--line-fully-invisible-p org--newline org--paragraph-at-point org--property-global-or-keyword-value org--set-faces-extend org-agenda--get-buffer-name org-agenda-ctrl-c-ctrl-c org-agenda-do-in-region org-agenda-end-of-line org-agenda-maybe-loop org-at-keyword-p org-at-property-block-p org-at-property-drawer-p org-at-radio-list-p org-attach-expand-links org-attach-follow org-babel--expand-body org-babel-edit-prep:sql org-babel-execute:clojurescript org-babel-haskell-execute org-babel-interpret-haskell org-babel-python--send-string org-babel-python--shift-right org-babel-python-format-session-value org-back-to-heading-or-point-min org-capture--position-cursor org-clock-auto-clockout org-clock-auto-clockout-insinuate org-clock-toggle-auto-clockout org-collect-keywords org-columns--toggle org-columns-toggle-or-columns-quit org-crypt--encrypted-text org-datetree--find-create-group org-datetree-find-month-create org-edit-latex-fragment org-eww-open org-format-latex-as-html org-hide-drawer-all org-hide-drawer-toggle org-hide-entry org-html--latex-environment-numbered-p org-html--reference org-in-archived-heading-p org-link--context-from-region org-link--normalize-string org-link-open-as-file org-list-checkbox-radio-mode org-md--convert-to-html org-md--identity org-newline-and-indent org-priority-show org-priority-to-value org-property-global-value org-refile-copy org-return-and-maybe-indent org-scroll org-table-collapse-header org-table-header-line-mode org-table-header-set-header org-table-row-get-visible-string org-toggle-radio-button org-up-heading-or-point-min tramp-adb-get-signal-strings tramp-get-remote-awk tramp-get-remote-busybox tramp-get-remote-hexdump tramp-get-remote-od tramp-sh-get-signal-strings tramp-unquote-file-local-name))
(variables
(removed org-babel-clojure-sync-nrepl-timeout org-dcst org-export-special-keywords org-f org-file-properties org-hide-leading-stars-before-indent-mode org-l org-m org-remove-priority-next-time tramp-awk-coding-test)
(added c-recognize-bare-brace-inits finder-buffer org-agenda-filter-hook org-agenda-loop-over-headlines-in-active-region org-agenda-sort-noeffort-is-high org-agenda-sort-notime-is-late org-archive-subtree-save-file-p org-babel-default-header-args:clojurescript org-babel-haskell-compiler org-babel-header-args:clojurescript org-babel-header-args:haskell org-babel-lilypond-commands org-babel-shell-results-defaults-to-output org-clock-auto-clockout-timer org-columns-header-line-remap org-comment-regexp org-display-remote-inline-images org-fontify-todo-headline org-html-equation-reference-format org-html-prefer-user-labels org-id-overriding-file-name org-keyword-properties org-keyword-regexp org-latex-to-html-convert-command org-list-checkbox-radio-mode org-list-checkbox-radio-mode-hook org-logbook-drawer-re org-plantuml-exec-mode org-plantuml-executable-args org-plantuml-executable-path org-priority-default org-priority-enable-commands org-priority-get-priority-function org-priority-highest org-priority-lowest org-scroll-position-to-restore org-show-notification-timeout org-src--saved-temp-window-config org-startup-numerated org-table-header-line-mode org-table-header-line-mode-hook org-table-header-line-p org-table-header-overlay org-ts--internal-regexp tramp-compat-emacs-compiled-version tramp-gvfs-unload-hook tramp-hexdump-awk-encode tramp-hexdump-encode tramp-od-awk-encode tramp-od-encode tramp-smb-options tramp-system-name))
(features
(removed)
(added org-refile)))
((28 1)
(functions
(removed Math-natnum-lessp add-menu add-menu-item add-menu-item-1 advertised-xscheme-send-previous-expression allocate-event allout-init allout-run-unit-tests allout-setup-menubar allout-test-range-overlaps allout-test-resumptions allout-tests-obliterate-variable allout-widgets-run-unit-tests antlr-default-directory antlr-read-shell-command antlr-with-displaying-help-buffer antlr-with-syntax-table archive-mode-revert battery-upower-prop bbdb-buffer bbdb-create-internal bbdb-gethash bbdb-records bibtex-vec-incr bookmark-jump-noselect browse-url-cci browse-url-mosaic buffer-syntactic-context buffer-syntactic-context-depth button-event-p button-press-event-p button-release-event-p byte-compile-associative byte-compile-cl-file-p byte-compile-cl-warn byte-compile-condition-case--new byte-compile-condition-case--old byte-compile-find-cl-functions byte-compile-fix-header byte-compile-print-syms byte-compile-unfold-lambda byte-opt--portable-numberp byte-optimize-1+ byte-optimize-1- byte-optimize-all-constp byte-optimize-predicate c-after-change-unmark-raw-strings c-before-change-check-raw-strings c-depropertize-raw-string c-depropertize-raw-strings-in-region c-font-lock-raw-strings c-forward-into-nomenclature c-looking-at-bos c-maybe-re-mark-raw-string c-propertize-raw-string-id c-propertize-raw-string-opener c-raw-string-in-end-delim c-raw-string-pos c-self-bind-state-cache c-slow-enclosing-c++-attribute c-with-extended-string-fences calendar-dlet* cconv-warnings-only char-valid-p character-to-event charset-bytes charset-id charset-list chart-sequece chart-sequece--anon-cmacro chart-sequece--eieio-childp chart-sequece-child-p chart-sequece-list-p chart-sequece-p choose-completion-delete-max-match cl--generic-fgrep cl--plist-remove complete-in-turn copy-event copy-flymake--backend-state copy-tramp-goa-name cperl-fontify-syntaxically cperl-force-face cperl-imenu-addback cperl-init-faces-weak crm-minibuffer-complete crm-minibuffer-complete-and-exit crm-minibuffer-completion-help css--contrasty-color current-screen-configuration current-time-seconds custom-mode cvs-every cvs-map cvs-union dbus-call-method-non-blocking dbus-get-other-registered-property deallocate-event define-mode-overload-implementation delete-extent delete-menu-item delete-screen describe-bindings-internal detect-coding-with-priority device-class dirtrack-debug-toggle disable-menu-item dispatch-event dnd-unescape-uri dns-make-network-process dynamic-completion-table ebnf-range-regexp ebrowse-build-tree-obarray ebrowse-tree-obarray-as-alist edebug-&rest-wrapper edebug--require-cl-read edebug-interactive-p-name edebug-match-&define edebug-match-&key edebug-match-¬ edebug-match-&optional edebug-match-&or edebug-match-&rest edebug-match-cl-generic-method-args edebug-match-cl-macrolet-body edebug-match-cl-macrolet-expr edebug-match-cl-macrolet-name edebug-match-colon-name edebug-match-lambda-expr edebug-match-name edebug-spec-p edebug-wrap-def-body ediff-truncate-string-left eieio-default-eval-maybe eieio-eval-default-p eieio-persistent-convert-list-to-object eieio-persistent-slot-type-is-class-p eieio-persistent-validate/fix-slot-value eldoc-docstring-format-sym-doc enable-menu-item enqueue-eval-event: epa--key-widget-action epa--key-widget-button-face-get epa--key-widget-help-echo epa--key-widget-value-create epa-display-verify-result epa-file--decode-coding-string epa-file--encode-coding-string epg-passphrase-callback-function erc-current-network erc-display-command erc-send-command eshell-complete-commands-list eshell-report-bug eudc-jump-to-event eval-event-p eval-next-after-load event-button event-closest-point event-closest-point-1 event-function event-key event-object event-point event-process event-timestamp event-to-character event-window event-x event-x-pixel event-y event-y-pixel exchange-dot-and-mark exec-to-string execute-eval-event extent-at extent-properties extent-property ff-other-file-name ffap-bug ffap-submit-bug file-cache-mouse-choose-completion find-face find-file-new-screen find-file-read-only-new-screen find-menu-item find-tag-new-screen flymake--backend-state-diags flymake--backend-state-diags--cmacro flymake--backend-state-disabled flymake--backend-state-disabled--cmacro flymake--backend-state-p flymake--backend-state-p--cmacro flymake--backend-state-reported-p flymake--backend-state-reported-p--cmacro flymake--backend-state-running flymake--backend-state-running--cmacro flymake--diag-buffer flymake--diag-buffer--cmacro flymake--mode-line-format format-spec--pad format-spec--parse-modifiers forward-point gdb-get-many-fields gdb-json-partial-output gdb-json-read-buffer gdb-json-string gdb-jsonify-buffer gdb-mi-decode gdb-var-evaluate-expression-handler generic-char-p get-face global-highlight-changes gnus--string-truncate-left gnus-atomic-progn-assign gnus-atomic-setq gnus-master-read-slave-newsrc gnus-nnir-group-p gnus-slave-save-newsrc gnus-summary-create-nnir-group gnus-summary-make-nnir-group help-for-help-internal-doc hfy-size-to-int hi-lock-process-phrase hif-compress-define-list icalendar--datetime-to-noneuropean-date icomplete-pre-command-hook icomplete-tidy iconify-screen idlwave-check-abbrev idlwave-code-abbrev idlwave-default-choose-completion idlwave-display-completion-list-xemacs idlwave-make-modified-completion-map-xemacs idlwave-shell-mouse-examine idlwave-split-menu-xemacs idlwave-with-special-syntax image-mode-maybe imenu-example--name-and-position isearch-help-for-help-internal-doc iswitchb-init-XEmacs-trick iswitchb-output-completion iswitchb-xemacs-backspacekey json--plist-reverse json--plist-to-alist key-press-event-p ledit-from-lisp-mode ledit-go-to-lisp ledit-go-to-liszt ledit-mode ledit-save-defun ledit-save-region ledit-setup ledit-zap-defun-to-lisp ledit-zap-defun-to-liszt ledit-zap-region-to-lisp lisp-mode-auto-fill list-all-completions-1 list-all-completions-by-hash-bucket-1 locate-file-completion lower-screen macroexp--compiling-p mail-new-screen make-coding-system make-extent make-lucid-menu-keymap make-screen-invisible make-screen-visible make-tramp-goa-name make-tramp-goa-name--cmacro math-compare-bignum math-norm-bignum math-scale-bignum-digit-size math-zerop-bignum menu-event-p mh-blacklist-a-msg mh-bogofilter-blacklist mh-bogofilter-whitelist mh-junk-blacklist mh-junk-blacklist-disposition mh-junk-process-blacklist mh-junk-process-whitelist mh-junk-whitelist-a-msg mh-show-junk-blacklist mh-spamassassin-blacklist mh-spamassassin-whitelist mh-spamprobe-blacklist mh-spamprobe-whitelist mhtml--extend-font-lock-region modify-screen-parameters motion-event-p mouse-choose-completion mouse-drag-frame mouse-major-mode-menu mouse-popup-menubar mouse-popup-menubar-stuff mouse-resize-frame mule--ucs-names-annotation next-command-event next-event next-screen nnheader-parse-naked-head nnheader-parse-overview-file nnir-article-group nnir-article-ids nnir-article-number nnir-article-rsv nnir-artlist-article nnir-artlist-length nnir-categorize nnir-close-group nnir-close-server nnir-mode nnir-open-server nnir-possibly-change-group nnir-registry-action nnir-request-article nnir-request-close nnir-request-create-group nnir-request-delete-group nnir-request-expire-articles nnir-request-group nnir-request-list nnir-request-list-newsgroups nnir-request-move-article nnir-request-post nnir-request-scan nnir-request-set-mark nnir-request-update-info nnir-request-update-mark nnir-retrieve-headers nnir-search-thread nnir-server-opened nnir-status-message nnir-warp-to-article nnmail-fix-eudora-headers nnoo-define-basics-1 nnoo-map-functions-1 obj-get-string-alignment obj-match-second-space-left obj-match-second-space-right obj-string-match-m org-add-to-diary-list org-babel-J-eval-string org-babel-J-interleave-echos org-babel-J-interleave-echos-except-functions org-babel-J-print-block org-babel-J-strip-whitespace org-babel-asymptote-define-type org-babel-asymptote-var-to-asymptote org-babel-coq-clean-prompt org-babel-coq-initiate-session org-babel-execute:J org-babel-execute:abc org-babel-execute:asymptote org-babel-execute:coq org-babel-execute:ebnf org-babel-execute:hledger org-babel-execute:io org-babel-execute:j org-babel-execute:ledger org-babel-execute:mscgen org-babel-execute:picolisp org-babel-execute:shen org-babel-execute:stan org-babel-execute:vala org-babel-expand-body:J org-babel-expand-body:abc org-babel-expand-body:picolisp org-babel-expand-body:shen org-babel-io-evaluate org-babel-io-initiate-session org-babel-j-initiate-session org-babel-picolisp-initiate-session org-babel-prep-session:abc org-babel-prep-session:asymptote org-babel-prep-session:hledger org-babel-prep-session:io org-babel-prep-session:ledger org-babel-prep-session:mscgen org-babel-prep-session:stan org-babel-prep-session:vala org-babel-shen-var-to-shen org-babel-variable-assignments:asymptote org-downcase-keep-props org-html--svg-image org-link--open-doi org-macro--set-template org-table--set-calc-mode password-read-and-add pcase--edebug-match-macro pcase--fgrep pcase-codegen pgg-cancel-timer pgg-clear-string pgg-run-at-time popup-dialog-box princ-list print-help-return-message process-event-p project--process-file-region pulse-color-values-to-hex pulse-int-to-hex pulse-lighten-highlight raise-screen rcirc-complete rcirc-delete-process read-command-event read-mouse-position real-path-name recompute-lucid-menubar redraw-screen reftex-start-itimer-once relabel-menu-item remember-buffer screen-list screen-parameters screen-pixel-height screen-pixel-width screen-root-window screen-selected-window screen-visible-p screenp select-screen selected-screen semantic-bovinate-from-nonterminal-full semantic-bovinate-region-until-error semantic-bovinate-toplevel semantic-file-token-stream semantic-flex semantic-flex-buffer semantic-flex-end semantic-flex-keyword-get semantic-flex-keyword-p semantic-flex-keyword-put semantic-flex-keywords semantic-flex-list semantic-flex-make-keyword-table semantic-flex-map-keywords semantic-flex-start semantic-flex-text semantic-something-to-stream semantic-tag-make-assoc-list semantic-token-type-parent ses--metaprogramming set-buffer-menubar set-coding-priority set-extent-end-glyph set-extent-face set-extent-property set-menubar set-menubar-dirty-flag set-rcirc-decode-coding-system set-rcirc-encode-coding-system set-screen-position set-screen-size sh-blink sh-calculate-indent sh-check-rule sh-find-prev-matching sh-find-prev-switch sh-get-indent-info sh-get-indent-var-for-line sh-get-kw sh-get-word sh-goto-match-for-done sh-goto-matching-case sh-goto-matching-if sh-guess-basic-offset sh-handle-after-case-label sh-handle-prev-case sh-handle-prev-case-alt-end sh-handle-prev-do sh-handle-prev-done sh-handle-prev-else sh-handle-prev-esac sh-handle-prev-fi sh-handle-prev-if sh-handle-prev-open sh-handle-prev-rc-case sh-handle-prev-then sh-handle-this-close sh-handle-this-do sh-handle-this-done sh-handle-this-else sh-handle-this-esac sh-handle-this-fi sh-handle-this-rc-case sh-handle-this-then sh-help-string-for-variable sh-indent-line sh-mark-init sh-mark-line sh-must-support-indent sh-prev-line sh-prev-stmt sh-prev-thing sh-read-variable sh-safe-forward-sexp sh-set-var-value sh-this-is-a-continuation shell-dirtrack-toggle svg--wrap-svg switch-to-buffer-new-screen switch-to-other-buffer syntax-propertize--shift-groups t-mouse-mode tab-bar-handle-mouse tab-bar-history--pre-change tcl-beginning-of-defun-function term-dynamic-simple-complete testcover-unsafep tex-guess-mode tex-mode-internal thread-alive-p timer-create--cmacro tls-format-message tmm-get-keybind tmm-menubar-keymap tramp-adb--gnu-switches-to-ash tramp-adb-find-test-command tramp-adb-handle-file-truename tramp-compat-directory-name-p tramp-compat-process-running-p tramp-compat-temporary-file-directory tramp-compat-tramp-file-name-slots tramp-completion-mode-p tramp-get-env-with-u-option tramp-get-remote-gvfs-monitor-dir tramp-goa-name-host tramp-goa-name-host--cmacro tramp-goa-name-method tramp-goa-name-method--cmacro tramp-goa-name-p tramp-goa-name-p--cmacro tramp-goa-name-port tramp-goa-name-port--cmacro tramp-goa-name-user tramp-goa-name-user--cmacro tramp-gvfs-get-remote-gid tramp-gvfs-get-remote-uid tramp-gvfs-handle-file-readable-p tramp-gvfs-set-file-uid-gid tramp-make-goa-name tramp-rclone-flush-directory-cache tramp-rclone-handle-delete-directory tramp-rclone-handle-delete-file tramp-rclone-handle-directory-files tramp-rclone-handle-file-attributes tramp-rclone-handle-file-executable-p tramp-rclone-handle-file-name-all-completions tramp-rclone-handle-file-readable-p tramp-rclone-handle-insert-directory tramp-rclone-handle-insert-file-contents tramp-rclone-handle-make-directory tramp-rclone-local-file-name tramp-rclone-mount-point tramp-rclone-mounted-p tramp-run-test2 tramp-sh-gvfs-monitor-dir-process-filter tramp-sh-handle-file-newer-than-file-p tramp-sudoedit-get-remote-gid tramp-sudoedit-get-remote-uid url-generate-unique-filename vc-default-working-revision vc-dired-deduce-fileset vc-hg-dir-extra-header vc-revert-buffer vc-workfile-version vcursor-toggle-vcursor-map verilog-auto-inst-first verilog-completion-response vhdl-update-progress-info visible-screen-list wdired--restore-dired-filename-prop wdired-preprocess-files wdired-preprocess-perms wdired-preprocess-symlinks whitespace-buffer whitespace-buffer-cleanup whitespace-buffer-leading whitespace-buffer-leading-cleanup whitespace-buffer-search whitespace-buffer-trailing whitespace-buffer-trailing-cleanup whitespace-check-buffer-list whitespace-check-whitespace-mode whitespace-cleanup-internal whitespace-delete-overlay whitespace-global-mode whitespace-highlight-the-space whitespace-indent-cleanup whitespace-make-overlay whitespace-mode-line-update whitespace-overlay-end whitespace-overlay-put whitespace-overlay-start whitespace-refresh-rescan-list whitespace-region whitespace-rescan-files-in-buffers whitespace-tickle-timer whitespace-toggle-ateol-check whitespace-toggle-indent-check whitespace-toggle-leading-check whitespace-toggle-spacetab-check whitespace-toggle-trailing-check whitespace-unchecked-whitespaces whitespace-unhighlight-the-space whitespace-unload-hook whitespace-update-modeline window--before-delete-windows window--in-subtree-p window-screen x-create-screen x-new-screen xref-bogus-location xref-bogus-location--anon-cmacro xref-bogus-location--eieio-childp xref-bogus-location-child-p xref-bogus-location-list-p xref-buffer-location xref-buffer-location--anon-cmacro xref-buffer-location--eieio-childp xref-buffer-location-child-p xref-buffer-location-list-p xref-etags-location xref-etags-location--anon-cmacro xref-etags-location--eieio-childp xref-etags-location-child-p xref-etags-location-list-p xref-file-location xref-file-location--anon-cmacro xref-file-location--eieio-childp xref-file-location-child-p xref-file-location-list-p xref-item xref-item--anon-cmacro xref-item--eieio-childp xref-item-child-p xref-item-list-p xref-location xref-location--anon-cmacro xref-location--eieio-childp xref-location-child-p xref-location-list-p xref-location-p xref-match-item xref-match-item--anon-cmacro xref-match-item--eieio-childp xref-match-item-child-p xref-match-item-list-p)
(added \(setf\ xref-item-location\) \(setf\ xref-item-summary\) \(setf\ xref-match-item-length\) \(setf\ xref-match-item-location\) \(setf\ xref-match-item-summary\) Buffer-menu--dynamic-name-width Buffer-menu-mode-menu Info-context-menu abbrev--suggest-above-threshold abbrev--suggest-count-words abbrev--suggest-get-active-abbrev-expansions abbrev--suggest-get-active-tables-including-parents abbrev--suggest-get-previous-words abbrev--suggest-get-totals abbrev--suggest-inform-user abbrev--suggest-maybe-suggest abbrev--suggest-shortest-abbrev abbrev-suggest-show-report abort-minibuffers activate-transient-input-method advice--make-single-doc always ansi-color-compilation-filter apropos--preamble apropos-function apropos-next-symbol apropos-previous-symbol archive--enabled-p archive--extract-file archive--file-desc archive--file-desc--cmacro archive--file-desc-case-fiddled archive--file-desc-ext-file-name archive--file-desc-ext-file-name--cmacro archive--file-desc-gid archive--file-desc-gid--cmacro archive--file-desc-int-file-name archive--file-desc-int-file-name--cmacro archive--file-desc-mode archive--file-desc-mode--cmacro archive--file-desc-p archive--file-desc-p--cmacro archive--file-desc-pos archive--file-desc-pos--cmacro archive--file-desc-ratio archive--file-desc-ratio--cmacro archive--file-desc-size archive--file-desc-size--cmacro archive--file-desc-time archive--file-desc-time--cmacro archive--file-desc-uid archive--file-desc-uid--cmacro archive--file-summary archive--file-summary--cmacro archive--file-summary-name-end archive--file-summary-name-end--cmacro archive--file-summary-name-start archive--file-summary-name-start--cmacro archive--file-summary-p archive--file-summary-p--cmacro archive--file-summary-text archive--file-summary-text--cmacro archive--fit archive--fit2 archive--mode-revert archive--summarize-descs archive-ar--name archive-ar-write-file-member archive-copy-file archive-goto-file archive-hideshow-column archive-next-file-displayer archive-squashfs-extract archive-squashfs-extract-by-stdout archive-squashfs-summarize artist--adjust-x artist-menu-map asm-mode-menu auto-revert--buffer-candidates auto-revert--global-possibly-adopt-current-buffer auto-revert-buffer batch-byte+native-compile batch-native-compile batch-update-autoloads--summary battery--files battery--upower-device-properties battery--upower-devices battery--upower-props-changed battery--upower-signal-handler battery--upower-state battery--upower-subscribe battery--upower-unsubscribe benchmark--adaptive benchmark-call bibtex--skip-field-aliases bibtex-Dataset bibtex-Software bibtex-init-sort bindat--align bindat--fun bindat--make bindat--make--cmacro bindat--make-docstring bindat--makefun bindat--pack-bits bindat--pack-str bindat--pack-strz bindat--pack-u64 bindat--pack-u64r bindat--pack-uint bindat--pack-uintr bindat--pcase bindat--toplevel bindat--type bindat--type-le bindat--type-le--cmacro bindat--type-pe bindat--type-pe--cmacro bindat--type-ue bindat--type-ue--cmacro bindat--unpack-bits bindat--unpack-str bindat--unpack-strz bindat--unpack-uint bindat--unpack-uintr bindat-defmacro bindat-type bindings--menu-item-string bindings--sort-menu-keymap bookmark--remove-fringe-mark bookmark--set-fringe-mark bookmark--watch-file-already-queried-p bookmark-bmenu--file-predicate bookmark-bmenu--name-predicate bookmark-bmenu--revert bookmark-bmenu-delete-all bookmark-bmenu-get-buffer bookmark-bmenu-mark-all bookmark-bmenu-unmark-all bookmark-delete-all bounds-of-thing-at-mouse browse-url--browser browse-url--browser-kind browse-url--browser-kind-browser browse-url--browser-kind-mailto browse-url--browser-kind-man browse-url--mailto browse-url--man browse-url--non-html-file-url-p browse-url-select-handler browse-url-with-browser-kind bubbles-menu buffer-line-statistics buffer-local-boundp bug-reference--build-forge-setup-entry bug-reference--overlay-bounds bug-reference--overlays-in bug-reference--run-auto-setup bug-reference--setup-from-vc-alist bug-reference--try-setup-gnus-article bug-reference-maybe-setup-from-irc bug-reference-maybe-setup-from-mail bug-reference-maybe-setup-from-vc bug-reference-mode-force-auto-setup bug-reference-try-setup-from-erc bug-reference-try-setup-from-gnus bug-reference-try-setup-from-rcirc bug-reference-try-setup-from-rmail bug-reference-try-setup-from-vc button--describe button-buttonize button-describe button-mode byte-compile--check-arity-bytecode byte-compile--check-prefixed-var byte-compile--default-dest-file byte-compile--load-dynvars byte-compile--warn-lexical-dynamic byte-compile--wide-docstring-p byte-compile-docstring-length-warn byte-compile-emit-callargs-warn byte-compile-free-vars-warn byte-compile-ignore byte-compile-info byte-compile-make-local-variable byte-compile-min-max byte-compile-one-to-three-args byte-compile-variadic-numeric byte-optimize--fixnump byte-optimize--pcase byte-optimize--rename-var byte-optimize--rename-var-body byte-optimize--substitutable-p byte-optimize-assoc byte-optimize-assq byte-optimize-cons byte-optimize-constant-args byte-optimize-eq byte-optimize-let-form byte-optimize-min-max byte-optimize-one-form byte-run--set-advertised-calling-convention byte-run--set-compiler-macro byte-run--set-completion byte-run--set-debug byte-run--set-doc-string byte-run--set-indent byte-run--set-interactive-only byte-run--set-modes byte-run--set-no-font-lock-keyword byte-run--set-obsolete byte-run--set-pure byte-run--set-side-effect-free byte-run--set-speed byte-to-native-func-def-byte-func byte-to-native-func-def-byte-func--cmacro byte-to-native-func-def-c-name byte-to-native-func-def-c-name--cmacro byte-to-native-func-def-name byte-to-native-func-def-name--cmacro byte-to-native-func-def-p byte-to-native-func-def-p--cmacro byte-to-native-lambda-byte-func byte-to-native-lambda-byte-func--cmacro byte-to-native-lambda-lap byte-to-native-lambda-lap--cmacro byte-to-native-lambda-p byte-to-native-lambda-p--cmacro byte-to-native-top-level-form byte-to-native-top-level-form--cmacro byte-to-native-top-level-lexical byte-to-native-top-level-lexical--cmacro byte-to-native-top-level-p byte-to-native-top-level-p--cmacro c-add-indent-to-body-to-abbrev-table c-after-change-unmark-ml-strings c-align-cpp-indent-to-body c-awk-context-expand-fl-region c-awk-font-lock-invalid-namespace-separators c-before-change-check-ml-strings c-c++-make-ml-string-closer-re c-c++-make-ml-string-opener-re c-clear-stale-indent-to-body-abbrevs c-depropertize-ml-string c-depropertize-ml-string-delims c-depropertize-ml-strings-in-region c-determine-limit-no-macro c-electric-pragma c-font-lock-c++-using c-font-lock-ml-strings c-foreign-init-lit-pos-cache c-foreign-truncate-lit-pos-cache c-forward-comment-minus-1 c-get-ml-closer c-laomib-fix-elt c-laomib-get-cache c-laomib-invalidate-cache c-laomib-loop c-laomib-put-cache c-lineup-ternary-bodies c-maybe-re-mark-ml-string c-ml-string-back-to-neutral c-ml-string-delims-around-point c-ml-string-in-end-delim c-ml-string-make-closer-re c-ml-string-make-opener-re c-ml-string-opener-around-point c-ml-string-opener-at-or-around-point c-ml-string-opener-intersects-region c-populate-abbrev-table c-position-wrt-ml-delims c-previous-single-property-change c-propertize-ml-string-id c-propertize-ml-string-opener c-toggle-cpp-indent-to-body c-will-be-unescaped calc--edit-mode calc--header-line calc-yank-internal calc-yank-mouse-primary calcDigit-delchar calendar-dlet calendar-french-trim-feast calendar-read-sexp cconv--var-classification cconv--var-classification--inliner cconv--warn-unused-msg change-log-mode-menu chart--face-list chart-sequence chart-sequence--anon-cmacro chart-sequence--eieio-childp chart-sequence-child-p chart-sequence-list-p chart-sequence-p checkdoc--error-bad-format-p checkdoc--fix-y-or-n-p checkdoc-dired checkdoc-in-abbreviation-p cl--alist-to-plist cl--defmethod-doc-pos cl--edebug-macrolet-interposer cl--generic-edebug-make-name cl--generic-edebug-remember-name cl--optimize cl--plist-to-alist cl--push-clause-loop-body cl--self-tco cl--struct-bindat--type-p cl--struct-bindat--type-p--cmacro cl-font-lock-built-in-mode cl-generic--method-qualifier-p cl-type--pcase-macroexpander clone-frame color-dark-p color-values-from-color-spec comint-osc-directory-tracker comint-osc-hyperlink-handler comint-osc-process-output command-completion-button-p command-completion-default-include-p command-completion-using-modes-p command-completion-with-modes-p command-modes comp--native-compile comp-accept-and-process-async-output comp-add-call-cstr comp-add-cond-cstrs comp-add-cond-cstrs-simple comp-add-cond-cstrs-target-block comp-add-const-to-relocs comp-add-cstrs comp-add-func-to-ctxt comp-add-new-block-between comp-addr-to-bb-name comp-alloc-class-to-container comp-apply-in-env comp-args-base-min comp-args-base-min--cmacro comp-args-base-p comp-args-base-p--cmacro comp-args-max comp-args-max--cmacro comp-args-min comp-args-min--cmacro comp-args-p comp-args-p--cmacro comp-args-to-lambda-list comp-arithm-cmp-fun-p comp-assign-op-p comp-async-runnings comp-bb-maybe-add comp-block-closed comp-block-closed--cmacro comp-block-cstr-closed comp-block-cstr-closed--cmacro comp-block-cstr-df comp-block-cstr-df--cmacro comp-block-cstr-final-frame comp-block-cstr-final-frame--cmacro comp-block-cstr-idom comp-block-cstr-idom--cmacro comp-block-cstr-in-edges comp-block-cstr-in-edges--cmacro comp-block-cstr-insns comp-block-cstr-insns--cmacro comp-block-cstr-name comp-block-cstr-name--cmacro comp-block-cstr-out-edges comp-block-cstr-out-edges--cmacro comp-block-cstr-p comp-block-cstr-p--cmacro comp-block-cstr-post-num comp-block-cstr-post-num--cmacro comp-block-df comp-block-df--cmacro comp-block-final-frame comp-block-final-frame--cmacro comp-block-idom comp-block-idom--cmacro comp-block-in-edges comp-block-in-edges--cmacro comp-block-insns comp-block-insns--cmacro comp-block-lap-addr comp-block-lap-addr--cmacro comp-block-lap-closed comp-block-lap-closed--cmacro comp-block-lap-df comp-block-lap-df--cmacro comp-block-lap-final-frame comp-block-lap-final-frame--cmacro comp-block-lap-idom comp-block-lap-idom--cmacro comp-block-lap-in-edges comp-block-lap-in-edges--cmacro comp-block-lap-insns comp-block-lap-insns--cmacro comp-block-lap-name comp-block-lap-name--cmacro comp-block-lap-no-ret comp-block-lap-no-ret--cmacro comp-block-lap-non-ret-insn comp-block-lap-non-ret-insn--cmacro comp-block-lap-out-edges comp-block-lap-out-edges--cmacro comp-block-lap-p comp-block-lap-p--cmacro comp-block-lap-post-num comp-block-lap-post-num--cmacro comp-block-lap-sp comp-block-lap-sp--cmacro comp-block-name comp-block-name--cmacro comp-block-out-edges comp-block-out-edges--cmacro comp-block-p comp-block-p--cmacro comp-block-post-num comp-block-post-num--cmacro comp-block-preds comp-branch-op-p comp-byte-frame-size comp-c-func-name comp-call comp-call-op-p comp-call-optim comp-call-optim-form-call comp-call-optim-func comp-callref comp-clean-ssa comp-clean-up-stale-eln comp-collect-calls comp-collect-mvar-ids comp-collect-mvars comp-collect-rev-post-order comp-collect-rhs comp-common-supertype comp-common-supertype-2 comp-compile-ctxt-to-file comp-compute-dominator-frontiers comp-compute-dominator-tree comp-compute-edges comp-compute-function-type comp-cond-cstrs-target-mvar comp-copy-insn comp-copy-slot comp-cstr-< comp-cstr-<= comp-cstr-= comp-cstr-> comp-cstr->= comp-cstr-add comp-cstr-add-2 comp-cstr-cons-p comp-cstr-copy comp-cstr-ctxt-common-supertype-mem comp-cstr-ctxt-common-supertype-mem--cmacro comp-cstr-ctxt-intersection-mem comp-cstr-ctxt-intersection-mem--cmacro comp-cstr-ctxt-p comp-cstr-ctxt-p--cmacro comp-cstr-ctxt-subtype-p-mem comp-cstr-ctxt-subtype-p-mem--cmacro comp-cstr-ctxt-union-1-mem-no-range comp-cstr-ctxt-union-1-mem-no-range--cmacro comp-cstr-ctxt-union-1-mem-range comp-cstr-ctxt-union-1-mem-range--cmacro comp-cstr-ctxt-union-typesets-mem comp-cstr-ctxt-union-typesets-mem--cmacro comp-cstr-empty-p comp-cstr-f-args comp-cstr-f-args--cmacro comp-cstr-f-p comp-cstr-f-p--cmacro comp-cstr-f-ret comp-cstr-f-ret--cmacro comp-cstr-fixnum-p comp-cstr-greatest-in-range comp-cstr-imm comp-cstr-imm-vld-p comp-cstr-intersection comp-cstr-intersection-homogeneous comp-cstr-intersection-make comp-cstr-intersection-no-hashcons comp-cstr-intersection-no-mem comp-cstr-neg comp-cstr-neg--cmacro comp-cstr-negation comp-cstr-negation-make comp-cstr-null-p comp-cstr-p comp-cstr-p--cmacro comp-cstr-range comp-cstr-range--cmacro comp-cstr-set-cmp-range comp-cstr-set-range-for-arithm comp-cstr-shallow-copy comp-cstr-smallest-in-range comp-cstr-sub comp-cstr-sub-2 comp-cstr-symbol-p comp-cstr-to-type-spec comp-cstr-typeset comp-cstr-typeset--cmacro comp-cstr-union comp-cstr-union-1 comp-cstr-union-1-no-mem comp-cstr-union-homogeneous comp-cstr-union-homogeneous-no-range comp-cstr-union-make comp-cstr-union-no-range comp-cstr-valset comp-cstr-valset--cmacro comp-cstr-value-negation comp-cstrs-homogeneous comp-ctxt-byte-func-to-func-h comp-ctxt-byte-func-to-func-h--cmacro comp-ctxt-common-supertype-mem comp-ctxt-common-supertype-mem--cmacro comp-ctxt-compiler-options comp-ctxt-compiler-options--cmacro comp-ctxt-d-default comp-ctxt-d-default--cmacro comp-ctxt-d-ephemeral comp-ctxt-d-ephemeral--cmacro comp-ctxt-d-impure comp-ctxt-d-impure--cmacro comp-ctxt-debug comp-ctxt-debug--cmacro comp-ctxt-driver-options comp-ctxt-driver-options--cmacro comp-ctxt-funcs-h comp-ctxt-funcs-h--cmacro comp-ctxt-function-docs comp-ctxt-function-docs--cmacro comp-ctxt-intersection-mem comp-ctxt-intersection-mem--cmacro comp-ctxt-lambda-fixups-h comp-ctxt-lambda-fixups-h--cmacro comp-ctxt-output comp-ctxt-output--cmacro comp-ctxt-p comp-ctxt-p--cmacro comp-ctxt-speed comp-ctxt-speed--cmacro comp-ctxt-subtype-p-mem comp-ctxt-subtype-p-mem--cmacro comp-ctxt-sym-to-c-name-h comp-ctxt-sym-to-c-name-h--cmacro comp-ctxt-top-level-forms comp-ctxt-top-level-forms--cmacro comp-ctxt-union-1-mem-no-range comp-ctxt-union-1-mem-no-range--cmacro comp-ctxt-union-1-mem-range comp-ctxt-union-1-mem-range--cmacro comp-ctxt-union-typesets-mem comp-ctxt-union-typesets-mem--cmacro comp-ctxt-with-late-load comp-ctxt-with-late-load--cmacro comp-data-container-idx comp-data-container-idx--cmacro comp-data-container-l comp-data-container-l--cmacro comp-data-container-p comp-data-container-p--cmacro comp-dead-assignments-func comp-dead-code comp-decrypt-arg-list comp-delete-or-replace-file comp-dom-tree-walker comp-edge-dst comp-edge-dst--cmacro comp-edge-number comp-edge-number--cmacro comp-edge-p comp-edge-p--cmacro comp-edge-src comp-edge-src--cmacro comp-effective-async-max-jobs comp-eln-load-path-eff comp-emit comp-emit-annotation comp-emit-assume comp-emit-call-cstr comp-emit-cond-jump comp-emit-for-top-level comp-emit-handler comp-emit-lambda-for-top-level comp-emit-narg-prologue comp-emit-set-call comp-emit-set-call-subr comp-emit-setimm comp-emit-switch comp-emit-uncond-jump comp-ensure-native-compiler comp-equality-fun-p comp-fill-label-h comp-final comp-final1 comp-finalize-container comp-finalize-phis comp-finalize-relocs comp-form-tco-call-seq comp-func-block-cnt-gen comp-func-block-cnt-gen--cmacro comp-func-blocks comp-func-blocks--cmacro comp-func-byte-func comp-func-byte-func--cmacro comp-func-c-name comp-func-c-name--cmacro comp-func-d-block-cnt-gen comp-func-d-block-cnt-gen--cmacro comp-func-d-blocks comp-func-d-blocks--cmacro comp-func-d-byte-func comp-func-d-byte-func--cmacro comp-func-d-c-name comp-func-d-c-name--cmacro comp-func-d-doc comp-func-d-doc--cmacro comp-func-d-edge-cnt-gen comp-func-d-edge-cnt-gen--cmacro comp-func-d-edges-h comp-func-d-edges-h--cmacro comp-func-d-frame-size comp-func-d-frame-size--cmacro comp-func-d-has-non-local comp-func-d-has-non-local--cmacro comp-func-d-int-spec comp-func-d-int-spec--cmacro comp-func-d-lambda-list comp-func-d-lambda-list--cmacro comp-func-d-lap comp-func-d-lap--cmacro comp-func-d-lap-block comp-func-d-lap-block--cmacro comp-func-d-name comp-func-d-name--cmacro comp-func-d-p comp-func-d-p--cmacro comp-func-d-pure comp-func-d-pure--cmacro comp-func-d-speed comp-func-d-speed--cmacro comp-func-d-ssa-status comp-func-d-ssa-status--cmacro comp-func-d-type comp-func-d-type--cmacro comp-func-d-vframe-size comp-func-d-vframe-size--cmacro comp-func-doc comp-func-doc--cmacro comp-func-edge-cnt-gen comp-func-edge-cnt-gen--cmacro comp-func-edges-h comp-func-edges-h--cmacro comp-func-frame-size comp-func-frame-size--cmacro comp-func-has-non-local comp-func-has-non-local--cmacro comp-func-in-unit comp-func-int-spec comp-func-int-spec--cmacro comp-func-l-args comp-func-l-args--cmacro comp-func-l-block-cnt-gen comp-func-l-block-cnt-gen--cmacro comp-func-l-blocks comp-func-l-blocks--cmacro comp-func-l-byte-func comp-func-l-byte-func--cmacro comp-func-l-c-name comp-func-l-c-name--cmacro comp-func-l-doc comp-func-l-doc--cmacro comp-func-l-edge-cnt-gen comp-func-l-edge-cnt-gen--cmacro comp-func-l-edges-h comp-func-l-edges-h--cmacro comp-func-l-frame-size comp-func-l-frame-size--cmacro comp-func-l-has-non-local comp-func-l-has-non-local--cmacro comp-func-l-int-spec comp-func-l-int-spec--cmacro comp-func-l-lap comp-func-l-lap--cmacro comp-func-l-lap-block comp-func-l-lap-block--cmacro comp-func-l-name comp-func-l-name--cmacro comp-func-l-p comp-func-l-p--cmacro comp-func-l-pure comp-func-l-pure--cmacro comp-func-l-speed comp-func-l-speed--cmacro comp-func-l-ssa-status comp-func-l-ssa-status--cmacro comp-func-l-type comp-func-l-type--cmacro comp-func-l-vframe-size comp-func-l-vframe-size--cmacro comp-func-lap comp-func-lap--cmacro comp-func-lap-block comp-func-lap-block--cmacro comp-func-name comp-func-name--cmacro comp-func-p comp-func-p--cmacro comp-func-pure comp-func-pure--cmacro comp-func-speed comp-func-speed--cmacro comp-func-ssa-status comp-func-ssa-status--cmacro comp-func-type comp-func-type--cmacro comp-func-unique-in-cu-p comp-func-vframe-size comp-func-vframe-size--cmacro comp-function-call-maybe-fold comp-function-foldable-p comp-function-pure-p comp-fwprop comp-fwprop* comp-fwprop-call comp-fwprop-insn comp-fwprop-prologue comp-gen-counter comp-hint-cons comp-hint-fixnum comp-insert-insn comp-intern-func-in-ctxt comp-intersect-two-typesets comp-intersect-typesets comp-intersection-valsets comp-ipa-pure comp-irange-to-cstr comp-jump-table-optimizable comp-known-predicate-p comp-label-to-addr comp-lambda-list-gen comp-lap-eob-p comp-lap-fall-through-p comp-latch-closed comp-latch-closed--cmacro comp-latch-df comp-latch-df--cmacro comp-latch-final-frame comp-latch-final-frame--cmacro comp-latch-idom comp-latch-idom--cmacro comp-latch-in-edges comp-latch-in-edges--cmacro comp-latch-insns comp-latch-insns--cmacro comp-latch-make-fill comp-latch-name comp-latch-name--cmacro comp-latch-out-edges comp-latch-out-edges--cmacro comp-latch-p comp-latch-p--cmacro comp-latch-post-num comp-latch-post-num--cmacro comp-lex-byte-func-p comp-limple-insn-call-p comp-limplify comp-limplify-block comp-limplify-curr-block comp-limplify-curr-block--cmacro comp-limplify-finalize-function comp-limplify-frame comp-limplify-frame--cmacro comp-limplify-function comp-limplify-label-to-addr comp-limplify-label-to-addr--cmacro comp-limplify-lap-inst comp-limplify-listn comp-limplify-p comp-limplify-p--cmacro comp-limplify-pc comp-limplify-pc--cmacro comp-limplify-pending-blocks comp-limplify-pending-blocks--cmacro comp-limplify-sp comp-limplify-sp--cmacro comp-limplify-top-level comp-log comp-log-block-info comp-log-edges comp-log-func comp-log-to-buffer comp-lookup-eln comp-loop-insn-in-block comp-make-curr-block comp-make-lambda-list-from-subr comp-mark-curr-bb-closed comp-maybe-add-vmvar comp-mvar-id comp-mvar-id--cmacro comp-mvar-neg comp-mvar-neg--cmacro comp-mvar-p comp-mvar-p--cmacro comp-mvar-propagate comp-mvar-range comp-mvar-range--cmacro comp-mvar-slot comp-mvar-slot--cmacro comp-mvar-type-hint-match-p comp-mvar-typeset comp-mvar-typeset--cmacro comp-mvar-used-p comp-mvar-valset comp-mvar-valset--cmacro comp-nargs-min comp-nargs-min--cmacro comp-nargs-nonrest comp-nargs-nonrest--cmacro comp-nargs-p comp-nargs-p--cmacro comp-nargs-rest comp-nargs-rest--cmacro comp-negate-arithm-cmp-fun comp-new-block-sym comp-new-frame comp-normalize-typeset comp-normalize-valset comp-op-case comp-place-phis comp-pred-to-cstr comp-prepare-args-for-top-level comp-prettyformat-insn comp-prettyformat-mvar comp-pure-infer-func comp-range-+ comp-range-- comp-range-1+ comp-range-1- comp-range-< comp-range-intersection comp-range-negation comp-range-union comp-remove-type-hints comp-remove-type-hints-func comp-remove-unreachable-blocks comp-reverse-arithm-fun comp-rewrite-non-locals comp-run-async-workers comp-set-op-p comp-slot comp-slot+1 comp-slot-n comp-sp comp-spill-decl-spec comp-spill-lap comp-spill-lap-function comp-spill-speed comp-split-pos-neg comp-ssa comp-ssa-frame comp-ssa-frame--cmacro comp-ssa-p comp-ssa-p--cmacro comp-ssa-rename comp-ssa-rename-insn comp-star-or-num-p comp-subr-trampoline-install comp-subtype-p comp-supertypes comp-symbol-func-to-fun comp-tco comp-tco-func comp-trampoline-compile comp-trampoline-filename comp-trampoline-search comp-type-hint-p comp-type-spec-to-cstr comp-type-to-cstr comp-union-typesets comp-union-valsets comp-value-to-cstr comp-vec--verify-idx comp-vec-append comp-vec-aref comp-vec-beg comp-vec-beg--cmacro comp-vec-copy comp-vec-data comp-vec-data--cmacro comp-vec-end comp-vec-end--cmacro comp-vec-length comp-vec-p comp-vec-p--cmacro comp-vec-prepend comp-with-sp compilation--message->rule compilation--message->rule--cmacro completion--insert completion--insert-horizontal completion--insert-one-column completion--insert-vertical completion-shorthand-all-completions completion-shorthand-try-completion conf--guess-mode conf-mode-menu context-menu-buffers context-menu-ffap context-menu-global context-menu-local context-menu-map context-menu-middle-separator context-menu-minor context-menu-mode context-menu-open context-menu-region context-menu-toolbar context-menu-undo context-menu-vc copy-archive--file-desc copy-archive--file-summary copy-bindat--type copy-byte-to-native-func-def copy-byte-to-native-lambda copy-byte-to-native-top-level copy-comp-args copy-comp-args-base copy-comp-cstr-ctxt copy-comp-cstr-f copy-comp-ctxt copy-comp-data-container copy-comp-func-d copy-comp-func-l copy-comp-mvar copy-comp-nargs copy-epa-ks-key copy-epa-ks-name copy-epg-key copy-flymake--state copy-hierarchy copy-matching-lines copy-tramp-goa-account copy-tramp-media-device copy-xref-bogus-location copy-xref-buffer-location copy-xref-etags-apropos-location copy-xref-etags-location copy-xref-file-location copy-xref-item copy-xref-match-item cperl--format-prompt cperl--time-convert cperl-block-declaration-p cperl-font-lock-syntactic-face-function cperl-fontify-syntactically cperl-is-here-doc-p cperl-process-here-doc cus--face-link custom--filter-obsolete-variables custom--get-def custom--revert-buffer custom--standard-value custom-add-choice custom-variable-current-value dbus--introspect-name dbus--introspect-names dbus--parse-xml-buffer dbus-check-arguments dbus-delete-types dbus-event-arguments dbus-event-destination-name dbus-event-handler dbus-flatten-types dbus-get-other-registered-properties dbus-monitor dbus-monitor-goto-serial dbus-monitor-handler dbus-register-monitor dcl-mode-menu deactivate-transient-input-method decoded-time-period def-edebug-elem-spec define-infix-argument define-infix-command define-short-documentation-group define-suffix-command define-transient-command describe-command describe-keymap describe-map describe-map-tree describe-repeat-maps describe-widget diary-offset dictionary dictionary-check-connection dictionary-check-initial-reply dictionary-check-reply dictionary-close dictionary-coding-system dictionary-connection-buffer dictionary-connection-close dictionary-connection-create-data dictionary-connection-open dictionary-connection-p dictionary-connection-process dictionary-connection-read dictionary-connection-read-crlf dictionary-connection-read-point dictionary-connection-read-to-point dictionary-connection-send dictionary-connection-send-crlf dictionary-connection-set-buffer dictionary-connection-set-process dictionary-connection-set-read-point dictionary-connection-status dictionary-context-menu dictionary-decode-charset dictionary-definition dictionary-display-dictionaries dictionary-display-dictionary-line dictionary-display-match-lines dictionary-display-match-result dictionary-display-more-info dictionary-display-only-match-result dictionary-display-search-result dictionary-display-strategies dictionary-display-strategy-line dictionary-display-tooltip dictionary-display-word-definition dictionary-display-word-entry dictionary-do-matching dictionary-do-search dictionary-do-select-dictionary dictionary-do-select-strategy dictionary-encode-charset dictionary-ensure-buffer dictionary-help dictionary-lookup-definition dictionary-mark-reference dictionary-match-words dictionary-mode dictionary-mode-p dictionary-mouse-popup-matching-words dictionary-new-buffer dictionary-new-matching dictionary-new-search dictionary-new-search-internal dictionary-open-server dictionary-popup-matching-words dictionary-post-buffer dictionary-pre-buffer dictionary-previous dictionary-process-popup-replies dictionary-read-answer dictionary-read-definition dictionary-read-reply dictionary-read-reply-and-split dictionary-reply dictionary-reply-code dictionary-reply-list dictionary-restore-state dictionary-search dictionary-search-default dictionary-search-word-at-mouse dictionary-select-dictionary dictionary-select-strategy dictionary-send-command dictionary-set-dictionary dictionary-set-server-var dictionary-set-strategy dictionary-simple-split-string dictionary-special-dictionary dictionary-split-string dictionary-store-positions dictionary-store-state dictionary-switch-tooltip-mode dictionary-tooltip-mode dictionary-tooltip-track-mouse dictionary-word-at-mouse-event diff-refresh-hunk directory-empty-p dired--find-file dired--find-possibly-alternative-file dired--highlight-no-subst-chars dired--mark-positions dired--need-confirm-positions dired--no-subst-ask dired--no-subst-confirm dired--no-subst-explain dired-buffers-for-dir-or-subdir dired-context-menu dired-mark--region-beginning dired-mark--region-end dired-mark--region-use-p dired-mode-immediate-menu dired-mode-mark-menu dired-mode-operate-menu dired-mode-regexp-menu dired-mode-subdir-menu dired-vc-deduce-fileset dired-vc-next-action dired-x-guess-file-name-at-point display--line-is-continued-p display--update-for-mouse-movement display-buffer-in-new-tab display-buffer-override-next-command display-buffer-use-least-recent-window display-time-update--load display-time-update--mail dlet dnd--unescape-uri dns--filter dns--lookup dns-query-asynchronous doc-view-center-page-horizontally doc-view-center-page-vertically dom-print dom-remove-attribute easy-mmode--globalized-predicate-p ebrowse-build-tree-table ebrowse-tree-table-as-alist eclipse-check ede-calc-fromconfig edebug--concat-name edebug--eval-defun edebug--get-elem-spec edebug--handle-:-spec-op edebug--match-&-spec-op edebug--match-declare-arg edebug--overlay-breakpoints edebug--overlay-breakpoints-remove edebug-cancel-on-entry edebug-get-edebug-or-ghost edebug-get-spec egyptian-shape-grouping eieio--eval-default-p eieio-oref-default--anon-cmacro eieio-oset-default--anon-cmacro eieio-persistent-fix-value eieio-persistent-make-instance eldoc eldoc--documentation-compose-1 eldoc--documentation-strategy-defcustom eldoc--echo-area-prefer-doc-buffer-p eldoc--echo-area-substring eldoc--format-doc-buffer eldoc--invoke-strategy eldoc--make-callback eldoc--message eldoc--request-state eldoc-display-in-buffer eldoc-display-in-echo-area eldoc-doc-buffer eldoc-documentation-compose eldoc-documentation-compose-eagerly eldoc-documentation-default eldoc-documentation-enthusiast electric-pair-open-newline-between-pairs-psif elint-require-form elisp--company-kind elisp--completion-local-symbols elisp--documentation-one-liner elisp--shorthand-aware-boundp elisp--shorthand-aware-fboundp elisp--xref-filter-definitions elisp--xref-infer-namespace elisp--xref-list-index elisp-context-menu elisp-eldoc-funcall elisp-eldoc-var-docstring elisp-enable-lexical-binding elp-results-mode emacs-bug--system-description emacs-lisp--before-compile-buffer emacs-lisp-mode-menu emacs-lisp-native-compile-and-load ensure-list epa--button-key-text epa--wrong-password-p epa-key-list-mode-menu epa-ks--display-keys epa-ks--fetch-key epa-ks--parse-buffer epa-ks--query-url epa-ks--restart-search epa-ks-do-key-to-fetch epa-ks-inspect-key-to-fetch epa-ks-key-algo epa-ks-key-algo--cmacro epa-ks-key-created epa-ks-key-created--cmacro epa-ks-key-expires epa-ks-key-expires--cmacro epa-ks-key-flags epa-ks-key-flags--cmacro epa-ks-key-id epa-ks-key-id--cmacro epa-ks-key-len epa-ks-key-len--cmacro epa-ks-key-names epa-ks-key-names--cmacro epa-ks-key-p epa-ks-key-p--cmacro epa-ks-mark-key-to-fetch epa-ks-name-created epa-ks-name-created--cmacro epa-ks-name-expires epa-ks-name-expires--cmacro epa-ks-name-flags epa-ks-name-flags--cmacro epa-ks-name-p epa-ks-name-p--cmacro epa-ks-name-uid epa-ks-name-uid--cmacro epa-ks-search-mode epa-ks-unmark-key-to-fetch epa-search-keys epa-show-key epg--filter-revoked-keys erc--download-directory erc--read-time-period erc--unignore-user erc-autojoin-current-server erc-autojoin-server-match erc-bug erc-cmd-DEOPME erc-cmd-OPME erc-cmd-WII erc-nickserv-get-password erc-nickserv-send-identify erc-status-sidebar--post-refresh erc-status-sidebar-buffer-exists-p erc-status-sidebar-click erc-status-sidebar-close erc-status-sidebar-default-chan-format erc-status-sidebar-default-chansort erc-status-sidebar-display-window erc-status-sidebar-get-buffer erc-status-sidebar-get-channame erc-status-sidebar-get-window erc-status-sidebar-kill erc-status-sidebar-mode erc-status-sidebar-mode--unhook erc-status-sidebar-open erc-status-sidebar-refresh erc-status-sidebar-set-window-preserve-size erc-status-sidebar-toggle erc-status-sidebar-writable erc-track-select-mode-line-face ert--explain-string-equal ert-reason-for-test-result ert-resource-directory ert-resource-file ert-simulate-keys eshell--complete-commands-list eshell-arg-mode eshell-bookmark-jump eshell-bookmark-make-record eshell-bookmark-name eshell-cmpl-mode eshell-command-map eshell-command-mode eshell-hist-mode eshell-pred-mode eshell-proc-mode eshell-prompt-mode eshell-rebind-mode eshell-var-mode etags--xref-apropos-additional etc-authors-mode etc-authors-mode--hide-local-variables etc-authors-next-author etc-authors-prev-author eudc-macos-contacts-query-internal eudc-macos-contacts-search-helper eudc-macos-contacts-set-server eww--form-items eww--limit-string-pixelwise eww--pixel-column eww--url-at-point eww-bookmark-jump eww-bookmark-make-record eww-bookmark-name eww-browse eww-context-menu eww-retrieve eww-toggle-images execute-extended-command-for-buffer face-remap--clear-remappings face-remap--remap-face ff-find-other-file-other-window ffap--url-file-handler ffap-dir-separator-near-point ffap-other-tab ffap-read-only-other-tab ffap-search-backward-file-end ffap-search-forward-file-end fido-vertical-mode file-backup-file-names file-cache-cycle file-modes-number-to-symbolic file-name-concat file-name-history--add file-name-with-extension files--ask-user-about-large-file-help-text files--transform-file-name filesets-files-under find-file-read-only-other-tab find-function--any-subform-p find-function--defface find-function--search-by-expanding-macros find-function--try-macroexpand finder-mode-menu flymake--clear-foreign-diags flymake--diag-locus flymake--diag-locus--cmacro flymake--diag-orig-beg flymake--diag-orig-beg--cmacro flymake--diag-orig-end flymake--diag-orig-end--cmacro flymake--equal-diagnostic-p flymake--mode-line-counter flymake--mode-line-counters flymake--mode-line-exception flymake--mode-line-title flymake--project-diagnostics flymake--project-diagnostics-buffer flymake--project-diagnostics-entries flymake--publish-diagnostics flymake--state-diags flymake--state-diags--cmacro flymake--state-disabled flymake--state-disabled--cmacro flymake--state-foreign-diags flymake--state-foreign-diags--cmacro flymake--state-p flymake--state-p--cmacro flymake--state-reported-p flymake--state-reported-p--cmacro flymake--state-running flymake--state-running--cmacro flymake--tabulated-entries-1 flymake--update-diagnostics-listings flymake-eldoc-function flymake-project-diagnostics-mode flymake-show-buffer-diagnostics flymake-show-project-diagnostics flyspell-context-menu font-lock-update footnote--regenerate-alist format-prompt format-spec--do-flags format-spec--parse-flags forms--run-functions frame--current-backround-mode frame--face-hash-table frame--set-was-invisible frame-child-frame-border-width frame-scale-factor garbage-collect-maybe gdb--buffer-type gdb-buffer-p gdb-function-buffer-p gdb-get-source-buffer gdb-header-click-event-handler gdb-load-window-configuration gdb-mi--c-string-from-string gdb-mi--extend-fullname gdb-mi--field gdb-mi--fix-key gdb-mi--from-string gdb-mi--parse-c-string gdb-mi--parse-result-or-value gdb-mi--parse-results gdb-mi--parse-tuple-or-list gdb-mi--parse-value gdb-mi--partial-output gdb-mi--read-buffer gdb-registers-toggle-filter gdb-save-window-configuration gdb-toggle-restore-window-configuration get-locale-names global-dictionary-tooltip-mode global-goto-address-mode global-goto-address-mode-check-buffers global-goto-address-mode-cmhh global-goto-address-mode-enable-in-buffers gnus--\,@ gnus-article-sort-by-newsgroups gnus-article-sort-by-rsv gnus-article-sort-extract-extra gnus-article-toggle-fonts gnus-browse-toggle-subscription gnus-browse-toggle-subscription-at-point gnus-child gnus-child-mode gnus-child-no-server gnus-child-save-newsrc gnus-child-unplugged gnus-dbus-register-sleep-signal gnus-dbus-sleep-handler gnus-dbus-unregister-sleep-signal gnus-group-make-search-group gnus-group-mark-update gnus-group-read-ephemeral-search-group gnus-group-set-subscription gnus-group-set-subscription-at-point gnus-group-toggle-subscription gnus-group-toggle-subscription-at-point gnus-icalendar--find-day gnus-icalendar-event--org-timestamp gnus-icalendar-event:recurring-days gnus-mime--inline-message gnus-nnselect-group-p gnus-parent-read-child-newsrc gnus-score-func gnus-search--complete-key-data gnus-search-engine gnus-search-engine--eieio-childp gnus-search-engine-child-p gnus-search-engine-list-p gnus-search-engine-p gnus-search-find-grep gnus-search-find-grep--anon-cmacro gnus-search-find-grep--eieio-childp gnus-search-find-grep-child-p gnus-search-find-grep-list-p gnus-search-find-grep-p gnus-search-get-active gnus-search-grep gnus-search-grep--eieio-childp gnus-search-grep-child-p gnus-search-grep-list-p gnus-search-grep-p gnus-search-grep-search gnus-search-imap gnus-search-imap--anon-cmacro gnus-search-imap--eieio-childp gnus-search-imap-child-p gnus-search-imap-handle-date gnus-search-imap-handle-flag gnus-search-imap-handle-string gnus-search-imap-list-p gnus-search-imap-p gnus-search-imap-search-command gnus-search-indexed gnus-search-indexed--eieio-childp gnus-search-indexed-child-p gnus-search-indexed-extract gnus-search-indexed-list-p gnus-search-indexed-p gnus-search-indexed-parse-output gnus-search-indexed-search-command gnus-search-mairix gnus-search-mairix--anon-cmacro gnus-search-mairix--eieio-childp gnus-search-mairix-child-p gnus-search-mairix-handle-date gnus-search-mairix-handle-mark gnus-search-mairix-handle-size gnus-search-mairix-list-p gnus-search-mairix-p gnus-search-mairix-treat-string gnus-search-make-query-string gnus-search-make-spec gnus-search-namazu gnus-search-namazu--anon-cmacro gnus-search-namazu--eieio-childp gnus-search-namazu-child-p gnus-search-namazu-list-p gnus-search-namazu-p gnus-search-notmuch gnus-search-notmuch--anon-cmacro gnus-search-notmuch--eieio-childp gnus-search-notmuch-child-p gnus-search-notmuch-list-p gnus-search-notmuch-p gnus-search-parse-query gnus-search-prepare-query gnus-search-process gnus-search-process--eieio-childp gnus-search-process-child-p gnus-search-process-list-p gnus-search-process-p gnus-search-query-end-of-input gnus-search-query-expand-key gnus-search-query-next-expr gnus-search-query-next-symbol gnus-search-query-next-term gnus-search-query-parse-date gnus-search-query-parse-kv gnus-search-query-parse-mark gnus-search-query-peek-symbol gnus-search-query-return-string gnus-search-run-query gnus-search-run-search gnus-search-server-to-engine gnus-search-shutdown gnus-search-single-p gnus-search-swish++ gnus-search-swish++--anon-cmacro gnus-search-swish++--eieio-childp gnus-search-swish++-child-p gnus-search-swish++-list-p gnus-search-swish++-p gnus-search-swish-e gnus-search-swish-e--anon-cmacro gnus-search-swish-e--eieio-childp gnus-search-swish-e-child-p gnus-search-swish-e-list-p gnus-search-swish-e-p gnus-search-thread gnus-search-transform gnus-search-transform-expression gnus-server-get-active gnus-summary-make-group-from-search gnus-summary-make-search-group gnus-summary-sort-by-extra gnus-summary-sort-by-newsgroups gnus-thread-sort-by-newsgroups gnus-thread-sort-by-rsv gomoku-move-left gomoku-move-right gomoku-point-x goto-addr-mode--turn-on goto-address-at-mouse goto-address-context-menu goto-address-mode-set-explicitly goto-char--read-natnum-interactive goto-line-read-args goto-line-relative gravatar--prune-cache gravatar--service-libravatar grep-file-at-point grep-hello-file grep-menu-map grep-read-files--default gud-set-repeat-map-property gv--expander-defun-declaration gv--setter-defun-declaration hack-dir-local--get-variables hack-local-variables--find-variables hack-read-symbol-shorthands help--describe-command help--describe-map-compare help--describe-translation help--describe-vector help--for-help-make-commands help--for-help-make-sections help--key-description-fontified help--shadow-lookup help--symbol-class help--symbol-completion-table-affixation help-customize help-fns--customize-variable-version help-fns--describe-function-or-command-prompt help-fns--list-local-commands help-fns--mention-shortdoc-groups help-fns--most-relevant-active-keymap help-fns--run-describe-functions help-fns-find-keymap-name help-goto-info help-mode-context-menu help-view-source hfy--size-to-int hfy-cmap--parse-buffer hi-lock-menu hierarchy--add-relation hierarchy--children hierarchy--children--cmacro hierarchy--compute-roots hierarchy--make hierarchy--make--cmacro hierarchy--parents hierarchy--parents--cmacro hierarchy--roots hierarchy--roots--cmacro hierarchy--seen-items hierarchy--seen-items--cmacro hierarchy--seen-items-add hierarchy--set-equal hierarchy--sort-roots hierarchy-add-list hierarchy-add-tree hierarchy-add-trees hierarchy-child-p hierarchy-children hierarchy-convert-to-tree-widget hierarchy-copy hierarchy-descendant-p hierarchy-empty-p hierarchy-equal hierarchy-extract-tree hierarchy-from-list hierarchy-has-item hierarchy-has-root hierarchy-items hierarchy-labelfn-button hierarchy-labelfn-button-if hierarchy-labelfn-indent hierarchy-labelfn-to-string hierarchy-leafs hierarchy-length hierarchy-map hierarchy-map-hierarchy hierarchy-map-item hierarchy-map-tree hierarchy-new hierarchy-p hierarchy-p--cmacro hierarchy-parent hierarchy-print hierarchy-roots hierarchy-sort hierarchy-tabulated-display hierarchy-tabulated-imenu-action hierarchy-tabulated-mode hierarchy-to-string hierarchy-tree-display hif-__COUNTER__ hif-__DATE__ hif-__FILE__ hif-__LINE__ hif-__STDC_HOST__ hif-__STDC_VERSION__ hif-__STDC__ hif-__TIME__ hif-__cplusplus hif-backward-comment hif-delete-char-in-string hif-display-macro hif-eval hif-full-match hif-is-float hif-is-number hif-is-white hif-keep-single hif-split-signed-token hif-string-to-decfloat hif-string-to-hexfloat hif-strtok html-href-anchor-file html-mode-menu ibuffer--abbreviate-file-name ibuffer-mode--groups-menu-definition ibuffer-mode-groups-popup ibuffer-mode-mark-menu ibuffer-mode-operate-menu ibuffer-mode-view-menu icalendar--get-most-recent-observance icomplete--augment icomplete--render-vertical icomplete--vertical-minibuffer-setup icomplete-ret icomplete-vertical-goto-first icomplete-vertical-goto-last icomplete-vertical-mode icon-mode-menu idlwave--dlet idlwave-display-completion-list-1 idlwave-make-modified-completion-map idlwave-modify-abbrev idlwave-shell--mouse-examine idlwave-split-menu ido-completion-auto-help ids-by-group ids-by-group--inliner image--default-smoothing image-converter--filter-formats image-dired--line-up-with-method image-dired--with-marked image-dired-delete-marked image-dired-mouse-toggle-mark-1 image-dired-thumb-file-marked-p image-dired-thumb-update-marks image-mode--directory-buffers image-mode--display image-mode--next-file image-mode-isearch-filter image-transform-set-smoothing indent-tabs-mode info--node-canonicalize-whitespace innermost-minibuffer-p insert-into-buffer internal--fill-string-single-line internal--format-docstring-line isearch--state-match-data isearch--state-match-data--cmacro isearch-forward-thing-at-point isearch-menu-bar-map isearch-transient-input-method isearch-yank-from-kill-ring isearch-yank-pop-only ispell-comment-or-string-at-point ispell-with-safe-default-directory jka-compr-info-uncompress-function js-jsx--comment-region json--plist-nreverse json--print json--print-alist json--print-array json--print-indentation json--print-key json--print-keyword json--print-list json--print-map json--print-pair json--print-string json--print-stringlike json--print-unordered-map json--with-output-to-string json-available-p kdb-macro-redisplay keymap--get-keyelt kill-matching-lines latex--comment-region length< length= length> let--pcase-macroexpander life--tick lisp--el-funcall-position-p lisp-data-mode lisp-interaction-mode-menu lisp-mode-menu lm-maintainers lm-website lock-file lock-file-mode lossage-size ls-lisp--sanitize-switches m4-mode-menu macroexp--fgrep macroexp--unfold-lambda macroexp--warn-wrap macroexp-compiling-p macroexp-file-name macroexp-warn-and-return magit--fit-window-to-buffer mail-header-parse-address-lax mail-header-parse-addresses-lax mail-insert-disposition-notification-to mailcap--async-shell mailcap-view-file make--comp-block-lap make--comp-block-lap--cmacro make--comp-edge make--comp-edge--cmacro make--comp-mvar make--comp-mvar--cmacro make-byte-to-native-func-def make-byte-to-native-func-def--cmacro make-byte-to-native-lambda make-byte-to-native-lambda--cmacro make-byte-to-native-top-level make-byte-to-native-top-level--cmacro make-closure make-comp-args make-comp-args--cmacro make-comp-args-base make-comp-args-base--cmacro make-comp-block-cstr make-comp-block-cstr--cmacro make-comp-block-lap make-comp-block-lap--cmacro make-comp-cstr make-comp-cstr--cmacro make-comp-cstr-ctxt make-comp-cstr-ctxt--cmacro make-comp-cstr-f make-comp-cstr-f--cmacro make-comp-ctxt make-comp-ctxt--cmacro make-comp-data-container make-comp-data-container--cmacro make-comp-edge make-comp-func make-comp-func--cmacro make-comp-func-d make-comp-func-d--cmacro make-comp-func-l make-comp-func-l--cmacro make-comp-latch make-comp-latch--cmacro make-comp-limplify make-comp-limplify--cmacro make-comp-mvar make-comp-nargs make-comp-nargs--cmacro make-comp-ssa make-comp-ssa--cmacro make-comp-ssa-mvar make-comp-vec make-comp-vec--cmacro make-directory-autoloads make-epa-ks-key make-epa-ks-key--cmacro make-epa-ks-name make-epa-ks-name--cmacro make-frame-on-current-monitor make-lock-file-name make-separator-line make-tramp-goa-account make-tramp-goa-account--cmacro make-tramp-media-device make-tramp-media-device--cmacro make-xref-bogus-location make-xref-bogus-location--cmacro make-xref-buffer-location make-xref-buffer-location--cmacro make-xref-etags-apropos-location make-xref-etags-apropos-location--cmacro make-xref-etags-location make-xref-etags-location--cmacro make-xref-file-location make-xref-file-location--cmacro make-xref-item make-xref-match-item makefile-mode-menu malloc-info man-common map--merge mark-thing-at-mouse match-data--translate math--big-bracket math--comp-bracket math--comp-round-bracket max-mini-window-lines memory-report memory-report--buffer memory-report--buffer-data memory-report--buffer-details memory-report--buffers memory-report--format memory-report--garbage-collect memory-report--gc-elem memory-report--image-cache memory-report--interval-size memory-report--largest-variables memory-report--object-size memory-report--object-size-1 memory-report--set-size memory-report--size memory-report--symbol-plist memory-report-object-size menu-bar-current-active-maps menu-bar-define-mouse-key menu-bar-item-at-x menu-bar-keymap menu-bar-make-toggle-command menu-bar-open-mouse message--match-signature message-add-openpgp-header message-insert-screenshot message-mailto message-mailto-1 message-parse-mailto-url mh-bogofilter-allowlist mh-bogofilter-blocklist mh-junk-allowlist mh-junk-allowlist-a-msg mh-junk-blocklist mh-junk-blocklist-a-msg mh-junk-blocklist-disposition mh-junk-process-allowlist mh-junk-process-blocklist mh-show-junk-allowlist mh-show-junk-blocklist mh-spamassassin-allowlist mh-spamassassin-blocklist mh-spamprobe-allowlist mh-spamprobe-blocklist mhtml-forward minibuffer--completion-prompt-end minibuffer--group-by minibuffer--sort-by-key minibuffer--sort-by-length-alpha minibuffer--sort-by-position minibuffer--sort-preprocess-history minibuffer-innermost-command-loop-p minibuffer-mode minibuffer-quit-recursive-edit minibuffer-restore-windows mm-default-file-type mm-inline-render-with-links mml-expand-all-html-into-multipart-related mml-secure-sender-sign-query mouse-drag-frame-move mouse-drag-frame-resize mouse-drag-tab-line mouse-wheel--add-binding mouse-wheel--create-scroll-keys mouse-wheel--setup-bindings mouse-yank-from-menu mpc-goto-playing-song msb--select-buffer mule--kbd-at mule--ucs-names-affixation mule--ucs-names-group mule--ucs-names-sort-by-code mule-cmds--prefixed-command-echo mule-cmds--prefixed-command-pch mule-cmds--prefixed-command-preserve multi-isearch-switch-buffer multi-occur--prompt named-let native--compile-async native-comp-available-p native-comp-limple-mode native-compile native-compile-async native-compile-async-skip-p network-stream--capability-command newsticker--opml-insert-elt newsticker--opml-insert-feed newsticker--opml-insert-group newsticker-customize-feed newsticker-treeview-customize-current-feed next-error-message-highlight next-error-quit-window nnheader-head-make-header nnheader-nov-make-header nnir-make-specs nnml--encode-headers nnselect-add-novitem nnselect-add-prefix nnselect-article-group nnselect-article-group--inliner nnselect-article-id nnselect-article-id--inliner nnselect-article-number nnselect-article-number--inliner nnselect-article-rsv nnselect-article-rsv--inliner nnselect-artitem-group nnselect-artitem-group--inliner nnselect-artitem-number nnselect-artitem-number--inliner nnselect-artitem-rsv nnselect-artitem-rsv--inliner nnselect-artlist-article nnselect-artlist-article--inliner nnselect-artlist-length nnselect-artlist-length--inliner nnselect-categorize nnselect-categorize--inliner nnselect-close-group nnselect-close-server nnselect-compress-artlist nnselect-get-artlist nnselect-open-server nnselect-push-info nnselect-request-article nnselect-request-create-group nnselect-request-expire-articles nnselect-request-group nnselect-request-group-scan nnselect-request-move-article nnselect-request-post nnselect-request-rename-group nnselect-request-replace-article nnselect-request-scan nnselect-request-set-mark nnselect-request-thread nnselect-request-type nnselect-request-update-info nnselect-request-update-mark nnselect-retrieve-headers nnselect-run nnselect-search-thread nnselect-server-opened nnselect-status-message nnselect-uncompress-artlist nnselect-warp-to-article noo--defalias nroff-mode-menu ntlm--bignat-add ntlm--bignat-mul ntlm--bignat-mul-byte ntlm--bignat-of-digits ntlm--bignat-of-int ntlm--bignat-of-string ntlm--bignat-shift-left ntlm--bignat-to-int64 ntlm--time-to-timestamp null-device num-processors numbers-by-group numbers-by-group--inliner nxml--buffer-substring-filter ob-session-async-R-value-callback ob-session-async-org-babel-R-evaluate-session object-intervals occur--highlight-occurrences occur--set-arrow occur--targets-start occur-context-menu occur-goto-locus-delete-o occur-menu-map occur-mode--find-occurrences occur-symbol-at-mouse occur-word-at-mouse org--batch-agenda org--batch-agenda-csv org--batch-store-agenda-views org--hide-drawers org--plot/item-frequencies org--plot/merge-alists org--plot/nice-frequency-pick org--plot/prime-factors org--plot/radar org--plot/sensible-tick-num org--plot/values-stats org-agenda--split-plist org-babel--file-desc org-babel--get-shell-file-name org-babel--write-temp-buffer-input-file org-babel-comint-async-delete-dangling-and-eval org-babel-comint-async-filter org-babel-comint-async-register org-babel-comint-use-async org-babel-edit-prep:julia org-babel-effective-tangled-filename org-babel-eval-headers org-babel-execute:julia org-babel-expand-body:java org-babel-expand-body:julia org-babel-java--expand-for-evaluation org-babel-java--import-maybe org-babel-java--move-past org-babel-java-evaluate org-babel-java-find-classname org-babel-java-table-or-string org-babel-java-val-to-base-type org-babel-java-val-to-type org-babel-java-var-to-java org-babel-julia-assign-elisp org-babel-julia-evaluate org-babel-julia-evaluate-external-process org-babel-julia-evaluate-session org-babel-julia-graphical-output-file org-babel-julia-initiate-session org-babel-julia-process-value-result org-babel-julia-quote-csv-field org-babel-load-session:julia org-babel-normalize-newline org-babel-prep-session:julia org-babel-python-async-evaluate-session org-babel-python-async-value-callback org-babel-sql-dbstring-saphana org-babel-sqlite--read-cell org-babel-variable-assignments:java org-babel-variable-assignments:julia org-cite--allowed-p org-cite--get-note-rule org-cite--get-processor org-cite--insert-at-split org-cite--insert-string-after org-cite--insert-string-before org-cite--keys-to-citation org-cite--make-processor org-cite--make-processor--cmacro org-cite--move-punct-before org-cite--parse-as-plist org-cite--set-post-blank org-cite--set-previous-post-blank org-cite-activate org-cite-adjust-note org-cite-basic--all-keys org-cite-basic--citation-numbers org-cite-basic--close-keys org-cite-basic--complete-key org-cite-basic--complete-style org-cite-basic--field-less-p org-cite-basic--format-author-year org-cite-basic--get-entry org-cite-basic--get-field org-cite-basic--get-year org-cite-basic--key-completion-table org-cite-basic--key-number org-cite-basic--number-to-suffix org-cite-basic--parse-bibliography org-cite-basic--parse-bibtex org-cite-basic--parse-json org-cite-basic--print-entry org-cite-basic--set-keymap org-cite-basic--sort-keys org-cite-basic-activate org-cite-basic-export-bibliography org-cite-basic-export-citation org-cite-basic-goto org-cite-biblatex--atomic-arguments org-cite-biblatex--command org-cite-biblatex--multi-arguments org-cite-biblatex--multicite-p org-cite-biblatex--package-options org-cite-biblatex-export-bibliography org-cite-biblatex-export-citation org-cite-biblatex-prepare-preamble org-cite-bibliography-properties org-cite-bibliography-style org-cite-boundaries org-cite-citation-style org-cite-concat org-cite-csl--barf-without-citeproc org-cite-csl--create-structure org-cite-csl--create-structure-params org-cite-csl--locale-getter org-cite-csl--no-citelinks-p org-cite-csl--note-style-p org-cite-csl--output-format org-cite-csl--parse-reference org-cite-csl--processor org-cite-csl--rendered-citations org-cite-csl--style-file org-cite-csl-finalizer org-cite-csl-render-bibliography org-cite-csl-render-citation org-cite-delete-citation org-cite-emphasize org-cite-export-bibliography org-cite-export-citation org-cite-finalize-export org-cite-follow org-cite-fontify-default org-cite-get-references org-cite-insert org-cite-inside-footnote-p org-cite-key-boundaries org-cite-key-number org-cite-list-bibliography-files org-cite-list-citations org-cite-list-keys org-cite-main-affixes org-cite-make-insert-processor org-cite-make-paragraph org-cite-mapconcat org-cite-natbib--build-arguments org-cite-natbib--build-optional-arguments org-cite-natbib--style-to-command org-cite-natbib-export-bibliography org-cite-natbib-export-citation org-cite-natbib-use-package org-cite-parse-elements org-cite-parse-objects org-cite-process-bibliography org-cite-process-citations org-cite-processor-activate org-cite-processor-activate--cmacro org-cite-processor-cite-styles org-cite-processor-cite-styles--cmacro org-cite-processor-export-bibliography org-cite-processor-export-bibliography--cmacro org-cite-processor-export-citation org-cite-processor-export-citation--cmacro org-cite-processor-export-finalizer org-cite-processor-export-finalizer--cmacro org-cite-processor-follow org-cite-processor-follow--cmacro org-cite-processor-has-capability-p org-cite-processor-insert org-cite-processor-insert--cmacro org-cite-processor-name org-cite-processor-name--cmacro org-cite-processor-p org-cite-processor-p--cmacro org-cite-register-processor org-cite-store-bibliography org-cite-store-export-processor org-cite-supported-styles org-cite-unregister-processor org-cite-wrap-citation org-clock-kill-emacs-query org-directory-empty-p org-display-inline-image--width org-dlet org-element-citation-interpreter org-element-citation-parser org-element-citation-reference-interpreter org-element-citation-reference-parser org-export-raw-string org-get-previous-sibling org-html--build-meta-entry org-html-meta-tags-default org-icalendar-inner-template org-koma-letter--add-latex-newlines org-koma-letter--build-settings org-koma-letter--get-tagged-contents org-koma-letter--get-value org-koma-letter--keyword-or-headline org-koma-letter--special-contents-inline org-koma-letter--special-tag org-koma-letter-email org-koma-letter-export-as-latex org-koma-letter-export-block org-koma-letter-export-snippet org-koma-letter-export-to-latex org-koma-letter-export-to-pdf org-koma-letter-headline org-koma-letter-keyword org-koma-letter-template org-latex--protect-texttt org-link--store-help org-link-doi-export org-link-doi-open org-macro--makeargs org-macro--set-templates org-man-export org-man-get-page-name org-man-open org-man-store-link org-md-latex-environment org-md-latex-fragment org-plist-delete-all org-plot/redisplay-img-in-buffer org-pushnew-to-end org-refile-reverse org-string-distance org-texinfo--sectioning-structure org-texinfo-export-to-texinfo-batch org-url-p org-w3m-get-image-end other-frame-prefix other-tab-prefix other-window-prefix outline--cycle-state outline-cycle outline-cycle-buffer outline-has-subheading-p outline-minor-mode-cycle--bind outline-minor-mode-highlight-buffer package--activate-all package--archives-initialize package--delete-directory package--files-load-history package--get-activatable-pkg package--list-of-conflicts package--native-compile-async package-browse-url package-get-descriptor package-menu--display package-menu--filter-by package-menu-filter-by-archive package-menu-filter-by-description package-menu-filter-by-name-or-description package-menu-filter-by-status package-menu-filter-by-version package-menu-filter-marked package-menu-filter-upgradable path-separator pcase--edebug-match-pat-args pcase--get-macroexpander pcase-compile-patterns pcase-setq pcmpl-unix-complete-hostname pcomplete-read-host-names pcomplete-read-hosts pcomplete-read-hosts-file pcomplete/sudo process-lines-handling-status process-lines-ignore-status prog-context-menu project--buffer-list project--buffers-to-kill project--ensure-read-project-list project--keymap-prompt project--kill-buffer-check project--other-place-command project--read-project-buffer project--read-project-list project--remove-from-project-list project--submodule-p project--switch-project-command project--vc-merge-submodules-p project--write-project-list project-async-shell-command project-buffers project-compile project-dired project-display-buffer project-display-buffer-other-frame project-eshell project-execute-extended-command project-find-dir project-forget-project project-forget-projects-under project-forget-zombie-projects project-kill-buffers project-known-project-roots project-other-frame-command project-other-tab-command project-other-window-command project-prefixed-buffer-name project-prompt-project-dir project-remember-project project-remember-projects-under project-root project-shell project-shell-command project-switch-project project-switch-to-buffer project-vc-dir push-window-buffer-onto-prev python--f-string-p python--font-lock-f-strings python--parse-json-array python-font-lock-assignment-matcher python-shell--encode-string quail-add-unread-command-events query-replace-read-from-suggestions rcirc--make-new-nick rcirc-color-attributes rcirc-ctcp-wrap rcirc-define-command rcirc-get-server-method rcirc-get-server-password rcirc-get-tag rcirc-handler-005 rcirc-handler-900 rcirc-handler-AUTHENTICATE rcirc-handler-BATCH rcirc-handler-CAP rcirc-handler-FAIL rcirc-handler-NOTE rcirc-handler-TAGMSG rcirc-handler-WARN rcirc-reconnect rcirc-remove-markup-codes rcirc-server-parameter-value rcirc-set-decode-coding-system rcirc-set-encode-coding-system read--expression-try-read read--potential-mouse-event read-char-choice-with-read-key read-expression-switch-to-completions read-extended-command--affixation read-from-kill-ring reb-mode-menu recenter-current-error recenter-other-window repeat--command-property repeat-check-key repeat-echo-message repeat-echo-message-string repeat-echo-mode-line repeat-mode repeat-post-hook replace-regexp-in-region replace-string-in-region reporter--run-functions require-theme reveal-hide-revealed revert-buffer-insert-file-contents-delicately revert-buffer-quick revert-buffer-with-fine-grain rfc6068-parse-mailto-url rfc6068-unhexify-string rmail-mime--copy-display rmail-mime--make-display rmail-mime--make-display--cmacro rmail-mime-display-body--cmacro rmail-mime-display-header--cmacro rmail-mime-display-p rmail-mime-display-p--cmacro rmail-mime-display-tagline--cmacro rmail-mime-entity--cmacro rmail-mime-entity-body--cmacro rmail-mime-entity-children--cmacro rmail-mime-entity-display--cmacro rmail-mime-entity-disposition--cmacro rmail-mime-entity-handler--cmacro rmail-mime-entity-header--cmacro rmail-mime-entity-p rmail-mime-entity-p--cmacro rmail-mime-entity-tagline--cmacro rmail-mime-entity-transfer-encoding--cmacro rmail-mime-entity-truncated--cmacro rmail-mime-entity-type--cmacro rmail-summary-epa-decrypt rsf--rmail-last-seen-message run-hook-query-error-with-timeout rx--reduce-right same-window-prefix sasl-scram-sha-256-authenticate-server sasl-scram-sha-256-client-final-message sasl-scram-sha256 save-some-buffers-root scheme-mode-menu select-safe-coding-system--format-list seq-setq seq-union server--create-frame server-create-dumb-terminal-frame server-edit-abort ses--\,@ set-auto-mode--apply-alist set-auto-mode--dir-local-valid-p set-frame-property--interactive sgml-mode-menu sh-mode-menu shadow--save-buffers-kill-emacs shell--prompt-begin-position shell--prompt-end-position shell-narrow-to-prompt shortdoc--display-function shortdoc--goto-section shortdoc-add-function shortdoc-display-group shortdoc-function-groups shortdoc-mode shortdoc-next shortdoc-next-section shortdoc-previous shortdoc-previous-section shorthands--mismatch-from-end shorthands-font-lock-shorthands show-paren--delete-overlays show-paren-local-mode sieve-mode-indent-function simula-mode-menu smie--funcall so-long-mode-maintain-preserved-minor-modes so-long-mode-maintain-preserved-variables so-long-statistics-excessive-p spam-BBDB-unregister-routine spam-check-BBDB spam-clear-cache-BBDB spam-teardown-widening split-string-shell-command sql--adjust-interactive-setup string-chop-newline string-clean-whitespace string-fill string-limit string-lines string-pad string-replace string-search string-truncate-left submit-emacs-patch subr-native-elisp-p subr-native-lambda-list subr-primitive-p subr-type svg-embed-base-uri-image switch-to-minibuffer sxhash-equal-including-properties syntax-class-to-char syntax-propertize--shift-groups-and-backrefs tab-bar--current-tab-find tab-bar--current-tab-make tab-bar--define-keys tab-bar--event-to-item tab-bar--format-tab tab-bar--format-tab-group tab-bar--history-pre-change tab-bar--key-to-number tab-bar--load-buttons tab-bar--tab-bar-lines-for-frame tab-bar--undefine-keys tab-bar--update-tab-bar-lines tab-bar-change-tab-group tab-bar-close-group-tabs tab-bar-detach-tab tab-bar-duplicate-tab tab-bar-format-add-tab tab-bar-format-align-right tab-bar-format-global tab-bar-format-history tab-bar-format-list tab-bar-format-menu-bar tab-bar-format-tabs tab-bar-format-tabs-groups tab-bar-menu-bar tab-bar-mouse-1 tab-bar-mouse-close-tab tab-bar-mouse-context-menu tab-bar-mouse-down-1 tab-bar-mouse-move-tab tab-bar-move-tab-backward tab-bar-move-tab-to-group tab-bar-move-window-to-tab tab-bar-separator tab-bar-switch-to-last-tab tab-bar-tab-face-default tab-bar-tab-group-default tab-bar-tab-group-face-default tab-bar-tab-group-format-default tab-bar-tab-name-format-default tab-bar-tabs-set tab-close-group tab-detach tab-duplicate tab-group tab-last tab-line--get-tab-property tab-line-context-menu tab-line-tab-context-menu tab-line-tab-face-group tab-line-tab-face-inactive-alternating tab-line-tab-face-modified tab-line-tab-face-special tab-line-tab-name-format-default tab-switch tab-window-detach tabulated-list--available-space tabulated-list-next-column tabulated-list-previous-column tar-goto-file tar-mode-immediate-menu tar-mode-mark-menu tar-mode-operate-menu tar-next-file-displayer tcl--syntax-of-quote term--maybe-brighten-color term--update-term-menu term-send-C-_ tex--guess-mode tex--quote-spec tex--redirect-to-submode texinfo-next-environment-end texinfo-next-environment-start texinfo-previous-environment-end texinfo-previous-environment-start texinfo-to-environment-bounds text-mode-context-menu text-mode-menu text-quoting-style text-scale--refresh thing-at-mouse thing-at-point--beginning-of-symbol thing-at-point-bounds-of-string-at-point thing-at-point-file-at-point time-stamp-formatz-from-parsed-options timer--create timer--create--cmacro timer--integral-multiple timer--integral-multiple--cmacro timer-list--function-predicate timer-list--idle-predicate timer-list--next-predicate timer-list--repeat-predicate toggle-frame-tab-bar toggle-save-desktop-globally tpu--respect-bottom-scroll-margin tramp-action-show-and-confirm-message tramp-adb-handle-file-executable-p tramp-adb-handle-file-readable-p tramp-check-remote-uname tramp-command-completion-p tramp-compat-directory-empty-p tramp-compat-directory-files tramp-compat-directory-files-and-attributes tramp-compat-file-missing tramp-compat-file-modes tramp-compat-file-name-concat tramp-compat-ignore-error tramp-compat-make-lock-file-name tramp-compat-make-temp-name tramp-compat-null-device tramp-compat-set-file-modes tramp-compat-set-file-times tramp-compat-string-replace tramp-compat-string-search tramp-compile-disable-ssh-controlmaster-options tramp-crypt-add-directory tramp-crypt-command-completion-p tramp-crypt-config-file-name tramp-crypt-decrypt-file tramp-crypt-decrypt-file-name tramp-crypt-dissect-file-name tramp-crypt-do-copy-or-rename-file tramp-crypt-do-encrypt-or-decrypt-file tramp-crypt-do-encrypt-or-decrypt-file-name tramp-crypt-encrypt-file tramp-crypt-encrypt-file-name tramp-crypt-file-name-for-operation tramp-crypt-file-name-handler tramp-crypt-file-name-p tramp-crypt-get-remote-dir tramp-crypt-handle-access-file tramp-crypt-handle-copy-file tramp-crypt-handle-delete-directory tramp-crypt-handle-delete-file tramp-crypt-handle-directory-files tramp-crypt-handle-file-attributes tramp-crypt-handle-file-executable-p tramp-crypt-handle-file-locked-p tramp-crypt-handle-file-name-all-completions tramp-crypt-handle-file-ownership-preserved-p tramp-crypt-handle-file-readable-p tramp-crypt-handle-file-system-info tramp-crypt-handle-file-writable-p tramp-crypt-handle-insert-directory tramp-crypt-handle-lock-file tramp-crypt-handle-make-directory tramp-crypt-handle-rename-file tramp-crypt-handle-set-file-modes tramp-crypt-handle-set-file-times tramp-crypt-handle-set-file-uid-gid tramp-crypt-handle-unlock-file tramp-crypt-maybe-open-connection tramp-crypt-remove-directory tramp-crypt-run-real-handler tramp-crypt-send-command tramp-direct-async-process-p tramp-expand-args tramp-expand-script tramp-file-name-unify tramp-fuse-cleanup tramp-fuse-cleanup-all tramp-fuse-get-fusermount tramp-fuse-handle-delete-directory tramp-fuse-handle-delete-file tramp-fuse-handle-directory-files tramp-fuse-handle-file-attributes tramp-fuse-handle-file-executable-p tramp-fuse-handle-file-name-all-completions tramp-fuse-handle-file-readable-p tramp-fuse-handle-insert-directory tramp-fuse-handle-make-directory tramp-fuse-local-file-name tramp-fuse-mount-point tramp-fuse-mount-spec tramp-fuse-mounted-p tramp-fuse-unmount tramp-get-debug-file-name tramp-get-goa-account tramp-get-lock-file tramp-get-lock-pid tramp-get-media-device tramp-get-media-devices tramp-get-process tramp-get-remote-chmod-h tramp-get-remote-mknod-or-mkfifo tramp-get-remote-null-device tramp-goa-account-host tramp-goa-account-host--cmacro tramp-goa-account-method tramp-goa-account-method--cmacro tramp-goa-account-p tramp-goa-account-p--cmacro tramp-goa-account-port tramp-goa-account-port--cmacro tramp-goa-account-user tramp-goa-account-user--cmacro tramp-gvfs-activation-uri tramp-gvfs-handle-get-remote-gid tramp-gvfs-handle-get-remote-uid tramp-gvfs-handle-set-file-uid-gid tramp-gvfs-handler-volumeadded-volumeremoved tramp-gvfs-service-volumemonitor tramp-gvfs-set-attribute tramp-gvfs-url-host tramp-handle-file-locked-p tramp-handle-file-readable-p tramp-handle-lock-file tramp-handle-make-lock-file-name tramp-handle-make-process tramp-handle-unlock-file tramp-inside-emacs tramp-make-tramp-temp-name tramp-media-device-host tramp-media-device-host--cmacro tramp-media-device-method tramp-media-device-method--cmacro tramp-media-device-p tramp-media-device-p--cmacro tramp-media-device-port tramp-media-device-port--cmacro tramp-multi-hop-p tramp-parse-goa-accounts tramp-parse-media-names tramp-process-running-p tramp-recompile-elpa tramp-recompile-elpa-command-completion-p tramp-register-crypt-file-name-handler tramp-scp-strict-file-name-checking tramp-sh-file-name-handler-p tramp-sh-handle-get-remote-gid tramp-sh-handle-get-remote-uid tramp-skeleton-delete-directory tramp-sshfs-file-name-handler tramp-sshfs-file-name-p tramp-sshfs-handle-copy-file tramp-sshfs-handle-exec-path tramp-sshfs-handle-file-system-info tramp-sshfs-handle-insert-file-contents tramp-sshfs-handle-process-file tramp-sshfs-handle-rename-file tramp-sshfs-handle-set-file-modes tramp-sshfs-handle-write-region tramp-sshfs-maybe-open-connection tramp-sudoedit-handle-get-remote-gid tramp-sudoedit-handle-get-remote-uid tramp-test-message tramp-trace-buffer-name transient--abort-edebug transient--colorize-key transient--command-key transient--debug transient--default-infix-command transient--delete-window transient--derive-shortarg transient--describe-function transient--do-call transient--do-exit transient--do-move transient--do-noop transient--do-quit-all transient--do-quit-one transient--do-replace transient--do-stay transient--do-suffix-p transient--do-suspend transient--do-warn transient--do-warn-inapt transient--edebug--recursive-edit transient--edebug-command-p transient--emergency-exit transient--ensure-infix-command transient--exit-and-debug transient--expand-define-args transient--export transient--flatten-suffixes transient--force-fixed-pitch transient--get-predicate-for transient--get-wrapped-value transient--goto-argument-description transient--goto-button transient--group-member transient--heading-at-point transient--history-init transient--history-key transient--history-push transient--inapt-suffix-p transient--init-child transient--init-group transient--init-objects transient--init-prefix transient--init-suffix transient--init-suffix-key transient--init-suffixes transient--init-transient transient--insert-group transient--insert-groups transient--insert-help transient--insert-suffix transient--invalid transient--isearch-exit transient--isearch-setup transient--kbd transient--key-unreachable-p transient--layout-member transient--layout-member-1 transient--lookup-key transient--make-predicate-map transient--make-redisplay-map transient--make-transient-map transient--maybe-pad-keys transient--minibuffer-exit transient--minibuffer-setup transient--nthcdr transient--parse-child transient--parse-group transient--parse-suffix transient--pixel-width transient--pop-keymap transient--post-command transient--pp-to-file transient--pre-command transient--pre-exit transient--prefix-color transient--push-keymap transient--read-file-contents transient--read-number-N transient--redisplay transient--resume-override transient--resume-which-key-mode transient--semantic-coloring-p transient--seq-reductions-from transient--show transient--show-brief transient--show-manpage transient--show-manual transient--spec-key transient--stack-pop transient--stack-push transient--stack-zap transient--suffix-color transient--suffix-command transient--suffix-predicate transient--suffix-symbol transient--suspend-override transient--suspend-which-key-mode transient--timer-cancel transient--timer-start transient--use-level-p transient--use-suffix-p transient--with-emergency-exit transient-append-suffix transient-arg-value transient-args transient-argument transient-argument--eieio-childp transient-argument-child-p transient-argument-list-p transient-argument-p transient-backward-button transient-bind-q-to-quit transient-child transient-child--eieio-childp transient-child-child-p transient-child-list-p transient-child-p transient-column transient-column--anon-cmacro transient-column--eieio-childp transient-column-child-p transient-column-list-p transient-column-p transient-columns transient-columns--anon-cmacro transient-columns--eieio-childp transient-columns-child-p transient-columns-list-p transient-columns-p transient-command-summary-or-name transient-define-argument transient-define-infix transient-define-prefix transient-define-suffix transient-files transient-files--anon-cmacro transient-files--eieio-childp transient-files-child-p transient-files-list-p transient-files-p transient-format transient-format-description transient-format-key transient-format-value transient-forward-button transient-get-suffix transient-get-value transient-group transient-group--eieio-childp transient-group-child-p transient-group-list-p transient-group-p transient-help transient-history-next transient-history-prev transient-inapt transient-infix transient-infix--eieio-childp transient-infix-child-p transient-infix-list-p transient-infix-p transient-infix-read transient-infix-set transient-infix-value transient-init-scope transient-init-value transient-insert-suffix transient-isearch-abort transient-isearch-backward transient-isearch-cancel transient-isearch-exit transient-isearch-forward transient-lisp-variable transient-lisp-variable--anon-cmacro transient-lisp-variable--eieio-childp transient-lisp-variable--reader transient-lisp-variable-child-p transient-lisp-variable-list-p transient-lisp-variable-p transient-maybe-save-history transient-mouse-push-button transient-noop transient-option transient-option--anon-cmacro transient-option--eieio-childp transient-option-child-p transient-option-list-p transient-option-p transient-plist-to-alist transient-popup-navigation-help transient-prefix transient-prefix--anon-cmacro transient-prefix--eieio-childp transient-prefix-child-p transient-prefix-list-p transient-prefix-p transient-prompt transient-push-button transient-quit-all transient-quit-one transient-quit-seq transient-read-date transient-read-directory transient-read-existing-directory transient-read-existing-file transient-read-file transient-read-number-N+ transient-read-number-N0 transient-rebind-quit-commands transient-remove-suffix transient-replace-suffix transient-resume transient-resume-mode transient-row transient-row--anon-cmacro transient-row--eieio-childp transient-row-child-p transient-row-list-p transient-row-p transient-save transient-save-history transient-save-levels transient-save-value transient-save-values transient-scroll-down transient-scroll-up transient-set transient-set-level transient-set-value transient-setup transient-setup-children transient-show transient-show-help transient-subgroups transient-subgroups--anon-cmacro transient-subgroups--eieio-childp transient-subgroups-child-p transient-subgroups-list-p transient-subgroups-p transient-suffix transient-suffix--anon-cmacro transient-suffix--eieio-childp transient-suffix-child-p transient-suffix-list-p transient-suffix-object transient-suffix-p transient-suffix-put transient-suffixes transient-suspend transient-switch transient-switch--anon-cmacro transient-switch--eieio-childp transient-switch-child-p transient-switch-list-p transient-switch-p transient-switches transient-switches--anon-cmacro transient-switches--eieio-childp transient-switches-child-p transient-switches-list-p transient-switches-p transient-toggle-common transient-undefined transient-update transient-variable transient-variable--eieio-childp transient-variable-child-p transient-variable-list-p transient-variable-p truncate-string-ellipsis tutorial--save-on-kill undo--last-change-was-undo-p undo-redo uniquify-item-original-dirname uniquify-item-original-dirname--cmacro unlock-file userlock--fontify-key userlock--handle-unlock-error values--store-value vc-buffer-sync-fileset vc-bzr-repository-url vc-deduce-fileset-1 vc-dir-bookmark-jump vc-dir-bookmark-make-record vc-dir-mark-files vc-dir-mark-registered-files vc-dir-mark-state-files vc-dir-mark-unregistered-files vc-dir-root vc-git--file-list-is-rootdir vc-git-mark-resolved vc-git-repository-url vc-hg-repository-url vc-maybe-buffer-sync vc-rcs-branch-p vc-rcs-branch-part vc-src--parse-state vc-svn-repository-url verilog--auto-inst-first verilog--complete-with-action verilog--insert-indent verilog--suppressed-warnings verilog-at-streaming-op-p verilog-declaration-varname-matcher verilog-sig-new-renamed verilog-signals-add-prefix verilog-single-declaration-end vhdl--visit-file warning-suppress-action warning-suppress-log-action wdired--before-change-fn wdired--current-column wdired--line-preprocessed-p wdired--point-at-perms-p wdired--preprocess-files wdired--preprocess-perms wdired--preprocess-symlinks wdired--restore-properties wdired--self-insert wdired--set-permission-bounds wdired-mode-menu whitespace-lines-regexp widget--resolve-parent-action widget--simplify-menu widget-button--check-and-call-button widget-character--change-character-display widget-character-notify widget-choice-inline-bubbles-p widget-color-match widget-color-validate widget-describe widget-face-link-action widget-inline-p windmove-display-new-frame windmove-install-defaults windmove-mode window-at-x-y window-bump-use-time with-comp-cstr-accessors with-environment-variables with-existing-directory with-tramp-locked-connection with-window-non-dedicated world-clock world-clock-cancel-timer world-clock-display world-clock-mode world-clock-update xref--apply-truncation xref--auto-jump-first xref--completing-read-group xref--group-name-for-display xref--process-file-region xref--project-root xref--set-arrow xref--show-defs-minibuffer xref-apropos-regexp xref-bogus-location-message--cmacro xref-bogus-location-p--cmacro xref-buffer-location-buffer xref-buffer-location-buffer--cmacro xref-buffer-location-p--cmacro xref-buffer-location-position xref-buffer-location-position--cmacro xref-etags-apropos-location-goto-fun xref-etags-apropos-location-goto-fun--cmacro xref-etags-apropos-location-group xref-etags-apropos-location-group--cmacro xref-etags-apropos-location-p xref-etags-apropos-location-p--cmacro xref-etags-apropos-location-symbol xref-etags-apropos-location-symbol--cmacro xref-etags-location-file xref-etags-location-file--cmacro xref-etags-location-p--cmacro xref-etags-location-tag-info xref-etags-location-tag-info--cmacro xref-file-location-column--cmacro xref-file-location-file xref-file-location-file--cmacro xref-file-location-line xref-file-location-line--cmacro xref-file-location-p--cmacro xref-find-references-at-mouse xref-make-bogus-location--cmacro xref-make-buffer-location--cmacro xref-make-etags-apropos-location xref-make-etags-apropos-location--cmacro xref-make-etags-location--cmacro xref-make-file-location--cmacro xref-match-item-length xref-match-item-location xref-match-item-summary xref-next-group xref-next-line-no-show xref-prev-group xref-prev-line-no-show xref-quit-and-pop-marker-stack xref-select-and-show-xref xref-show-definitions-buffer xref-show-definitions-buffer-at-bottom xref-show-definitions-completing-read xterm-mouse--handle-mouse-movement xwidget-webkit-clone-and-split-below xwidget-webkit-clone-and-split-right xwidget-webkit-forward xwidget-webkit-save-as-file xwidget-webkit-scroll-down-line xwidget-webkit-scroll-up-line xwidget-window-inside-pixel-height xwidget-window-inside-pixel-width yank-from-kill-ring))
(variables
(removed GOLD-map add-menu-item-count allout-run-unit-tests-on-load allout-tests-globally-true allout-tests-globally-unbound allout-tests-locally-true allout-widgets-run-unit-tests-on-load auto-revert--buffers-by-watch-descriptor binhex-temporary-file-directory bookmark-read-annotation-text-func browse-url-CCI-host browse-url-CCI-port browse-url-mosaic-arguments browse-url-mosaic-pidfile browse-url-mosaic-program bubbles-game-theme-menu bubbles-graphics-theme-menu buffer buffer-menu-mode-hook byte-catch byte-compile--use-old-handlers byte-compile-cl-functions byte-compile-force-lexical-warnings byte-condition-case byte-opt--portable-max byte-opt--portable-min c-fl-syn-tab-region c-old-beg-rs c-old-end-rs c-raw-string-end-delim-disrupted char-coding-system-table chart-sequece cl--compiling-file cl-read-load-hooks cl-struct-flymake--backend-state-tags cl-struct-tramp-goa-name-tags completion-base-size completion-common-substring coq-program-name cperl-compilation-error-regexp-alist cperl-d-l cperl-imenu--function-name-regexp-perl cperl-imenu-addback cperl-nonoverridable-face current-menubar custom-mode-hook dbus-event-error-hooks default-menubar define-key-rebound-commands display-time-world-mode-abbrev-table display-time-world-mode-hook display-time-world-mode-map display-time-world-mode-syntax-table easy-menu-precalculate-equivalent-keybindings ebrowse--tree-obarray ebrowse-last-completion-obarray ebrowse-tags-loop-form edebug--cl-macrolet-defs edebug--current-cl-macrolet-defs epa-font-lock-keywords erc-announced-server-name erc-default-coding-system erc-process eshell-command-prefix face-new-frame-defaults ffap-version file flymake--backend-state flymake--mode-line-format force-new-style-backquotes fullname gdb-source-window gnus-mode-line-image-cache gnus-slave gnus-slave-mode gravatar-base-url hfy-hex-regex hfy-init-kludge-hook hfy-init-kludge-hooks hi-lock-face-history hi-lock-regexp-history highlight-changes-active-string highlight-changes-initial-state highlight-changes-passive-string idlwave-command-hook idlwave-complete-after-success-form idlwave-complete-after-success-form-force idlwave-fill-function isearch-input-method-local-p isearch-menu-bar-yank-map ispell-aspell-supports-utf8 json--encoding-current-indentation ledit-buffer ledit-compile-file ledit-go-to-lisp-string ledit-go-to-liszt-string ledit-mode-map ledit-read-file ledit-save-files ledit-zap-file lisp--mode-syntax-table lucid-menubar-map make-lucid-menu-keymap-disable math-big-power-of-2-cache math-power-of-2-cache menu-bar-files-menu mh-blacklist mh-blacklist-msg-hook mh-note-blacklisted mh-note-whitelisted mh-scan-blacklisted-msg-regexp mh-scan-whitelisted-msg-regexp mh-whitelist mh-whitelist-msg-hook mh-whitelist-preserves-sequences-flag minibuffer-local-must-match-filename-map mouse-avoidance-n-pointer-shapes newsticker-groups-filename nnir-artlist nnir-memo-query nnir-memo-server nnir-swish-e-index-file noerror nomessage non-iso-charset-alist nonascii-insert-offset nonascii-translation-table org-babel-J-command org-babel-coq-buffer org-babel-default-header-args:abc org-babel-default-header-args:asymptote org-babel-default-header-args:ebnf org-babel-default-header-args:hledger org-babel-default-header-args:io org-babel-default-header-args:ledger org-babel-default-header-args:mscgen org-babel-default-header-args:shen org-babel-default-header-args:stan org-babel-default-header-args:vala org-babel-io-command org-babel-io-wrapper-method org-babel-picolisp-cmd org-babel-picolisp-eoe org-babel-stan-cmdstan-directory org-babel-vala-compiler org-speed-commands-default org-speed-commands-user org-tbl-calc-modes output pre-abbrev-expand-hook previous-system-messages-locale previous-system-time-locale put-buffer-names-in-file-menu python-eldoc-string-code python-ffap-string-code python-shell-completion-module-string-code python-shell-completion-pdb-string-code python-shell-completion-string-code rcirc-completion-start rcirc-completions read-file-name-predicate recompute-lucid-menubar reftex-use-itimer-in-xemacs rmail-highlight-face rmail-message-filter semantic-after-toplevel-bovinate-hook semantic-before-toplevel-bovination-hook semantic-bovination-working-type semantic-expand-nonterminal semantic-init-db-hooks semantic-init-hooks semantic-init-mode-hooks semantic-toplevel-bovine-cache semantic-toplevel-bovine-table sh-blink sh-kw sh-kw-alist sh-learn-basic-offset sh-learned-buffer-hook sh-special-keywords sh-use-smie shadows-compare-text-p source spam-stat-error-holder speedbar-navigating-speed speedbar-update-speed success tab-bar-keymap-cache testcover-unsafep-safe testcover-unsafep-unsafe tmp-dump-mode tooltip-hook tpu-have-ispell tramp-adb-connection-local-default-profile tramp-completion-mode tramp-connection-local-default-profile tramp-gvfs-get-remote-uid-gid-in-progress tramp-locked tramp-locker tramp-message-show-message url-temporary-directory uudecode-temporary-file-directory vc-mtn-command verilog-flag verilog-pred vhdl-directive-keywords-regexp vhdl-emacs-21 vhdl-progress-info viper-current-click-count viper-last-click-event-timestamp whitespace-abort-on-error whitespace-all-buffer-files whitespace-ateol-regexp whitespace-auto-cleanup whitespace-check-ateol-whitespace whitespace-check-buffer-ateol whitespace-check-buffer-indent whitespace-check-buffer-leading whitespace-check-buffer-spacetab whitespace-check-buffer-trailing whitespace-check-indent-whitespace whitespace-check-leading-whitespace whitespace-check-spacetab-whitespace whitespace-check-trailing-whitespace whitespace-clean-msg whitespace-display-in-modeline whitespace-display-spaces-in-color whitespace-errbuf whitespace-global-mode whitespace-global-mode-hook whitespace-highlighted-space whitespace-indent-regexp whitespace-mode-line whitespace-modes whitespace-rescan-timer whitespace-rescan-timer-time whitespace-silent whitespace-spacetab-regexp whitespace-unload-hook whitespace-version xref-bogus-location xref-buffer-location xref-etags-location xref-file-location xref-item xref-location xref-match-item)
(added Buffer-menu-mode-menu Info--current-index-alternative Info-warn-on-index-alternatives-wrap Man-ansi-color-basic-faces-vector abbrev--suggest-saved-recommendations abbrev-suggest abbrev-suggest-hint-threshold ansi-color-basic-faces-vector ansi-color-bold-is-bright ansi-color-bright-colors-vector ansi-color-for-compilation-mode ansi-color-normal-colors-vector archive-alternate-hidden-columns archive-hidden-columns archive-squashfs-extract asm-mode-menu authinfo--keywords authinfo-hide-elements auto-composition-emoji-eligible-codepoints auto-revert--buffer-by-watch-descriptor backtrace-on-error-noninteractive battery--upower-signals battery-upower-device-interface battery-upower-device-path battery-upower-interface battery-upower-path battery-upower-service battery-upower-subscribe bibtex-unify-case-function bindat--macroenv bindat--op bindat--primitives bookmark--watch-already-asked-mtime bookmark-menu-confirm-deletion bookmark-set-fringe-mark browse-url-default-handlers browse-url-handlers bug-reference--nonconforming-regexps bug-reference--setup-from-vc-alist bug-reference-auto-setup-functions bug-reference-forge-alist bug-reference-setup-from-irc-alist bug-reference-setup-from-mail-alist bug-reference-setup-from-vc-alist button-mode button-mode-hook byte+native-compile byte-catch-OBSOLETE byte-compile--known-dynamic-vars byte-compile--seen-defvars byte-compile--wide-docstring-substitution-len byte-compile-docstring-max-column byte-condition-case-OBSOLETE byte-native-compiling byte-native-qualities byte-optimize--aliased-vars byte-optimize--dynamic-vars byte-optimize--inhibit-outside-loop-constprop byte-optimize--lexvars byte-optimize--vars-outside-loop byte-to-native-lambdas-h byte-to-native-output-file byte-to-native-plist-environment byte-to-native-top-level-forms c-beg-pos c-cpp-indent-to-body-directives c-cpp-indent-to-body-flag c-cpp-or-ml-match-offset c-end-pos c-laomib-cache c-make-ml-string-closer-re-function c-make-ml-string-opener-re-function c-max-syn-tab-mkr c-min-syn-tab-mkr c-ml-string-any-closer-re c-ml-string-back-closer-re c-ml-string-cpp-or-opener-re c-ml-string-end-delim-disrupted c-ml-string-max-closer-len c-ml-string-max-closer-len-no-leader c-ml-string-max-opener-len c-ml-string-non-punc-skip-chars c-ml-string-opener-re c-neutralize-pos c-neutralized-prop c-no-type-key c-nonsymbol-key c-old-1-beg-ml c-old-beg-ml c-old-end-ml c-pre-brace-non-bracelist-key c-std-abbrev-keywords c-stmt-block-only-keywords-regexp c-using-key calc-allow-ret calc-buffer calc-digit-after-point calc-edit-handler calc-edit-mode-abbrev-table calc-edit-mode-hook calc-edit-mode-syntax-table calc-edit-top calc-make-windows-dedicated calc-one-window calc-original-buffer calc-restore-trail calc-return-buffer calendar-french-feasts-array calendar-time-zone-style change-log-mode-menu chart-sequence checkdoc--argument-missing-flag checkdoc--dired-skip-lines-re checkdoc--disambiguate-symbol-flag checkdoc--help-buffer checkdoc--interactive-docstring-flag checkdoc-column-zero-backslash-before-paren cl--generic-edebug-name cl-font-lock--character-names cl-font-lock-built-in--functions cl-font-lock-built-in--symbols cl-font-lock-built-in--types cl-font-lock-built-in--variables cl-font-lock-built-in-keywords cl-font-lock-built-in-mode cl-font-lock-built-in-mode-hook cl-struct-archive--file-desc-tags cl-struct-archive--file-summary-tags cl-struct-bindat--type-tags cl-struct-byte-to-native-func-def-tags cl-struct-byte-to-native-lambda-tags cl-struct-byte-to-native-top-level-tags cl-struct-comp-args-base-tags cl-struct-comp-args-tags cl-struct-comp-block-cstr-tags cl-struct-comp-block-lap-tags cl-struct-comp-block-tags cl-struct-comp-cstr-ctxt-tags cl-struct-comp-cstr-f-tags cl-struct-comp-cstr-tags cl-struct-comp-ctxt-tags cl-struct-comp-data-container-tags cl-struct-comp-edge-tags cl-struct-comp-func-d-tags cl-struct-comp-func-l-tags cl-struct-comp-func-tags cl-struct-comp-latch-tags cl-struct-comp-limplify-tags cl-struct-comp-mvar-tags cl-struct-comp-nargs-tags cl-struct-comp-ssa-tags cl-struct-comp-vec-tags cl-struct-epa-ks-key-tags cl-struct-epa-ks-name-tags cl-struct-flymake--state-tags cl-struct-hierarchy-tags cl-struct-org-cite-processor-tags cl-struct-rmail-mime-display-tags cl-struct-rmail-mime-entity-tags cl-struct-tramp-goa-account-tags cl-struct-tramp-media-device-tags cl-struct-xref-bogus-location-tags cl-struct-xref-buffer-location-tags cl-struct-xref-etags-apropos-location-tags cl-struct-xref-etags-location-tags cl-struct-xref-file-location-tags cl-struct-xref-item-tags cl-struct-xref-match-item-tags color-luminance-dark-limit comint--prompt-rear-nonsticky comint-highlight-input comint-input-ring-file-prefix comint-max-line-length comint-osc--marker comint-osc-handlers comint-osc-hyperlink--state comint-osc-hyperlink-map comp--all-builtin-types comp--typeof-types comp-async-buffer-name comp-async-compilation comp-async-compilations comp-block comp-cstr-one comp-cstr-t comp-ctxt comp-curr-allocation-class comp-disabled-passes comp-dry-run comp-files-queue comp-func comp-fwprop-max-insns-scan comp-known-func-cstr-h comp-known-predicates comp-known-predicates-h comp-known-type-specifiers comp-lap-eob-ops comp-last-scanned-async-output comp-libgccjit-reproducer comp-limple-assignments comp-limple-branches comp-limple-calls comp-limple-lock-keywords comp-limple-ops comp-limple-sets comp-log-buffer-name comp-log-time-report comp-native-compiling comp-num-cpus comp-pass comp-passes comp-post-pass-hooks comp-running-batch-compilation comp-symbol-values-optimizable comp-type-hints comp-valid-source-re compilation-error-case-fold-search compilation-search-all-directories completion-tab-width completions-detailed completions-group completions-group-format completions-group-sort conf-mode--recursing conf-mode-abbrev-table conf-mode-hook conf-mode-menu context-menu-entry context-menu-filter-function context-menu-functions context-menu-mode context-menu-mode-hook context-menu-mode-map copy-directory-create-symlink copy-region-blink-delay cperl--basic-identifier-rx cperl--block-declaration-rx cperl--eol-comment-rx cperl--false-label-rx cperl--imenu-entries-rx cperl--label-rx cperl--normal-identifier-rx cperl--package-for-imenu-rx cperl--package-rx cperl--pod-heading-rx cperl--special-identifier-rx cperl--sub-name-for-imenu-rx cperl--version-regexp cperl--ws*-rx cperl--ws+-rx cperl--ws-or-comment-rx cperl--ws-rx cperl-compilation-error-regexp-list cperl-here-doc-functions cperl-imenu-package-keywords cperl-imenu-pod-keywords cperl-imenu-sub-keywords cperl-tags-file-name ctl-x-x-map current-fill-column--has-warned current-minibuffer-command current-transient-command current-transient-input-method current-transient-prefix current-transient-suffixes custom--invocation-options custom-actioned-widget custom-command-buttons custom-face-extended-menu custom-group-extended-menu custom-reset-extended-menu custom-variable-extended-menu dbus-annotation-deprecated dbus-compound-types dbus-error-access-denied dbus-error-dbus dbus-error-disconnected dbus-error-failed dbus-error-invalid-args dbus-error-no-reply dbus-error-property-read-only dbus-error-service-unknown dbus-error-unknown-interface dbus-error-unknown-method dbus-error-unknown-object dbus-error-unknown-property dbus-interface-monitoring dbus-monitor-error dbus-monitor-method-call dbus-monitor-method-return dbus-monitor-signal dcl-mode-menu decipher-mode-abbrev-table decipher-stats-mode-abbrev-table decipher-stats-mode-hook decipher-stats-mode-syntax-table default-transient-input-method delete-pair-blink-delay delete-window-choose-selected describe-bindings-check-shadowing-in-ranges describe-bindings-outline describe-widget-functions dictionary-coding-systems-for-dictionaries dictionary-color-support dictionary-connection dictionary-create-buttons dictionary-current-data dictionary-data-stack dictionary-default-dictionary dictionary-default-popup-strategy dictionary-default-strategy dictionary-description-close-delimiter dictionary-description-open-delimiter dictionary-identification dictionary-instances dictionary-link-dictionary dictionary-marker dictionary-mode-hook dictionary-mode-map dictionary-port dictionary-position-stack dictionary-positions dictionary-post-buffer-hook dictionary-proxy-port dictionary-proxy-server dictionary-selected-window dictionary-server dictionary-tooltip-dictionary dictionary-tooltip-mode dictionary-tooltip-mouse-event dictionary-use-http-proxy dictionary-use-single-buffer dictionary-window-configuration dictionary-word-history dired-compress-directory-default-suffix dired-compress-file-alist dired-compress-file-default-suffix dired-copy-dereference dired-do-revert-buffer dired-enable-globstar-in-shell dired-kill-when-opening-new-dired-buffer dired-mark-region dired-maybe-use-globstar dired-mode-immediate-menu dired-mode-mark-menu dired-mode-operate-menu dired-mode-regexp-menu dired-mode-subdir-menu dired-switches-in-mode-line doxygen-font-lock-doc-comments doxygen-font-lock-keywords ebrowse--tree-table ebrowse-last-completion-table ebrowse-tags-loop-call edebug-global-map edebug-global-prefix edebug-lexical-macro-ctx eieio--known-class-slot-names eieio--unbound eieio--unbound-form eldoc--doc-buffer eldoc--doc-buffer-docs eldoc--enthusiasm-curbing-timer eldoc--last-request-state eldoc--make-callback eldoc-display-functions eldoc-documentation-functions eldoc-documentation-strategy eldoc-echo-area-display-truncation-message eldoc-echo-area-prefer-doc-buffer elisp--dynlex-modeline-map elp-results-mode-abbrev-table elp-results-mode-hook elp-results-mode-map elp-results-mode-syntax-table emacs-lisp-mode-menu epa-key-list-mode-menu epa-keyserver epa-ks-last-query epa-ks-search-mode-abbrev-table epa-ks-search-mode-hook epa-ks-search-mode-map epa-ks-search-mode-syntax-table epa-mail-offer-skip erc--read-time-period-history erc-debug-irc-protocol-time-format erc-debug-irc-protocol-version erc-session-client-certificate erc-status-sidebar-buffer-name erc-status-sidebar-channel-format erc-status-sidebar-channel-sort erc-status-sidebar-header-line-format erc-status-sidebar-mode-abbrev-table erc-status-sidebar-mode-hook erc-status-sidebar-mode-line-format erc-status-sidebar-mode-map erc-status-sidebar-mode-syntax-table erc-status-sidebar-refresh-triggers erc-status-sidebar-width erc-timestamp-last-window-width erc-use-auth-source-for-nickserv-password erc-version ert-resource-directory-format ert-resource-directory-trim-left-regexp ert-resource-directory-trim-right-regexp eshell-arg-mode eshell-arg-mode-hook eshell-arg-mode-map eshell-cmpl-mode eshell-cmpl-mode-hook eshell-cmpl-mode-map eshell-command-mode eshell-command-mode-hook eshell-command-mode-map eshell-hist-mode eshell-hist-mode-hook eshell-hist-mode-map eshell-inside-emacs eshell-pred-mode eshell-pred-mode-hook eshell-pred-mode-map eshell-proc-mode eshell-proc-mode-hook eshell-proc-mode-map eshell-prompt-mode eshell-prompt-mode-hook eshell-prompt-mode-map eshell-rebind-mode eshell-rebind-mode-hook eshell-rebind-mode-map eshell-var-mode eshell-var-mode-hook eshell-var-mode-map etags-xref-prefer-current-file etc-authors--author-re etc-authors-mode-abbrev-table etc-authors-mode-font-lock-keywords etc-authors-mode-hook etc-authors-mode-map etc-authors-mode-syntax-table eudc-macos-contacts-conversion-alist eww-retrieve-command eww-use-browse-url execute-extended-command--binding-timer face--new-frame-defaults ffap-file-name-with-spaces fido-vertical-mode fido-vertical-mode-hook file-preserve-symlinks-on-save find-image--cache find-library-source-path finder-mode-menu flymake--diagnostics-base-tabulated-list-format flymake--project-diagnostic-list-project flymake--state flymake-list-only-diagnostics flymake-mode-line-counter-format flymake-mode-line-counters flymake-mode-line-error-counter flymake-mode-line-exception flymake-mode-line-format flymake-mode-line-note-counter flymake-mode-line-title flymake-mode-line-warning-counter flymake-project-diagnostics-mode-abbrev-table flymake-project-diagnostics-mode-hook flymake-project-diagnostics-mode-map flymake-project-diagnostics-mode-syntax-table font-lock--syntax-table-affects-ppss font-lock-doc-markup-face gdb--memory-display-warning gdb--window-configuration-before gdb-default-window-configuration-file gdb-display-source-buffer-action gdb-max-source-window-count gdb-memory-address-expression gdb-registers-enable-filter gdb-registers-filter-pattern-list gdb-restore-window-configuration-after-quit gdb-source-window-list gdb-window-configuration-directory global-dictionary-tooltip-mode global-display-fill-column-indicator-modes global-goto-address-mode global-goto-address-mode-buffers global-goto-address-mode-hook global-minor-modes gnus-agent-eagerly-store-articles gnus-child gnus-dbus-close-on-sleep gnus-dbus-sleep-registration-object gnus-global-groups gnus-newsgroup-selection gnus-paging-select-next gnus-process-mark-toggle gnus-refer-thread-use-search gnus-registry-register-all gnus-search-contact-tables gnus-search-date-keys gnus-search-default-engines gnus-search-engine gnus-search-engine-instance-alist gnus-search-expandable-keys gnus-search-find-grep gnus-search-grep gnus-search-history gnus-search-ignored-newsgroups gnus-search-imap gnus-search-imap-raw-queries-p gnus-search-imap-search-keys gnus-search-indexed gnus-search-mairix gnus-search-mairix-config-file gnus-search-mairix-program gnus-search-mairix-raw-queries-p gnus-search-mairix-remove-prefix gnus-search-mairix-switches gnus-search-minibuffer-map gnus-search-namazu gnus-search-namazu-index-directory gnus-search-namazu-program gnus-search-namazu-raw-queries-p gnus-search-namazu-remove-prefix gnus-search-namazu-switches gnus-search-notmuch gnus-search-notmuch-config-file gnus-search-notmuch-program gnus-search-notmuch-raw-queries-p gnus-search-notmuch-remove-prefix gnus-search-notmuch-switches gnus-search-process gnus-search-swish++ gnus-search-swish++-config-file gnus-search-swish++-program gnus-search-swish++-raw-queries-p gnus-search-swish++-remove-prefix gnus-search-swish++-switches gnus-search-swish-e gnus-search-swish-e-config-file gnus-search-swish-e-index-files gnus-search-swish-e-program gnus-search-swish-e-raw-queries-p gnus-search-swish-e-remove-prefix gnus-search-swish-e-switches gnus-search-use-parsed-queries gnus-sum-closing-bracket gnus-sum-closing-bracket-adopted gnus-sum-opening-bracket gnus-sum-opening-bracket-adopted gnus-topic-display-predicate goto-address-mode-major-mode goto-address-mode-set-explicitly goto-line-history goto-line-history-local gravatar--cache gravatar-service gravatar-service-alist grep-match-regexp grep-menu-map grep-read-files-function grep-use-directories-skip gud-dbx-repeat-map gud-gdb-repeat-map gud-guiler-repeat-map gud-jdb-repeat-map gud-pdb-repeat-map gud-perldb-repeat-map gud-sdb-repeat-map gud-xdb-repeat-map hack-read-symbol-shorthands-function help--keymaps-seen help--previous-description-column help-enable-symbol-autoload help-fns--activated-functions help-for-help-buffer-name help-mode--current-data help-mode-tool-bar-map help-xref-customization-group-regexp help-xref-man-regexp hi-lock-interactive-lighters hide-ifdef-evalulate-enter-hook hide-ifdef-evalulate-leave-hook hide-ifdef-expand-reinclusion-guard hide-ifdef-verbose hierarchy-tabulated-mode-abbrev-table hierarchy-tabulated-mode-hook hierarchy-tabulated-mode-map hierarchy-tabulated-mode-syntax-table hif-__COUNTER__ hif-bin-regexp hif-dec-regexp hif-decfloat-regexp hif-hex-regexp hif-hexfloat-regexp hif-numtype-suffix-regexp hif-oct-regexp hif-predefine-alist hif-unicode-prefix-regexp hif-verbose-define-count hl-line-overlay-priority html-mode-menu ibuffer-mode-mark-menu ibuffer-mode-operate-menu ibuffer-mode-view-menu icomplete--initial-input icomplete--scrolled-completions icomplete--scrolled-past icomplete-matches-format icomplete-scroll icomplete-vertical-mode icomplete-vertical-mode-hook icomplete-vertical-mode-minibuffer-map icon-mode-menu idlwave--command-function idlwave--complete-after-success-force-function idlwave--complete-after-success-function idlwave-complete-functions idlwave-determine-class-functions ignored-local-variable-values image--transform-smoothing image-auto-resize-timer image-converter-file-name-extensions image-dired-tag-history image-dired-thumb-visible-marks image-fit-to-window-lock image-load-path image-transform-smoothing imenu-max-index-time indent-line-ignored-functions indent-tabs-mode-hook indian-mlm-mozhi-hash indian-mlm-mozhi-table inhibit-interaction inhibit-mouse-event-check isearch--yank-prev-point isearch-allow-motion isearch-forward-thing-at-point isearch-match-data isearch-motion-changes-direction isearch-repeat-on-direction-change isearch-submatches-overlays isearch-wrap-pause iso8601--outdated-reduced-precision-date-match ispell-help-timeout json--print-indentation-depth json--print-indentation-prefix json--print-keyval-separator jsonrpc-default-request-timeout keymap-name-history kill-buffer-delete-auto-save-files kill-transform-function lazy-highlight-no-delay-length life--max-height life--max-width life-step-time lisp-data-mode-abbrev-table lisp-data-mode-hook lisp-data-mode-map lisp-data-mode-syntax-table lisp-interaction-mode-menu lisp-mode-menu load-no-native load-true-file-name local-minor-modes lock-file-mode lock-file-mode-hook lock-file-name-transforms ls-lisp--time-locale m4--macro-list m4-mode-menu mailcap--computed-mime-data makefile-mode-menu man-common-abbrev-table man-common-hook man-common-map man-common-syntax-table math--big-bracket-alist math-unix-epoch memory-report--type-size message-forward-included-mime-headers message-openpgp-header message-screenshot-command mh-allowlist mh-allowlist-msg-hook mh-allowlist-preserves-sequences-flag mh-blocklist mh-blocklist-msg-hook mh-note-allowlisted mh-note-blocklisted mh-scan-allowlisted-msg-regexp mh-scan-blocklisted-msg-regexp minibuffer--original-buffer minibuffer-default-prompt-format minibuffer-follows-selected-frame minibuffer-mode-hook minibuffer-mode-map mm-inline-font-lock mm-inline-message-prepare-function mode-line-compact mode-line-position--column-line-properties mode-line-position-column-format mode-line-position-column-line-format mode-line-position-line-format mouse-wheel--installed-bindings-alist mouse-wheel-mode mouse-wheel-scroll-amount-horizontal mpc-cover-image-re mule-cmds--prefixed-command-last-coding-system mule-cmds--prefixed-command-next-coding-system native-comp-always-compile native-comp-async-all-done-hook native-comp-async-cu-done-functions native-comp-async-env-modifier-form native-comp-async-jobs-number native-comp-async-query-on-exit native-comp-async-report-warnings-errors native-comp-bootstrap-deny-list native-comp-compiler-options native-comp-debug native-comp-deferred-compilation-deny-list native-comp-driver-options native-comp-limple-mode-abbrev-table native-comp-limple-mode-hook native-comp-limple-mode-map native-comp-limple-mode-syntax-table native-comp-never-optimize-functions native-comp-speed native-comp-verbose native-comp-warning-on-missing-source native-compile-target-directory newsticker-treeview-use-feed-name-from-url-list-in-itemview newsticker-treeview-use-feed-name-from-url-list-in-treeview next-error--message-highlight-overlay next-error-message-highlight next-error-repeat-map nnimap--split-download-body nnimap-keepalive-intervals nnimap-split-download-body nnselect-active-file nnselect-directory nnselect-groups-file nnselect-retrieve-headers-override-function no-native-compile nobreak-char-ascii-display nroff-mode-menu ob-lilypond-header-args ob-session-async-R-indicator obarray-cache occur-highlight-overlays octave-string-continuation-marker org--plot/radar-setup-template org--plot/radar-template org--plot/radar-ticks org--up-heading-cache org--up-heading-cache-tick org-attach-git-dir org-attach-sync-delete-empty-dir org-babel-comint-async-buffers org-babel-comint-async-chunk-callback org-babel-comint-async-dangling org-babel-comint-async-file-callback org-babel-comint-async-indicator org-babel-default-header-args:java org-babel-default-header-args:julia org-babel-header-args:java org-babel-header-args:julia org-babel-java--any-method-re org-babel-java--class-re org-babel-java--imports-re org-babel-java--main-re org-babel-java--package-re org-babel-java--result-wrapper org-babel-java-hline-to org-babel-java-null-to org-babel-julia-command org-babel-julia-eoe-indicator org-babel-julia-eoe-output org-babel-julia-write-object-command org-babel-latex-begin-env org-babel-latex-end-env org-babel-latex-pdf-svg-process org-babel-latex-preamble org-babel-plantuml-svg-text-to-path org-babel-python-async-indicator org-cite--default-region-alist org-cite--processors org-cite-activate-processor org-cite-adjust-note-numbers org-cite-basic--bibliography-cache org-cite-basic--completion-cache org-cite-basic-author-column-end org-cite-basic-author-year-separator org-cite-basic-column-separator org-cite-basic-max-key-distance org-cite-basic-mouse-over-key-face org-cite-basic-sorting-field org-cite-biblatex-options org-cite-csl--etc-dir org-cite-csl--fallback-locales-dir org-cite-csl--fallback-style-file org-cite-csl--label-alist org-cite-csl--label-regexp org-cite-csl-html-hanging-indent org-cite-csl-html-label-width-per-char org-cite-csl-latex-hanging-indent org-cite-csl-link-cites org-cite-csl-locales-dir org-cite-csl-no-citelinks-backends org-cite-csl-styles-dir org-cite-export-processors org-cite-follow-processor org-cite-global-bibliography org-cite-insert-processor org-cite-natbib-options org-cite-note-rules org-cite-punctuation-marks org-clock-ask-before-exiting org-element-citation-key-re org-element-citation-prefix-re org-html-content-class org-html-meta-tags org-id-ts-format org-koma-letter-author org-koma-letter-class-option-file org-koma-letter-closing org-koma-letter-default-class org-koma-letter-email org-koma-letter-from-address org-koma-letter-from-logo org-koma-letter-headline-is-opening-maybe org-koma-letter-location org-koma-letter-opening org-koma-letter-phone-number org-koma-letter-place org-koma-letter-prefer-special-headings org-koma-letter-prefer-subject org-koma-letter-signature org-koma-letter-special-contents org-koma-letter-special-tags-after-closing org-koma-letter-special-tags-after-letter org-koma-letter-special-tags-as-macro org-koma-letter-special-tags-in-letter org-koma-letter-subject-format org-koma-letter-url org-koma-letter-use-backaddress org-koma-letter-use-email org-koma-letter-use-foldmarks org-koma-letter-use-from-logo org-koma-letter-use-phone org-koma-letter-use-place org-koma-letter-use-url org-latex-default-quote-environment org-latex-reference-command org-log-setup org-man-command org-plot/gnuplot-script-preamble org-plot/gnuplot-term-extra org-plot/preset-plot-types org-speed-commands org-src--preserve-blank-line other-window-repeat-map outline--cycle-buffer-state outline-editing-repeat-map outline-minor-mode-cycle outline-minor-mode-cycle-filter outline-minor-mode-cycle-map outline-minor-mode-highlight outline-navigation-repeat-map package-archive-column-width package-name-column-width package-native-compile package-status-column-width package-version-column-width page-navigation-repeat-map pcmpl-linux-fs-modules-path-format pcmpl-linux-mtab-file pcomplete--host-name-cache pcomplete--host-name-cache-timestamp pcomplete-hosts-file permanently-enabled-local-variables post-transient-hook previous-transient-input-method print-integers-as-characters process-file-return-signal-string process-prioritize-lower-fds project--list project--within-roots-fallback project-compilation-buffer-name-function project-current-inhibit-prompt project-kill-buffer-conditions project-list-file project-other-frame-map project-other-window-map project-prefix-map project-regexp-history-variable project-switch-commands project-switch-use-entire-map project-vc-merge-submodules pulse-momentary-iteration python-forward-sexp-function python-shell--capf-cache python-shell-eval-file-setup-code python-shell-eval-setup-code query-about-changed-file query-all-font-backends query-replace-highlight-submatches rcirc-acked-capabilities rcirc-batch-attributes rcirc-batched-messages rcirc-channel-filter rcirc-color-codes rcirc-display-server-buffer rcirc-failed-attempts rcirc-finished-sasl rcirc-implemented-capabilities rcirc-message-tags rcirc-nick-filter rcirc-omit-unless-requested rcirc-pending-requests rcirc-process-regexp rcirc-reconnect-attempts rcirc-reconnection-timer rcirc-requested-capabilities rcirc-server-parameters rcirc-supported-batch-types rcirc-tag-regexp rcirc-track-abbrevate-flag rcirc-track-ignore-server-buffer-flag read-char-by-name-sort read-char-choice-use-read-key read-extended-command-predicate read-key-full-map read-minibuffer-restore-windows read-number-history read-symbol-shorthands reb-mode-menu redisplay-adhoc-scroll-in-resize-mini-windows redisplay-skip-fontification-on-input redisplay-skip-initial-frame remember-diary-regexp remember-text-format-function remote-file-name-inhibit-locks repeat--prev-mb repeat-check-key repeat-echo-function repeat-echo-mode-line-string repeat-exit-key repeat-exit-timeout repeat-exit-timer repeat-in-progress repeat-keep-prefix repeat-map repeat-mode repeat-mode-hook replace-submatches-overlays resize-window-repeat-map reveal-auto-hide revert-buffer-quick-short-answers revert-buffer-with-fine-grain-max-seconds rmail-re-abbrevs rmail-show-message-set-modified ruby--prettify-symbols-alist sasl-scram-sha-256-steps save-place-abbreviate-file-names savehist--has-given-file-warning scheme-mode-menu scroll-minibuffer-conservatively search-highlight-submatches server-client-instructions sgml-mode-menu sh--completion-keywords sh-mode-menu shadow-site-help shell-command-buffer-name shell-command-buffer-name-async shell-has-auto-cd shortdoc--groups shortdoc-mode-abbrev-table shortdoc-mode-hook shortdoc-mode-map shortdoc-mode-syntax-table show-paren-local-mode-hook shr-max-width shr-offer-extend-specpdl smiley-emoji-regexp-alist smtpmail--stored-queue-variables smtpmail-recipient-address-list smtpmail-store-queue-variables so-long-mode-preserved-minor-modes so-long-mode-preserved-variables spam--widened sql-interactive-mode-abbrev-table sql-postgres-statement-starters syntax-propertize--inhibit-flush tab-bar--dragging-in-progress tab-bar-format tab-bar-move-repeat-map tab-bar-new-tab-group tab-bar-switch-repeat-map tab-bar-tab-face-function tab-bar-tab-group-face-function tab-bar-tab-group-format-function tab-bar-tab-group-function tab-bar-tab-name-format-function tab-bar-tab-post-change-group-functions tab-first-completion tab-line-switch-cycling tab-line-tab-face-functions tab-line-tab-name-format-function tabulated-list--original-order tar-mode-immediate-menu tar-mode-mark-menu tar-mode-operate-menu tcl--word-delimiters term-scroll-snap-to-bottom term-set-terminal-size tex-mode--recursing texinfo-texi2dvi-options text-mode-menu text-scale-remap-header-line thing-at-point-provider-alist timeclock--previous-workday tramp-adb-connection-local-default-shell-variables tramp-adb-ls-date-time-regexp tramp-adb-ls-date-year-regexp tramp-allow-unsafe-temporary-files tramp-cache-undefined tramp-compat-temporary-file-directory tramp-connection-local-default-shell-variables tramp-connection-local-default-system-variables tramp-crypt-directories tramp-crypt-enabled tramp-crypt-encfs-config tramp-crypt-encfs-option tramp-crypt-encfs-program tramp-crypt-encfsctl-program tramp-crypt-file-name-handler-alist tramp-crypt-method tramp-crypt-save-encfs-config-remote tramp-debug-to-file tramp-dns-sd-service-regexp tramp-fuse-mount-points tramp-fuse-mount-timeout tramp-fuse-unload-hook tramp-fuse-unmount-on-cleanup tramp-gvfs-interface-remotevolumemonitor tramp-gvfs-path-remotevolumemonitor tramp-gvfs-service-afc-volumemonitor tramp-gvfs-service-goa-volumemonitor tramp-gvfs-service-gphoto2-volumemonitor tramp-gvfs-service-mtp-volumemonitor tramp-inhibit-progress-reporter tramp-lock-file-info-regexp tramp-media-methods tramp-process-action-regexp tramp-scp-strict-file-name-checking tramp-security-key-confirm-regexp tramp-security-key-confirmed-regexp tramp-security-key-timeout-regexp tramp-sshfs-file-name-handler-alist tramp-sshfs-method tramp-sshfs-program tramp-sunos-unames tramp-trace-functions transient--active-infix transient--buffer-name transient--common-command-prefixes transient--debug transient--default-child-level transient--default-prefix-level transient--editp transient--exit transient--exitp transient--helpp transient--history transient--isearch-mode-map transient--layout transient--original-buffer transient--original-window transient--predicate-map transient--prefix transient--redisplay-key transient--redisplay-map transient--restore-winconf transient--scroll-commands transient--showp transient--source-buffer transient--stack transient--stay transient--suffixes transient--timer transient--transient-map transient--unset-incompatible transient--window transient-argument transient-base-map transient-child transient-column transient-columns transient-current-command transient-current-prefix transient-current-suffixes transient-default-level transient-detect-key-conflicts transient-display-buffer-action transient-edit-map transient-enable-popup-navigation transient-exit-hook transient-files transient-font-lock-keywords transient-force-fixed-pitch transient-force-single-column transient-group transient-highlight-higher-levels transient-highlight-mismatched-keys transient-history transient-history-file transient-history-limit transient-infix transient-levels transient-levels-file transient-lisp-variable transient-map transient-mode-line-format transient-option transient-popup-navigation-map transient-predicate-map transient-prefix transient-read-with-initial-input transient-resume-mode transient-resume-mode-hook transient-resume-mode-map transient-row transient-save-history transient-semantic-coloring transient-show-common-commands transient-show-popup transient-sticky-map transient-subgroups transient-substitute-key-function transient-suffix transient-switch transient-switches transient-values transient-values-file transient-variable tty-menu-calls-mouse-position-function tutorial--buffer undo-repeat-map use-short-answers vc-dir-status-mouse-map vc-git-log-switches vc-git-revision-complete-only-branches vc-git-use-literal-pathspecs vc-hg-create-bookmark verilog-auto-inst-first-any verilog-auto-inst-first-section verilog-auto-inst-template-required verilog-highlight-max-lookahead verilog-streaming-op-re vhdl--progress-reporter vl-memory wdired-mode-menu widget-browse-mode-abbrev-table widget-browse-mode-syntax-table widget-character--escape-sequences-alist windmove--default-keybindings-type windmove-allow-all-windows windmove-default-keybindings windmove-delete-default-keybindings windmove-display-default-keybindings windmove-mode windmove-mode-hook windmove-mode-map windmove-swap-states-default-keybindings word-wrap-by-category world-clock--timer world-clock-buffer-name world-clock-list world-clock-mode-abbrev-table world-clock-mode-hook world-clock-mode-map world-clock-mode-syntax-table world-clock-time-format world-clock-timer-enable world-clock-timer-second xml-invalid-characters-re xref-after-update-hook xref-auto-jump-to-first-definition xref-auto-jump-to-first-xref xref-search-program xref-search-program-alist xref-truncation-width xwidget-webkit-bookmark-jump-new-session xwidget-webkit-download-dir y-or-n-p-use-read-key yank-from-kill-ring-rotate))
(features
(removed ledit levents lmenu lucid ob-J ob-abc ob-asymptote ob-coq ob-ebnf ob-hledger ob-io ob-ledger ob-mscgen ob-picolisp ob-shen ob-stan ob-vala)
(added cl-font-lock comp comp-cstr dictionary dictionary-connection dynamic-setting emoji-zwj erc-status-sidebar etc-authors-mode eudcb-macos-contacts gnus-dbus gnus-search hierarchy kinsoku memory-report nnselect ob-julia oc oc-basic oc-biblatex oc-csl oc-natbib ol-doi ol-man org-link-doi ox-koma-letter rfc6068 sasl-scram-sha256 shortdoc texinfo-loaddefs tramp-crypt tramp-fuse tramp-sshfs transient window)))
((28 2)
(functions
(removed kdb-macro-redisplay)
(added describe-function--helper describe-key--helper desktop--on-kill gdb-breakpoints--add-breakpoint-row kmacro-redisplay org-file-has-changed-p org-replace-buffer-contents tramp-adb-tolerate-tilde tramp-fuse-remove-hidden-files tramp-get-remote-dev-tty tramp-scp-force-scp-protocol tramp-sshfs-handle-file-writable-p tramp-sshfs-handle-set-file-times tramp-sshfs-tolerate-tilde))
(variables
(removed)
(added org-cite-basic--file-id-cache org-file-has-changed-p--hash-table tramp-adb-unload-hook tramp-fuse-remove-hidden-files tramp-lock-pid tramp-scp-force-scp-protocol tramp-sshfs-unload-hook tramp-tolerate-tilde))
(features
(removed)
(added)))
((29 1)
(functions
(removed Electric-buffer-menu-mode PC-bindings PC-chop-word PC-chunk-after PC-complete PC-complete-and-exit PC-complete-as-file-name PC-complete-space PC-complete-word PC-completion-help PC-do-complete-and-exit PC-do-completion PC-force-complete-and-exit PC-include-file-all-completions PC-include-file-path PC-lisp-complete-symbol PC-look-for-include-file PC-read-file-name-internal PC-temp-minibuffer-message PC-try-completion PC-was-meta-key ad-Advice-dnd-insert-text ad-Advice-dnd-open-file ad-Advice-exchange-point-and-mark ad-Advice-pop-global-mark ad-Advice-pop-to-mark-command ad-Advice-save-place-find-file-hook ad-Advice-server-visit-files ad-Advice-visit-tags-table ad-Advice-xref-find-definitions add-custom-printer adelete advice--make-1 aelement aget aheadsym amake anot-head-p ansi-color--find-face ansi-color-unfontify-region aput asort auth-source-user-or-password batch-byte-compile-emacs batch-byte-recompile-emacs bibtex-complete browse-url-galeon browse-url-galeon-sentinel browse-url-netscape browse-url-netscape-reload browse-url-netscape-send browse-url-netscape-sentinel buffer-has-markers-at byte-compile-delete-first byte-compile-file-form-custom-declare-variable byte-compile-file-form-eval byte-compile-not-lexical-var-p byte-compile-set-symbol-position c-toggle-auto-state check-emacs-lock cl--generic-class-parents cl--generic-method-uses-cnm cl--generic-method-uses-cnm--cmacro cl--generic-no-next-method-function cl--generic-with-memoization comint--unquote&expand-filename comint-dynamic-complete comint-dynamic-complete-as-filename comint-dynamic-simple-complete comint-unquote-filename comp-mvar-propagate compilation--compat-parse-errors completion--string-equal-p condition-case-no-debug copy-epg-key copy-js--js-handle count-lines-region count-words--buffer-message count-words--message css-menu cust-print-list cust-print-low-level-prin cust-print-original-error cust-print-original-format cust-print-original-message cust-print-original-prin1 cust-print-original-prin1-to-string cust-print-original-princ cust-print-original-print cust-print-original-printer cust-print-preprocess-circle-tree cust-print-prin cust-print-print-circular cust-print-print-object cust-print-set-function-cell cust-print-top-level cust-print-update-custom-printers cust-print-use-custom-printer cust-print-vector cust-print-walk-circle-tree custom-error custom-format custom-message custom-prin1 custom-prin1-to-string custom-princ custom-print custom-print-funcs-installed-p custom-print-install custom-print-installed-p custom-print-uninstall cvs-mode-map cvs-string-prefix-p define-infix-argument define-infix-command define-suffix-command define-transient-command delete-custom-printer dired-isearch-filter-filenames dired-pop-to-buffer dired-sort-set-modeline dired-x-submit-report ediff-choose-window-setup-function-automatically eieio-defgeneric eieio-defmethod electric-pair--with-uncached-syntax emacs-bug--system-description emacs-lock-check-buffer-lock emacs-lock-clear-sentinel emacs-lock-shell-sentinel emacs-lock-was-buffer-locked erc--download-directory erc-add-server-user--inliner erc-at-beginning-of-line-p erc-channel-user-admin-p--inliner erc-channel-user-halfop-p--inliner erc-channel-user-op-p--inliner erc-channel-user-owner-p--inliner erc-channel-user-voice-p--inliner erc-command-list erc-complete-at-prompt erc-complete-word erc-hecomplete erc-hecomplete-disable erc-hecomplete-enable erc-hecomplete-mode erc-nick-completion-exclude-myself erc-remove-server-user--inliner erc-server-reconnect-p--inliner erc-try-complete-nick eshell-add-to-window-buffer-names eshell-for eshell-needs-pipe-p eshell-remove-from-window-buffer-names etc-authors-mode--hide-local-variables fast-lock-add-properties fast-lock-after-fontify-buffer fast-lock-after-unfontify-buffer fast-lock-cache-data fast-lock-cache-directory fast-lock-cache-name fast-lock-get-face-properties fast-lock-get-syntactic-properties fast-lock-mode fast-lock-read-cache fast-lock-save-cache fast-lock-save-cache-1 fast-lock-save-cache-after-save-file fast-lock-save-cache-before-kill-buffer fast-lock-save-caches-before-kill-emacs find-emacs-lisp-shadows gnus-group-tool-bar-update gnus-mime--inline-message gnus-registry-user-format-function-M gnus-summary-tool-bar-update hfy-save-buffer-state inactivate-input-method intdos internal--build-binding-value-form internal--check-binding internal--listify javascript-generic-mode js--get-js-context js--get-tabs js--guess-eval-defun-info js--js-add-resource-alias js--js-content-window js--js-create-instance js--js-decode-retval js--js-encode-value js--js-enter-repl js--js-eval js--js-funcall js--js-get js--js-get-service js--js-handle-expired-p js--js-handle-id js--js-handle-id--cmacro js--js-handle-p js--js-handle-p--cmacro js--js-handle-process js--js-handle-process--cmacro js--js-leave-repl js--js-list js--js-new js--js-not js--js-put js--js-qi js--js-true js--js-wait-for-eval-prompt js--make-nsilocalfile js--optimize-arglist js--read-tab js--wait-for-matching-output js-eval js-eval-defun js-gc js-set-js-context latex--comment-region latex-string-prefix-p lazy-lock-after-fontify-buffer lazy-lock-after-unfontify-buffer lazy-lock-arrange-before-change lazy-lock-defer-after-scroll lazy-lock-defer-line-after-change lazy-lock-defer-rest-after-change lazy-lock-fontify-after-defer lazy-lock-fontify-after-idle lazy-lock-fontify-after-resize lazy-lock-fontify-after-scroll lazy-lock-fontify-after-trigger lazy-lock-fontify-after-visage lazy-lock-fontify-chunk lazy-lock-fontify-conservatively lazy-lock-fontify-line-after-change lazy-lock-fontify-region lazy-lock-fontify-rest-after-change lazy-lock-fontify-window lazy-lock-install lazy-lock-install-hooks lazy-lock-install-timers lazy-lock-mode lazy-lock-percent-fontified lazy-lock-unfontified-p lazy-lock-unstall list-one-abbrev-table loadhist--unload-function macro-declaration-function magit--fit-window-to-buffer mail-attach-file mail-complete mail-sent-via make-js--js-handle make-js--js-handle--cmacro make-register makefile-complete menu-bar-kill-ring-save message-tool-bar-update meta-complete-symbol mode25 mode4350 mouse-extend mouse-extend-internal mouse-extend-secondary mouse-insert-secondary mouse-insert-selection mouse-insert-selection-internal mouse-sel--ignore mouse-sel-determine-selection-thing mouse-sel-eval-at-event-end mouse-sel-follow-link-p mouse-sel-get-selection mouse-sel-lost-selection-hook mouse-sel-mode mouse-sel-primary-to-region mouse-sel-region-to-primary mouse-sel-selection-overlay mouse-sel-selection-thing mouse-sel-set-selection mouse-select mouse-select-internal mouse-select-secondary mpc-string-prefix-p newsticker--cache-read-version1 newsticker--cache-save-version1 newsticker--cache-update nnselect-run nxml-with-invisible-motion org--file-apps-entry-dlink-p org-cite--get-processor org-font-lock-ensure org-lint-checker-description org-lint-checker-description--cmacro org-lint-missing-checker-name org-set-transient-map package--activate-autoloads-and-load-path package--files-load-history package--list-loaded-files package--list-of-conflicts package--load-files-for-activation package-menu-view-commentary partial-completion-mode pascal-complete-word pascal-show-completions pc-bindings-mode pc-select-add-to-alist pc-select-define-keys pc-select-restore-keys pc-select-restore-mode pc-select-restore-var pc-select-save-and-set-mode pc-select-save-and-set-var pc-selection-mode pcomplete-quote-argument post-mail-send-it process-filter-multibyte-p profiler-report-menu project--buffer-list project--kill-buffer-check prolog-parse-sicstus-compilation-errors python-info-ppss-comment-or-string-p python-info-ppss-context python-info-ppss-context-type python-proc python-send-receive python-send-string quail-inactivate query-replace-regexp-eval read-filename-at-point reb-target-binding redraw-modeline register-value report-emacs-bug-info rmail-dont-reply-to robin-inactivate ruby-mode-variables s-region-bind s-region-move s-region-move-p1 s-region-move-p2 s-region-unshift seq--activate-font-lock-keywords set-face-underline-p set-process-filter-multibyte set-register-value set-window-redisplay-end-trigger sh--cmd-completion-table sh-maybe-here-document shr-char-breakable-p shr-char-breakable-p--inliner shr-char-kinsoku-bol-p shr-char-kinsoku-bol-p--inliner shr-char-kinsoku-eol-p shr-char-kinsoku-eol-p--inliner shr-char-nospace-p shr-char-nospace-p--inliner shr-find-fill-point sql-ends-with-prompt-re sql-starts-with-prompt-re sregex sregex--0+ sregex--1+ sregex--backref sregex--char sregex--char-aux sregex--char-range sregex--engine sregex--group sregex--not-char sregex--not-syntax sregex--opt sregex--or sregex--regex sregex--repeat sregex--sequence sregex--syntax sregex-backref-num sregex-info sregex-match-beginning sregex-match-data sregex-match-end sregex-match-string sregex-match-string-no-properties sregex-replace-match sregex-save-match-data sregexq starttls-any-program-available startup--get-buffer-create-scratch strokes-report-bug term--maybe-brighten-color test-completion-ignore-case tex-string-prefix-p timeclock-modeline-display timeclock-update-modeline todo--files-type-list todo--user-error-if-marked-done-item todo-absolute-file-name todo-add-file todo-adjusted-category-label-length todo-archive-done-item todo-categories-mode todo-category-completions todo-category-number todo-category-string-matcher-1 todo-category-string-matcher-2 todo-check-file todo-check-filtered-items-file todo-check-format todo-choose-archive todo-clear-matches todo-comment-string-matcher todo-convert-legacy-date-time todo-convert-legacy-files todo-current-category todo-date-string-matcher todo-delete-category todo-delete-file todo-desktop-save-buffer todo-diary-expired-matcher todo-diary-goto-entry todo-diary-item-p todo-diary-nonmarking-matcher todo-display-categories todo-display-sorted todo-done-item-p todo-done-item-section-p todo-done-separator todo-done-string-matcher todo-edit-category-diary-inclusion todo-edit-category-diary-nonmarking todo-edit-file todo-edit-item--diary-inclusion todo-edit-item--header todo-edit-item--next-key todo-edit-item--text todo-edit-quit todo-files todo-filter-diary-items todo-filter-diary-items-multifile todo-filter-items todo-filter-items-1 todo-filter-items-filename todo-filter-regexp-items todo-filter-regexp-items-multifile todo-filter-top-priorities todo-filter-top-priorities-multifile todo-find-archive todo-find-filtered-items-file todo-find-item todo-get-count todo-get-overlay todo-go-to-source-item todo-hl-line-range todo-indent todo-insert-category-line todo-insert-item--basic todo-insert-item--next-param todo-insert-item-from-calendar todo-insert-sort-button todo-insert-with-overlays todo-item-done todo-item-undone todo-jump-to-archive-category todo-label-to-key todo-longest-category-name-length todo-lower-category todo-lower-item-priority todo-make-categories-list todo-mark-category todo-marked-item-p todo-merge-category todo-mode-line-control todo-modes-set-1 todo-modes-set-2 todo-modes-set-3 todo-move-category todo-move-item todo-multiple-filter-files todo-next-button todo-next-item todo-nondiary-marker-matcher todo-padded-string todo-prefix-overlays todo-previous-button todo-previous-item todo-print-buffer todo-print-buffer-to-file todo-raise-category todo-raise-item-priority todo-read-category todo-read-date todo-read-dayname todo-read-file-name todo-read-time todo-rename-category todo-rename-file todo-repair-categories-sexp todo-reset-and-enable-done-separator todo-reset-comment-string todo-reset-done-separator todo-reset-done-separator-string todo-reset-done-string todo-reset-global-current-todo-file todo-reset-highlight-item todo-reset-nondiary-marker todo-reset-prefix todo-restore-desktop-buffer todo-revert-buffer todo-save-filtered-items-buffer todo-search todo-set-categories todo-set-category-number todo-set-date-from-calendar todo-set-item-priority todo-set-show-current-file todo-set-top-priorities todo-set-top-priorities-in-category todo-set-top-priorities-in-file todo-short-file-name todo-show-categories-table todo-show-current-file todo-sort todo-sort-categories-alphabetically-or-numerically todo-sort-categories-by-archived todo-sort-categories-by-diary todo-sort-categories-by-done todo-sort-categories-by-todo todo-time-string-matcher todo-toggle-item-header todo-toggle-item-highlighting todo-toggle-mark-item todo-toggle-prefix-numbers todo-toggle-view-done-items todo-toggle-view-done-only todo-total-item-counts todo-unarchive-items todo-unmark-category todo-update-buffer-list todo-update-categories-display todo-update-categories-sexp todo-update-count todo-update-filelist-defcustoms todo-validate-name todo-y-or-n-p toggle-emacs-lock toggle-read-only tramp-compat-file-attribute-access-time tramp-compat-file-attribute-group-id tramp-compat-file-attribute-link-number tramp-compat-file-attribute-modes tramp-compat-file-attribute-modification-time tramp-compat-file-attribute-size tramp-compat-file-attribute-status-change-time tramp-compat-file-attribute-type tramp-compat-file-attribute-user-id tramp-compat-file-local-name tramp-compat-file-missing tramp-compat-temporary-file-directory-function tramp-fuse-handle-file-readable-p tramp-get-remote-gid-with-id tramp-get-remote-gid-with-perl tramp-get-remote-gid-with-python tramp-get-remote-uid-with-id tramp-get-remote-uid-with-perl tramp-get-remote-uid-with-python tramp-register-archive-file-name-handler tramp-smb-handle-directory-files tramp-sudoedit-handle-write-region transient--abort-edebug transient--edebug--recursive-edit transient--minibuffer-exit transient--minibuffer-setup transient-mouse-push-button try-complete-erc-nick try-complete-erc-nick-restore turn-on-cwarn-mode turn-on-fast-lock turn-on-iimage-mode turn-on-lazy-lock ucs-insert unify-8859-on-decoding-mode unify-8859-on-encoding-mode url-recreate-url-attributes user-variable-p userlock--fontify-key vc-string-prefix-p vc-toggle-read-only view-return-to-alist-update w32-batch-update-autoloads warning-suppress-action warning-suppress-log-action wdired-isearch-filter-read-only which-func-mode whitespace-empty-at-bob-regexp whitespace-empty-at-eob-regexp whitespace-looking-back window--preservable-size window-redisplay-end-trigger with-custom-print with-custom-print-funcs with-js x-dnd-get-drop-width-height x-dnd-get-drop-x-y x-selection)
(added \(setf\ eglot--capabilities\) \(setf\ eglot--file-watches\) \(setf\ eglot--inferior-process\) \(setf\ eglot--inhibit-autoreconnect\) \(setf\ eglot--language-id\) \(setf\ eglot--major-modes\) \(setf\ eglot--managed-buffers\) \(setf\ eglot--progress-reporters\) \(setf\ eglot--project\) \(setf\ eglot--project-nickname\) \(setf\ eglot--saved-initargs\) \(setf\ eglot--server-info\) \(setf\ eglot--shutdown-requested\) \(setf\ kmacro--counter\) \(setf\ vtable-actions\) \(setf\ vtable-column-colors\) \(setf\ vtable-columns\) \(setf\ vtable-displayer\) \(setf\ vtable-divider\) \(setf\ vtable-ellipsis\) \(setf\ vtable-face\) \(setf\ vtable-formatter\) \(setf\ vtable-getter\) \(setf\ vtable-keymap\) \(setf\ vtable-objects\) \(setf\ vtable-objects-function\) \(setf\ vtable-row-colors\) \(setf\ vtable-separator-width\) \(setf\ vtable-sort-by\) \(setf\ vtable-use-header-line\) Info--default-directory-list Info-goto-node-web Info-url-for-node Man-at-mouse Man-context-menu abbrev--possibly-save accessor--internal-p accessor--slot accessor--type add-display-text-property advice--cons advice--copy advice--how allout-outlinify-sticky ansi-color--code-as-hex ansi-color--ensure-context ansi-color--face-vec-face ansi-color--update-face-vec ansi-osc-apply-on-region ansi-osc-compilation-filter ansi-osc-directory-tracker ansi-osc-filter-region ansi-osc-hyperlink-handler ansi-osc-window-title-handler apropos--map-preloaded-atoms array--limit-index array--untabify-backward array-current-line array-move-to-column-untabify article--check-suspicious-addresses article-emojize-symbols auth-info-password auth-source-file-name-p auth-source-netrc-parse-all auth-source-pass--build-result-many auth-source-pass--find-match-many auth-source-pass--match-parts auth-source-pass--match-regexp auth-source-pass--retrieve-parsed auth-source-pass-file-name-p backtrace--line-length-or-nil bare-symbol bare-symbol-p bash-ts-mode battery--call-process-to-string battery--search-haiku-acpi-status battery-haiku-acpi-battery bib-add bib-mark bib-return-key bib-unread bidi-string-strip-control-characters bind-key bind-key* bind-key--remove bind-keys bind-keys* bind-keys-form blink-paren-open-paren-line-string bookmark-bmenu--type-predicate bookmark-edit-annotation--maybe-display-list bookmark-edit-annotation-cancel bookmark-edit-annotation-confirm bookmark-get-last-modified bookmark-type-from-full-record bookmark-update-last-modified browse-url--file-name-coding-system browse-url--find-executable browse-url--irc browse-url-default-haiku-browser browse-url-irc browse-url-webpositive buffer-local-restore-state buffer-local-set-state buffer-local-set-state--get buffer-match-p buffer-menu--display-help buffer-text-pixel-size button--properties buttonize buttonize-region byte-compile--first-symbol-with-pos byte-compile--suspicious-defcustom-choice byte-compile--warning-source-offset byte-compile-docstring-style-warn byte-compile-warn-x byte-opt--bool-value-form byte-opt--negate byte-optimize-append byte-optimize-list byte-optimize-not byte-optimize-string-greaterp byte-run--parse-body byte-run--parse-declarations byte-run--set-interactive-args byte-run--strip-list byte-run--strip-vector/record byte-run-strip-symbol-positions byte-write-target-file c++-ts-mode c-add-type-1 c-after-change-de-typedef c-after-change-fix-comment-escapes c-before-after-change-check-c++-modules c-before-change-de-typedef c-before-change-fix-comment-escapes c-font-lock-c++-modules c-fontify-new-found-type c-force-redisplay c-forward-c++-module-name c-forward-c++-module-partition-name c-forward-c++-requires-clause c-forward-decl-arglist c-forward-over-colon-type-list c-forward-primary-expression c-let*-maybe-max-specpdl-size c-lineup-argcont-+ c-lineup-argcont-1 c-or-c++-ts-mode c-post-command c-search-forward-non-nil-char-property c-ts-base--before-indent c-ts-base-mode c-ts-common--fill-block-comment c-ts-common--fill-paragraph c-ts-common--node-is c-ts-common-comment-2nd-line-anchor c-ts-common-comment-2nd-line-matcher c-ts-common-comment-setup c-ts-common-comment-start-after-first-star c-ts-common-looking-at-star c-ts-common-statement-offset c-ts-indent-style-safep c-ts-mode c-ts-mode--anchor-prev-sibling c-ts-mode--declarator-identifier c-ts-mode--defun-for-class-in-imenu-p c-ts-mode--defun-name c-ts-mode--defun-skipper c-ts-mode--defun-valid-p c-ts-mode--emacs-current-defun-name c-ts-mode--emacs-defun-at-point c-ts-mode--emacs-defun-p c-ts-mode--emacs-set-ranges c-ts-mode--font-lock-settings c-ts-mode--fontify-DEFUN c-ts-mode--fontify-declarator c-ts-mode--fontify-error c-ts-mode--fontify-for-each-tail c-ts-mode--fontify-variable c-ts-mode--for-each-tail-body-matcher c-ts-mode--get-indent-style c-ts-mode--indent-style-setter c-ts-mode--indent-styles c-ts-mode--keywords c-ts-mode--preproc-offset c-ts-mode--prompt-for-style c-ts-mode--reverse-ranges c-ts-mode--standalone-grandparent c-ts-mode--standalone-parent-skip-preproc c-ts-mode--syntax-propertize c-ts-mode--top-level-declarator c-ts-mode--top-level-label-matcher c-ts-mode-indent-defun c-ts-mode-menu c-ts-mode-set-global-style c-ts-mode-set-modeline c-ts-mode-set-style c-ts-mode-toggle-comment-style c-update-new-id c-with-string-fences cconv--interactive-helper cconv--interactive-helper--fun cconv--interactive-helper--if cconv--interactive-helper--internal-p cconv--lifted-arg cconv--not-lexical-var-p cconv-fv cconv-make-interpreted-closure change-log-fill-file-list char-uppercase-p cheat-sheet cl--class-allparents cl--generic-method-call-con cl--generic-method-call-con--cmacro cl--generic-nnm--internal-p cl--generic-oclosure-tag cl--generic-prefill-generalizer-sample cl--generic-upcase-formal-args cl--sm-macroexpand-1 cl-constantly cl-generic--oclosure-specializers cl-once-only cl-with-gensyms clean-mode cmake-ts-mode cmake-ts-mode--font-lock-compatibility-fe9b5e0 cmake-ts-mode--imenu cmake-ts-mode--imenu-1 comint--fontify-input-fontify-region comint--fontify-input-off comint--fontify-input-on comint--fontify-input-ppss-flush-indirect comint--indirect-cleanup comint--intersect-regions comint--mark-as-output comint--mark-yanked-as-output comint--unmark-string-as-output comint-fontify-input-mode comint-indent-input-line comint-indent-input-line-default comint-indent-input-region comint-indent-input-region-default comint-indirect-buffer comint-osc-hyperlink command-completion--command-for-this-buffer-function command-completion-using-modes-and-keymaps-p command-execute--query command-line--eval-script command-line--load-script command-query comp--func-arity comp--trampoline-abs-filename comp-compile-all-trampolines comp-func-command-modes comp-func-command-modes--cmacro comp-func-d-command-modes comp-func-d-command-modes--cmacro comp-func-l-command-modes comp-func-l-command-modes--cmacro comp-write-bytecode-file compare-keybindings compilation--file-known-p compilation--hide-output compilation--insert-abbreviated-line compilation-find-file-1 compiled-function-p completion--update-styles-options completions--fit-window-to-buffer composition-sort-rules connection-local-profile-name-for-criteria connection-local-update-profile-variables copy-erc--input-split copy-erc--target copy-erc--target-channel copy-erc--target-channel-local copy-erc-networks--id copy-erc-networks--id-fixed copy-erc-networks--id-qualifying copy-erc-sasl--state copy-multisession copy-vtable-column count-sentences count-words--buffer-format count-words--format cperl--set-file-style csharp--color-forwards csharp--compilation-error-file-resolve csharp--make-mode-syntax-table csharp-at-lambda-header csharp-at-vsemi-p csharp-font-lock-keywords csharp-font-lock-keywords-2 csharp-font-lock-keywords-3 csharp-guess-basic-syntax csharp-looking-at-inexpr-block csharp-mode csharp-mode-menu csharp-ts-mode csharp-ts-mode--defun-name csharp-vsemi-status-unknown css--selector-regexp css--treesit-defun-name css-base-mode css-ts-mode cua-copy-handler cua-cut-handler current-cpu-time cursor-face-highlight-mode custom--add-custom-loads custom--icons-widget-value custom-icon-set custom-icon-state custom-icon-state-set custom-icon-value-create custom-save-icons custom-set-icons custom-theme-set-icons custom-toggle-hide-all-widgets custom-toggle-hide-icon customize-icon dabbrev--filter-buffer-modes dabbrev-capf dbus--init debug-early debug-early-backtrace defconst-1 define-icon define-keymap define-keymap--compile define-multisession-variable defvar-1 defvar-keymap delete-all-space delete-line delete-space--internal describe-char-fold-equivalences describe-icon describe-indonesian-environment-map describe-map--align-section describe-map--fill-columns describe-misc-environment-map describe-mode--minor-modes describe-personal-keybindings describe-philippine-environment-map desktop--emacs-pid-running-p desktop--get-file-modtime desktop--load-locked-desktop-p device-class diff--outline-level diff-setup-buffer-type diff-vc-deduce-fileset dig-query directory-abbrev-apply directory-abbrev-make-regexp dired--insert-disk-space dired--make-directory-clickable dired-do-eww dired-do-info dired-do-man dired-isearch-search-filenames dired-minibuffer-default-add-shell-commands dired-mouse-drag display-buffer--lru-window display-buffer-full-frame dnd-begin-drag-files dnd-begin-file-drag dnd-begin-text-drag dnd-direct-save dnd-handle-movement dnd-remove-last-dragged-remote-file doc-view--epub-reconvert doc-view--imenu-subtree doc-view--pdf-outline doc-view-custom-set-epub-font-size doc-view-custom-set-epub-user-stylesheet doc-view-imenu-index doc-view-imenu-setup doc-view-minor-mode-menu dockerfile-ts-mode dockerfile-ts-mode--imenu dockerfile-ts-mode--imenu-1 dockerfile-ts-mode--line-continuation-anchor dockerfile-ts-mode--line-continuation-p doctor-make-variables duplicate-dwim duplicate-line ecomplete--prompt-type ecomplete--remove-item ecomplete-edit ecomplete-remove edebug--strip-plist edebug-backtrace-mode eglot eglot--CompletionParams eglot--TextDocumentIdentifier eglot--TextDocumentItem eglot--TextDocumentPositionParams eglot--VersionedTextDocumentIdentifier eglot--after-change eglot--after-revert-hook eglot--all-major-modes eglot--apply-text-edits eglot--apply-workspace-edit eglot--before-change eglot--bol eglot--capabilities eglot--check-dspec eglot--check-object eglot--cmd eglot--code-action eglot--collecting-xrefs eglot--connect eglot--current-project eglot--current-server-or-lose eglot--dbind eglot--dcase eglot--debbugs-or-github-bug-uri eglot--diag-data eglot--ensure-list eglot--ensure-type eglot--error eglot--executable-find eglot--file-watches eglot--format-markup eglot--glob-compile eglot--glob-emit-* eglot--glob-emit-** eglot--glob-emit-? eglot--glob-emit-range eglot--glob-emit-self eglot--glob-emit-{} eglot--glob-parse eglot--guess-contact eglot--highlight-piggyback eglot--hover-info eglot--inferior-bootstrap eglot--inferior-process eglot--inhibit-autoreconnect eglot--interface eglot--keywordize-vars eglot--lambda eglot--language-id eglot--lookup-mode eglot--lsp-position-to-point eglot--lsp-xref-helper eglot--lsp-xrefs-for-method eglot--major-modes eglot--make-diag eglot--managed-buffers eglot--managed-mode eglot--managed-mode-off eglot--maybe-activate-editing-mode eglot--message eglot--mode-line-format eglot--mode-line-props eglot--mouse-call eglot--on-shutdown eglot--path-to-uri eglot--plist-keys eglot--pos-to-lsp-position eglot--post-self-insert-hook eglot--pre-command-hook eglot--progress-reporters eglot--project eglot--project-nickname eglot--range-region eglot--read-execute-code-action eglot--read-server eglot--recover-workspace-symbol-meta eglot--region-bounds eglot--register-unregister eglot--report-to-flymake eglot--saved-initargs eglot--server-capable eglot--server-capable-or-lose eglot--server-info eglot--setq-saving eglot--shutdown-requested eglot--sig-info eglot--signal-textDocument/didChange eglot--signal-textDocument/didClose eglot--signal-textDocument/didOpen eglot--signal-textDocument/didSave eglot--signal-textDocument/willSave eglot--snippet-expansion-fn eglot--stay-out-of-p eglot--trampish-p eglot--update-hints eglot--update-hints-1 eglot--uri-to-path eglot--warn eglot--when-buffer-window eglot--when-live-buffer eglot--widening eglot--workspace-configuration-plist eglot--workspace-symbols eglot--xref-make-match eglot-alternatives eglot-clear-status eglot-client-capabilities eglot-code-action-extract eglot-code-action-inline eglot-code-action-organize-imports eglot-code-action-quickfix eglot-code-action-rewrite eglot-code-actions eglot-code-actions-at-mouse eglot-completion-at-point eglot-current-column eglot-current-server eglot-ensure eglot-events-buffer eglot-execute-command eglot-find-declaration eglot-find-implementation eglot-find-typeDefinition eglot-flymake-backend eglot-forget-pending-continuations eglot-format eglot-format-buffer eglot-handle-notification eglot-handle-request eglot-hover-eldoc-function eglot-imenu eglot-initialization-options eglot-inlay-hints-mode eglot-list-connections eglot-list-connections-mode eglot-lsp-abiding-column eglot-lsp-server eglot-lsp-server--anon-cmacro eglot-lsp-server--eieio-childp eglot-lsp-server-child-p eglot-lsp-server-list-p eglot-lsp-server-p eglot-managed-p eglot-manual eglot-menu eglot-move-to-current-column eglot-move-to-lsp-abiding-column eglot-move-to-utf-16-linepos eglot-move-to-utf-32-linepos eglot-move-to-utf-8-linepos eglot-project-nickname eglot-reconnect eglot-register-capability eglot-rename eglot-server-menu eglot-show-workspace-configuration eglot-shutdown eglot-shutdown-all eglot-signal-didChangeConfiguration eglot-signature-eldoc-function eglot-stderr-buffer eglot-unregister-capability eglot-update eglot-upgrade-eglot eglot-utf-16-linepos eglot-utf-32-linepos eglot-utf-8-linepos eglot-workspace-folders eglot-xref-backend eieio--known-slot-name-p electric-pair--with-syntax electric-pair--with-syntax-1 elide-head--delete-overlay elide-head--hide elide-head--show elide-head-mode elisp--company-deprecated elisp-byte-compile-buffer elisp-byte-compile-file elisp-eldoc-var-docstring-with-value elisp-eval-region-or-buffer elisp-mode-syntax-propertize elp-restore-package emacs-authors-mode emacs-authors-next-author emacs-authors-prev-author emacs-build-description emacs-etc--hide-local-variables emacs-news--buttonize emacs-news--fill-paragraph emacs-news--heading-p emacs-news--mode-common emacs-news--sections emacs-news-count-untagged-entries emacs-news-cycle-tag emacs-news-delete-temporary-markers emacs-news-find-heading emacs-news-goto-section emacs-news-mode emacs-news-mode-menu emacs-news-next-untagged-entry emacs-news-open-line emacs-news-previous-untagged-entry emacs-news-view-mode emoji--add-glyph emoji--add-recent emoji--add-to-group emoji--adjust-displayable emoji--adjust-displayable-1 emoji--base-name emoji--choose-emoji emoji--columnize emoji--compute-name emoji--compute-prefix emoji--define-transient emoji--flatten emoji--fontify-glyph emoji--generate-file emoji--init emoji--list-generate emoji--name emoji--parse-emoji-test emoji--read-emoji emoji--recent-transient emoji--score emoji--split-long-lists emoji--split-subgroup emoji-describe emoji-insert emoji-list emoji-list-help emoji-list-mode emoji-list-select emoji-recent emoji-search emoji-zoom-decrease emoji-zoom-increase emoji-zoom-reset enriched-toggle-markup ensure-empty-lines epa-file-name-p epg--copy-key erc--assemble-toggle erc--auth-source-determine-params-defaults erc--auth-source-determine-params-merge erc--auth-source-search erc--blank-in-multiline-input-p erc--cancel-auto-reconnect-timer erc--check-prompt-input-for-excess-lines erc--check-prompt-input-for-multiline-blanks erc--check-prompt-input-for-point-in-bounds erc--check-prompt-input-for-running-process erc--cmd-reconnect erc--compute-server-password erc--current-buffer-joined-p erc--default-target erc--discard-trailing-multiline-nulls erc--ensure-url erc--get-isupport-entry erc--hide-prompt erc--input-split-cmdp erc--input-split-cmdp--cmacro erc--input-split-insertp erc--input-split-insertp--cmacro erc--input-split-lines erc--input-split-lines--cmacro erc--input-split-p erc--input-split-p--cmacro erc--input-split-sendp erc--input-split-sendp--cmacro erc--input-split-string erc--input-split-string--cmacro erc--mask-secrets erc--merge-local-modes erc--normalize-module-symbol erc--open-target erc--parse-isupport-value erc--parse-message-tags erc--parse-tags erc--register-connection erc--server-reconnect-p erc--target-channel-local-p erc--target-channel-local-p--cmacro erc--target-channel-local-string erc--target-channel-local-string--cmacro erc--target-channel-local-symbol erc--target-channel-local-symbol--cmacro erc--target-channel-p erc--target-channel-p--cmacro erc--target-channel-string erc--target-channel-string--cmacro erc--target-channel-symbol erc--target-channel-symbol--cmacro erc--target-from-string erc--target-p erc--target-p--cmacro erc--target-string erc--target-string--cmacro erc--target-symbol erc--target-symbol--cmacro erc--unfun erc--unhide-prompt erc--unhide-prompt-on-self-insert erc--update-modules erc--url-default-connect-function erc--valid-local-channel-p erc--warn-unencrypted erc-auth-source-search erc-autojoin--join erc-autojoin--mutate erc-compat--29-auth-source-pass--build-result-many erc-compat--29-auth-source-pass--retrieve-parsed erc-compat--29-auth-source-pass-backend-parse erc-compat--29-auth-source-pass-search erc-compat--29-browse-url-irc erc-compat--29-sasl-scram--client-final-message erc-compat--29-sasl-scram-client-first-message erc-compat--29-sasl-scram-construct-gs2-header erc-compat--auth-source-backend-parser-functions erc-compat--with-memoization erc-compute-user erc-networks--construct-target-buffer-name erc-networks--copy-over-server-buffer-contents erc-networks--determine erc-networks--ensure-announced erc-networks--ensure-unique-server-buffer-name erc-networks--ensure-unique-target-buffer-name erc-networks--examine-targets erc-networks--id-create erc-networks--id-ensure-comparable erc-networks--id-equal-p erc-networks--id-fixed-create erc-networks--id-fixed-p erc-networks--id-fixed-p--cmacro erc-networks--id-fixed-symbol erc-networks--id-fixed-symbol--cmacro erc-networks--id-fixed-ts erc-networks--id-fixed-ts--cmacro erc-networks--id-given erc-networks--id-p erc-networks--id-p--cmacro erc-networks--id-qualifying-create erc-networks--id-qualifying-grow-id erc-networks--id-qualifying-init-parts erc-networks--id-qualifying-init-symbol erc-networks--id-qualifying-len erc-networks--id-qualifying-len--cmacro erc-networks--id-qualifying-p erc-networks--id-qualifying-p--cmacro erc-networks--id-qualifying-parts erc-networks--id-qualifying-parts--cmacro erc-networks--id-qualifying-prefix-length erc-networks--id-qualifying-reset-id erc-networks--id-qualifying-symbol erc-networks--id-qualifying-symbol--cmacro erc-networks--id-qualifying-ts erc-networks--id-qualifying-ts--cmacro erc-networks--id-qualifying-update erc-networks--id-reload erc-networks--id-sort-buffers erc-networks--id-symbol erc-networks--id-symbol--cmacro erc-networks--id-ts erc-networks--id-ts--cmacro erc-networks--init-identity erc-networks--insert-transplanted-content erc-networks--maybe-update-buffer-name erc-networks--reclaim-orphaned-target-buffers erc-networks--reconcile-buffer-names erc-networks--refresh-buffer-names erc-networks--rename-server-buffer erc-networks--set-name erc-networks--shrink-ids-and-buffer-names erc-networks--shrink-ids-and-buffer-names-any erc-networks--update-server-identity erc-networks--warn-on-connect erc-networks-on-MOTD-end erc-networks-rename-surviving-target-buffer erc-networks-shrink-ids-and-buffer-names erc-sasl--create-client erc-sasl--destroy erc-sasl--ecdsa-first erc-sasl--ecdsa-sign erc-sasl--get-user erc-sasl--init erc-sasl--mechanism-offered-p erc-sasl--plain-response erc-sasl--read-password erc-sasl--scram-sha-1-client-final-message erc-sasl--scram-sha-256-client-final-message erc-sasl--scram-sha-512-authenticate-server erc-sasl--scram-sha-512-client-final-message erc-sasl--scram-sha-hack-client-final-message erc-sasl--scram-sha512 erc-sasl--state-client erc-sasl--state-client--cmacro erc-sasl--state-p erc-sasl--state-p--cmacro erc-sasl--state-pending erc-sasl--state-pending--cmacro erc-sasl--state-step erc-sasl--state-step--cmacro erc-sasl-auth-source-password-as-host erc-sasl-disable erc-sasl-enable erc-sasl-mode erc-schedule-reconnect erc-server-900 erc-server-902 erc-server-903 erc-server-904 erc-server-905 erc-server-906 erc-server-907 erc-server-908 erc-server-AUTHENTICATE erc-track--replace-killed-buffer ert--erts-specifications ert--erts-unquote ert--explain-equal-including-properties-rec ert--get-explainer ert--with-temp-file-generate-suffix ert-gcc-is-clang-p ert-test--erts-test ert-test-erts-file ert-test-file-name ert-test-file-name--cmacro ert-test-location ert-with-buffer-selected ert-with-temp-directory ert-with-temp-file ert-with-test-buffer-selected ert-write-junit-test-report ert-write-junit-test-summary-report erts-mode erts-mode--end-of-test erts-mode--goto-start-of-test erts-mode--in-test-p erts-mode--match-not-in-test erts-mode--preceding-spec erts-run-test erts-tag-region eshell--find-subcommands eshell--invoke-command-directly eshell--method-wrap-directory eshell--pcomplete-insert-tab eshell--split-switch eshell-concat eshell-concat-1 eshell-convert-to-number eshell-convertible-to-number-p eshell-copy-output-handle eshell-elecslash-initialize eshell-electric-forward-slash eshell-eval-argument eshell-eval-indices eshell-external-pipeline eshell-extpipe--or-with-catch eshell-extpipe-initialize eshell-get-comparison-modifier-argument eshell-get-delimited-modifier-argument eshell-get-numeric-modifier-argument eshell-glob-convert eshell-glob-convert-1 eshell-head-process eshell-hist--update-keymap eshell-interactive-process-p eshell-make-process-pair eshell-nil-blank-string eshell-parse-external-pipeline eshell-process-pair-p eshell-record-process-properties eshell-rewrite-external-pipeline eshell-set-all-output-handles eshell-set-path eshell-set-variable eshell-tail-process eshell-unescape-inner-double-quote eshell-with-temp-command eshell/doas eshell/set eudc--plist-member eudc-capf-complete eudc-capf-message-expand-name eudc-ecomplete-query-internal eudc-expand-try-all eudc-format-inline-expansion-result eudc-mailabbrev-query-internal eudc-rfc5322-make-address eudc-rfc5322-quote-phrase eudc-rfc5322-valid-comment-p event--posn-at-point eww--after-page-change eww--download-directory eww--file-buffer eww--rename-buffer eww--rescale-images eww--transform-url eww-remove-tracking execute-extended-command--describe-binding-msg execute-extended-command-cycle exif-field external-completion--all-completions external-completion--call external-completion--try-completion external-completion-table face-attrs--make-indirect-safe face-remap--copy-face ffap-accept-or-reject-p file-attribute-file-identifier file-has-changed-p file-name-parent-directory file-name-split file-notify-rm-all-watches files--buffers-needing-to-be-saved find-dired--escaped-ls-option find-dired-with-command find-lisp-find-dired-other-window find-lisp-find-dired-subdirs-other-window find-sibling-file find-sibling-file-search first-completion flush-standard-output font-has-char-p font-lock--filter-keywords font-lock--match-keyword font-lock-default-fontify-syntactically frame-hide-title-bar-when-maximized fringe-custom-set-bitmap funcall-with-delayed-message function-alias-p function-documentation gdb-debuginfod-message gdb-locals-value-filter gdb-locals-values gdb-locals-values-buffer-name gdb-locals-values-handler gdb-locals-values-handler-custom generate-lisp-file-heading generate-lisp-file-trailer get-advertised-calling-convention get-binding-description get-display-property get-scratch-buffer-create global-text-scale-adjust global-word-wrap-whitespace-mode global-word-wrap-whitespace-mode-check-buffers global-word-wrap-whitespace-mode-cmhh global-word-wrap-whitespace-mode-enable-in-buffers glyphless-display-mode glyphless-mode--setup gnus--variable-pitch-p gnus-article-emojize-symbols gnus-article-treat-suspicious-headers gnus-collect-urls-from-article gnus-mime--inline-message-function gnus-search-mu gnus-search-mu--anon-cmacro gnus-search-mu--eieio-childp gnus-search-mu-child-p gnus-search-mu-handle-date gnus-search-mu-handle-flag gnus-search-mu-list-p gnus-search-mu-p gnus-search-nnselect gnus-search-nnselect--anon-cmacro gnus-search-nnselect--eieio-childp gnus-search-nnselect-child-p gnus-search-nnselect-list-p gnus-search-nnselect-p gnus-summary--goto-and-possibly-unhide go-mod-ts-mode go-mod-ts-mode--in-directive-p go-ts-mode go-ts-mode--alias-node-p go-ts-mode--defun-name go-ts-mode--interface-node-p go-ts-mode--iota-query-supported-p go-ts-mode--other-type-node-p go-ts-mode--struct-node-p gpm-mouse-tty-setup gui--clipboard-selection-unchanged-p gui--primary-selection-unchanged-p gui--set-last-clipboard-selection gui--set-last-primary-selection gv-synthetic-place--anon-cmacro header-line-indent--line-number-width header-line-indent--watch-line-number-width header-line-indent--window-scroll-function header-line-indent-mode help--window-setup help-fns--edit-value-mode help-fns--editable-variable help-fns--first-release-regexp help-fns--generalized-variable help-fns--insert-bindings help-fns--insert-menu-bindings help-fns-edit-mode-cancel help-fns-edit-mode-done help-fns-edit-variable help-goto-lispref-info help-goto-next-page help-goto-previous-page help-key help-mode--add-function-link help-quick help-quick-toggle help-xref--navigation-buttons hi-lock-context-menu hi-lock-face-symbol-at-mouse hierarchy--create-delayed-tree-widget hierarchy--delaying-parents hierarchy--delaying-parents--cmacro highlight-confusing-reorderings highlight-symbol-at-mouse holiday-available-holiday-lists hs-find-block-beginning-match hs-find-next-block html-mode--complete-at-point html-mode--html-yank-handler html-mode--image-yank-handler icomplete--fido-ccd icon-complete-spec icon-documentation icon-elements icon-spec-keywords icon-spec-values icon-string iconp icons--copy-spec icons--create icons--describe-spec icons--merge-spec icons--register icons--spec ido--ffap-find-file ielm-indirect-setup-hook ietf-drums--skip-comment ietf-drums-date--ignore-char-p ietf-drums-date--tokenize-string ietf-drums-parse-date-string ignore-preserving-kill-region image--delayed-change-size image--scale-within-limits-p image-at-point-p image-converter-add-handler image-converter-initialize image-crop image-crop--content-type image-crop--crop-image-1 image-crop--crop-image-update image-crop--default-buffer-text image-crop--find-corner image-crop--height image-crop--insert-image-data image-crop--possibly-rotate-buffer image-crop--process image-crop--width image-cut image-dired--add-to-file-comment-list image-dired--add-to-tag-file-lists image-dired--create-gallery-lists image-dired--do-mark-command image-dired--file-name-regexp image-dired--get-create-thumbnail-file image-dired--hidden-p image-dired--movement-command image-dired--movement-command-line image-dired--movement-ensure-point-pos image-dired--on-file-in-dired-buffer image-dired--slideshow-show-message image-dired--slideshow-start-timer image-dired--slideshow-step image-dired--slideshow-stop image-dired--slideshow-stop-timer image-dired--thumb-size image-dired--thumb-update-mark-at-point image-dired--thumb-update-marks image-dired--update-header-line image-dired--with-dired-buffer image-dired--with-thumbnail-buffer image-dired-beginning-of-buffer image-dired-bookmark-jump image-dired-bookmark-make-record image-dired-bookmark-name image-dired-copy-filename-as-kill image-dired-debug image-dired-dired-file-flagged-p image-dired-display-next image-dired-display-previous image-dired-display-this image-dired-do-flagged-delete image-dired-end-of-buffer image-dired-image-mode image-dired-move-beginning-of-line image-dired-move-end-of-line image-dired-thumb-file-flagged-p image-dired-unmark-all-marks image-dired-wallpaper-set image-flip-horizontally image-flip-vertically image-mode-wallpaper-set image-supported-file-p image-transform-fit-to-window image-transform-reset-to-initial image-transform-reset-to-original image-transform-set-percent imenu-flush-cache info--ensure-not-in-directory-node info--filter-manual-names info-lookup--expand-info info-lookup--item-to-mode inhibit-message internal--labeled-narrow-to-region internal--set-buffer-modified-tick internal--unlabel-restriction internal--with-restriction internal--without-restriction internal-default-signal-process internal-stack-stats isearch-emoji-by-name isearch-fold-quotes-mode isearch-search-fun-in-noncontiguous-region isearch-search-fun-in-text-property iso8601--zone-dst java-ts-mode java-ts-mode--defun-name java-ts-mode--string-highlight-helper js--fontify-template-string js--treesit-defun-name js--treesit-fontify-assignment-lhs js--treesit-property-not-function-p js--treesit-valid-imenu-entry js-base-mode js-json-mode js-jsx--treesit-font-lock-compatibility-bb1f97b js-jsx--treesit-indent-compatibility-bb1f97b js-ts-mode json--available-p json-ts-mode json-ts-mode--defun-name key-parse key-translate key-translate--anon-cmacro key-valid-p keymap--check keymap--compile-check keymap-global-lookup keymap-global-lookup--anon-cmacro keymap-global-set keymap-global-set--anon-cmacro keymap-global-unset keymap-global-unset--anon-cmacro keymap-local-lookup keymap-local-lookup--anon-cmacro keymap-local-set keymap-local-set--anon-cmacro keymap-local-unset keymap-local-unset--anon-cmacro keymap-lookup keymap-lookup--anon-cmacro keymap-set keymap-set--anon-cmacro keymap-set-after keymap-set-after--anon-cmacro keymap-substitute keymap-unset keymap-unset--anon-cmacro kill-buffer--possibly-save kmacro kmacro--counter kmacro--format kmacro--internal-p kmacro--keys last-completion lgstring-glyph-boundary lisp--fill-line-simple lisp--local-defform-body-p lisp-mode--search-key list-multisession-values list-of-strings-p loaddefs-generate loaddefs-generate--compute-prefixes loaddefs-generate--emacs-batch loaddefs-generate--excluded-files loaddefs-generate--file-load-name loaddefs-generate--make-autoload loaddefs-generate--make-prefixes loaddefs-generate--parse-file loaddefs-generate--print-form loaddefs-generate--rubric loaddefs-generate--shorten-autoload loaddefs-generate-batch locate-eln-file log-edit-diff-fileset log-edit-diff-patch long-line-optimizations-p lost-selection-function lost-selection-mode lost-selection-post-select-region-function lsh--anon-cmacro macro--string-to-vector macroexp--dynamic-variable-p macroexpand--all-toplevel mailcap-mime-type-to-extension make-erc--input-split make-erc--input-split--cmacro make-erc--target make-erc--target--cmacro make-erc--target-channel make-erc--target-channel--cmacro make-erc--target-channel-local make-erc--target-channel-local--cmacro make-erc-networks--id make-erc-networks--id--cmacro make-erc-networks--id-fixed make-erc-networks--id-fixed--cmacro make-erc-networks--id-qualifying make-erc-networks--id-qualifying--cmacro make-erc-sasl--state make-erc-sasl--state--cmacro make-multisession make-non-key-event make-obsolete-generalized-variable make-vtable make-vtable-column make-vtable-column--cmacro malloc-trim map--plist-member map--plist-member-1 map--plist-put map--plist-put-1 match-buffers message--image-part-string message--update-image-crop message--yank-media-image-handler message-update-smtp-method-header meta-font-lock-match-declaration-item-and-skip-to-next mh--with-image-load-path mh-dlet* mh-sub-folders-parse minibuffer-choose-completion minibuffer-complete-defaults minibuffer-complete-history minibuffer-lazy-highlight-setup minibuffer-next-completion minibuffer-previous-completion mm-base64-line-p mode-line-window-selected-p mouse-double-click-time mouse-drag-and-drop-region-display-tooltip mouse-drag-and-drop-region-hide-tooltip mouse-generate-font-menu mouse-generate-font-name-for-menu mouse-wheel-global-text-scale multisession--backend-delete multisession--backend-set-value multisession--backend-values multisession--cached-sequence multisession--cached-sequence--cmacro multisession--cached-value multisession--cached-value--cmacro multisession--create multisession--create--cmacro multisession--encode-file-name multisession--ensure-db multisession--initial-value multisession--initial-value--cmacro multisession--key multisession--key--cmacro multisession--object-file-name multisession--package multisession--package--cmacro multisession--read-file-value multisession--set-value multisession--set-value-sqlite multisession--storage multisession--storage--cmacro multisession--synchronized multisession--synchronized--cmacro multisession-backend-value multisession-delete multisession-delete-value multisession-edit-mode multisession-edit-mode--revert multisession-edit-value multisession-p multisession-p--cmacro multisession-value nadvice--make-docstring native-compile-prune-cache nnselect-generate-artlist nnselect-store-artlist ntake ob-clojure-eval-with-babashka oclosure--accessor-cl-print oclosure--accessor-copy oclosure--accessor-docstring oclosure--build-class oclosure--class-allparents oclosure--class-allparents--cmacro oclosure--class-docstring oclosure--class-docstring--cmacro oclosure--class-index-table oclosure--class-index-table--cmacro oclosure--class-make oclosure--class-name oclosure--class-name--cmacro oclosure--class-p oclosure--class-p--cmacro oclosure--class-parents oclosure--class-parents--cmacro oclosure--class-slots oclosure--class-slots--cmacro oclosure--copy oclosure--define oclosure--define-functions oclosure--defstruct-make-copiers oclosure--fix-type oclosure--get oclosure--index-table oclosure--lambda oclosure--p oclosure--set oclosure--set-slot-value oclosure--slot-index oclosure--slot-mutable-p oclosure--slot-value oclosure-accessor--index oclosure-accessor--internal-p oclosure-accessor--slot oclosure-accessor--type oclosure-define oclosure-interactive-form oclosure-lambda oclosure-type org--at-headline-data-p org--confirm-resource-safe org--ctags-load-tag-list org--ctags-set-org-mark-before-finding-tag org--ecb-show-context org--file-apps-entry-locator-p org--inline-image-overlays org--math-always-on org--mouse-dnd-insert-text org--mouse-dnd-open-file org--mouse-open-at-point org--open-file-format-command org--property-get-separator org--protocol-detect-protocol-server org--safe-remote-resource-p org--should-fetch-remote-resource-p org--string-width-1 org-activate-links--overlays org-activate-links--text-properties org-assert-version org-attach-id-fallback-folder-format org-babel-interpret-file-mode org-babel-remove-temporary-stable-directory org-babel-tangle--unbracketed-link org-babel-temp-directory org-babel-temp-stable-directory org-babel-temp-stable-file org-buffer-substring-fontified org-capture--run-template-functions org-cite-basic--get-author org-cite-basic--shorten-names org-cite-biblatex--expand-shortcuts org-cite-biblatex-list-styles org-cite-bibtex-export-bibliography org-cite-bibtex-export-citation org-cite-csl--bibliography-filter org-cite-csl--nocite-p org-cite-csl--rendered-bibliographies org-cite-get-processor org-cite-read-processor-declaration org-cite-try-load-processor org-combine-change-calls org-current-text-column org-current-text-indentation org-cycle-content org-cycle-display-inline-images org-cycle-force-archived org-cycle-global org-cycle-optimize-window-after-visibility-change org-cycle-overview org-cycle-set-startup-visibility org-cycle-set-visibility-according-to-property org-edit-comment-block org-element--cache-log-message org-element--cache-persist-after-read org-element--cache-persist-before-read org-element--cache-persist-before-write org-element--cache-setup-change-functions org-element--cache-verify-element org-element--cache-warn org-element--format-element org-element--get-global-node-properties org-element--headline-cache-root org-element--open-end-p org-element--parse-generic-emphasis org-element--request-beg org-element--request-end org-element--request-key org-element--request-offset org-element--request-parent org-element--request-phase org-element-at-point-no-context org-element-cache-hash-show-statistics org-element-cache-map org-element-org-data-interpreter org-element-org-data-parser org-element-with-disabled-cache org-encode-time org-export-link--remote-local-copy org-export-link-localise org-export-link-remote-p org-file-name-concat org-find-text-property-region org-fold--extend-changed-region org-fold--hide-drawers org-fold--hide-wrapper-toggle org-fold--isearch-reveal org-fold--reveal-drawer-or-block-maybe org-fold--reveal-headline-at-point org-fold--reveal-outline-maybe org-fold-add-folding-spec org-fold-check-before-invisible-edit org-fold-core--buffer-substring-filter org-fold-core--check-spec org-fold-core--clear-isearch-overlay org-fold-core--clear-isearch-overlays org-fold-core--clear-isearch-state org-fold-core--create-isearch-overlays org-fold-core--fix-folded-region org-fold-core--isearch-filter-predicate-overlays org-fold-core--isearch-filter-predicate-text-properties org-fold-core--isearch-reveal org-fold-core--isearch-setup org-fold-core--isearch-show org-fold-core--isearch-show-temporary org-fold-core--property-symbol-get-create org-fold-core-add-folding-spec org-fold-core-cycle-over-indirect-buffers org-fold-core-decouple-indirect-buffer-folds org-fold-core-folded-p org-fold-core-folding-spec-list org-fold-core-folding-spec-p org-fold-core-get-folding-property-symbol org-fold-core-get-folding-spec org-fold-core-get-folding-spec-from-alias org-fold-core-get-folding-spec-from-folding-prop org-fold-core-get-folding-spec-property org-fold-core-get-folding-specs-in-region org-fold-core-get-region-at-point org-fold-core-get-regions org-fold-core-ignore-fragility-checks org-fold-core-ignore-modifications org-fold-core-initialize org-fold-core-next-folding-state-change org-fold-core-next-visibility-change org-fold-core-previous-folding-state-change org-fold-core-previous-visibility-change org-fold-core-region org-fold-core-region-folded-p org-fold-core-regions org-fold-core-remove-folding-spec org-fold-core-remove-optimisation org-fold-core-save-visibility org-fold-core-search-forward org-fold-core-set-folding-spec-property org-fold-core-update-optimisation org-fold-flag-above-first-heading org-fold-folded-p org-fold-folding-spec-p org-fold-get-folding-spec org-fold-get-folding-specs-in-region org-fold-get-region-at-point org-fold-get-regions org-fold-heading org-fold-hide-archived-subtrees org-fold-hide-block-all org-fold-hide-block-toggle org-fold-hide-drawer-all org-fold-hide-drawer-toggle org-fold-hide-entry org-fold-hide-sublevels org-fold-hide-subtree org-fold-initialize org-fold-next-folding-state-change org-fold-next-visibility-change org-fold-previous-folding-state-change org-fold-previous-visibility-change org-fold-region org-fold-regions org-fold-remove-folding-spec org-fold-reveal org-fold-save-outline-visibility org-fold-search-forward org-fold-show-all org-fold-show-branches org-fold-show-branches-buffer org-fold-show-children org-fold-show-context org-fold-show-entry org-fold-show-hidden-entry org-fold-show-set-visibility org-fold-show-siblings org-fold-show-subtree org-fold-subtree org-fontify-inline-src-blocks org-fontify-inline-src-blocks-1 org-format-prompt org-format-timestamp org-get-title org-info--link-file-node org-info-description-as-command org-knuth-hash org-latex--align-string-tabbing org-latex-generate-engraved-preamble org-latex-inline-src-block--engraved org-latex-inline-src-block--listings org-latex-inline-src-block--minted org-latex-src--engrave-code org-latex-src--engrave-mathescape-p org-latex-src-block--custom org-latex-src-block--engraved org-latex-src-block--listings org-latex-src-block--minted org-latex-src-block--verbatim org-link--reveal-maybe org-link-descriptive-ensure org-lint-add-checker org-lint-checker-function org-lint-checker-function--cmacro org-lint-checker-summary org-lint-checker-summary--cmacro org-lint-incomplete-citation org-lint-invalid-cite-export-declaration org-lint-missing-print-bibliography org-lint-non-existent-bibliography org-looking-at-fontified org-persist--add-to-index org-persist--display-time org-persist--find-index org-persist--gc-expired-p org-persist--gc-persist-file org-persist--get-collection org-persist--load-index org-persist--normalize-associated org-persist--normalize-container org-persist--read-elisp-file org-persist--remove-from-index org-persist--save-index org-persist--write-elisp-file org-persist-clear-storage-maybe org-persist-collection-let org-persist-gc org-persist-gc:elisp org-persist-gc:file org-persist-gc:generic org-persist-gc:index org-persist-gc:url org-persist-load org-persist-load-all org-persist-load-all-buffer org-persist-load:elisp org-persist-load:file org-persist-load:generic org-persist-load:index org-persist-load:version org-persist-read org-persist-read:elisp org-persist-read:file org-persist-read:generic org-persist-read:index org-persist-read:url org-persist-read:version org-persist-register org-persist-unregister org-persist-write org-persist-write-all org-persist-write-all-buffer org-persist-write:elisp org-persist-write:file org-persist-write:generic org-persist-write:index org-persist-write:url org-persist-write:version org-publish-cache-mtime-of-src org-region-invisible-p org-string-clean-whitespace org-string-equal-ignore-case org-table--org-tabbing org-texinfo--massage-key-item org-texinfo--match-definition org-texinfo--separate-definitions org-texinfo--split-definition org-texinfo--split-plain-list org-texinfo-kbd-macro org-texinfo-latex-environment org-texinfo-latex-fragment org-texinfo-supports-math-p org-truly-invisible-p org-with-base-buffer outline--create-button-icons outline--fix-buttons-after-change outline--fix-up-all-buttons outline--insert-button outline--show-headings-up-to-level outline-apply-default-state outline-back-to-heading@fix-for-org-fold outline-flag-region@fix-for-org-fold outline-hide-sublevels@fix-for-org-fold outline-next-visible-heading@fix-for-org-fold outline-on-heading-p@fix-for-org-fold outline-search-level outline-search-text-property outline-show-only-headings outline-toggle-children@fix-for-org-fold override-global-mode package--active-built-in-p package--dependencies package--describe-add-library-links package--finder-goto-xref package--library-stem package--parse-elpaignore package--query-desc package--reload-previously-loaded package--upgradeable-packages package-maintainers package-recompile package-recompile-all package-report-bug package-upgrade package-upgrade-all package-vc--archives-initialize package-vc--build-documentation package-vc--clone package-vc--desc->spec package-vc--download-and-read-archives package-vc--generate-description-file package-vc--guess-backend package-vc--main-file package-vc--read-archive-data package-vc--read-package-desc package-vc--read-package-name package-vc--release-rev package-vc--unpack package-vc--unpack-1 package-vc--version package-vc-checkout package-vc-commit package-vc-install package-vc-install-dependencies package-vc-install-from-checkout package-vc-install-selected-packages package-vc-p package-vc-p--inliner package-vc-prepare-patch package-vc-rebuild package-vc-upgrade package-vc-upgrade-all pcmpl-git--expand-flags pcmpl-git--remote-refs pcmpl-git--tracked-file-predicate pcmpl-linux--systemd-units pcmpl-rpm--dnf-packages pcomplete-from-help pcomplete-here-using-help pcomplete/\[ pcomplete/awk pcomplete/b2sum pcomplete/base32 pcomplete/base64 pcomplete/basename pcomplete/basenc pcomplete/cat pcomplete/chcon pcomplete/chmod pcomplete/chroot pcomplete/cksum pcomplete/comm pcomplete/cp pcomplete/csplit pcomplete/cut pcomplete/date pcomplete/dd pcomplete/df pcomplete/dir pcomplete/dirname pcomplete/dnf pcomplete/du pcomplete/echo pcomplete/emacs pcomplete/emacsclient pcomplete/env pcomplete/erc-mode/RECONNECT pcomplete/eshell-mode/set pcomplete/expand pcomplete/fmt pcomplete/fold pcomplete/git pcomplete/gpg pcomplete/groups pcomplete/head pcomplete/hostname pcomplete/id pcomplete/install pcomplete/join pcomplete/journalctl pcomplete/latex pcomplete/ln pcomplete/ls pcomplete/lualatex pcomplete/luatex pcomplete/md5sum pcomplete/mkdir pcomplete/mkfifo pcomplete/mknod pcomplete/mktemp pcomplete/mv pcomplete/nice pcomplete/nl pcomplete/nohup pcomplete/nproc pcomplete/numfmt pcomplete/od pcomplete/paste pcomplete/pathchk pcomplete/pdflatex pcomplete/pdftex pcomplete/pr pcomplete/ptx pcomplete/rclone pcomplete/readlink pcomplete/realpath pcomplete/rg pcomplete/runcon pcomplete/seq pcomplete/sha1sum pcomplete/sha224sum pcomplete/sha256sum pcomplete/sha384sum pcomplete/sha521sum pcomplete/shred pcomplete/shuf pcomplete/sort pcomplete/split pcomplete/stat pcomplete/stdbuf pcomplete/sum pcomplete/sync pcomplete/systemctl pcomplete/tac pcomplete/tail pcomplete/tee pcomplete/test pcomplete/tex pcomplete/timeout pcomplete/touch pcomplete/tr pcomplete/truncate pcomplete/tsort pcomplete/uname pcomplete/unexpand pcomplete/uniq pcomplete/uptime pcomplete/vdir pcomplete/wc pcomplete/who pgtk-dnd-choose-type pgtk-dnd-current-type pgtk-dnd-default-test-function pgtk-dnd-drop-data pgtk-dnd-forget-drop pgtk-dnd-get-state-cons-for-frame pgtk-dnd-get-state-for-frame pgtk-dnd-handle-drag-n-drop-event pgtk-dnd-handle-file-name pgtk-dnd-handle-gdk pgtk-dnd-handle-moz-url pgtk-dnd-handle-uri-list pgtk-dnd-init-frame pgtk-dnd-insert-ctext pgtk-dnd-insert-utf16-text pgtk-dnd-insert-utf8-text pgtk-dnd-maybe-call-test-function pgtk-dnd-save-state pixel-fill--char-breakable-p pixel-fill--char-breakable-p--inliner pixel-fill--char-kinsoku-bol-p pixel-fill--char-kinsoku-bol-p--inliner pixel-fill--char-kinsoku-eol-p pixel-fill--char-kinsoku-eol-p--inliner pixel-fill--char-nospace-p pixel-fill--char-nospace-p--inliner pixel-fill--fill-line pixel-fill--goto-pixel pixel-fill-find-fill-point pixel-fill-region pixel-fill-width pixel-point-and-height-at-unseen-line pixel-scroll-accumulate-velocity pixel-scroll-calculate-velocity pixel-scroll-interpolate-down pixel-scroll-interpolate-up pixel-scroll-kinetic-state pixel-scroll-precision pixel-scroll-precision-interpolate pixel-scroll-precision-mode pixel-scroll-precision-scroll-down pixel-scroll-precision-scroll-down-page pixel-scroll-precision-scroll-up pixel-scroll-precision-scroll-up-page pixel-scroll-start-momentum plistp pos-bol pos-eol position-symbol pp--format-definition pp--format-function pp--format-list pp--format-vector pp--indent-buffer pp--insert pp--insert-binding pp--insert-lisp pp--max-width pp-emacs-lisp-code proced-format-cpu proced-format-mem proced-format-memory proced-format-pgrp proced-format-pid proced-format-ppid proced-format-rss proced-format-sess proced-format-state proced-format-user proced-user-name project--buffer-check project-list-buffers project-name python--completion-predicate python--do-isort python--imenu-treesit-create-index-1 python--import-sources python--list-imports python--query-import python--string-bytes-literal-matcher python--treesit-defun-name python--treesit-fontify-string python--treesit-fontify-string-interpolation python--treesit-fontify-variable python--treesit-variable-p python-add-import python-base-mode python-fix-imports python-hideshow-find-next-block python-imenu-treesit-create-flat-index python-imenu-treesit-create-index python-import-symbol-at-point python-info-looking-at-beginning-of-block python-info-treesit-current-defun python-info-triple-quoted-string-p python-remove-import python-shell--calculate-process-environment python-shell--completion-predicate python-shell--tramp-with-environment python-shell--with-environment python-shell-restart python-sort-imports python-ts-mode python-util-comint-end-of-output-p range-add-list range-compress-list range-concat range-denormalize range-difference range-intersection range-length range-list-difference range-list-intersection range-map range-member-p range-normalize range-remove range-uncompress rcirc--electric-pair-inhibit rcirc-format rcirc-format-bold rcirc-format-fixed-width rcirc-format-italic rcirc-format-strike-trough rcirc-format-underline rcirc-get-server-cert rcirc-markup-bridge-bots rcirc-unformat rcirc-when read-extended-command-1 read-extended-command-mode read-library-name--find-files read-multiple-choice--long-answers read-multiple-choice--short-answers read-positioning-symbols read-process-name read-regexp-case-fold-search read-regexp-toggle-case-fold read-signal-name read-string-from-buffer readablep reb-target-value recentf recentf-open rectangle--duplicate-right rectangle--region-beginning rectangle--region-end redisplay--highlight-overlay-function redisplay--unhighlight-overlay-function redisplay--update-cursor-face-highlight region-indistinguishable-p remove-pos-from-symbol rename-visited-file repeat--clear-prev repeat-check-map repeat-exit repeat-get-map repeat-pre-hook replace--region-filter repunctuate-sentences-filter restart-emacs rmail-content-type-boundary rmail-digest-parse-mixed-mime rmail-epa-decode rmail-summary--exists-1 rmail-summary--split-header-field rmail-summary--walk-thread-message-recursively rmail-summary-by-thread rmail-summary-fill-message-ids-hash-table rmail-summary-fill-message-parents-and-descs-vectors rmail-summary-invert rmail-summary-populate-displayed-messages rmc--add-key-description rmc--show-help ruby--add-log-current-indent ruby-base-mode ruby-ts--after-op-indent-p ruby-ts--align-chain ruby-ts--align-chain-p ruby-ts--align-keywords ruby-ts--arrow-up-start ruby-ts--binary-indent-anchor ruby-ts--block-indent-anchor ruby-ts--bol ruby-ts--class-name ruby-ts--class-or-module-p ruby-ts--comment-font-lock ruby-ts--first-non-comment-child ruby-ts--font-lock-settings ruby-ts--full-name ruby-ts--get-name ruby-ts--grand-parent-node ruby-ts--imenu ruby-ts--imenu-helper ruby-ts--indent-rules ruby-ts--lineno ruby-ts--method-call-indent-p ruby-ts--method-name ruby-ts--param-indent ruby-ts--parenless-call-arguments-indent-p ruby-ts--parent-call-or-bol ruby-ts--parent-node ruby-ts--parser-after-change ruby-ts--same-line-args-p ruby-ts--same-line-hash-array-p ruby-ts--same-line-params-p ruby-ts--statement-ancestor ruby-ts--syntax-propertize ruby-ts--true ruby-ts--type-pred ruby-ts-add-log-current-function ruby-ts-mode rust-ts-mode rust-ts-mode--defun-name rust-ts-mode--fontify-pattern rust-ts-mode--fontify-scope rust-ts-mode--fontify-tail rust-ts-mode--syntax-propertize rx--pcase-expand sasl-scram-construct-gs2-header save-place-load-alist-from-file save-some-buffers-function--p scratch-buffer scroll-command--goto-goal-column search-within-boundaries seq-keep seq-positions seq-remove-at-position seq-split server--file-name server-stop server-stop-automatically server-stop-automatically--handle-delete-frame server-stop-automatically--maybe-kill-emacs ses-jump-prefix set-language-info-setup-keymap set-message-functions set-multi-message setopt setopt--set setq-connection-local setup-indonesian-environment-map setup-misc-environment-map setup-philippine-environment-map sh--cmd-completion-table-gen sh--guess-shell sh--json-read sh--redirect-bash-ts-mode sh-base-mode sh-mode--treesit-other-keywords sh-shellcheck-flymake shell--highlight-undef-executable-find shell-command--same-buffer-confirm shell-eval-command shell-filter-ring-bell shell-highlight-undef-matcher shell-highlight-undef-mode shell-highlight-undef-mode-restart shell-indirect-setup-hook shortdoc shortdoc-copy-function-as-kill show-paren--context-child-frame-buffer show-paren--context-child-frame-redirect-focus show-paren--delete-context-child-frame show-paren--delete-context-overlay show-paren--enabled-p show-paren--show-context-in-child-frame show-paren--show-context-in-overlay shr--parse-srcset shr--set-target-ids shr--window-width shr-image-blocked-p shr-tag-mark shr-tag-template sieve-manage--append-to-log sieve-manage--error sieve-manage--message sieve-manage-decode sieve-manage-encode sieve-manage-no-p signal-names sit-for--anon-cmacro split-root-window-below split-root-window-right sql-add-connection sql-comint-automatic-password sqlite--mode--list-data sqlite-available-p sqlite-close sqlite-columns sqlite-commit sqlite-execute sqlite-finalize sqlite-load-extension sqlite-mode sqlite-mode--column-names sqlite-mode--more-data sqlite-mode--tablify sqlite-mode-delete sqlite-mode-list-columns sqlite-mode-list-data sqlite-mode-list-tables sqlite-mode-open-file sqlite-more-p sqlite-next sqlite-open sqlite-pragma sqlite-rollback sqlite-select sqlite-transaction sqlite-version sqlitep standard-display-by-replacement-char startup--honor-delayed-native-compilations startup--require-comp-safely startup--update-eln-cache startup-redirect-eln-cache string-edit string-edit-abort string-edit-done string-edit-mode string-equal-ignore-case string-glyph-compose string-glyph-decompose string-glyph-split string-pixel-width string-split substitute-quotes symbol-with-pos-p symbol-with-pos-pos syntax--lbp syntax-propertize--in-process-p tab-bar-auto-width tab-line-cache-key-default take term--color-as-hex term--handle-colors-list term-send-function-key term-switch-to-alternate-sub-buffer tetris--seven-bag tetris--shuffle texinfo--beginning-of-defun texinfo--end-of-defun texinfo--fill-paragraph texinfo-flymake text-scale-pinch textsec--augment-script textsec--create-script-table textsec--ipvx-address-p textsec-ascii-confusable-p textsec-bidi-controls-suspicious-p textsec-covering-scripts textsec-domain-suspicious-p textsec-email-address-header-suspicious-p textsec-email-address-suspicious-p textsec-link-suspicious-p textsec-local-address-suspicious-p textsec-mixed-numbers-p textsec-mixed-script-confusable-p textsec-name-suspicious-p textsec-resolved-script-set textsec-restriction-level textsec-scripts textsec-single-script-confusable-p textsec-single-script-p textsec-suspicious-nonspacing-p textsec-suspicious-p textsec-unconfuse-string textsec-url-suspicious-p textsec-whole-script-confusable-p theme-choose-variant theme-list-variants thing-at-point-face-at-point toggle-theme toml-ts-mode toml-ts-mode--defun-name tool-bar--cache-key tool-bar--flush-cache tramp-adb-handle-file-exists-p tramp-adb-handle-get-remote-gid tramp-adb-handle-get-remote-groups tramp-adb-handle-get-remote-uid tramp-add-hops tramp-archive-handle-directory-files tramp-archive-handle-file-exists-p tramp-barf-if-file-missing tramp-build-completion-method-regexp tramp-compat-auth-info-password tramp-compat-auth-source-netrc-parse-all tramp-compat-ntake tramp-compat-permission-denied tramp-compat-replace-regexp-in-region tramp-compat-rx tramp-compat-rx--transform tramp-compat-rx--transform-item tramp-compat-rx--transform-items tramp-compat-string-equal-ignore-case tramp-compat-take tramp-debug-buffer-command-completion-p tramp-docker--completion-function tramp-ensure-dissected-file-name tramp-file-property-p tramp-get-buffer-string tramp-get-default-directory tramp-get-home-directory tramp-get-process-attributes tramp-get-remote-groups tramp-gvfs-handle-get-home-directory tramp-gvfs-info tramp-handle-abbreviate-file-name tramp-handle-list-system-processes tramp-handle-memory-info tramp-handle-process-attributes tramp-kubernetes--completion-function tramp-kubernetes--current-context-data tramp-ps-time tramp-rclone-handle-file-readable-p tramp-read-id-output tramp-read-passwd-without-cache tramp-register-archive-autoload-file-name-handler tramp-scp-direct-remote-copying tramp-setup-debug-buffer tramp-sh-handle-get-home-directory tramp-sh-handle-get-remote-groups tramp-signal-process tramp-skeleton-copy-directory tramp-skeleton-directory-files tramp-skeleton-directory-files-and-attributes tramp-skeleton-file-local-copy tramp-skeleton-set-file-modes-times-uid-gid tramp-skeleton-write-region tramp-smb-handle-get-home-directory tramp-smb-remote-acl-p tramp-smb-shell-quote-localname tramp-sudoedit-handle-get-home-directory tramp-sudoedit-handle-get-remote-groups transient--anonymous-infix-argument transient--do-leave transient--do-minus transient--do-pre-command transient--do-push-button transient--do-recurse transient--do-return transient--fit-window-to-buffer transient--post-exit transient--premature-post-command transient--recursive-edit transient--setup-recursion transient--with-suspended-override transient--wrap-command transient-default-value transient-parse-suffix transient-parse-suffixes transient-reset transient-reset-value transient-toggle-debug treesit--call-process-signal treesit--check-manual-coverage treesit--check-repo-url treesit--children-covering-range treesit--children-covering-range-recurse treesit--clip-ranges treesit--explorer--nodes-to-highlight treesit--explorer-draw-node treesit--explorer-highlight-node treesit--explorer-jump treesit--explorer-kill-explorer-buffer treesit--explorer-post-command treesit--explorer-refresh treesit--explorer-tree-mode treesit--font-lock-level-setter treesit--font-lock-notifier treesit--generate-shortdoc-examples treesit--indent-1 treesit--indent-rules-optimize treesit--install-language-grammar-1 treesit--install-language-grammar-build-recipe treesit--merge-ranges treesit--navigate-thing treesit--node-length treesit--set-nonsticky treesit--simple-imenu-1 treesit--simple-indent-eval treesit--thing-unpack-pattern treesit--things-around treesit--top-level-thing treesit-add-log-current-defun treesit-available-p treesit-beginning-of-defun treesit-beginning-of-thing treesit-buffer-root-node treesit-check-indent treesit-compiled-query-p treesit-default-defun-skipper treesit-defun-at-point treesit-defun-name treesit-end-of-defun treesit-end-of-thing treesit-explore-mode treesit-filter-child treesit-font-lock-fontify-region treesit-font-lock-recompute-features treesit-font-lock-rules treesit-fontify-with-override treesit-indent treesit-indent-region treesit-induce-sparse-tree treesit-inspect-mode treesit-inspect-node-at-point treesit-install-language-grammar treesit-language-abi-version treesit-language-at treesit-language-available-p treesit-library-abi-version treesit-major-mode-setup treesit-node-at treesit-node-buffer treesit-node-check treesit-node-child treesit-node-child-by-field-name treesit-node-child-count treesit-node-children treesit-node-descendant-for-range treesit-node-end treesit-node-eq treesit-node-field-name treesit-node-field-name-for-child treesit-node-first-child-for-pos treesit-node-index treesit-node-language treesit-node-next-sibling treesit-node-on treesit-node-p treesit-node-parent treesit-node-parser treesit-node-prev-sibling treesit-node-start treesit-node-string treesit-node-text treesit-node-top-level treesit-node-type treesit-parent-until treesit-parent-while treesit-parse-string treesit-parser-add-notifier treesit-parser-buffer treesit-parser-create treesit-parser-delete treesit-parser-included-ranges treesit-parser-language treesit-parser-list treesit-parser-notifiers treesit-parser-p treesit-parser-range-on treesit-parser-remove-notifier treesit-parser-root-node treesit-parser-set-included-ranges treesit-pattern-expand treesit-query-capture treesit-query-compile treesit-query-expand treesit-query-language treesit-query-p treesit-query-range treesit-query-string treesit-query-validate treesit-range-rules treesit-ready-p treesit-search-forward treesit-search-forward-goto treesit-search-subtree treesit-simple-imenu treesit-simple-indent treesit-subtree-stat treesit-thing-at-point treesit-update-ranges tsx-ts-mode tsx-ts-mode--font-lock-compatibility-bb1f97b tsx-ts-mode--indent-compatibility-b893426 tty--output-buffer-size tty--set-output-buffer-size type-break-timep typescript-ts-base-mode typescript-ts-mode typescript-ts-mode--font-lock-settings typescript-ts-mode--indent-rules unbind-key undelete-frame undelete-frame--save-deleted-frame undelete-frame-mode url-display-message url-insert-file-contents-literally url-interactive-p url-ircs use-dialog-box-p use-package use-package-after-count-uses use-package-archive-exists-p use-package-as-mode use-package-as-one use-package-as-string use-package-as-symbol use-package-autoload-keymap use-package-autoloads-mode use-package-autoloads/:bind use-package-autoloads/:bind* use-package-autoloads/:hook use-package-autoloads/:interpreter use-package-autoloads/:magic use-package-autoloads/:magic-fallback use-package-autoloads/:mode use-package-concat use-package-core use-package-ensure-elpa use-package-ensure-system-package-consify use-package-ensure-system-package-exists? use-package-ensure-system-package-update-custom-packages use-package-error use-package-find-require use-package-handle-mode use-package-handler/:after use-package-handler/:autoload use-package-handler/:bind use-package-handler/:bind* use-package-handler/:bind-keymap use-package-handler/:bind-keymap* use-package-handler/:catch use-package-handler/:commands use-package-handler/:config use-package-handler/:custom use-package-handler/:custom-face use-package-handler/:defer use-package-handler/:defines use-package-handler/:delight use-package-handler/:demand use-package-handler/:diminish use-package-handler/:disabled use-package-handler/:ensure use-package-handler/:ensure-system-package use-package-handler/:functions use-package-handler/:hook use-package-handler/:if use-package-handler/:init use-package-handler/:interpreter use-package-handler/:load use-package-handler/:load-path use-package-handler/:magic use-package-handler/:magic-fallback use-package-handler/:mode use-package-handler/:no-require use-package-handler/:pin use-package-handler/:preface use-package-handler/:requires use-package-handler/:unless use-package-handler/:when use-package-hook-handler-normalize-mode-symbols use-package-hook-injector use-package-hush use-package-is-pair use-package-jump-to-package-form use-package-keyword-index use-package-lint use-package-lint-declaration use-package-list-insert use-package-load-name use-package-memoize use-package-merge-keys use-package-non-nil-symbolp use-package-normalize-binder use-package-normalize-commands use-package-normalize-delight use-package-normalize-diminish use-package-normalize-form use-package-normalize-forms use-package-normalize-function use-package-normalize-keywords use-package-normalize-mode use-package-normalize-pairs use-package-normalize-paths use-package-normalize-plist use-package-normalize-predicate use-package-normalize-recursive-symbols use-package-normalize-recursive-symlist use-package-normalize-regex use-package-normalize-symbols use-package-normalize-symlist use-package-normalize-test use-package-normalize-value use-package-normalize/:after use-package-normalize/:autoload use-package-normalize/:bind use-package-normalize/:bind* use-package-normalize/:bind-keymap use-package-normalize/:bind-keymap* use-package-normalize/:catch use-package-normalize/:commands use-package-normalize/:config use-package-normalize/:custom use-package-normalize/:custom-face use-package-normalize/:defer use-package-normalize/:defines use-package-normalize/:delight use-package-normalize/:demand use-package-normalize/:diminish use-package-normalize/:disabled use-package-normalize/:ensure use-package-normalize/:ensure-system-package use-package-normalize/:functions use-package-normalize/:hook use-package-normalize/:if use-package-normalize/:init use-package-normalize/:interpreter use-package-normalize/:load use-package-normalize/:load-path use-package-normalize/:magic use-package-normalize/:magic-fallback use-package-normalize/:mode use-package-normalize/:no-require use-package-normalize/:pin use-package-normalize/:preface use-package-normalize/:requires use-package-normalize/:unless use-package-normalize/:when use-package-only-one use-package-pin-package use-package-plist-append use-package-plist-cons use-package-plist-delete use-package-plist-delete-first use-package-plist-maybe-put use-package-process-keywords use-package-recognize-function use-package-regex-p use-package-report use-package-require use-package-require-after-load use-package-reset-statistics use-package-sort-keywords use-package-split-list use-package-split-list-at-keys use-package-statistics-convert use-package-statistics-gather use-package-statistics-last-event use-package-statistics-mode use-package-statistics-status use-package-statistics-time use-package-unalias-keywords use-package-with-elapsed-timer use-region-beginning use-region-end use-region-noncontiguous-p vc-bzr-clone vc-bzr-prepare-patch vc-clone vc-create-branch vc-cvs-log-view-mode vc-default-checkin-patch vc-default-last-change vc-default-prepare-patch vc-diff-patch-string vc-diff-restore-buffer vc-dir-git-mode vc-dir-mark-by-regexp vc-edit-next-command vc-git--log-edit-summary-check vc-git-checkin-patch vc-git-clone vc-git-last-change vc-git-prepare-patch vc-hg--extract-headers vc-hg-checkin-patch vc-hg-clone vc-hg-prepare-patch vc-prepare-patch vc-prepare-patch-prompt-revisions vc-pull-and-push vc-rcs-log-view-mode vc-read-multiple-revisions vc-sccs-log-view-mode vc-shrink-buffer-window vc-svn-clone vc-switch-branch vc-user-edit-command viper-set-state-in-major-mode viper-this-major-mode-requires-vi-state vtable vtable--alter-column-width vtable--anon-cmacro vtable--cache vtable--cache-key vtable--char-width vtable--clear-cache vtable--color-blend vtable--compute-cache vtable--compute-cached-line vtable--compute-colors vtable--compute-columns vtable--compute-width vtable--compute-widths vtable--drag-resize-column vtable--eieio-childp vtable--ensure-cache vtable--face-blend vtable--face-color vtable--get-value vtable--indicator vtable--insert-header-line vtable--insert-line vtable--limit-string vtable--make-color-face vtable--make-keymap vtable--recompute-cache vtable--recompute-numerical vtable--set-header-line vtable--sort vtable--spacer vtable--widths vtable-actions vtable-beginning-of-table vtable-child-p vtable-column vtable-column--numerical vtable-column--numerical--cmacro vtable-column-align vtable-column-align--cmacro vtable-column-colors vtable-column-displayer vtable-column-displayer--cmacro vtable-column-formatter vtable-column-formatter--cmacro vtable-column-getter vtable-column-getter--cmacro vtable-column-max-width vtable-column-max-width--cmacro vtable-column-min-width vtable-column-min-width--cmacro vtable-column-name vtable-column-name--cmacro vtable-column-p vtable-column-p--cmacro vtable-column-primary vtable-column-primary--cmacro vtable-column-width vtable-column-width--cmacro vtable-columns vtable-current-column vtable-current-object vtable-current-table vtable-displayer vtable-divider vtable-ellipsis vtable-end-of-table vtable-face vtable-formatter vtable-getter vtable-goto-column vtable-goto-object vtable-goto-table vtable-header-line-sort vtable-header-mode vtable-insert vtable-insert-object vtable-keymap vtable-list-p vtable-narrow-current-column vtable-next-column vtable-objects vtable-objects-function vtable-p vtable-previous-column vtable-remove-object vtable-revert vtable-revert-command vtable-row-colors vtable-separator-width vtable-sort-by vtable-sort-by-current-column vtable-update-object vtable-use-header-line vtable-widen-current-column wallpaper--default-methods-create wallpaper--find-command wallpaper--find-command-args wallpaper--find-setter wallpaper--format-arg wallpaper--get-default-file wallpaper--get-height-or-width wallpaper--image-file-regexp wallpaper--init-action-kill wallpaper--set-wallpaper-command wallpaper--use-default-set-function-p wallpaper--x-monitor-name wallpaper-debug wallpaper-default-set-function wallpaper-set wallpaper-setter-args wallpaper-setter-args--cmacro wallpaper-setter-command wallpaper-setter-command--cmacro wallpaper-setter-copy wallpaper-setter-create wallpaper-setter-detach wallpaper-setter-detach--cmacro wallpaper-setter-init-action wallpaper-setter-init-action--cmacro wallpaper-setter-name wallpaper-setter-name--cmacro wallpaper-setter-p wallpaper-setter-p--cmacro wallpaper-setter-predicate wallpaper-setter-predicate--cmacro wallpaper-xfce-command-args warnings-suppress while-let whitespace--clone whitespace--empty-at-bob-matcher whitespace--empty-at-eob-matcher whitespace--indentation-matcher whitespace--looking-back whitespace--update-bob-eob whitespace--variable-watcher widget-key-valid-p widget-key-validate window--quit-restore-select-window window-configuration-equal-p with-buffer-unmodified-if-unchanged with-connection-local-application-variables with-connection-local-variables-1 with-delayed-message with-locale-environment with-memoization with-minibuffer-completions-window with-restriction with-sqlite-transaction with-tramp-saved-connection-properties with-tramp-saved-connection-property with-tramp-saved-file-properties with-tramp-saved-file-property with-undo-amalgamate without-restriction woman-set-file-regexp word-wrap-whitespace-mode word-wrap-whitespace-mode-set-explicitly world-clock-copy-time-as-kill x-dnd-after-move-frame x-dnd-compute-root-window-position x-dnd-convert-to-offix x-dnd-do-direct-save x-dnd-do-offix-drop x-dnd-find-type x-dnd-get-drop-rectangle x-dnd-get-modifiers x-dnd-get-object-rectangle x-dnd-get-window-rectangle x-dnd-handle-direct-save x-dnd-handle-native-drop x-dnd-handle-octet-stream x-dnd-handle-octet-stream-for-drop x-dnd-handle-offix x-dnd-handle-offix-file x-dnd-handle-offix-files x-dnd-handle-unsupported-drop x-dnd-handle-xds-drop x-dnd-intersect-rectangles x-dnd-modifier-mask x-dnd-mwheel-scroll x-dnd-note-click x-dnd-note-wheel-movement x-dnd-save-direct x-dnd-save-direct-immediately x-dnd-wheel-modifier-type x-dnd-xm-read-single-rec x-dnd-xm-read-targets x-dnd-xm-read-targets-table x-dnd-xm-unpack-targets-table-header xdg-current-desktop xdg-session-type xdg-state-home xref--add-log-current-defun xref--defstruct xref--ensure-default-directory xref--get-history xref--make-xref-history xref--push-backward xref--push-forward xref--with-connection-local-variables xref-find-references-and-replace xref-forward-history-empty-p xref-global-history xref-go-back xref-go-forward xref-show-xrefs xref-window-local-history xscheme-verify-buffer xselect-convert-to-dt-netfile xselect-convert-to-text-uri-list xselect-convert-to-username xselect-convert-to-xm-file xselect-convert-xm-special xselect-dnd-target-available-p xselect-dt-netfile-available-p xselect-tt-net-file xselect-uri-list-available-p xwidget-webkit--create-new-session-buffer xwidget-webkit--update-progress-timer-function xwidget-webkit-bookmark-jump-handler xwidget-webkit-browse-history xwidget-webkit-buffer-kill xwidget-webkit-display-callback xwidget-webkit-display-event xwidget-webkit-edit-mode xwidget-webkit-history--insert-item xwidget-webkit-history-mode xwidget-webkit-history-reload xwidget-webkit-history-select-item xwidget-webkit-import-widget xwidget-webkit-isearch--update xwidget-webkit-isearch-backward xwidget-webkit-isearch-erasing-char xwidget-webkit-isearch-exit xwidget-webkit-isearch-forward xwidget-webkit-isearch-mode xwidget-webkit-isearch-printing-char xwidget-webkit-isearch-printing-char-with-input-method xwidget-webkit-isearch-with-input-method xwidget-webkit-isearch-yank-kill xwidget-webkit-pass-command-event xwidget-webkit-pass-command-event-with-input-method xwidget-webkit-stop yaml-ts-mode yank-in-context yank-in-context--transform yank-media yank-media--find-matching-media yank-media--get-selection yank-media--utf-16-p yank-media-handler yank-media-types yank-media-types--format))
(variables
(removed Buffer-menu-buffer+size-width Info-edit-map PC-completion-as-file-name-predicate PC-default-bindings PC-delim-regex PC-delims PC-delims-list PC-disable-includes PC-do-completion-end PC-env-vars-alist PC-first-char PC-goto-end PC-ignored-extensions PC-ignored-regexp PC-include-file-path PC-lisp-complete-end PC-meta-flag PC-ndelims-regex PC-not-minibuffer PC-word-delimiters PC-word-failed-flag advice--bytecodes advice--where-alist allout-abbreviate-flattened-numbering allout-exposure-change-hook allout-mode-deactivate-hook allout-structure-added-hook allout-structure-deleted-hook allout-structure-shifted-hook archive-extract-hooks automatic-hscrolling automount-dir-prefix bibtex-entry-field-alist browse-url-galeon-arguments browse-url-galeon-new-window-is-tab browse-url-galeon-program browse-url-galeon-startup-arguments browse-url-netscape-arguments browse-url-netscape-new-window-is-tab browse-url-netscape-program browse-url-netscape-startup-arguments browse-url-netscape-version buffer-substring-filters byte-compile-disable-print-circle byte-compile-last-position byte-compile-read-position byte-compile-tmp-var byte-to-native-output-file byte-unbind-all c-awk-old-Byll c-prepare-bug-report-hooks cconv--dummy-var cfengine-mode-abbrevs chart-map checkdoc-comment-style-hooks checkdoc-style-hooks cl--generic-cnm-sample cl--generic-nnm-sample cl-struct-js--js-handle-tags comint-osc--marker comint-osc-hyperlink--state command-history-map comp--all-builtin-types comp--typeof-types compilation-error-list compilation-old-error-list compilation-parse-errors-function compilation-parsing-end completion-annotate-function crisp-mode-modeline-string css-menu current-transient-command current-transient-prefix current-transient-suffixes custom-print-functions custom-print-vectors custom-printers data-debug-map deferred-action-function deferred-action-list dired-shrink-to-fit display-buffer-function emacs-lock-buffer-locked emacs-lock-from-exiting erc-dcc-chat-filter-hook erc-hecomplete-mode erc-hecomplete-mode-hook erc-nick-completion erc-nick-completion-ignore-case erc-nick-completion-postfix eshell-cmpl-suffix-list eshell-last-async-proc eshell-needs-pipe eshell-status-in-modeline etc-authors--author-re etc-authors-mode-abbrev-table etc-authors-mode-font-lock-keywords etc-authors-mode-hook etc-authors-mode-syntax-table eudc-macos-contacts-conversion-alist fast-lock-cache-directories fast-lock-cache-filename fast-lock-cache-timestamp fast-lock-minimum-size fast-lock-mode fast-lock-save-events fast-lock-save-faces fast-lock-save-others fast-lock-verbose filesets-cache-fill-content-hooks find-file-not-found-hooks font-list-limit font-lock-maximum-size font-lock-reference-face gnus-carpal gnus-debug-exclude-variables gnus-debug-files gnus-local-domain gnus-outgoing-message-group gnus-registry-enabled gnus-secondary-servers gnus-subscribe-newsgroup-hooks gud-inhibit-global-bindings help--previous-description-column hfy-find-cmd hfy-post-html-hooks image-dired-display-image-mode-abbrev-table image-dired-display-image-mode-hook image-dired-display-image-mode-syntax-table image-dired-thumbnail-mode-line-up-map image-dired-thumbnail-mode-tag-map image-library-alist inactivate-current-input-method-function inhibit-first-line-modes-suffixes input-method-inactivate-hook javascript-generic-mode-hook js--js-array-as-list js--js-context js--js-gc-idle-timer js--js-inserter js--js-last-gcs-done js--js-process js--js-prompt-regexp js--js-references js--js-repl-depth js--js-repl-prompt-regexp js--moz-interactor js-read-tab-history lazy-lock-buffers lazy-lock-defer-contextually lazy-lock-defer-on-scrolling lazy-lock-defer-on-the-fly lazy-lock-defer-time lazy-lock-minimum-size lazy-lock-mode lazy-lock-stealth-lines lazy-lock-stealth-load lazy-lock-stealth-nice lazy-lock-stealth-time lazy-lock-stealth-verbose lazy-lock-timers loadhist--restore-autoload ls-lisp-dired-ignore-case lucid-menu-bar-dirty-flag macro-declaration-function mail-complete-function mail-mailer-swallows-blank-line mail-source-ignore-errors meta-mode-map mh-kill-folder-suppress-prompt-hooks minibuffer-completing-symbol minibuffer-local-filename-must-match-map mouse-sel-bound-events mouse-sel-cycle-clicks mouse-sel-default-bindings mouse-sel-get-selection-function mouse-sel-leave-point-near-mouse mouse-sel-mode mouse-sel-mode-hook mouse-sel-original-bindings mouse-sel-primary-overlay mouse-sel-primary-thing mouse-sel-secondary-thing mouse-sel-selection-alist mouse-sel-set-selection-function msb-after-load-hooks native-comp-deferred-compilation-deny-list newsticker-cache-filename nndiary-request-accept-article-hooks nndiary-request-create-group-hooks nndiary-request-update-info-hooks nntp-authinfo-file org-agenda-last-dispatch-buffer org-element--cache-sync-keys org-table-separator-space partial-completion-mode partial-completion-mode-hook pascal-toggle-completions pc-select-default-key-bindings pc-select-extra-key-bindings pc-select-key-bindings-alist pc-select-map pc-select-meta-moves-sexps pc-select-meta-moves-sexps-key-bindings pc-select-old-M-delete-binding pc-select-override-scroll-error pc-select-saved-global-map pc-select-saved-settings-alist pc-select-selection-keys-only pc-select-tty-key-bindings pc-selection-mode pc-selection-mode-hook pcomplete-arg-quote-list post-transient-hook profiler-report-menu prolog-char-quote-workaround python-buffer python-guess-indent python-indent python-preoutput-result python-use-skeletons query-replace-interactive rcirc-activity-hooks rcirc-print-hooks rcirc-receive-message-hooks rcirc-sentinel-hooks read-symbol-positions-list read-with-symbol-positions redisplay-end-trigger-functions reftex-index-map reftex-index-phrases-map reftex-select-bib-map reftex-select-label-map reftex-toc-map register-name-alist report-emacs-bug-pretest-address rmail-default-dont-reply-to-names rmail-dont-reply-to-names rst-block-face rst-comment-face rst-definition-face rst-directive-face rst-emphasis1-face rst-emphasis2-face rst-external-face rst-literal-face rst-reference-face s-region-overlay semantic-lex-reset-hooks shr-kinsoku-shorten speedbar-key-map speedbar-syntax-table sregex--current-sregex strokes-modeline-string syntax-propertize--inhibit-flush tab-bar-history-old-minibuffer-depth tabulated-list--current-lnum-width term-default-bg-color term-default-fg-color timeclock-modeline-display todo--fifiles-history todo--item-headers-hidden todo-add-item-if-new-category todo-always-add-time-string todo-archive-mode-abbrev-table todo-archive-mode-hook todo-archive-mode-map todo-archive-mode-syntax-table todo-archives todo-categories-align todo-categories-archived-label todo-categories-buffer todo-categories-category-label todo-categories-category-number todo-categories-diary-label todo-categories-done-label todo-categories-mode-abbrev-table todo-categories-mode-hook todo-categories-mode-map todo-categories-mode-syntax-table todo-categories-number-separator todo-categories-todo-label todo-categories-totals-label todo-categories-with-marks todo-category-completions-files todo-category-done todo-category-string-face todo-comment-face todo-comment-string todo-completion-ignore-case todo-current-todo-file todo-date-face todo-date-from-calendar todo-date-pattern todo-date-string-start todo-default-priority todo-default-todo-file todo-descending-counts todo-diary-expired-face todo-diary-items-buffer todo-diary-nonmarking todo-directory todo-done-face todo-done-sep-face todo-done-separator todo-done-separator-string todo-done-string todo-done-string-start todo-file-buffers todo-files todo-files-function todo-filter-done-items todo-filter-files todo-filtered-items-buffer todo-filtered-items-mode-abbrev-table todo-filtered-items-mode-hook todo-filtered-items-mode-map todo-filtered-items-mode-syntax-table todo-font-lock-keywords todo-global-current-todo-file todo-highlight-item todo-include-in-diary todo-indent-to-here todo-initial-category todo-initial-file todo-insert-item--parameters todo-item-mark todo-item-start todo-key-bindings-t todo-key-bindings-t+a todo-key-bindings-t+a+f todo-key-bindings-t+f todo-legacy-date-time-regexp todo-mode-line-function todo-month-abbrev-array todo-month-name-array todo-multiple-filter-files todo-multiple-filter-files-widget todo-nondiary-end todo-nondiary-face todo-nondiary-marker todo-nondiary-start todo-number-prefix todo-print-buffer todo-print-buffer-function todo-regexp-items-buffer todo-show-current-file todo-show-done-only todo-show-first todo-show-with-done todo-skip-archived-categories todo-time-face todo-top-priorities todo-top-priorities-buffer todo-top-priorities-overrides todo-undo-item-omit-comment todo-use-only-highlighted-region todo-visited todo-wrap-lines todo-y-with-space tooltip-use-echo-area tramp-completion-file-name-regexp-alist tramp-completion-file-name-regexp-default tramp-completion-file-name-regexp-separate tramp-completion-file-name-regexp-simplified tramp-file-missing transient--source-buffer try-complete-erc-nick-window-configuration unify-8859-on-decoding-mode unify-8859-on-decoding-mode-hook unify-8859-on-encoding-mode unify-8859-on-encoding-mode-hook vc-arch-command view-remove-frame-by-deleting view-return-to-alist whitespace-font-lock-refontify window-system-version winner-mode-leave-hook xref--marker-ring)
(added Buffer-menu-buffer-list Buffer-menu-filter-predicate Info-minibuf-history advice--how-alist after-pdump-load-hook animate-total-added-delay ansi-color--control-seq-fragment-regexp ansi-osc--marker ansi-osc-control-seq-regexp ansi-osc-for-compilation-buffer ansi-osc-handlers ansi-osc-hyperlink--state ansi-osc-hyperlink-map ansi-osc-window-title auth-source-pass--match-regexp auth-source-pass-extra-query-keywords auto-save-visited-predicate backtrace-on-redisplay-error bash-ts-mode-abbrev-table bash-ts-mode-hook bash-ts-mode-map battery-update-functions bib-unread-file bidi-control-characters bind-key-column-widths bind-key-describe-special-forms bind-key-segregation-regexp bookmark-fringe-mark bookmark-inhibit-context-functions browse-url-default-scheme browse-url-irc-function browse-url-webpositive-program buffer-navigation-repeat-map byte-compile--emacs-build-warning-types byte-compile-form-stack byte-compile-ignore-files byte-run--ssp-seen byte-save-current-buffer-OBSOLETE byte-to-native-output-buffer-file c++-ts-mode-abbrev-table c++-ts-mode-hook c++-ts-mode-map c++-ts-mode-syntax-table c-constant-key c-equals-nontype-decl-key c-fun-name-substitute-key c-maybe-typeless-specifier-re c-module-key c-module-name-re c-new-id-end c-new-id-is-type c-new-id-start c-open-string-opener c-opt-identifier-prefix-key c-per-&*+--match c-per-\(-match c-per-++---match c-pre-concept-<>-key c-re-redisplay-timer c-self-contained-typename-key c-string-fences-set-flag c-sub-colon-type-list-re c-ts-base-mode-abbrev-table c-ts-base-mode-hook c-ts-base-mode-map c-ts-common--comment-regexp c-ts-common-indent-offset c-ts-common-indent-type-regexp-alist c-ts-mode--c-or-c++-regexp c-ts-mode--emacs-c-range-query c-ts-mode--for-each-tail-ranges c-ts-mode--for-each-tail-regexp c-ts-mode--operators c-ts-mode--preproc-keywords c-ts-mode--syntax-table c-ts-mode--type-keywords c-ts-mode-abbrev-table c-ts-mode-emacs-sources-support c-ts-mode-hook c-ts-mode-indent-offset c-ts-mode-indent-style c-ts-mode-map c-ts-mode-menu c-ts-mode-syntax-table calc-kill-line-numbering cconv--dynbound-variables cconv--interactive-form-funs char-fold--default-override char-fold--no-regexp char-fold-override checkdoc-commentary-header-string cl--generic-compiler cl--generic-oclosure-generalizer cl-struct-erc--input-split-tags cl-struct-erc--target-channel-local-tags cl-struct-erc--target-channel-tags cl-struct-erc--target-tags cl-struct-erc-networks--id-fixed-tags cl-struct-erc-networks--id-qualifying-tags cl-struct-erc-networks--id-tags cl-struct-erc-sasl--state-tags cl-struct-multisession-tags cl-struct-oclosure--class-tags cl-struct-vtable-column-tags cl-struct-wallpaper-setter-tags clean-mode-abbrev-table clean-mode-hook clean-mode-map clean-mode-syntax-table cmake-ts-mode--constants cmake-ts-mode--font-lock-settings cmake-ts-mode--foreach-options cmake-ts-mode--if-conditions cmake-ts-mode--indent-rules cmake-ts-mode--keywords cmake-ts-mode--syntax-table cmake-ts-mode-abbrev-table cmake-ts-mode-hook cmake-ts-mode-indent-offset cmake-ts-mode-map codedoc-font-lock-doc-comments codedoc-font-lock-keywords comint--fontify-input-saved-jit-lock-contextually comint--indirect-buffer comint-delete-old-input comint-fontify-input-mode comint-fontify-input-mode-hook comint-indirect-setup-function comint-indirect-setup-hook comint-repeat-map comp--typeof-builtin-types comp-no-spawn comp-warn-primitives compilation-hidden-output compilation-max-output-line-length completion-auto-select completion-auto-wrap completion-base-affixes completion-use-base-affixes completions-header-format completions-highlight-face completions-max-height completions-sort composition-break-at-point connection-local-criteria connection-local-default-application connection-local-profile-name-for-setq copy-region-blink-predicate cperl-file-style cperl-pod2man-program csharp--make-mode-syntax-table csharp--regex-identifier csharp--regex-identifier-matcher csharp--regex-type-name csharp--regex-type-name-matcher csharp--regex-using-or-namespace csharp-codedoc-tag-face csharp-compilation-re-dotnet-error csharp-compilation-re-dotnet-testfail csharp-compilation-re-dotnet-warning csharp-compilation-re-msbuild-error csharp-compilation-re-msbuild-warning csharp-compilation-re-xbuild-error csharp-compilation-re-xbuild-warning csharp-font-lock-extra-types csharp-font-lock-keywords csharp-font-lock-keywords-1 csharp-font-lock-keywords-2 csharp-font-lock-keywords-3 csharp-mode-abbrev-table csharp-mode-hook csharp-mode-map csharp-mode-menu csharp-mode-syntax-table csharp-ts-mode--font-lock-settings csharp-ts-mode--indent-rules csharp-ts-mode--keywords csharp-ts-mode-abbrev-table csharp-ts-mode-hook csharp-ts-mode-indent-offset csharp-ts-mode-map css--treesit-indent-rules css--treesit-settings css-base-mode-abbrev-table css-base-mode-hook css-base-mode-map css-base-mode-syntax-table css-ts-mode-abbrev-table css-ts-mode-hook css-ts-mode-map current-locale-environment current-time-list cursor-face-highlight-mode cursor-face-highlight-mode-hook cursor-face-highlight-nonselected-window cycle-spacing-actions dabbrev-ignored-buffer-modes debug-allow-recursive-debug delete-selection-temporary-region describe-bindings-show-prefix-commands describe-indonesian-environment-map describe-misc-environment-map describe-philippine-environment-map diary-hebrew-omer-sefirot diff-add-log-use-relative-names diff-entire-buffers diff-mode-read-only diff-whitespace-style dired-confirm-shell-command dired-create-destination-dirs-on-trailing-dirsep dired-free-space dired-jump-map dired-make-directory-clickable dired-mouse-drag-files dired-mouse-drag-files-map dired-omit-lines disable-theme-functions display-comint-buffer-action display-monitors-changed-functions display-tex-shell-buffer-action dnd-direct-save-remote-files dnd-indicate-insertion-point dnd-last-dragged-remote-file dnd-scroll-margin doc-view--epub-stylesheet-watcher doc-view--outline doc-view--outline-rx doc-view-epub-font-size doc-view-epub-user-stylesheet doc-view-imenu-enabled doc-view-imenu-flatten doc-view-imenu-title-format doc-view-minor-mode-menu doc-view-mupdf-use-svg doc-view-svg-background doc-view-svg-foreground dockerfile-ts-mode--font-lock-settings dockerfile-ts-mode--indent-rules dockerfile-ts-mode--keywords dockerfile-ts-mode--syntax-table dockerfile-ts-mode-abbrev-table dockerfile-ts-mode-hook dockerfile-ts-mode-map duplicate-line-final-position dynamic-library-suffixes ecomplete-auto-select ecomplete-filter-regexp edebug-backtrace-mode edebug-backtrace-mode-hook edebug-backtrace-mode-map edit-abbrevs-mode-font-lock-keywords edmacro-mode-font-lock-keywords eglot--cached-server eglot--change-idle-timer eglot--current-flymake-report-fn eglot--diagnostics eglot--document-changed-hook eglot--highlights eglot--kind-names eglot--last-inserted-char eglot--lsp-interface-alist eglot--lsp-xref-refs eglot--managed-mode eglot--managed-mode-hook eglot--mode-line-format eglot--outstanding-inlay-hints-last-region eglot--outstanding-inlay-hints-region eglot--outstanding-inlay-regions-timer eglot--recent-changes eglot--saved-bindings eglot--servers-by-project eglot--servers-by-xrefed-file eglot--symbol-kind-names eglot--tag-faces eglot--temp-location-buffers eglot--uri-path-allowed-chars eglot--versioned-identifier eglot--workspace-symbols-cache eglot--{} eglot-autoreconnect eglot-autoshutdown eglot-command-history eglot-confirm-server-initiated-edits eglot-connect-hook eglot-connect-timeout eglot-current-column-function eglot-current-linepos-function eglot-diagnostics-map eglot-events-buffer-size eglot-extend-to-xref eglot-ignored-server-capabilites eglot-ignored-server-capabilities eglot-inlay-hints-mode eglot-inlay-hints-mode-hook eglot-list-connections-mode-abbrev-table eglot-list-connections-mode-hook eglot-list-connections-mode-map eglot-list-connections-mode-syntax-table eglot-lsp-server eglot-managed-mode-hook eglot-menu eglot-menu-string eglot-mode-map eglot-move-to-column-function eglot-move-to-linepos-function eglot-report-progress eglot-send-changes-idle-time eglot-server-initialized-hook eglot-server-menu eglot-server-programs eglot-stay-out-of eglot-strict-mode eglot-sync-connect eglot-withhold-process-id eglot-workspace-configuration eglot-xref-lessp-function eglot-{} electric-quote-replace-consecutive elide-head-mode elide-head-mode-hook emacs-authors--author-re emacs-authors-imenu-generic-expression emacs-authors-mode-abbrev-table emacs-authors-mode-font-lock-keywords emacs-authors-mode-hook emacs-authors-mode-map emacs-authors-mode-syntax-table emacs-news-common-map emacs-news-mode-abbrev-table emacs-news-mode-font-lock-keywords emacs-news-mode-hook emacs-news-mode-map emacs-news-mode-menu emacs-news-mode-syntax-table emacs-news-view-mode-abbrev-table emacs-news-view-mode-hook emacs-news-view-mode-map emacs-news-view-mode-syntax-table emoji--all-bases emoji--derived emoji--done-derived emoji--font emoji--labels emoji--names emoji--recent emoji-alternate-names emoji-list-mode-abbrev-table emoji-list-mode-hook emoji-list-mode-map emoji-list-mode-syntax-table emoji-zoom-map enable-theme-functions end-of-defun-moves-to-eol erc--casemapping-rfc1459 erc--casemapping-rfc1459-strict erc--check-prompt-input-functions erc--debug-irc-protocol-mask-secrets erc--features-to-modules erc--input-line-delim-regexp erc--isupport-params erc--mode-line-process-reconnecting erc--module-name-migrations erc--modules-to-features erc--pre-send-split-functions erc--server-connect-dumb-ipv6-regexp erc--server-last-reconnect-count erc--server-post-connect-hook erc--server-reconnect-timer erc--server-reconnecting erc--target erc--target-priors erc-ask-about-multiline-input erc-auth-source-join-function erc-auth-source-server-function erc-auth-source-services-function erc-dcc--send-final-turbo-ack erc-inhibit-multiline-input erc-match-quote-when-adding erc-message-english-dcc-get-failed erc-message-english-reconnect-canceled erc-message-english-reconnecting erc-message-english-s902 erc-message-english-s904 erc-message-english-s905 erc-message-english-s906 erc-message-english-s907 erc-message-english-s908 erc-networks--allow-unknown-network erc-networks--bouncer-targets erc-networks--copy-server-buffer-functions erc-networks--id erc-networks--id-sep erc-networks--name-missing-sentinel erc-networks--qualified-sep erc-prompt-hidden erc-reconnect-display erc-sasl--options erc-sasl--send-cap-ls erc-sasl--state erc-sasl-auth-source-function erc-sasl-authzid erc-sasl-mechanism erc-sasl-mode erc-sasl-mode-hook erc-sasl-password erc-sasl-user erc-server-900-functions erc-server-902-functions erc-server-903-functions erc-server-904-functions erc-server-905-functions erc-server-906-functions erc-server-907-functions erc-server-908-functions erc-server-AUTHENTICATE-functions erc-server-reconnect-function erc-session-username erc-tags-format erc-unhide-query-prompt erc-url-connect-function ert--output-buffer-name ert-batch-backtrace-line-length ert-batch-print-length ert-batch-print-level ert-load-file-name ert-remote-temporary-file-directory ert-temp-file-prefix ert-temp-file-suffix erts-mode-abbrev-table erts-mode-font-lock-keywords erts-mode-hook erts-mode-map erts-mode-syntax-table escaped-string-quote eshell-command-repeat-map eshell-glob-recursive-alist eshell-last-async-procs eshell-lisp-form-nil-is-failure eshell-path-env-list eshell-pred-delimiter-pairs eshell-prompt-repeat-map eshell-redirection-operators-alist eudc-capf-modes eudc-ecomplete-attributes-translation-alist eudc-expansion-save-query-as-kill eudc-ignore-options-file eudc-ldap-no-wildcard-attributes eudc-macos-contacts--unsearchable-attributes eudc-macos-contacts-attributes-translation-alist eudc-rfc5322-atext-token eudc-rfc5322-cctext-token eudc-rfc5322-fwsp-token eudc-rfc5322-wsp-token eww-auto-rename-buffer eww-buffer-name-length eww-default-download-directory eww-url-transformers extended-command-versions face-font-lax-matched-attributes file-has-changed-p--hash-table fill-paragraph-separate find-command-history find-ert-deftest-regexp find-library-include-other-files find-sibling-rules flymake-mode-line-lighter font-lock-fontify-syntactically-function font-lock-ignore frame-internal-parameters from--tty-menu-p gdb-debuginfod-enable gdb-debuginfod-enable-setting gdb-locals-simple-values-only gdb-locals-value-limit gdb-locals-values-table global-text-scale-adjust--default-height global-text-scale-adjust--increment-factor global-text-scale-adjust-limits global-text-scale-adjust-resizes-frames global-word-wrap-whitespace-mode global-word-wrap-whitespace-mode-buffers global-word-wrap-whitespace-mode-hook glyphless-display-mode glyphless-display-mode-hook glyphless-mode-types gnus-search-mu gnus-search-mu-config-directory gnus-search-mu-program gnus-search-mu-raw-queries-p gnus-search-mu-remove-prefix gnus-search-mu-switches gnus-search-nnselect gnus-treat-emojize-symbols gnus-treat-suspicious-headers go-mod-ts-mode--font-lock-settings go-mod-ts-mode--indent-rules go-mod-ts-mode--keywords go-mod-ts-mode--syntax-table go-mod-ts-mode-abbrev-table go-mod-ts-mode-hook go-mod-ts-mode-map go-ts-mode--font-lock-settings go-ts-mode--indent-rules go-ts-mode--keywords go-ts-mode--operators go-ts-mode--syntax-table go-ts-mode-abbrev-table go-ts-mode-hook go-ts-mode-indent-offset go-ts-mode-map grep-command-position grep-quoting-style gud-global-map gui--last-selection-timestamp-clipboard gui--last-selection-timestamp-primary gui-last-cut-in-clipboard gui-last-cut-in-primary header-line-indent header-line-indent-mode header-line-indent-mode-hook header-line-indent-width help-buffer-under-preparation help-clean-buttons help-enable-variable-value-editing help-fns--edit-value-mode-abbrev-table help-fns--edit-value-mode-hook help-fns--edit-value-mode-map help-fns--edit-value-mode-syntax-table help-link-key-to-documentation help-quick-sections help-window-keep-selected hfy-exclude-file-rules hi-lock-use-overlays hs-find-block-beginning-func hs-find-next-block-func hs-looking-at-block-start-p-func icon-preference idna-mapping-table ielm-fontify-input-enable ielm-indirect-setup-hook ietf-drums-comment-syntax-table ietf-drums-date--slot-names ietf-drums-date--slot-ranges image--repeat-map image-auto-resize-max-scale-percent image-convert-to-format image-converter--extra-converters image-crop-buffer-text-function image-crop-crop-command image-crop-cut-command image-crop-exif-rotate image-crop-resize-command image-crop-rotate-command image-cut-color image-dired--generate-thumbs-start image-dired--number-of-thumbnails image-dired--slideshow-current-delay image-dired--slideshow-timer image-dired--thumbnail-standard-sizes image-dired-debug image-dired-dired-append-when-browsing image-dired-image-mode-abbrev-table image-dired-image-mode-hook image-dired-image-mode-map image-dired-image-mode-syntax-table image-dired-marking-shows-next image-dired-slideshow-delay image-dired-tags-db-file image-slice-map image-text-based-formats imenu-submenus-on-top indian-tml-base-digits-table indian-tml-itrans-digits-v5-hash inhibit-message-regexps input-pending-p-filter-events internal-make-interpreted-closure-function isearch-fold-quotes-mode isearch-fold-quotes-mode-hook isearch-lazy-count-invisible iso-639-1-languages ispell--aspell-found-dictionaries java-ts-mode--font-lock-settings java-ts-mode--indent-rules java-ts-mode--keywords java-ts-mode--operators java-ts-mode--syntax-table java-ts-mode-abbrev-table java-ts-mode-hook java-ts-mode-indent-offset java-ts-mode-map js--treesit-font-lock-settings js--treesit-indent-rules js--treesit-keywords js--treesit-lhs-identifier-query js--treesit-operators js-base-mode-abbrev-table js-base-mode-hook js-base-mode-map js-base-mode-syntax-table js-json-mode-abbrev-table js-json-mode-hook js-json-mode-map js-json-mode-syntax-table js-ts-mode-abbrev-table js-ts-mode-hook js-ts-mode-map json-ts--indent-rules json-ts-mode--font-lock-settings json-ts-mode--syntax-table json-ts-mode-abbrev-table json-ts-mode-hook json-ts-mode-indent-offset json-ts-mode-map jsonrpc--in-process-filter large-hscroll-threshold last-event-device lazy-count-invisible-format lazy-count-update-hook lisp-directory lisp-mode-autoload-regexp loadhist-unload-filename long-line-optimizations-bol-search-limit long-line-optimizations-region-size long-line-threshold longlines-break-chars lost-selection-last-region-buffer lost-selection-mode lost-selection-mode-hook macroexp--dynvars major-mode-remap-alist make-window-start-visible map--plist-has-predicate max-redisplay-ticks menu-bar-project-menu message-email-recipient-header-regexp message-server-alist messages-buffer-name mh-identity-gpg-default-user-id minibuffer-completion-auto-choose minibuffer-inactive-mode-abbrev-table minibuffer-lazy-count-format minibuffer-mode-abbrev-table mml-attach-file-at-the-end mouse-drag-and-drop-region-cross-program mouse-drag-and-drop-region-scroll-margin mouse-drag-mode-line-buffer mouse-wheel-down-alternate-event mouse-wheel-left-alternate-event mouse-wheel-right-alternate-event mouse-wheel-up-alternate-event mpc-tag-browser-tagtypes multi-message-list multi-message-max multi-message-separator multi-message-timeout multisession--db multisession--unbound multisession-directory multisession-edit-mode-abbrev-table multisession-edit-mode-hook multisession-edit-mode-map multisession-edit-mode-syntax-table multisession-storage mwheel-coalesce-scroll-events native-comp-jit-compilation-deny-list nnimap--max-retrieve-headers nnselect-allow-ephemeral-expiry ob-clojure-babashka-command ob-clojure-nbb-command oclosure--accessor-prototype oclosure--mut-getter-prototype oclosure--mut-setter-prototype org--diary-sexp-entry-cache org--inhibit-version-check org--single-lines-list-is-paragraph org-agenda-clock-report-header org-agenda-file-menu-enabled org-agenda-filters-preset org-babel-expand-noweb-references--cache org-babel-expand-noweb-references--cache-buffer org-babel-python--initialized org-babel-sh-prompt org-babel-shell-set-prompt-commands org-babel-tangle-default-file-mode org-babel-tangle-finished-hook org-babel-temporary-directory org-babel-temporary-stable-directory org-blocked-by-checkboxes org-cite-biblatex-style-shortcuts org-cite-biblatex-styles org-cycle-hide-block-startup org-cycle-hide-drawer-startup org-cycle-inline-images-display org-cycle-pre-hook org-cycle-scroll-position-to-restore org-cycle-tab-first-hook org-element--cache-avoid-synchronous-headline-re-parsing org-element--cache-change-tic org-element--cache-diagnostics org-element--cache-diagnostics-level org-element--cache-diagnostics-ring org-element--cache-diagnostics-ring-size org-element--cache-element-properties org-element--cache-gapless org-element--cache-hash-left org-element--cache-hash-nocache org-element--cache-hash-right org-element--cache-hash-size org-element--cache-hash-statistics org-element--cache-interrupt-C-g org-element--cache-interrupt-C-g-count org-element--cache-interrupt-C-g-max-count org-element--cache-last-buffer-size org-element--cache-map-statistics org-element--cache-map-statistics-threshold org-element--cache-non-modifying-commands org-element--cache-self-verify org-element--cache-self-verify-frequency org-element--cache-size org-element--cache-sync-keys-value org-element--headline-cache org-element--headline-cache-size org-element-archive-tag org-element-cache-map-continue-from org-element-cache-persistent org-element-clock-line-re org-element-closed-keyword org-element-comment-string org-element-deadline-keyword org-element-drawer-re org-element-dynamic-block-open-re org-element-headline-re org-element-org-data-parser--recurse org-element-planning-keywords-re org-element-planning-line-re org-element-scheduled-keyword org-export-before-parsing-functions org-export-before-processing-functions org-fold-catch-invisible-edits org-fold-core--ignore-fragility-checks org-fold-core--ignore-modifications org-fold-core--indirect-buffers org-fold-core--isearch-local-regions org-fold-core--isearch-overlays org-fold-core--isearch-special-specs org-fold-core--last-buffer-chars-modified-tick org-fold-core--optimise-for-huge-buffers org-fold-core--property-symbol-cache org-fold-core--spec-list org-fold-core--spec-property-prefix org-fold-core--spec-symbols org-fold-core--specs org-fold-core-extend-changed-region-functions org-fold-core-isearch-open-function org-fold-core-style org-fold-reveal-start-hook org-fold-show-context-detail org-hide-drawer-startup org-icalendar-deadline-summary-prefix org-icalendar-force-alarm org-icalendar-scheduled-summary-prefix org-latex-engraved-options org-latex-engraved-preamble org-latex-engraved-theme org-latex-language-alist org-latex-line-break-safe org-latex-src-block-backend org-link--description-folding-spec org-link--link-folding-spec org-log-note-recursion-depth org-log-note-this-command org-md-toplevel-hlevel org-mode-loading org-persist--associated-buffer-cache org-persist--disable-when-emacs-Q org-persist--index org-persist--index-hash org-persist--report-time org-persist--storage-version org-persist--write-cache org-persist-after-read-hook org-persist-before-read-hook org-persist-before-write-hook org-persist-default-expiry org-persist-directory org-persist-index-file org-persist-remote-files org-plantuml-args org-property-separators org-resource-download-policy org-safe-remote-resources org-table--separator-space-post org-table--separator-space-pre org-texinfo--definition-command-alist org-texinfo--definition-command-regexp org-texinfo--quoted-keys-regexp org-texinfo-compact-itemx org-texinfo-with-latex other-window-scroll-default outline--button-icons outline--margin-width outline--use-rtl outline-button-icon-map outline-default-line-count outline-default-long-line outline-default-rules outline-default-state outline-imenu-generic-expression outline-inserted-button-map outline-margin-width outline-minor-mode-use-buttons outline-overlay-button-map outline-search-function override-global-map override-global-mode override-global-mode-hook package-install-upgrade-built-in package-menu-use-current-if-no-marks package-read-archive-hook package-refresh-contents-hook package-vc--archive-data-alist package-vc--archive-spec-alists package-vc--elpa-packages-version package-vc-default-backend package-vc-heuristic-alist package-vc-non-code-file-names package-vc-selected-packages pcmpl-rpm-dnf-cache-file pcomplete-allow-modifications pcomplete-from-help personal-keybindings pgtk-dnd-clear-data-on-motion pgtk-dnd-current-state pgtk-dnd-empty-state pgtk-dnd-known-types pgtk-dnd-test-function pgtk-dnd-types-alist pixel-fill-respect-kinsoku pixel-scroll-precision-initial-velocity-factor pixel-scroll-precision-interpolate-mice pixel-scroll-precision-interpolate-page pixel-scroll-precision-interpolation-between-scroll pixel-scroll-precision-interpolation-factor pixel-scroll-precision-interpolation-total-time pixel-scroll-precision-large-scroll-height pixel-scroll-precision-mode pixel-scroll-precision-mode-hook pixel-scroll-precision-mode-map pixel-scroll-precision-momentum-min-velocity pixel-scroll-precision-momentum-seconds pixel-scroll-precision-momentum-tick pixel-scroll-precision-use-momentum post-select-region-hook pp--inhibit-function-formatting pp-max-width pp-use-max-width print-symbols-bare print-unreadable-function proced-enable-color-flag proced-low-memory-usage-threshold proced-medium-memory-usage-threshold proced-show-remote-processes process-error-pause-time project-current-directory-override project-ignore-buffer-conditions project-kill-buffers-display-buffer-list project-vc-backend-markers-alist project-vc-extra-root-markers project-vc-include-untracked project-vc-name python--f-string-start-regexp python--list-imports python--not-raw-bytes-literal-start-regexp python--not-raw-string-literal-start-regexp python--treesit-builtins python--treesit-constants python--treesit-exceptions python--treesit-keywords python--treesit-operators python--treesit-settings python--treesit-special-attributes python-base-mode-abbrev-table python-base-mode-hook python-base-mode-map python-base-mode-syntax-table python-import-history python-interpreter python-nav-beginning-of-block-regexp python-shell-dedicated python-ts-mode-abbrev-table python-ts-mode-hook python-ts-mode-map query-replace-read-from-default query-replace-read-from-regexp-default rcirc-bridge-bot-alist rcirc-cycle-completion-flag rcirc-pseudo-nicks read--expression-map read-extended-command-mode read-extended-command-mode-hook read-extended-command-mode-map read-face-name-sample-text read-regexp--case-fold read-regexp-map record-all-keys remote-file-name-inhibit-auto-save-visited reorder-enders reorder-starters repeat--transient-exitfun replace-regexp-function repunctuate-sentences-filter resize-temp-buffer-window-inhibit rmail-summary-currently-displayed-msgs rmail-summary-message-descendants-vector rmail-summary-message-ids-hash-table rmail-summary-message-parents-vector rmail-summary-progressively-narrow rmail-summary-subjects-hash-table ruby-after-operator-indent ruby-base-mode-abbrev-table ruby-base-mode-hook ruby-base-mode-map ruby-base-mode-syntax-table ruby-block-indent ruby-builtin-methods-no-reqs ruby-builtin-methods-with-reqs ruby-endless-method-head-re ruby-method-call-indent ruby-method-params-indent ruby-parenless-call-arguments-indent ruby-toggle-block-space-before-parameters ruby-ts--builtin-methods ruby-ts--class-or-module-regex ruby-ts--delimiters ruby-ts--keywords ruby-ts--method-regex ruby-ts--operators ruby-ts--predefined-constants ruby-ts--predefined-variables ruby-ts--s-p-query ruby-ts--statement-container-regexp ruby-ts-mode-abbrev-table ruby-ts-mode-hook ruby-ts-mode-map rust-ts-mode--builtin-macros rust-ts-mode--font-lock-settings rust-ts-mode--indent-rules rust-ts-mode--keywords rust-ts-mode--operators rust-ts-mode--syntax-table rust-ts-mode-abbrev-table rust-ts-mode-hook rust-ts-mode-indent-offset rust-ts-mode-map sasl-scram-gs2-header-function save-place-after-find-file-hook save-some-buffers-functions server-mode-map server-stop-automatically ses-jump-cell-name-function ses-jump-prefix-function set-auto-mode--last set-message-functions set-transient-map-timeout set-transient-map-timer setup-indonesian-environment-map setup-misc-environment-map setup-philippine-environment-map sh--redirect-recursing sh--shellcheck-process sh-base-mode-abbrev-table sh-base-mode-hook sh-base-mode-map sh-base-mode-syntax-table sh-indent-statement-after-and sh-mode--treesit-declaration-commands sh-mode--treesit-keywords sh-mode--treesit-operators sh-mode--treesit-settings sh-shellcheck-arguments sh-shellcheck-program shell--highlight-undef-exec-cache shell--highlight-undef-face shell--highlight-undef-indirect shell-fontify-input-enable shell-highlight-undef-aliases shell-highlight-undef-enable shell-highlight-undef-keywords shell-highlight-undef-mode shell-highlight-undef-mode-hook shell-highlight-undef-regexp shell-highlight-undef-remote-file-name-inhibit-cache shell-indirect-setup-hook shell-kill-buffer-on-exit shell-repeat-map show-paren--context-child-frame show-paren--context-child-frame-parameters show-paren--context-overlay show-paren--last-pos show-paren-context-when-offscreen show-paren-predicate shr--link-targets shr-allowed-images shr-url-transformer shr-use-xwidgets-for-media signal-process-functions sqlite--db sqlite-mode-abbrev-table sqlite-mode-hook sqlite-mode-map sqlite-mode-syntax-table startup--original-eln-load-path string-edit-mode-abbrev-table string-edit-mode-hook string-edit-mode-map string-edit-mode-syntax-table switch-to-prev-buffer-skip-regexp symbols-with-pos-enabled syntax-ppss--updated-cache syntax-wholeline-max tab-bar--auto-width-hash tab-bar-auto-width tab-bar-auto-width-faces tab-bar-auto-width-max tab-bar-auto-width-min tab-bar-history-done-command tab-bar-history-mode-map tab-bar-history-pre-command tab-bar-menu-bar-button tab-line-cache-key-function table-latex-environment tags-location-ring-length tai-tham-composable-pattern term-ansi-current-faint term-ansi-current-fast-blink term-ansi-current-italic term-ansi-current-slow-blink term-bind-function-keys term-clear-full-screen-programs tetris--bag tetris-allow-repetitions texinfo--flymake-proc texinfo-fillable-commands text-scale--pinch-start-scale textsec--char-scripts textsec-check toml-ts-mode--font-lock-settings toml-ts-mode--indent-rules toml-ts-mode--syntax-table toml-ts-mode-abbrev-table toml-ts-mode-hook toml-ts-mode-indent-offset toml-ts-mode-map tramp-adb-connection-local-default-ps-variables tramp-bsd-process-attributes-ps-args tramp-bsd-process-attributes-ps-format tramp-busybox-process-attributes-ps-args tramp-busybox-process-attributes-ps-format tramp-cache-version tramp-completion-method-regexp tramp-completion-method-regexp-alist tramp-completion-use-cache tramp-connection-local-bsd-ps-variables tramp-connection-local-busybox-ps-variables tramp-connection-local-darwin-ps-variables tramp-crypt-unload-hook tramp-darwin-process-attributes-ps-args tramp-darwin-process-attributes-ps-format tramp-docker-method tramp-docker-program tramp-error-show-message-timeout tramp-gvfs-password-tcrypt tramp-kubernetes-method tramp-kubernetes-program tramp-null-hop tramp-password-prompt-not-unique tramp-perl-id tramp-permission-denied tramp-podman-method tramp-podman-program tramp-process-attributes-ps-args tramp-process-attributes-ps-format tramp-python-id tramp-root-id-integer tramp-root-id-string tramp-stat-directory-files-and-attributes tramp-stat-file-attributes tramp-sudoedit-file-attributes tramp-sudoedit-null-hop tramp-use-scp-direct-remote-copying tramp-volume-letter-regexp transient--max-group-level transient--minibuffer-depth transient-align-variable-pitch transient-button-map transient-hide-during-minibuffer-read translate-upper-case-key-bindings treesit--explorer-buffer treesit--explorer-highlight-overlay treesit--explorer-language treesit--explorer-last-node treesit--explorer-refresh-timer treesit--explorer-source-buffer treesit--explorer-tree-mode-abbrev-table treesit--explorer-tree-mode-hook treesit--explorer-tree-mode-map treesit--explorer-tree-mode-syntax-table treesit--font-lock-fast-mode treesit--font-lock-query-expand-range treesit--font-lock-verbose treesit--indent-region-batch-size treesit--indent-verbose treesit--inspect-name treesit-add-log-defun-delimiter treesit-block-type-regexp treesit-defun-name-function treesit-defun-skipper treesit-defun-tactic treesit-defun-type-regexp treesit-explore-mode treesit-explore-mode-hook treesit-extra-load-path treesit-font-lock-feature-list treesit-font-lock-level treesit-font-lock-settings treesit-indent-function treesit-inspect-mode treesit-inspect-mode-hook treesit-language-at-point-function treesit-language-source-alist treesit-load-name-override-list treesit-max-buffer-size treesit-range-settings treesit-simple-imenu-settings treesit-simple-indent-presets treesit-simple-indent-rules tsx-ts-mode-abbrev-table tsx-ts-mode-hook tsx-ts-mode-map tty-select-active-regions typescript-ts-base-mode-abbrev-table typescript-ts-base-mode-hook typescript-ts-base-mode-map typescript-ts-mode--keywords typescript-ts-mode--operators typescript-ts-mode--syntax-table typescript-ts-mode-abbrev-table typescript-ts-mode-hook typescript-ts-mode-indent-offset typescript-ts-mode-map uce--usage-warning-displayed undelete-frame--deleted-frames undelete-frame-mode undelete-frame-mode-hook uni-confusable-table url-allow-non-local-files url-gw-rlogin-obsolete-warned-once url-ircs-default-port url-misc-rlogin-obsolete-warned-once use-package--hush-function use-package-always-defer use-package-always-demand use-package-always-ensure use-package-always-pin use-package-check-before-init use-package-compute-statistics use-package-defaults use-package-deferring-keywords use-package-enable-imenu-support use-package-ensure-function use-package-ensure-system-package--custom-packages use-package-expand-minimally use-package-font-lock-keywords use-package-form-regexp-eval use-package-hook-name-suffix use-package-ignore-unknown-keywords use-package-inject-hooks use-package-keywords use-package-merge-key-alist use-package-minimum-reported-time use-package-statistics use-package-statistics-mode-abbrev-table use-package-statistics-mode-hook use-package-statistics-mode-map use-package-statistics-mode-syntax-table use-package-statistics-status-order use-package-use-theme use-package-verbose use-package-version use-system-tooltips vc--inhibit-async-window vc-cvs-log-view-mode-abbrev-table vc-cvs-log-view-mode-hook vc-cvs-log-view-mode-map vc-cvs-log-view-mode-syntax-table vc-default-patch-addressee vc-diff-finish-functions vc-dir-git-mode vc-dir-git-mode-hook vc-dir-git-mode-map vc-filter-command-function vc-git-log-edit-summary-max-len vc-git-log-edit-summary-target-len vc-git-patch-string vc-log-finish-functions vc-patch-string vc-prepare-patches-separately vc-rcs-log-view-mode-abbrev-table vc-rcs-log-view-mode-hook vc-rcs-log-view-mode-map vc-rcs-log-view-mode-syntax-table vc-sccs-log-view-mode-abbrev-table vc-sccs-log-view-mode-hook vc-sccs-log-view-mode-map vc-sccs-log-view-mode-syntax-table vtable vtable-header-line-map vtable-header-mode vtable-header-mode-hook vtable-header-mode-map vtable-map wallpaper--current-setter wallpaper--default-setters wallpaper-command wallpaper-command-args wallpaper-debug wallpaper-default-height wallpaper-default-width wallpaper-image-file-extensions wallpaper-set-function wdired-search-replace-filenames webjump-use-internal-browser whitespace--watched-vars widget-fringe-bitmap-prompt-value-history widget-key-prompt-value-history window-prefix-map winner-repeat-map word-wrap-whitespace-characters word-wrap-whitespace-mode word-wrap-whitespace-mode-hook word-wrap-whitespace-mode-major-mode word-wrap-whitespace-mode-set-explicitly x-dnd-click-count x-dnd-copy-types x-dnd-debug-errors x-dnd-direct-save-function x-dnd-native-test-function x-dnd-offix-id-to-name x-dnd-offix-old-kde-to-name x-dnd-use-offix-drop x-dnd-wheel-function x-dnd-xds-current-file x-dnd-xds-performed x-dnd-xds-source-frame x-dnd-xds-testing x-pre-popup-menu-hook x-show-tooltip-timeout xref--history xref--hits-remote-id xref-current-item xref-history-storage xscheme-default-runlight xwidget-webkit--input-method-events xwidget-webkit--loading-p xwidget-webkit--progress-update-timer xwidget-webkit-buffer-name-format xwidget-webkit-cookie-file xwidget-webkit-edit-mode xwidget-webkit-edit-mode-hook xwidget-webkit-edit-mode-map xwidget-webkit-history--session xwidget-webkit-history-mode-abbrev-table xwidget-webkit-history-mode-hook xwidget-webkit-history-mode-map xwidget-webkit-history-mode-syntax-table xwidget-webkit-isearch--is-reverse xwidget-webkit-isearch--read-string-buffer xwidget-webkit-isearch--string xwidget-webkit-isearch-mode xwidget-webkit-isearch-mode-hook xwidget-webkit-isearch-mode-map xwidget-webkit-tool-bar-map yaml-ts-mode--font-lock-settings yaml-ts-mode--syntax-table yaml-ts-mode-abbrev-table yaml-ts-mode-hook yaml-ts-mode-map yank-media--registered-handlers yank-menu-max-items yank-transform-functions))
(features
(removed abbrevlist assoc complete cust-print eieio-loaddefs erc-hecomplete etc-authors-mode fast-lock hol-loaddefs htmlfontify-loaddefs lazy-lock mailpost mouse-sel pc-mode pc-select rmail-loaddefs s-region sregex)
(added ansi-osc bind-key c-ts-common c-ts-mode cmake-ts-mode csharp-mode dockerfile-ts-mode eglot em-elecslash em-extpipe emacs-authors-mode emacs-news-mode emoji epa-ks erc-common erc-sasl erc-sasl-ecdsa-nist256p-challenge erc-sasl-external erc-sasl-plain erc-sasl-scram-sha-1 erc-sasl-scram-sha-256 erc-sasl-scram-sha-512 erts-mode eudc-capf eudcb-ecomplete eudcb-mailabbrev external-completion generate-lisp-file glyphless-mode go-ts-mode holiday-loaddefs icons idna-mapping ietf-drums-date image-crop image-dired-dired image-dired-external image-dired-tags image-dired-util indonesian java-ts-mode json-ts-mode keymap loaddefs-gen mh-acros multisession oc-bibtex oclosure org-cycle org-fold org-fold-core org-persist package-vc pcmpl-git pgtk-dnd philippine pixel-fill range ruby-ts-mode rust-ts-mode sqlite sqlite-mode string-edit tai-viet-util textsec textsec-check theme-loaddefs toml-ts-mode tramp-container treesit typescript-ts-mode uni-confusable uni-scripts use-package use-package-bind-key use-package-core use-package-delight use-package-diminish use-package-ensure use-package-ensure-system-package use-package-jump use-package-lint vtable wallpaper word-wrap-mode yaml-ts-mode yank-media)))
((29 2)
(functions
(removed face-remap--copy-face internal--unlabel-restriction js--treesit-property-not-function-p js-jsx--treesit-font-lock-compatibility-bb1f97b python--treesit-fontify-string-interpolation ruby-ts--parser-after-change tramp-docker--completion-function transient--ensure-infix-command transient--suffix-command transient--suffix-symbol)
(added c-ts-mode--else-heuristic c-ts-mode--emacs-defun-body-p c-ts-mode--first-sibling custom-icon-action custom-icon-mark-to-reset-standard custom-icon-mark-to-save custom-icon-reset-saved custom-icon-reset-standard custom-icon-save custom-icon-state-set-and-redraw emacs-lisp-native-compile internal--labeled-widen js-ts--syntax-propertize org-babel--variable-assignments:fish python--treesit-fontify-dotted-decorator python--treesit-fontify-union-types python--treesit-fontify-union-types-strict python--treesit-syntax-propertize rust-ts-mode--comment-docstring tramp-action-otp-password tramp-compat-length< tramp-compat-length= tramp-compat-length> tramp-completion-handle-expand-file-name tramp-completion-handle-file-exists-p tramp-completion-handle-file-name-directory tramp-completion-handle-file-name-nondirectory tramp-container--completion-function tramp-crypt-handle-file-exists-p tramp-fuse-handle-file-exists-p tramp-skeleton-file-exists-p tramp-skeleton-file-name-all-completions tramp-ssh-option-exists-p tramp-string-empty-or-nil-p transient--wrap-command-29 transient--wrap-command-30 treesit--pre-redisplay treesit--pre-syntax-ppss treesit--syntax-propertize-notifier tsx-ts--syntax-propertize tsx-ts--syntax-propertize-captures typescript-ts--syntax-propertize))
(variables
(removed tramp-device-escape-sequence-regexp tramp-display-escape-sequence-regexp)
(added custom-icon-extended-menu js-ts--s-p-query python--treesit-builtin-types python--treesit-type-regex tramp-otp-password-prompt-regexp tramp-show-ad-hoc-proxies treesit--pre-redisplay-tick treesit--syntax-propertize-start tsx-ts--s-p-query typescript-ts--s-p-query))
(features
(removed)
(added c++-ts-mode)))
((29 3)
(functions
(removed cmake-ts-mode--imenu cmake-ts-mode--imenu-1 dockerfile-ts-mode--imenu dockerfile-ts-mode--imenu-1)
(added cmake-ts-mode--function-name dockerfile-ts-mode--stage-name js--treesit-font-lock-compatibility-definition-feature tramp-crypt-cleanup-connection tsx-ts-mode--font-lock-compatibility-function-expression))
(variables
(removed)
(added org--latex-preview-when-risky tramp-pipe-stty-settings tramp-security-key-pin-regexp untrusted-content))
(features
(removed)
(added)))
((29 4)
(functions
(removed)
(added go-ts-mode--method-elem-supported-p))
(variables
(removed)
(added))
(features
(removed)
(added)))
((30 1)
(functions
(removed \(setf\ eglot--inferior-process\) \(setf\ eglot--language-id\) \(setf\ eglot--major-modes\) \(setf\ jsonrpc--events-buffer-scrollback-size\) \(setf\ jsonrpc--request-continuations\) apropos-documentation-check-elc-file backtrace--match-ellipsis-in-string backtrace-expand-ellipsis bs--remove-hooks bs--restore-window-config bs--track-window-changes byte-compile--suspicious-defcustom-choice byte-compile-and-folded byte-compile-backward-char byte-compile-backward-word byte-compile-char-before byte-compile-docstring-length-warn byte-compile-docstring-style-warn byte-compile-fset byte-compile-nogroup-warn byte-compile-output-docform cl--generic-struct-specializers cl--struct-all-parents cl--sublis cl-generic--oclosure-specializers cmake-ts-mode--function-name comp-accept-and-process-async-output comp-add-call-cstr comp-add-cond-cstrs comp-add-cond-cstrs-simple comp-add-cond-cstrs-target-block comp-add-const-to-relocs comp-add-cstrs comp-add-func-to-ctxt comp-add-new-block-between comp-addr-to-bb-name comp-alloc-class-to-container comp-apply-in-env comp-args-to-lambda-list comp-arithm-cmp-fun-p comp-assign-op-p comp-async-runnings comp-bb-maybe-add comp-block-preds comp-branch-op-p comp-byte-frame-size comp-call comp-call-op-p comp-call-optim comp-call-optim-form-call comp-call-optim-func comp-callref comp-clean-ssa comp-collect-calls comp-collect-mvar-ids comp-collect-mvars comp-collect-rev-post-order comp-collect-rhs comp-common-supertype comp-common-supertype-2 comp-compile-ctxt-to-file comp-compute-dominator-frontiers comp-compute-dominator-tree comp-compute-edges comp-compute-function-type comp-cond-cstrs-target-mvar comp-copy-insn comp-copy-slot comp-cstr-add-2 comp-cstr-copy comp-cstr-intersection-make comp-cstr-sub-2 comp-cstr-union-1 comp-cstr-union-1-no-mem comp-cstr-union-homogeneous comp-cstr-union-homogeneous-no-range comp-cstr-union-make comp-cstrs-homogeneous comp-dead-assignments-func comp-dead-code comp-decrypt-arg-list comp-dom-tree-walker comp-effective-async-max-jobs comp-emit comp-emit-annotation comp-emit-assume comp-emit-call-cstr comp-emit-cond-jump comp-emit-for-top-level comp-emit-handler comp-emit-lambda-for-top-level comp-emit-narg-prologue comp-emit-set-call comp-emit-set-call-subr comp-emit-setimm comp-emit-switch comp-emit-uncond-jump comp-equality-fun-p comp-fill-label-h comp-final comp-final1 comp-finalize-container comp-finalize-phis comp-finalize-relocs comp-form-tco-call-seq comp-func-in-unit comp-func-unique-in-cu-p comp-function-call-maybe-fold comp-function-foldable-p comp-function-pure-p comp-fwprop comp-fwprop* comp-fwprop-call comp-fwprop-insn comp-fwprop-prologue comp-gen-counter comp-insert-insn comp-intern-func-in-ctxt comp-intersect-two-typesets comp-intersect-typesets comp-intersection-valsets comp-ipa-pure comp-irange-to-cstr comp-jump-table-optimizable comp-known-predicate-p comp-label-to-addr comp-lambda-list-gen comp-lap-eob-p comp-lap-fall-through-p comp-latch-make-fill comp-lex-byte-func-p comp-limple-insn-call-p comp-limplify comp-limplify-block comp-limplify-finalize-function comp-limplify-function comp-limplify-lap-inst comp-limplify-listn comp-limplify-top-level comp-log-block-info comp-log-edges comp-log-func comp-loop-insn-in-block comp-make-curr-block comp-make-lambda-list-from-subr comp-mark-curr-bb-closed comp-maybe-add-vmvar comp-mvar-used-p comp-negate-arithm-cmp-fun comp-new-block-sym comp-new-frame comp-normalize-typeset comp-normalize-valset comp-op-case comp-place-phis comp-pred-to-cstr comp-prepare-args-for-top-level comp-prettyformat-insn comp-prettyformat-mvar comp-pure-infer-func comp-range-intersection comp-range-negation comp-range-union comp-remove-type-hints comp-remove-type-hints-func comp-remove-unreachable-blocks comp-reverse-arithm-fun comp-rewrite-non-locals comp-run-async-workers comp-set-op-p comp-slot comp-slot+1 comp-slot-n comp-sp comp-spill-decl-spec comp-spill-lap comp-spill-lap-function comp-spill-speed comp-split-pos-neg comp-ssa comp-ssa-frame comp-ssa-frame--cmacro comp-ssa-p comp-ssa-p--cmacro comp-ssa-rename comp-ssa-rename-insn comp-symbol-func-to-fun comp-tco comp-tco-func comp-trampoline-search comp-type-hint-p comp-type-to-cstr comp-union-typesets comp-union-valsets comp-value-to-cstr comp-with-sp comp-write-bytecode-file completion--some copy-kmacro-register cperl-check-syntax defmacro-mh defun-mh derived-mode-init-mode-variables derived-mode-merge-abbrev-tables derived-mode-merge-keymaps derived-mode-merge-syntax-tables derived-mode-run-hooks derived-mode-set-abbrev-table derived-mode-set-keymap derived-mode-set-syntax-table derived-mode-setup-function-name describe-text-sexp diff-after-change-function diff-post-command-hook dired-minibuffer-default-add-shell-commands eclipse-check edebug--symbol-not-prefixed-p edebug--unwrap1 eglot--after-change eglot--before-change eglot--executable-find eglot--inferior-bootstrap eglot--inferior-process eglot--language-id eglot--region-bounds eieio--c3-candidate eieio--c3-merge-lists eieio--class/struct-parents eldoc--documentation-compose-1 emoji--choose-emoji emoji--define-transient emoji--recent-transient erc--blank-in-multiline-input-p erc--default-target erc--warn-unencrypted erc-channel-user-admin--cmacro erc-channel-user-halfop--cmacro erc-channel-user-op--cmacro erc-channel-user-owner--cmacro erc-channel-user-voice--cmacro erc-compat--with-memoization erc-get-channel-user--inliner erc-networks--insert-transplanted-content erc-sasl--init ert--should-signal-hook ert--test-execution-info-next-debugger ert--test-execution-info-next-debugger--cmacro eshell--invoke-command-directly eshell-add-command-to-history eshell-ls-unload-function eshell-make-process-pair eshell-process-pair-p eshell-refresh-windows eshell-smart-redisplay eshell-smart-scroll-window eshell-unload-all-modules filesets-select-command flymake--fringe-overlay-spec flymake--overlays get-file-char global-cwarn-mode-check-buffers global-cwarn-mode-cmhh global-cwarn-mode-enable-in-buffers global-display-fill-column-indicator-mode-check-buffers global-display-fill-column-indicator-mode-cmhh global-display-fill-column-indicator-mode-enable-in-buffers global-display-line-numbers-mode-check-buffers global-display-line-numbers-mode-cmhh global-display-line-numbers-mode-enable-in-buffers global-eldoc-mode-check-buffers global-eldoc-mode-cmhh global-eldoc-mode-enable-in-buffers global-font-lock-mode-check-buffers global-font-lock-mode-cmhh global-font-lock-mode-enable-in-buffers global-goto-address-mode-check-buffers global-goto-address-mode-cmhh global-goto-address-mode-enable-in-buffers global-hi-lock-mode-check-buffers global-hi-lock-mode-cmhh global-hi-lock-mode-enable-in-buffers global-highlight-changes-mode-check-buffers global-highlight-changes-mode-cmhh global-highlight-changes-mode-enable-in-buffers global-linum-mode-check-buffers global-linum-mode-cmhh global-linum-mode-enable-in-buffers global-prettify-symbols-mode-check-buffers global-prettify-symbols-mode-cmhh global-prettify-symbols-mode-enable-in-buffers global-subword-mode-check-buffers global-subword-mode-cmhh global-subword-mode-enable-in-buffers global-superword-mode-check-buffers global-superword-mode-cmhh global-superword-mode-enable-in-buffers global-tab-line-mode-check-buffers global-tab-line-mode-cmhh global-tab-line-mode-enable-in-buffers global-visual-line-mode-check-buffers global-visual-line-mode-cmhh global-visual-line-mode-enable-in-buffers global-word-wrap-whitespace-mode-check-buffers global-word-wrap-whitespace-mode-cmhh global-word-wrap-whitespace-mode-enable-in-buffers global-wordstar-mode-check-buffers global-wordstar-mode-cmhh global-wordstar-mode-enable-in-buffers gnus-agent-convert-agentview gnus-agent-convert-to-compressed-agentview gnus-agent-convert-to-compressed-agentview-prompt gnus-agent-unhook-expire-days gnus-agent-unlist-expire-days intern-safe internal--with-restriction internal--without-restriction json--available-p jsonrpc--events-buffer-scrollback-size jsonrpc--request-continuations kmacro-make-register kmacro-make-register--cmacro kmacro-register-macro kmacro-register-macro--cmacro kmacro-register-p kmacro-register-p--cmacro lilypond-mode ls-lisp--dired ls-lisp-unload-function macro--string-to-vector make--comp-edge make--comp-edge--cmacro make--comp-mvar--cmacro make-comp-edge make-comp-mvar make-comp-ssa make-comp-ssa--cmacro make-comp-ssa-mvar make-erc-channel-user--cmacro mh-do-in-gnu-emacs mh-do-in-xemacs mh-funcall-if-exists mh-make-local-hook mh-mark-active-p minibuffer-default-add-dired-shell-commands native-compile-async-skip-p newsticker--lists-intersect-p nnimap-request-thread org-activate-links--overlays org-activate-links--text-properties org-agenda-do-tree-to-indirect-buffer org-babel-edit-prep:R org-babel-edit-prep:julia org-babel-python--send-string org-cite-csl--barf-without-citeproc org-element--open-end-p org-element-cache-hash-show-statistics org-export--generate-copy-script org-fold-core--isearch-filter-predicate-overlays org-link-descriptive-ensure org-lint-colon-in-name package--prepare-dependencies pcomplete/sha521sum profiler-format-entry python--completion-predicate python-shell--completion-predicate read-password--hide-password rx--all-string-or-args rx--charset-intersection rx--charset-intervals rx--charset-p rx--charset-union rx--complement-intervals rx--expand-def rx--intersect-intervals rx--intervals-to-alt rx--normalise-or-arg rx--translate-union rx--union-intervals sh--json-read sh-smie--sh-keyword-in-p shorthands--mismatch-from-end sit-for--anon-cmacro startup--honor-delayed-native-compilations startup--require-comp-safely suspicious-object trace-entry-message trace-exit-message tramp-compat-exec-path tramp-compat-file-name-quote tramp-compat-file-name-quoted-p tramp-compat-file-name-unquote tramp-compat-flatten-tree tramp-compat-ignore-error tramp-compat-progress-reporter-update tramp-compat-rx tramp-compat-rx--transform tramp-compat-rx--transform-item tramp-compat-rx--transform-items tramp-compat-time-equal-p tramp-compat-tramp-syntax tramp-get-remote-trash tramp-make-copy-program-file-name tramp-smb-handle-make-directory-internal transient--anonymous-infix-argument transient--colorize-key transient--do-pre-command transient--get-predicate-for transient--prefix-color transient--semantic-coloring-p transient--suffix-color transient--wrap-command-29 transient--wrap-command-30 transient-plist-to-alist transient-popup-navigation-help treesit--font-lock-notifier treesit--navigate-thing treesit--syntax-propertize-notifier treesit--thing-unpack-pattern treesit--things-around treesit--top-level-thing uniquify-item-original-dirname uniquify-item-original-dirname--cmacro url-future-cancelled-p--inliner vc-cvs-parse-uhp vc-deduce-fileset-1)
(added \(setf\ built-in-class-docstring\) \(setf\ built-in-class-index-table\) \(setf\ built-in-class-name\) \(setf\ built-in-class-parents\) \(setf\ built-in-class-slots\) \(setf\ eglot--languages\) \(setf\ jsonrpc--continuations\) \(setf\ jsonrpc--sync-request-alist\) Buffer-menu--selection-message Buffer-menu-group-by-mode Buffer-menu-group-by-root Buffer-menu-group-sort-alphabetically Buffer-menu-toggle-internal Custom-dirlocals-menu Custom-dirlocals-revert-buffer Custom-dirlocals-save Custom-display-on-screen-keyboard-p Man-default-directory Man-header-file-path Man-shell-file-name advice--forward-p advice--interactive-form-1 align--rule-should-run analyze-text-conversion android-read-build-system android-read-build-time ange-ftp-file-group-gid ange-ftp-file-user-uid apropos--documentation-add apropos--documentation-add-from-elc archive--act-files archive--ensure-extension archive--expunge-maybe-force archive--maybe-rename archive--need-rename-p archive--with-ensure-extension artist-key-do-continuously-1point artist-key-do-continuously-2points artist-key-do-continuously-common artist-key-do-continuously-continuously artist-key-do-continuously-poly artist-key-draw-continuously artist-key-set-point-continuously artist-key-undraw-continuously artist-mouse-draw-continuously asm--safe-comment-char-p backtrace--expand-ellipsis batch-tit-dic-convert batch-tit-miscdic-convert battery-android bind-key--compare-keybindings bind-key--get-binding-description bounds-of-thing-at-point-for-char-property browse-url-default-android-browser buffer-last-name bug-reference--bounds-of-url-at-point bug-reference--forward-url bug-reference--init bug-reference--url-at-point built-in-class--make built-in-class-docstring built-in-class-index-table built-in-class-name built-in-class-p built-in-class-parents built-in-class-slots byte-compile--custom-declare-face byte-compile--docstring byte-compile--docstring-style-warn byte-compile--list-with-n byte-compile-cmp byte-opt--fget byte-opt--nary-comparison byte-optimize-nconc byte-run--constant-obsolete-warning byte-run--set-function-type byte-run--set-important-return-value byte-run--set-safety bytecomp--actually-important-return-value-p bytecomp--arg-type-description bytecomp--backward-char bytecomp--backward-word bytecomp--char-before bytecomp--check-cus-type bytecomp--check-eq-args bytecomp--check-keyword-args bytecomp--check-memq-args bytecomp--copy-tree bytecomp--copy-tree-1 bytecomp--cus-warn bytecomp--custom-declare bytecomp--displaying-warnings bytecomp--docstring-line-width bytecomp--dodgy-eq-arg-p bytecomp--log-lap-arg bytecomp--mutargs-nconc bytecomp--mutargs-sort bytecomp--report-comma bytecomp--sort-call-in-place-p bytecomp--value-type-description bytecomp--warn-dodgy-eq-arg byteopt--eval-const c-<>-get-restricted c-c++-vsemi-p c-end-of-literal c-fdoc-assymetric-space-about-asterisk c-font-lock-c11-generic-clause c-font-lock-ids-with-dollar c-forward-concept-fragment c-forward-constraint-clause c-in-requires-or-at-end-of-clause c-lineup-template-args-indented-from-margin c-looking-at-concept c-post-text-conversion c-put-char-properties c-put-string-fence c-skip-ws-chars-backward c-skip-ws-chars-forward c-ts-common-comment-indent-new-line c-ts-mode--outline-predicate c-ts-mode--test-virtual-named-p c-unmark-<>-around-region calc--at-end-of-kmacro-p calendar-event-buffer char-to-name chart--directory-size chart--file-size cl--builtin-type-p cl--class-children cl--define-built-in-type cl--generic-type-specializers cl--map-methods-documentation cl--slet cl--slet* cl-functionp cl-print--cons-tail cl-print--default-expand-ellipsis cl-print--expand-ellipsis cl-print--string-props cl-print--struct-contents cl-print--vector-contents cl-type-of closurep cmake-ts-mode--defun-name color-oklab-to-srgb color-oklab-to-xyz color-srgb-to-oklab color-xyz-to-oklab comp--accept-and-process-async-output comp--add-call-cstr comp--add-cond-cstrs comp--add-cond-cstrs-simple comp--add-cond-cstrs-target-block comp--add-const-to-relocs comp--add-cstrs comp--add-func-to-ctxt comp--add-new-block-between comp--addr-to-bb-name comp--all-classes comp--alloc-class-to-container comp--apply-in-env comp--args-to-lambda-list comp--arithm-cmp-fun-p comp--assign-op-p comp--async-runnings comp--bb-maybe-add comp--block-preds comp--branch-op-p comp--byte-frame-size comp--call comp--call-op-p comp--call-optim comp--call-optim-form-call comp--call-optim-func comp--callref comp--cl-class-hierarchy comp--clean-ssa comp--collect-calls comp--collect-mvar-ids comp--collect-mvars comp--collect-rev-post-order comp--collect-rhs comp--compile-ctxt-to-file comp--compute--pred-type-h comp--compute-dominator-frontiers comp--compute-dominator-tree comp--compute-edges comp--compute-function-type comp--compute-function-types comp--compute-typeof-types comp--cond-cstrs-target-mvar comp--copy-insn comp--copy-insn-rec comp--copy-slot comp--cstr-add-2 comp--cstr-copy comp--cstr-intersection-make comp--cstr-sub-2 comp--cstr-union-1 comp--cstr-union-1-no-mem comp--cstr-union-homogeneous comp--cstr-union-homogeneous-no-range comp--cstr-union-make comp--cstrs-homogeneous comp--dead-assignments-func comp--dead-code comp--decrypt-arg-list comp--direct-subtypes comp--direct-supertypes comp--dom-tree-walker comp--edge-make comp--edge-make0 comp--edge-make0--cmacro comp--effective-async-max-jobs comp--emit comp--emit-annotation comp--emit-assume comp--emit-call-cstr comp--emit-cond-jump comp--emit-for-top-level comp--emit-handler comp--emit-lambda-for-top-level comp--emit-narg-prologue comp--emit-set-call comp--emit-set-call-subr comp--emit-setimm comp--emit-switch comp--emit-uncond-jump comp--equality-fun-p comp--fill-label-h comp--final comp--final1 comp--finalize-container comp--finalize-phis comp--finalize-relocs comp--form-tco-call-seq comp--func-in-unit comp--func-unique-in-cu-p comp--function-call-maybe-fold comp--function-foldable-p comp--function-pure-p comp--fwprop comp--fwprop* comp--fwprop-call comp--fwprop-insn comp--fwprop-prologue comp--gen-counter comp--get-function-cstr comp--insert-insn comp--intern-func-in-ctxt comp--intersect-two-typesets comp--intersect-typesets comp--intersection comp--intersection-valsets comp--ipa-pure comp--irange-to-cstr comp--jump-table-optimizable comp--known-predicate-p comp--label-to-addr comp--lambda-list-gen comp--lap-eob-p comp--lap-fall-through-p comp--latch-make-fill comp--lex-byte-func-p comp--limple-insn-call-p comp--limplify comp--limplify-block comp--limplify-finalize-function comp--limplify-function comp--limplify-lap-inst comp--limplify-listn comp--limplify-top-level comp--log-block-info comp--log-edges comp--log-func comp--loop-insn-in-block comp--make-curr-block comp--make-lambda-list-from-subr comp--mark-curr-bb-closed comp--maybe-add-vmvar comp--mvar-used-p comp--negate-arithm-cmp-fun comp--new-block-sym comp--new-frame comp--normalize-typeset comp--normalize-typeset0 comp--normalize-valset comp--op-case comp--place-phis comp--pred-to-neg-cstr comp--pred-to-pos-cstr comp--prepare-args-for-top-level comp--prettyformat-insn comp--prettyformat-mvar comp--pure-infer-func comp--range-intersection comp--range-negation comp--range-union comp--remove-type-hints comp--remove-type-hints-func comp--remove-unreachable-blocks comp--reverse-arithm-fun comp--rewrite-non-locals comp--run-async-workers comp--sanitizer comp--set-op-p comp--simple-cstr-to-type-spec comp--slot comp--slot+1 comp--slot-n comp--sp comp--spill-decl-spec comp--spill-lap comp--spill-lap-function comp--spill-safety comp--spill-speed comp--split-pos-neg comp--ssa comp--ssa-frame comp--ssa-frame--cmacro comp--ssa-p comp--ssa-p--cmacro comp--ssa-rename comp--ssa-rename-insn comp--sym-lessp comp--symbol-func-to-fun comp--tco comp--tco-func comp--trampoline-search comp--type-hint-p comp--type-to-cstr comp--union-typesets comp--union-valsets comp--value-to-cstr comp--with-sp comp--write-bytecode-file comp-cstr-cl-tag comp-cstr-cl-tag-p comp-cstr-ctxt-pred-type-h comp-cstr-ctxt-pred-type-h--cmacro comp-cstr-ctxt-typeof-types comp-cstr-ctxt-typeof-types--cmacro comp-cstr-ctxt-update-type-slots comp-cstr-type-p comp-ctxt-pred-type-h comp-ctxt-pred-type-h--cmacro comp-ctxt-safety comp-ctxt-safety--cmacro comp-ctxt-typeof-types comp-ctxt-typeof-types--cmacro comp-func-d-declared-type comp-func-d-declared-type--cmacro comp-func-d-safety comp-func-d-safety--cmacro comp-func-declared-type comp-func-declared-type--cmacro comp-func-l-declared-type comp-func-l-declared-type--cmacro comp-func-l-safety comp-func-l-safety--cmacro comp-func-safety comp-func-safety--cmacro comp-function-type-spec compat-call compat-function compilation--downcase-mode-name compilation--expand-fn compilation-insert-annotation completion--flex-score completion--flex-score-1 completion--hilit-from-re completion--metadata-get-1 completion--move-to-candidate-end completion--move-to-candidate-start completion-lazy-hilit completion-preview--active-p completion-preview--capf-wrapper completion-preview--get completion-preview--ignore completion-preview--inhibit-update completion-preview--make-overlay completion-preview--post-command completion-preview--show completion-preview--try-table completion-preview--try-update completion-preview--update completion-preview--update-from-timer completion-preview--window-selection-change completion-preview-active-mode completion-preview-complete completion-preview-hide completion-preview-insert completion-preview-mode completion-preview-mode-set-explicitly completion-preview-next-candidate completion-preview-prev-candidate completion-preview-require-certain-commands completion-preview-require-minimum-symbol-length completions--after-change completions--deselect connection-local-p connection-local-value context-menu-project copy-editorconfig-core-handle copy-editorconfig-core-handle-section copy-erc--channel-mode-types copy-erc--ctcp-response copy-erc--isupport-data copy-erc--parsed-prefix copy-erc--phantom-channel-user copy-erc--phantom-server-user copy-erc-button--nick copy-erc-stamp--date copy-eshell-function-target copy-eshell-generic-target copy-eshell-princ-target copy-org-element-deferred copy-register-preview-info copy-track-changes--state copy-track-changes--tracker copy-which-key--pages cperl-declaration-header-p cperl-extra-paired-delimiters-mode cperl-file-style csharp-ts-mode--test-if-directive csharp-ts-mode--test-interpolated-string-text csharp-ts-mode--test-method-declaration-type-field csharp-ts-mode--test-name-equals csharp-ts-mode--test-this-expression csharp-ts-mode--test-type-constraint csharp-ts-mode--test-type-of-expression custom--editable-field-p custom-comment-preserve custom-dirlocals--set-widget-vars custom-dirlocals-change-file custom-dirlocals-get-options custom-dirlocals-maybe-update-cons custom-dirlocals-symbol-action custom-dirlocals-validate custom-dirlocals-with-buffer custom-dynamic-cons-value-create custom-face-get-current-spec-unfiltered customize-dirlocals customize-toggle-option data-debug-insert-stuff-record-button debug--early debug-early--handler debug-early--muted debugger--duplicate-p define-peg-rule define-peg-ruleset delete-file-internal derived-mode--flush derived-mode-add-parents derived-mode-all-parents derived-mode-set-parent describe-editorconfig-properties describe-theme-from-file desktop-access-file dictionary-completing-read-dictionary dictionary-completing-read-word dictionary-define-word dictionary-dictionaries dictionary-display-definition-in-help-buffer dictionary-match-word dictionary-mode-menu dictionary-new-matching-internal dictionary-read-dictionary-default dictionary-read-word-default diff--cache-clean diff--cache-schedule-clean diff--get-revision-properties diff--ignore-whitespace-all-hunks diff--refine-propertize diff--track-changes-function diff--track-changes-signal diff-apply-buffer dired--get-ellipsis-length dired--get-filename-display-length dired--move-to-next-line dired--trivial-next-dirline dired--trivial-next-line dired-click-to-select-mode dired-desktop-save-p dired-do-open dired-do-replace-regexp-as-diff dired-enable-click-to-select-mode dired-filename-update-invisibility-spec dired-mark-for-click dired-post-do-command dnd-handle-multiple-urls doc-view-new-search documentation-stringp drop duplicate--insert-copies edebug--symbol-prefixed-p edebug-after edebug-b/a-error edebug-before ediff-frame-make-utility editorconfig--add-hook-safe-p editorconfig--advice-find-auto-coding editorconfig--advice-find-file-noselect editorconfig--default-indent-size-function editorconfig--delete-trailing-whitespace editorconfig--get-coding-system editorconfig--get-dir-local-variables editorconfig--get-indentation editorconfig--get-indentation-latex-mode editorconfig--get-indentation-lisp-mode editorconfig--get-indentation-nxml-mode editorconfig--get-indentation-python-mode editorconfig--get-indentation-web-mode editorconfig--get-line-length editorconfig--get-local-variables editorconfig--get-trailing-nl editorconfig--get-trailing-ws editorconfig--should-set editorconfig-apply editorconfig-call-get-properties-function editorconfig-conf-mode editorconfig-core--get-handles editorconfig-core--hash-merge editorconfig-core-get-nearest-editorconfig editorconfig-core-get-properties-hash editorconfig-core-handle editorconfig-core-handle--fnmatch-p editorconfig-core-handle--parse-file editorconfig-core-handle-get-properties editorconfig-core-handle-get-properties-hash editorconfig-core-handle-mtime editorconfig-core-handle-mtime--cmacro editorconfig-core-handle-p editorconfig-core-handle-p--cmacro editorconfig-core-handle-path editorconfig-core-handle-path--cmacro editorconfig-core-handle-root-p editorconfig-core-handle-section-get-properties editorconfig-core-handle-section-name editorconfig-core-handle-section-name--cmacro editorconfig-core-handle-section-p editorconfig-core-handle-section-p--cmacro editorconfig-core-handle-section-props editorconfig-core-handle-section-props--cmacro editorconfig-core-handle-sections editorconfig-core-handle-sections--cmacro editorconfig-core-handle-top-props editorconfig-core-handle-top-props--cmacro editorconfig-display-current-properties editorconfig-error editorconfig-find-current-editorconfig editorconfig-fnmatch--do-translate editorconfig-fnmatch--match-num editorconfig-fnmatch-p editorconfig-fnmatch-translate editorconfig-major-mode-hook editorconfig-merge-coding-systems editorconfig-mode editorconfig-mode-apply editorconfig-set-coding-system-revert editorconfig-set-local-variables editorconfig-string-integer-p edmacro-set-macro-to-region-lines eglot--accepted-formats eglot--add-one-shot-hook eglot--capf-session-flush eglot--code-action-bounds eglot--confirm-server-edits eglot--dumb-allc eglot--dumb-flex eglot--dumb-tryc eglot--imenu-DocumentSymbol eglot--imenu-SymbolInformation eglot--language-ids eglot--languageId eglot--languages eglot--propose-changes-as-diff eglot--reporter-update eglot--request eglot--track-changes-fetch eglot--track-changes-signal eglot--virtual-pos-to-lsp-position eglot-execute eglot-path-to-uri eglot-range-region eglot-server-capable eglot-server-capable-or-lose eglot-uri-to-path eldoc--echo-area-render eldoc-minibuffer--cleanup electric--print-list-of-chars electric-pair-analyze-conversion elisp--font-lock-shorthand elisp--safe-macroexpand-all elixir-ts--argument-indent-anchor elixir-ts--argument-indent-offset elixir-ts--defun-name elixir-ts--defun-p elixir-ts--electric-pair-string-delimiter elixir-ts--forward-sexp elixir-ts--parent-expression-start elixir-ts--syntax-propertize elixir-ts--treesit-anchor-grand-parent-bol elixir-ts--treesit-language-at-point elixir-ts-mode em-hist-unload-function em-ls-unload-function em-smart-unload-hook emacs-news-view-mode-menu emacs-repository-branch-android emacs-repository-version-android emoji--char-sequence emoji--group-description emoji--layout emoji--narrow emoji--narrow--anon-cmacro emoji--narrow--eieio-childp emoji--narrow-child-p emoji--narrow-list-p emoji--narrow-p emoji--setup-prefix emoji--setup-suffixes emoji-insert-glyph epa--select-keys-in-minibuffer erc--assert-input-bounds erc--assert-input-bounds--inliner erc--button-next erc--channel-mode-types erc--channel-mode-types-fallbackp erc--channel-mode-types-fallbackp--cmacro erc--channel-mode-types-key erc--channel-mode-types-key--cmacro erc--channel-mode-types-p erc--channel-mode-types-p--cmacro erc--channel-mode-types-shortargs erc--channel-mode-types-shortargs--cmacro erc--channel-mode-types-table erc--channel-mode-types-table--cmacro erc--channel-modes erc--check-msg-prop erc--check-prompt-input-for-multiline-command erc--check-prompt-input-for-something erc--cmem-get-existing erc--command-indicator-display erc--command-indicator-permit-insertion erc--compute-cusr-fallback-status erc--conceal-prompt erc--connected-and-joined-p erc--count-blank-lines erc--create-current-channel-member erc--ctcp-response-buffer erc--ctcp-response-buffer--cmacro erc--ctcp-response-command erc--ctcp-response-command--cmacro erc--ctcp-response-command-args erc--ctcp-response-command-args--cmacro erc--ctcp-response-contents erc--ctcp-response-contents--cmacro erc--ctcp-response-dispname erc--ctcp-response-dispname--cmacro erc--ctcp-response-from-parsed erc--ctcp-response-p erc--ctcp-response-p--cmacro erc--ctcp-response-prefix erc--ctcp-response-prefix--cmacro erc--ctcp-response-sender erc--ctcp-response-sender--cmacro erc--ctcp-response-statusmsg erc--ctcp-response-statusmsg--cmacro erc--ctcp-response-tags erc--ctcp-response-tags--cmacro erc--ctcp-response-unparsed erc--ctcp-response-unparsed--cmacro erc--cusr-change-status erc--cusr-status-p erc--decode-time-period erc--define-catalog erc--define-channel-user-status-compat-getter erc--delete-inserted-message-naively erc--determine-speaker-message-format-args erc--doarray erc--echo-ts-csf erc--ensure-query-member erc--ensure-query-members erc--ensure-spkr-prop erc--extract-352-full-name erc--favor-changed-reverted-modules-state erc--fill-module-docstring erc--find-feature erc--find-group erc--find-ignore-timer erc--find-mode erc--forget-server-user erc--forget-server-user-ignoring-queries erc--format-away-indicator erc--format-channel-status-prefix erc--format-modes erc--format-speaker-input-message erc--format-time-period erc--format-user-modes erc--get-eq-comparable-cmd erc--get-ignore-timer-args erc--get-inserted-msg-beg erc--get-inserted-msg-beg-at erc--get-inserted-msg-bounds erc--get-inserted-msg-end erc--get-inserted-msg-end-at erc--get-inserted-msg-prop erc--get-prefix-flag erc--get-server-user erc--get-speaker-bounds erc--handle-channel-mode erc--hide-message erc--inhibit-slash-cmd-insertion erc--init-channel-modes erc--init-cusr-fallback-status erc--initialize-markers erc--input-split-abortp erc--input-split-abortp--cmacro erc--input-split-refoldp erc--input-split-refoldp--cmacro erc--input-split-substxt erc--input-split-substxt--cmacro erc--insert-admin-message erc--insert-before-markers-transplanting-hidden erc--insert-timestamp-left erc--isupport-data-key erc--isupport-data-key--cmacro erc--isupport-data-p erc--isupport-data-p--cmacro erc--keep-place-indicator-on-global-module erc--keep-place-indicator-on-window-buffer-change erc--lwarn erc--make-input-split erc--make-message-variable-name erc--make-message-variable-name--inliner erc--make-show-me-widget erc--memq-msg-prop erc--merge-prop erc--modify-local-map erc--nickname-in-use-make-request erc--order-text-properties-from-hash erc--parse-nuh erc--parse-user-modes erc--parsed-prefix erc--parsed-prefix-alist erc--parsed-prefix-alist--cmacro erc--parsed-prefix-key erc--parsed-prefix-key--cmacro erc--parsed-prefix-letters erc--parsed-prefix-letters--cmacro erc--parsed-prefix-p erc--parsed-prefix-p--cmacro erc--parsed-prefix-statuses erc--parsed-prefix-statuses--cmacro erc--partition-prefixed-names erc--phantom-channel-user-last-message-time erc--phantom-channel-user-last-message-time--cmacro erc--phantom-channel-user-p erc--phantom-channel-user-p--cmacro erc--phantom-channel-user-status erc--phantom-channel-user-status--cmacro erc--phantom-server-user-buffers erc--phantom-server-user-buffers--cmacro erc--phantom-server-user-full-name erc--phantom-server-user-full-name--cmacro erc--phantom-server-user-host erc--phantom-server-user-host--cmacro erc--phantom-server-user-info erc--phantom-server-user-info--cmacro erc--phantom-server-user-login erc--phantom-server-user-login--cmacro erc--phantom-server-user-nickname erc--phantom-server-user-nickname--cmacro erc--phantom-server-user-p erc--phantom-server-user-p--cmacro erc--prepare-custom-module-type erc--process-channel-modes erc--prompt-hidden-p erc--queries-current-p erc--query-list erc--querypoll-compute-period erc--querypoll-get-length erc--querypoll-get-next erc--querypoll-on-352 erc--querypoll-send erc--querypoll-subscribe erc--querypoll-target-in-chan-p erc--refresh-prompt erc--refresh-prompt-continue erc--remove-channel-users-but erc--remove-from-prop-value-list erc--remove-text-properties erc--remove-user-from-targets erc--remove-user-from-targets--inliner erc--reserve-important-text-props erc--restore-important-text-props erc--restore-initialize-priors erc--reveal-prompt erc--route-insertion erc--run-input-validation-checks erc--run-send-hooks erc--scrolltobottom-all erc--scrolltobottom-confirm erc--scrolltobottom-on-post-command erc--scrolltobottom-on-pre-insert erc--scrolltobottom-on-win-conf-change erc--scrolltobottom-setup erc--send-action erc--send-action-display erc--send-action-perform-ctcp erc--send-input-lines erc--send-message-external erc--send-message-nested erc--server-buffer-p erc--server-determine-join-display-context erc--server-last-reconnect-display-reset erc--server-last-reconnect-on-disconnect erc--server-propagate-failed-connection erc--server-reconnect-timeout-double erc--server-send erc--shuffle-nuh-nickward erc--solo erc--solo--inliner erc--sort-modules erc--speakerize-nick erc--split-line erc--split-lines erc--split-string-shell-cmd erc--statusmsg-target erc--strpos erc--strpos--inliner erc--target-channel-joined-p erc--target-channel-joined-p--cmacro erc--target-channel-local-joined-p erc--target-channel-local-joined-p--cmacro erc--tick-module-checkbox erc--toggle-hidden erc--traverse-inserted erc--update-channel-modes erc--update-current-channel-member erc--update-modes erc--update-user-modes erc--user-modes erc--warn-about-aberrant-modules erc--warn-once-before-connect erc--with-dependent-type-match erc--with-entrypoint-environment erc--with-isupport-data erc--with-spliced-insertion erc--wrangle-query-buffers-on-nick-change erc-bufbar-disable erc-bufbar-enable erc-bufbar-mode erc-buffer-do erc-button--add-phantom-speaker erc-button--display-error-notice-with-keys erc-button--display-error-notice-with-keys-and-warn erc-button--display-error-with-buttons erc-button--end-of-button-p erc-button--extract-form erc-button--get-phantom-cmem erc-button--get-user-from-spkr-prop erc-button--nick-bounds erc-button--nick-bounds--cmacro erc-button--nick-cusr erc-button--nick-cusr--cmacro erc-button--nick-data erc-button--nick-data--cmacro erc-button--nick-downcased erc-button--nick-downcased--cmacro erc-button--nick-face-cache erc-button--nick-face-cache--cmacro erc-button--nick-mouse-face erc-button--nick-mouse-face--cmacro erc-button--nick-nickname-face erc-button--nick-nickname-face--cmacro erc-button--nick-p erc-button--nick-p--cmacro erc-button--nick-user erc-button--nick-user--cmacro erc-button--perform-nick-popup erc-button--phantom-users-mode erc-button-cmd-KICK erc-button-cmd-MSG erc-button-previous-of-nick erc-channel-user--make erc-channel-user--make--cmacro erc-channel-user-status erc-channel-user-status--cmacro erc-check-text-conversion erc-cmd-AME erc-cmd-GME erc-cmd-GMSG erc-cmd-MOTD erc-command-indicator-disable erc-command-indicator-enable erc-command-indicator-mode erc-command-indicator-toggle-hidden erc-compat--current-lisp-time erc-compat--defer-format-spec-in-buffer erc-compat-call erc-compat-function erc-dcc--cmd-help erc-define-message-format-catalog erc-determine-speaker-from-user erc-fill--wrap-beginning-of-line erc-fill--wrap-continued-message-p erc-fill--wrap-end-of-line erc-fill--wrap-ensure-dependencies erc-fill--wrap-escape-hidden-speaker erc-fill--wrap-indent-prompt erc-fill--wrap-insert-merged-pre erc-fill--wrap-kill-line erc-fill--wrap-massage-legacy-indicator-type erc-fill--wrap-measure erc-fill--wrap-merged-button-p erc-fill--wrap-move erc-fill--wrap-next-line erc-fill--wrap-nudge erc-fill--wrap-previous-line erc-fill--wrap-rejigger-region erc-fill--wrap-unmerge-on-date-stamp erc-fill-wrap erc-fill-wrap-cycle-visual-movement erc-fill-wrap-disable erc-fill-wrap-enable erc-fill-wrap-mode erc-fill-wrap-nudge erc-fill-wrap-refill-buffer erc-fill-wrap-toggle-truncate-lines erc-get-channel-member erc-get-channel-member--inliner erc-get-channel-membership-prefix erc-imenu-disable erc-imenu-enable erc-imenu-mode erc-input-refoldp erc-input-refoldp--cmacro erc-input-substxt erc-input-substxt--cmacro erc-insert-line erc-join--remove-requested-channel erc-keep-place-goto erc-keep-place-indicator-disable erc-keep-place-indicator-enable erc-keep-place-indicator-mode erc-keep-place-move erc-log--call-when-logging-enabled-sans-module erc-match--on-insert-post erc-match--setup erc-match-toggle-hidden-fools erc-networks--server-select erc-networks--transplant-buffer-content erc-news erc-nickbar-disable erc-nickbar-enable erc-nickbar-mode erc-nickbar-toggle-nicknames-window-lock erc-nicks--adjust-contrast erc-nicks--anon-face-p erc-nicks--anon-face-p--inliner erc-nicks--bg-mode erc-nicks--check-normals erc-nicks--colors-from-faces erc-nicks--create-coerced-pool erc-nicks--create-culled-pool erc-nicks--create-defface-template erc-nicks--determine-color erc-nicks--gen-color erc-nicks--gen-key-from-format-spec erc-nicks--get-contrast erc-nicks--get-face erc-nicks--get-luminance erc-nicks--highlight erc-nicks--highlight-button erc-nicks--init-pool erc-nicks--list-faces-help-button-action erc-nicks--oursp erc-nicks--oursp--inliner erc-nicks--redirect-face-widget-link erc-nicks--reduce erc-nicks--reject-uninterned-faces erc-nicks--remember-face-for-track erc-nicks--revive erc-nicks--setup-track-integration erc-nicks--skip-p erc-nicks--trim erc-nicks-add-contrast erc-nicks-cap-contrast erc-nicks-customize-face erc-nicks-disable erc-nicks-enable erc-nicks-ensaturate erc-nicks-invert erc-nicks-list-faces erc-nicks-mode erc-nicks-refresh erc-open-socks-tls-stream erc-part-channel-on-kill erc-prompt-format erc-querypoll-disable erc-querypoll-enable erc-querypoll-mode erc-server-263 erc-server-396 erc-server-402 erc-server-471 erc-server-473 erc-server-delayed-check-reconnect erc-server-or-unjoined-channel-buffer-p erc-services-issue-ghost-and-retry-nick erc-services-issue-regain erc-services-regain-disable erc-services-regain-enable erc-services-regain-mode erc-services-retry-nick-on-connect erc-speedbar--compose-nicks-face erc-speedbar--dframe-controlled erc-speedbar--emulate-sidebar erc-speedbar--emulate-sidebar-set-window-preserve-size erc-speedbar--ensure erc-speedbar--get-timers erc-speedbar--handle-delete-frame erc-speedbar--highlight-self-and-ops erc-speedbar--on-click erc-speedbar--prod-dframe-timer erc-speedbar--reset-last-ran-on-timer erc-speedbar--status-sidebar-mode--unhook erc-speedbar-toggle-nicknames-window-lock erc-stamp--add-csf-on-post-modify erc-stamp--adjust-margin erc-stamp--current-time erc-stamp--date-fn erc-stamp--date-fn--cmacro erc-stamp--date-marker erc-stamp--date-marker--cmacro erc-stamp--date-mode erc-stamp--date-p erc-stamp--date-p--cmacro erc-stamp--date-str erc-stamp--date-str--cmacro erc-stamp--date-ts erc-stamp--date-ts--cmacro erc-stamp--dedupe-date-stamps erc-stamp--dedupe-date-stamps-from-buffer erc-stamp--dedupe-date-stamps-from-target-buffer erc-stamp--defer-date-insertion-on-post-insert erc-stamp--defer-date-insertion-on-post-modify erc-stamp--defer-date-insertion-on-post-send erc-stamp--display-margin-mode erc-stamp--display-prompt-in-left-margin erc-stamp--find-insertion-point erc-stamp--format-date-stamp erc-stamp--init-margins-on-connect erc-stamp--manage-local-options-state erc-stamp--on-clear-message erc-stamp--propertize-left-date-stamp erc-stamp--recover-on-reconnect erc-stamp--refresh-left-margin-prompt erc-stamp--reset-on-clear erc-stamp--setup erc-stamp--time-as-day erc-stamp--update-saved-position erc-stamp-inserting-date-stamp-p erc-stamp-prefix-log-filter erc-status-sidebar--open erc-status-sidebar--refresh-unless-input erc-status-sidebar--set-active-line erc-status-sidebar-all-target-buffers erc-status-sidebar-default-allsort erc-status-sidebar-default-insert erc-status-sidebar-pad-hierarchy erc-status-sidebar-prefer-target-as-name erc-status-sidebar-recenter erc-status-sidebar-scroll-down erc-status-sidebar-scroll-up erc-tab erc-target erc-target--inliner erc-track--get-faces-in-current-message erc-track--massage-nick-button-faces erc-track--select-mode-line-face erc-track--setup erc-track--shortened-names-get erc-track--shortened-names-set erc-truncate--warn-about-logging ert--skip-when ert-font-lock--check-faces ert-font-lock--comment-start-p ert-font-lock--get-first-char-column ert-font-lock--get-line ert-font-lock--goto-first-char ert-font-lock--in-comment-p ert-font-lock--line-assertion-p ert-font-lock--line-comment-p ert-font-lock--parse-comments ert-font-lock--parse-macro-args ert-font-lock--point-at-line-and-column ert-font-lock--test-body-file ert-font-lock--test-body-str ert-font-lock--validate-major-mode ert-font-lock-deftest ert-font-lock-deftest-file ert-font-lock-test-file ert-font-lock-test-string eshell--find-plain-lisp-command eshell--get-option-symbols eshell--invoke-command-directly-p eshell--mark-as-output eshell--mark-yanked-as-output eshell--output-maybe-n eshell--region-p eshell--reset-after-signal eshell--save-history eshell--source-file eshell--special-ref-function eshell--unmark-deferrable eshell--unmark-string-as-output eshell-add-command eshell-always-debug-command eshell-backward-paragraph eshell-batch-file eshell-bol-ignoring-prompt eshell-close-handle eshell-command-mode-exit eshell-commands-for-process eshell-compile eshell-complete--eval-argument-form eshell-complete-buffer-ref eshell-complete-marker-ref eshell-complete-process-ref eshell-complete-special-reference eshell-concat-groups eshell-connection-local-command eshell-debug-command-start eshell-delete-output eshell-duplicate-handles eshell-error-maybe-n eshell-execute-file eshell-expand-user-reference eshell-explicit-command--which eshell-external-command--which eshell-external-command-p eshell-forward-paragraph eshell-function-target-close-function eshell-function-target-close-function--cmacro eshell-function-target-create eshell-function-target-create--cmacro eshell-function-target-output-function eshell-function-target-output-function--cmacro eshell-function-target-p eshell-function-target-p--cmacro eshell-generic-target-p eshell-generic-target-p--cmacro eshell-get-buffer eshell-get-marker eshell-glob-chars-regexp eshell-glob-p eshell-index-range--pcase-macroexpander eshell-initialize-modules eshell-insert-marker eshell-insert-special-reference eshell-interactive-filter eshell-interactive-process-filter eshell-interactive-query-p eshell-invoke-directly-p eshell-list-to-string eshell-load-modules eshell-ls-disable-in-dired eshell-ls-enable-in-dired eshell-make-process-list eshell-maybe-output-newline eshell-maybe-replace-by-alias--which eshell-module--feature-name eshell-parse-index eshell-parse-local-variables eshell-plain-command--which eshell-prepare-indices eshell-prepare-splice eshell-princ-target-create eshell-princ-target-create--cmacro eshell-princ-target-p eshell-princ-target-p--cmacro eshell-princ-target-printcharfun eshell-princ-target-printcharfun--cmacro eshell-print-maybe-n eshell-process-active-p eshell-process-list-p eshell-quoted-file-command eshell-quoted-file-command--which eshell-read-command eshell-remove-command eshell-smart-scroll eshell-smart-scroll-windows eshell-splice-args eshell-split-commands eshell-split-filename eshell-target-line-oriented-p eshell-unload-function eshell-unload-modules eshell-user-login-name eshell-with-buffered-print eshell-with-copied-handles eshell/compile eshell/funcall eshell/rgrep etags--ensure-file etags-regen--all-files etags-regen--all-mtimes etags-regen--append-tags etags-regen--build-program-options etags-regen--choose-tags-file etags-regen--ctags-p etags-regen--ignore-regexp etags-regen--mark-as-new etags-regen--maybe-generate etags-regen--refresh etags-regen--remove-tag etags-regen--tags-cleanup etags-regen--tags-generate etags-regen--update-file etags-regen--visit-table etags-regen-mode eval-expression--debug eww--alternate-urls eww--before-browse eww--bounds-of-url-at-point eww--forward-url eww--open-url-in-new-buffer eww--parse-html-region eww-bookmark-urls eww-check-text-conversion eww-clone-previous-history eww-copy-alternate-url eww-default-readable-p eww-delete-future-history eww-display-document eww-document-base eww-read-alternate-url faces--string-with-color ffap-fixup-email ffap-in-project file-group-gid file-user-uid files--use-insert-directory-program-p find-buffer find-function-advised-original@transient-default-infix flymake--delete-overlay flymake--eol-overlay-summary flymake--indicator-overlay-spec flymake--mode-line-counter-1 flymake--mode-line-counter-scroll-next flymake--mode-line-counter-scroll-prev flymake--really-all-overlays flymake--resize-margins flymake--update-eol-overlays flymake-diagnostic-oneliner flyspell--mode-off flyspell--mode-on flyspell-check-changes forward-sentence-default-function forward-sexp-default-function forward-thing-for-char-property frame--current-background-mode frame-toggle-on-screen-keyboard gdb-load-history gdb-locals-table-columns-list gdb-set-mi-async-handler gdb-try-check-target-async-support get-truename-buffer global-completion-preview-mode global-completion-preview-mode-enable-in-buffer global-cwarn-mode-enable-in-buffer global-display-fill-column-indicator-mode-enable-in-buffer global-display-line-numbers-mode-enable-in-buffer global-eldoc-mode-enable-in-buffer global-font-lock-mode-enable-in-buffer global-goto-address-mode-enable-in-buffer global-hi-lock-mode-enable-in-buffer global-highlight-changes-mode-enable-in-buffer global-linum-mode-enable-in-buffer global-prettify-symbols-mode-enable-in-buffer global-subword-mode-enable-in-buffer global-superword-mode-enable-in-buffer global-tab-line-mode-enable-in-buffer global-visual-line-mode-enable-in-buffer global-visual-wrap-prefix-mode global-visual-wrap-prefix-mode-enable-in-buffer global-whitespace-mode-enable-in-buffer global-window-tool-bar-mode global-window-tool-bar-mode-enable-in-buffer global-word-wrap-whitespace-mode-enable-in-buffer global-wordstar-mode-enable-in-buffer gnus-notifications-close gnus-read-char go-ts-mode--comment-on-previous-line-p go-ts-mode-docstring grep--filter-list-by-dir grep--heading-filter grep-find-ignored-files gud-lldb-completion-at-point gud-lldb-completions gud-lldb-fetch-completions gud-lldb-initialize gud-lldb-marker-filter gud-lldb-send-python gud-menu-map handler-bind handler-bind-1 heex-ts--defun-name heex-ts--forward-sexp heex-ts-mode help--append-keystrokes-help help--describe-map-tree help--help-screen help-find-source help-fns--display-function help-fns-function-name hi-lock-revert-buffer-rehighlight hif--intern-safe hif-delete-nth hif-is-in-comment hif-search-ifX-regexp html-ts-mode html-ts-mode--defun-name ielm--expand-ellipsis ielm--input-history-writer image--compute-map image--compute-original-map image--compute-rotation image--flip-map image--rotate-coord image--rotate-map image--scale-map image-context-menu image-dired--file-URI image-dired--probe-thumbnail-cmd image-dired--update-after-move image-dired-contents-sha1 image-dired-create-thumb-2 image-dired-scroll image-dired-scroll-down image-dired-scroll-up image-dired-update-thumbnail-at-point image-transform-fill-window imenu--flatten-index-alist inferior-php-ts-mode inferior-php-ts-mode-startup info-pop-to-buffer inhibit-remote-files integer-or-null-p internal--hash-table-buckets internal--hash-table-histogram internal--hash-table-index-size internal--obarray-buckets internal-subr-documentation interpreted-function-p ispell-completion-at-point js--mode-setup jsonrpc--continuations jsonrpc--continue jsonrpc--event jsonrpc--forwarding-buffer jsonrpc--remove jsonrpc--schedule jsonrpc--sync-request-alist jsonrpc-autoport-bootstrap jsonrpc-continuation-count jsonrpc-convert-from-endpoint jsonrpc-convert-to-endpoint kill-matching-buffers-no-ask kill-ring-deindent-buffer-substring-function kill-ring-deindent-mode kmacro--to-vector kmacro-menu kmacro-menu--assert-row kmacro-menu--do-region kmacro-menu--id-kmacro kmacro-menu--id-position kmacro-menu--kmacros kmacro-menu--map-ids kmacro-menu--marks-exist-p kmacro-menu--propertize-keys kmacro-menu--query-revert kmacro-menu--refresh kmacro-menu--replace-all kmacro-menu--replace-at kmacro-menu-do-copy kmacro-menu-do-delete kmacro-menu-do-flagged-delete kmacro-menu-edit-column kmacro-menu-edit-counter kmacro-menu-edit-format kmacro-menu-edit-keys kmacro-menu-edit-position kmacro-menu-flag-for-deletion kmacro-menu-mark kmacro-menu-mode kmacro-menu-transpose kmacro-menu-unmark kmacro-menu-unmark-all kmacro-menu-unmark-backward kmacro-quit-counter kmacro-quit-counter-equal kmacro-quit-counter-greater kmacro-quit-counter-less kmacro-reg-add-counter kmacro-reg-add-counter-equal kmacro-reg-add-counter-greater kmacro-reg-add-counter-less kmacro-reg-load-counter kmacro-reg-save-counter list-keyboard-macros lldb lm--prepare-package-dependencies lm-package-requires load--fixup-all-elns lua-ts--comment-first-sibling-matcher lua-ts--comment-font-lock lua-ts--defun-name-function lua-ts--end-count lua-ts--end-indent-offset lua-ts--end-line-matcher lua-ts--first-child-matcher lua-ts--first-real-sibling-anchor lua-ts--function-definition-p lua-ts--g-g-g-parent lua-ts--g-g-parent lua-ts--g-parent lua-ts--last-arg-function-call-matcher lua-ts--multi-arg-function-call-matcher lua-ts--multi-line-comment-start lua-ts--named-function-p lua-ts--nested-function-argument-matcher lua-ts--nested-function-block-include-matcher lua-ts--nested-function-block-matcher lua-ts--nested-function-end-argument-matcher lua-ts--nested-function-end-matcher lua-ts--nested-function-last-function-matcher lua-ts--require-name-function lua-ts--require-p lua-ts--top-level-function-call-matcher lua-ts--variable-declaration-continuation lua-ts--variable-declaration-continuation-anchor lua-ts-flymake-luacheck lua-ts-hide-process-buffer lua-ts-inferior--write-history lua-ts-inferior-lua lua-ts-kill-process lua-ts-mode lua-ts-mode-menu lua-ts-send-buffer lua-ts-send-file lua-ts-send-region lua-ts-show-process-buffer lunar-check-for-eclipse macroexp--with-extended-form-stack major-mode-remap make--comp--ssa-mvar make--comp-mvar0 make--comp-mvar0--cmacro make-comp--ssa make-comp--ssa--cmacro make-editorconfig-core-handle make-editorconfig-core-handle--cmacro make-editorconfig-core-handle-section make-editorconfig-core-handle-section--cmacro make-erc--channel-mode-types make-erc--channel-mode-types--cmacro make-erc--ctcp-response make-erc--ctcp-response--cmacro make-erc--isupport-data make-erc--isupport-data--cmacro make-erc--parsed-prefix make-erc--parsed-prefix--cmacro make-erc--phantom-channel-user make-erc--phantom-channel-user--cmacro make-erc--phantom-server-user make-erc--phantom-server-user--cmacro make-erc-button--nick make-erc-button--nick--cmacro make-erc-stamp--date make-erc-stamp--date--cmacro make-interpreted-closure make-register-preview-info make-register-preview-info--cmacro make-which-key--pages make-which-key--pages--cmacro map--pcase-map-elt marker-last-position merge-ordered-lists minibuffer--regexp-after-change minibuffer--regexp-before-change minibuffer--regexp-exit minibuffer--regexp-post-self-insert minibuffer--regexp-propertize minibuffer--regexp-setup minibuffer-choose-completion-or-exit minibuffer-exit-on-screen-keyboard minibuffer-next-line-completion minibuffer-previous-line-completion minibuffer-regexp-mode minibuffer-setup-on-screen-keyboard minibuffer-sort-alphabetically minibuffer-sort-by-history minibuffer-visible-completions--bind minibuffer-visible-completions--filter mode--line-format-right-align mode-line-window-control modifier-bar-available-p modifier-bar-button modifier-bar-mode multi-file-diff-no-select multi-file-replace-as-diff multi-file-replace-regexp-as-diff mwheel--is-dir-p native--compile-async-skip-p native-comp-function-p next-line-completion nnatom--dom-line nnatom--read-article nnatom--read-article-or-group-authors nnatom--read-description nnatom--read-feed nnatom--read-group nnatom--read-id nnatom--read-links nnatom--read-part nnatom--read-parts nnatom--read-publish nnatom--read-subject nnatom--read-title nnatom--read-update nnatom-close-group nnatom-close-server nnatom-open-server nnatom-request-article nnatom-request-close nnatom-request-group nnatom-request-group-description nnatom-request-list nnatom-request-list-newsgroups nnatom-request-post nnatom-request-rename-group nnatom-request-type nnatom-retrieve-groups nnatom-retrieve-headers nnatom-server-opened nnatom-status-message nnfeed--current-server-no-prefix nnfeed--group-data nnfeed--group-description nnfeed--parse-feed nnfeed--print-content nnfeed--print-part nnfeed--read-server nnfeed--server-address nnfeed--server-file nnfeed--write-server nnfeed-close-group nnfeed-close-server nnfeed-define-basic-backend-interface nnfeed-open-server nnfeed-request-article nnfeed-request-close nnfeed-request-group nnfeed-request-group-description nnfeed-request-list nnfeed-request-list-newsgroups nnfeed-request-post nnfeed-request-rename-group nnfeed-request-type nnfeed-retrieve-article nnfeed-retrieve-groups nnfeed-retrieve-headers nnfeed-server-opened nnfeed-status-message ob-clojure-eval-with-cmd ob-shell-async-chunk-callback obarray-clear org--add-or-remove-tag org--bounds-of-link-at-point org--copied-files-yank-media-handler org--dnd-attach-file org--dnd-local-file-handler org--dnd-multi-local-file-handler org--dnd-rmc org--dnd-xds-function org--flatten-tree org--image-yank-media-handler org--link-at-point org--math-p org--print-speed-command org--re-list-looking-at org--re-list-search-forward org--speed-command-p org-activate-folds org-assoc-delete-all org-babel-comint--echo-filter org-babel-comint--prompt-filter org-babel-comint--set-fallback-prompt org-babel-haskell-with-session org-babel-haskell-with-session--worker org-babel-julia-associate-session org-babel-maxima--output-filter org-babel-prep-session:elisp org-babel-prep-session:emacs-lisp org-babel-python--command org-babel-python--python-util-comint-end-of-output-p org-babel-python--setup-session org-babel-python-associate-session org-babel-python-send-string org-babel-scheme-expand-header-arg-vars org-babel-session-buffer org-babel-session-buffer:lua org-babel-session-buffer:python org-bibtex-headline-format-default org-buffer-text-pixel-width org-calendar-backward-day org-calendar-backward-month org-calendar-backward-week org-calendar-backward-year org-calendar-forward-day org-calendar-forward-month org-calendar-forward-week org-calendar-forward-year org-calendar-goto-today org-calendar-goto-today-or-insert-dot org-calendar-scroll-month-left org-calendar-scroll-month-right org-calendar-scroll-three-months-left org-calendar-scroll-three-months-right org-calendar-view-entries org-cite-basic--print-bibtex-string org-cite-capitalize org-cite-csl--generate-latex-preamble org-cite-csl--style-cite-superscript-p org-cite-processor org-clock--auto-clockout-maybe org-columns--move-row org-columns--truncate-below-width org-columns-dblock-write-default org-columns-move-down org-columns-move-row-down org-columns-move-row-up org-columns-move-up org-compile-file-commands org-ctags--visit-tags-table org-ctags-unload-function org-display-buffer-full-frame org-display-buffer-in-window org-display-buffer-split org-element--deferred-resolve org-element--deferred-resolve-force org-element--deferred-resolve-force-rec org-element--deferred-resolve-list org-element--deferred-resolve-once org-element--deferred-resolve-rec org-element--generate-copy-script org-element--get-cached-string org-element--get-category org-element--headline-archivedp org-element--headline-deferred org-element--headline-footnote-section-p org-element--headline-parent-deferred org-element--headline-parse-title org-element--headline-raw-value org-element--parray org-element--parray--inliner org-element--plist-property org-element--plist-property--inliner org-element--properties-mapc org-element--property org-element--property-idx org-element--property-idx--inliner org-element--put-parray org-element--put-parray--inliner org-element--substring org-element--unescape-substring org-element-adopt org-element-ast-map org-element-begin org-element-cache-get-key org-element-cache-store-key org-element-contents-begin org-element-contents-end org-element-copy-buffer org-element-deferred-args org-element-deferred-args--cmacro org-element-deferred-auto-undefer-p org-element-deferred-auto-undefer-p--cmacro org-element-deferred-create org-element-deferred-create-alias org-element-deferred-create-list org-element-deferred-function org-element-deferred-function--cmacro org-element-deferred-p org-element-deferred-p--cmacro org-element-end org-element-extract org-element-lineage-map org-element-parent org-element-parent-element org-element-post-affiliated org-element-post-blank org-element-properties-map org-element-properties-mapc org-element-properties-resolve org-element-property--inliner org-element-property-2 org-element-property-2--inliner org-element-property-inherited org-element-property-raw org-element-property-raw--inliner org-element-put-property--inliner org-element-put-property-2 org-element-put-property-2--inliner org-element-resolve-deferred org-element-set org-element-type-p org-element-type-p--inliner org-element-with-buffer-copy org-element-with-enabled-cache org-export--annotate-info org-export--blindly-expand-include org-export--expand-links org-export--keep-spaces org-export--set-variables org-export-parse-include-value org-export-region-to-ascii org-export-region-to-html org-export-region-to-latex org-export-region-to-md org-export-region-to-texinfo org-export-region-to-utf8 org-fold--advice-edit-commands org-fold-check-before-invisible-edit-maybe org-fold-core--keep-overlays org-fold-core--process-delayed org-fold-core--region-delayed org-fold-core--update-buffer-folds org-fold-core--with-isearch-active org-fold-core-suppress-folding-fix org-get-buffer-create org-habit-get-urgency org-headline-re org-icalendar--post-process-file org-icalendar--repeater-type org-icalendar--rrule org-id--get-id-to-store-link org-id-store-link-maybe org-image--align org-insert-timestamp org-latex-compile--postprocess org-link--add-to-stored-links org-link--file-link-to-here org-link--set-link-display org-link--try-link-store-functions org-link-precise-link-target org-lint--current-marker org-lint-LaTeX-$ org-lint-LaTeX-$-ambiguous org-lint-beamer-frame org-lint-brackets-inside-description org-lint-confusing-brackets org-lint-empty-header-argument org-lint-export-option-keywords org-lint-inactive-planning org-lint-invalid-id-property org-lint-invalid-image-alignment org-lint-item-number org-lint-mismatched-planning-repeaters org-lint-misplaced-heading org-lint-named-result org-lint-regular-keyword-before-affiliated org-lint-suspicious-language-in-src-block org-lint-timestamp-syntax org-list-of-strings-p org-logind-user-idle-seconds org-man--protect-example org-man-complete org-persist--check-write-access org-persist--gc-orphan-p org-persist--merge-index org-persist--merge-index-with-disk org-persist--refresh-gc-lock org-persist-associated-files:elisp org-persist-associated-files:elisp-data org-persist-associated-files:file org-persist-associated-files:generic org-persist-associated-files:index org-persist-associated-files:url org-persist-associated-files:version org-persist-gc:elisp-data org-persist-gc:version org-persist-load:elisp-data org-persist-read:elisp-data org-persist-write:elisp-data org-place-formula-image org-remove-blank-lines org-require-package org-setup-yank-dnd-handlers org-sort-function-fallback org-src--contents-for-write-back-1 org-src--get-known-shells org-src-preserve-indentation-p org-sxhash-safe org-timestamp org-timestamp-inactive org-timestamp-to-now org-toggle-timestamp-overlays org-with-file-buffer org-yank-image-autogen-filename org-yank-image-read-filename orgtbl-hijacker-command-1 orgtbl-hijacker-command-10 orgtbl-hijacker-command-100 orgtbl-hijacker-command-101 orgtbl-hijacker-command-102 orgtbl-hijacker-command-103 orgtbl-hijacker-command-104 orgtbl-hijacker-command-105 orgtbl-hijacker-command-106 orgtbl-hijacker-command-107 orgtbl-hijacker-command-108 orgtbl-hijacker-command-109 orgtbl-hijacker-command-11 orgtbl-hijacker-command-12 orgtbl-hijacker-command-13 orgtbl-hijacker-command-14 orgtbl-hijacker-command-15 orgtbl-hijacker-command-16 orgtbl-hijacker-command-17 orgtbl-hijacker-command-18 orgtbl-hijacker-command-19 orgtbl-hijacker-command-2 orgtbl-hijacker-command-20 orgtbl-hijacker-command-21 orgtbl-hijacker-command-22 orgtbl-hijacker-command-23 orgtbl-hijacker-command-24 orgtbl-hijacker-command-25 orgtbl-hijacker-command-26 orgtbl-hijacker-command-27 orgtbl-hijacker-command-28 orgtbl-hijacker-command-3 orgtbl-hijacker-command-4 orgtbl-hijacker-command-5 orgtbl-hijacker-command-6 orgtbl-hijacker-command-7 orgtbl-hijacker-command-8 orgtbl-hijacker-command-9 outline--hidden-headings-paths outline--hidden-headings-restore-paths outline-hide-by-heading-regexp outline-revert-buffer-rehighlight outline-revert-buffer-restore-visibility outline-show-by-heading-regexp package-isolate package-vc--make package-vc-log-incoming pax-decode-string pax-header-gid pax-header-gname pax-header-linkpath pax-header-mtime pax-header-path pax-header-size pax-header-uid pax-header-uname pcase--expand-\` pcase--subtype-bitsets pcomplete-default-exit-function pcomplete/doas pcomplete/sha512sum peg peg--choicepoint-moved-p peg--choicepoint-restore peg--detect-cycles peg--lambda peg--lookup-rule peg--macroexpand peg--merge-error peg--record-failure peg--rule-id peg--translate peg--translate-rule-body peg--when-fboundp peg--with-choicepoint peg-characterp peg-detect-cycles peg-function--internal-p peg-function--pexs peg-make-charset-regexp peg-merge-error peg-merge-errors peg-normalize peg-parse peg-parse-at-point peg-parse-exp peg-postprocess peg-range-designator peg-record-failure peg-rule\ bob peg-rule\ bol peg-rule\ bos peg-rule\ bow peg-rule\ eob peg-rule\ eol peg-rule\ eos peg-rule\ eow peg-rule\ fail peg-rule\ null peg-run peg-signal-failure peg-translate-exp peg-unary-nullable perl--end-of-format-p php-ts-indent-style-safep php-ts-mode php-ts-mode--anchor-first-sibling php-ts-mode--anchor-prev-sibling php-ts-mode--array-element-heuristic php-ts-mode--colorize-css-value php-ts-mode--comment-indent-new-line php-ts-mode--defun-name php-ts-mode--defun-name-separator php-ts-mode--defun-object-name php-ts-mode--defun-valid-p php-ts-mode--else-heuristic php-ts-mode--first-sibling php-ts-mode--font-lock-settings php-ts-mode--fontify-error php-ts-mode--get-indent-style php-ts-mode--get-parser-ranges php-ts-mode--html-language-at-point php-ts-mode--indent-defun php-ts-mode--indent-style-setter php-ts-mode--indent-styles php-ts-mode--js-css-tag-bol php-ts-mode--language-at-point php-ts-mode--open-statement-group-heuristic php-ts-mode--parent-eol php-ts-mode--parent-html-bol php-ts-mode--parent-html-heuristic php-ts-mode--parent-object php-ts-mode--prompt-for-style php-ts-mode--set-indent-property php-ts-mode--test-namespace-aliasing-clause-p php-ts-mode--test-namespace-name-as-prefix-p php-ts-mode--test-namespace-use-group-clause-p php-ts-mode--test-property-hook-clause-p php-ts-mode--test-visibility-modifier-operation-clause-p php-ts-mode--webserver-read-args php-ts-mode-comment-setup php-ts-mode-flymake-php php-ts-mode-hide-process-buffer php-ts-mode-inferior--write-history php-ts-mode-install-parsers php-ts-mode-kill-process php-ts-mode-menu php-ts-mode-run-php-webserver php-ts-mode-send-buffer php-ts-mode-send-file php-ts-mode-send-region php-ts-mode-set-comment-style php-ts-mode-set-global-style php-ts-mode-set-style php-ts-mode-show-process-buffer pp--object pp--quoted-or-unquoted-form-p pp--region pp--within-fill-column-p pp-28 pp-29 pp-fill pp-insert-short-sexp previous-line-completion primitive-function-p proced--determine-pos proced--position-info prog-fill-reindent-defun progress-reporter-make project--find-default-from project--menu-prompt project--other-place-prefix project--read-file-name project--remember-dir project--transplant-file-name project-any-command project-list-buffers-buffer-menu project-list-buffers-ibuffer project-mode-line-format project-prefix-or-any-command project-prompt-project-name project-recompile project-try-vc--search project-uniquify-dirname-transform python--list-imports-check-status python-shell--extra-completion-context python-shell--get-multiline-input python-shell-completion-extra-context python-shell-readline-detect python-shell-send-block rcirc-format-strike-through re--describe-compiled re-disassemble read-dir-locals-file read-passwd--hide-password read-passwd-mode read-passwd-toggle-visibility recentf-access-file register--preview-function register--type register-command-info register-of-type-alist register-preview-1 register-preview-default-1 register-preview-forward-line register-preview-get-defaults register-preview-info-act register-preview-info-act--cmacro register-preview-info-msg register-preview-info-msg--cmacro register-preview-info-noconfirm register-preview-info-noconfirm--cmacro register-preview-info-p register-preview-info-p--cmacro register-preview-info-smatch register-preview-info-smatch--cmacro register-preview-info-types register-preview-info-types--cmacro register-preview-next register-preview-previous register-read-with-preview-fancy register-read-with-preview-traditional register-type replace-regexp-as-diff require-with-check revert-buffer-restore-read-only rmail--find-orig-rmail-frame rmail--mailing-list-message rmail-mailing-list-archive rmail-mailing-list-help rmail-mailing-list-post rmail-mailing-list-unsubscribe ruby-ts--sexp-p run-php rust-ts-flymake rust-ts-flymake--helper rust-ts-mode--prettify-symbols-compose-p rx--all-string-branches-p rx--char-alt-union rx--collect-or-strings rx--expand-def-form rx--expand-def-symbol rx--human-readable rx--intersection-intervals rx--interval-set-complement rx--interval-set-intersection rx--interval-set-union rx--normalise-char-pattern rx--optimise-or-args rx--reduce-to-char-alt rx--translate-char-alt rx--translate-compat-form-entry rx--translate-compat-symbol-entry scheme-syntax-propertize-regexp server--message-sit-for server--process-filter-1 server--process-filter-all-pending server-apply-stop-automatically ses--blank-line-needs-printing-p set-window-cursor-type sh-smie--sh-keyword-in/do-p shell-command-guess shell-command-guess-dired-default shell-command-guess-dired-optional shell-command-guess-dired-user shell-command-guess-mailcap shell-command-guess-open shell-command-guess-xdg shell-command-mode shell-get-old-input shortdoc--check shortdoc--insert-group-in-buffer shortdoc-function-examples shortdoc-help-fns-examples-function shr--inline-image-p shr-correct-dom-case shr-outline-level shr-outline-search sqlite-execute-batch startup--debug startup--rescale-elt-match-p static-if strokes-no-match-default tab-bar-auto-width-1 tab-bar-handle-timeout tab-bar-minibuffer-restore-tab tab-bar-mode--tab-key-bind tab-bar-select-restore-windows tab-bar-tab-name-format-close-button tab-bar-tab-name-format-face tab-bar-tab-name-format-hints tab-bar-tab-name-format-truncated tab-bar-touchscreen-begin tab-line-event-start tab-line-force-update tab-line-mouse-move-tab tab-line-tabs-buffer-group-by-mode tab-line-tabs-buffer-group-by-project tab-line-tabs-buffer-group-sort-by-name tab-line-tabs-fixed-window-buffers tab-line-track-tap tabulated-list-groups tabulated-list-groups-categorize tabulated-list-groups-flatten tabulated-list-groups-sort tabulated-list-print-entries tar-parse-pax-extended-header term-generate-db-directory term-send-C-@ term-send-C-M-@ term-send-C-M-_ thing-at-point-for-char-property tit--ctlau-b5-converter tit--ctlau-converter tit--ctlau-gb-converter tit--py-converter tit--quick-b5-converter tit--quick-cns-converter tit--tsang-b5-converter tit--tsang-cns-converter tit--tsang-quick-converter tit--ziranma-converter tit-dic-convert tit-miscdic-convert tit-pinyin-convert toggle-option toggle-window-dedicated tool-bar--secondary-cache-key tool-bar-apply-modifiers tool-bar-event-apply-alt-modifier tool-bar-event-apply-control-modifier tool-bar-event-apply-hyper-modifier tool-bar-event-apply-meta-modifier tool-bar-event-apply-shift-modifier tool-bar-event-apply-super-modifier touch-screen-centrum touch-screen-distance touch-screen-drag touch-screen-handle-aux-point-update touch-screen-handle-point-up touch-screen-handle-point-update touch-screen-handle-scroll touch-screen-handle-timeout touch-screen-handle-touch touch-screen-hold touch-screen-inhibit-drag touch-screen-pinch touch-screen-preview-select touch-screen-relative-xy touch-screen-restart-drag touch-screen-scroll touch-screen-scroll-point-to-y touch-screen-track-drag touch-screen-track-tap touch-screen-translate-touch touch-screen-window-selection-changed trace--entry-message trace--exit-message trace--insert track-changes--after track-changes--before track-changes--call-signal track-changes--clean-state track-changes--in-revert track-changes--pending-p track-changes--recover-from-error track-changes--reset track-changes--state track-changes--state--cmacro track-changes--state-before track-changes--state-before--cmacro track-changes--state-beg track-changes--state-beg--cmacro track-changes--state-end track-changes--state-end--cmacro track-changes--state-next track-changes--state-next--cmacro track-changes--state-p track-changes--state-p--cmacro track-changes--tracker track-changes--tracker--cmacro track-changes--tracker-immediate track-changes--tracker-immediate--cmacro track-changes--tracker-nobefore track-changes--tracker-nobefore--cmacro track-changes--tracker-p track-changes--tracker-p--cmacro track-changes--tracker-signal track-changes--tracker-signal--cmacro track-changes--tracker-state track-changes--tracker-state--cmacro track-changes-fetch track-changes-inconsistent-state-p track-changes-register track-changes-unregister tramp-androidsu-file-name-handler tramp-androidsu-file-name-p tramp-androidsu-generate-wrapper tramp-androidsu-handle-copy-file tramp-androidsu-handle-delete-directory tramp-androidsu-handle-delete-file tramp-androidsu-handle-directory-files-and-attributes tramp-androidsu-handle-exec-path tramp-androidsu-handle-file-attributes tramp-androidsu-handle-file-executable-p tramp-androidsu-handle-file-exists-p tramp-androidsu-handle-file-local-copy tramp-androidsu-handle-file-name-all-completions tramp-androidsu-handle-file-readable-p tramp-androidsu-handle-file-system-info tramp-androidsu-handle-file-writable-p tramp-androidsu-handle-get-remote-gid tramp-androidsu-handle-get-remote-groups tramp-androidsu-handle-get-remote-uid tramp-androidsu-handle-make-directory tramp-androidsu-handle-make-process tramp-androidsu-handle-make-symbolic-link tramp-androidsu-handle-process-file tramp-androidsu-handle-rename-file tramp-androidsu-handle-set-file-modes tramp-androidsu-handle-set-file-times tramp-androidsu-handle-write-region tramp-androidsu-maybe-open-connection tramp-apptainer--completion-function tramp-archive-handle-file-group-gid tramp-archive-handle-file-symlink-p tramp-archive-handle-file-user-uid tramp-build-host-with-port-regexp tramp-bundle-read-file-names tramp-byte-run--set-suppress-trace tramp-cleanup-some-buffers tramp-compat-always tramp-compat-connection-local-p tramp-compat-connection-local-value tramp-compat-seq-keep tramp-completion-handle-file-directory-p tramp-debug-button-action tramp-debug-link-messages tramp-debug-message-buttonize tramp-defined-time tramp-delete-tainted-remote-process-buffer-function tramp-dired-buffer-p tramp-distrobox--completion-function tramp-enable-androidsu-method tramp-enable-apptainer-method tramp-enable-distrobox-method tramp-enable-fcp-method tramp-enable-flatpak-method tramp-enable-krlogin-method tramp-enable-ksu-method tramp-enable-method tramp-enable-nc-method tramp-enable-nspawn-method tramp-enable-run0-method tramp-enable-toolbox-method tramp-file-name-with-sudo tramp-flatpak--completion-function tramp-get-remote-pipe-buf tramp-get-unique-process-name tramp-handle-file-group-gid tramp-handle-file-user-uid tramp-kubernetes--container tramp-kubernetes--context-namespace tramp-kubernetes--current-context tramp-kubernetes--pod tramp-make-copy-file-name tramp-nspawn--completion-function tramp-post-process-creation tramp-remote-process-p tramp-revert-buffer-with-sudo tramp-skeleton-completion-function tramp-skeleton-delete-file tramp-skeleton-file-truename tramp-skeleton-kubernetes-vector tramp-skeleton-make-directory tramp-skeleton-make-process tramp-skeleton-make-symbolic-link tramp-skeleton-process-file tramp-taint-remote-process-buffer tramp-toolbox--completion-function tramp-use-file-attributes tramp-warning transient--add-face transient--call-pre-command transient--do-stack transient--func-arity transient--get-description transient--get-face transient--get-pre-command transient--init-keymaps transient--key-face transient--refresh-transient transient--resolve-pre-command transient--separator-line transient--suffix-only transient--suffix-prototype transient-augment-suffix transient-command-completion-not-suffix-only-p transient-echo-arguments transient-information transient-information* transient-information*--anon-cmacro transient-information*--eieio-childp transient-information*-child-p transient-information*-list-p transient-information*-p transient-information--anon-cmacro transient-information--eieio-childp transient-information-child-p transient-information-list-p transient-information-p transient-inhibit-move transient-prefix-object transient-prefix-set transient-preset transient-save-and-exit transient-scope transient-set-and-exit transient-toggle-level-limit transient-value-preset transient-value-preset--anon-cmacro transient-value-preset--eieio-childp transient-value-preset-child-p transient-value-preset-list-p transient-value-preset-p transient-with-shadowed-buffer transpose-sexps-default-function treesit--cleanup-local-range-overlays treesit--font-lock-fontify-region-1 treesit--font-lock-mark-ranges-to-fontify treesit--font-lock-setting-enable treesit--font-lock-setting-feature treesit--git-checkout-branch treesit--git-clone-repo treesit--guess-primary-parser treesit--read-major-mode treesit--thing-sibling treesit--update-ranges-local treesit-add-font-lock-rules treesit-forward-sentence treesit-forward-sexp treesit-local-parsers-at treesit-local-parsers-on treesit-navigate-thing treesit-node-enclosed-p treesit-node-get treesit-node-match-p treesit-outline-level treesit-outline-predicate--from-imenu treesit-outline-search treesit-parser-tag treesit-thing-at treesit-thing-defined-p treesit-thing-definition treesit-thing-next treesit-thing-prev treesit-transpose-sexps trusted-content-p typescript-ts-mode--anchor-decl update-cjk-ambiguous-char-widths url-domsuf--public-suffix-file url-future-canceled-p url-future-canceled-p--inliner use-package-handler/:vc use-package-normalize--vc-arg use-package-normalize/:vc use-package-split-when use-package-vc-install value< vc--subject-to-file-name vc-change-backend vc-git--cmds-in-progress vc-git--git-path vc-git--out-str vc-git--stash-staged-changes vc-git-file-name-changes vc-hg--program-version vc-hg-file-name-changes vc-mode-line-state vc-print-log-renamed-add-button vc-short-revision verilog--pretty-declarations-find-base-ind verilog--pretty-declarations-find-end verilog--pretty-expr-assignment-found verilog--pretty-expr-find-end verilog-align-comments verilog-align-typedef-enabled-p verilog-at-enum-decl-p verilog-at-enum-p verilog-at-struct-decl-p verilog-col-at-backward-syntactic-ws verilog-col-at-beg-of-statement verilog-col-at-end-of-statement verilog-col-at-forward-syntactic-ws verilog-cparenexp-indent-level verilog-get-comment-align-indent verilog-get-declaration-re verilog-get-declaration-typedef-re verilog-indent-ignore-p verilog-leap-to-class-head verilog-looking-at-decl-to-align verilog-pos-at-backward-syntactic-ws verilog-pos-at-beg-of-statement verilog-pos-at-end-of-statement verilog-pos-at-forward-syntactic-ws verilog-search-comment-in-declaration vhdl--re2-region visual-wrap--face-extend-p visual-wrap--prefix visual-wrap--prefix-face visual-wrap-fill-context-prefix visual-wrap-prefix-function visual-wrap-prefix-mode visual-wrap-prefix-mode-set-explicitly which-func--disable which-func--header-line-remove which-key--any-match-p which-key--butlast-string which-key--char-enlarged-p which-key--char-exact-p which-key--char-reduced-p which-key--compute-binding which-key--create-buffer-and-show which-key--create-pages which-key--create-pages-1 which-key--current-key-list which-key--current-key-string which-key--current-prefix which-key--debug-message which-key--echo which-key--evil-operator-filter which-key--extract-key which-key--fit-buffer-to-window-horizontally which-key--format-and-replace which-key--frame-max-dimensions which-key--frame-size-changed-p which-key--full-prefix which-key--get-bindings which-key--get-current-bindings which-key--get-keymap-bindings which-key--get-keymap-bindings-1 which-key--get-menu-item-binding which-key--get-popup-map which-key--god-mode-lookup-command-advice which-key--god-mode-this-command-keys which-key--group-p which-key--height-or-percentage-to-height which-key--hide-buffer-frame which-key--hide-buffer-side-window which-key--hide-popup which-key--hide-popup-ignore-command which-key--hide-popup-on-frame-size-change which-key--highlight-face which-key--init-buffer which-key--join-columns which-key--key-description< which-key--lighter-restore which-key--lighter-status which-key--list-to-pages which-key--local-binding-p which-key--map-binding-p which-key--match-replacement which-key--max-len which-key--maybe-add-docstring which-key--maybe-get-prefix-title which-key--maybe-replace which-key--minibuffer-max-dimensions which-key--next-page-hint which-key--normalize-columns which-key--on-first-page which-key--on-last-page which-key--pad-column which-key--pages-height which-key--pages-height--cmacro which-key--pages-keys/page which-key--pages-keys/page--cmacro which-key--pages-num-pages which-key--pages-num-pages--cmacro which-key--pages-p which-key--pages-p--cmacro which-key--pages-page-nums which-key--pages-page-nums--cmacro which-key--pages-pages which-key--pages-pages--cmacro which-key--pages-prefix which-key--pages-prefix--cmacro which-key--pages-prefix-title which-key--pages-prefix-title--cmacro which-key--pages-set-current-page which-key--pages-total-keys which-key--pages-total-keys--cmacro which-key--pages-widths which-key--pages-widths--cmacro which-key--partition-list which-key--popup-max-dimensions which-key--popup-showing-p which-key--process-page which-key--propertize which-key--propertize-description which-key--propertize-key which-key--read-keymap which-key--replace-in-binding which-key--replace-in-repl-list-many which-key--replace-in-repl-list-once which-key--rotate which-key--safe-lookup-key which-key--safe-lookup-key-description which-key--setup-echo-keystrokes which-key--show-buffer-frame which-key--show-buffer-new-frame which-key--show-buffer-reuse-frame which-key--show-buffer-side-window which-key--show-evil-operator-keymap which-key--show-keymap which-key--show-page which-key--show-popup which-key--side-window-max-dimensions which-key--start-paging-timer which-key--start-timer which-key--stop-timer which-key--string-width which-key--string< which-key--text-width-to-total which-key--this-command-keys which-key--total-width-to-text which-key--truncate-description which-key--try-2-side-windows which-key--update which-key--width-or-percentage-to-width which-key-C-h-dispatch which-key-abort which-key-add-key-based-replacements which-key-add-keymap-based-replacements which-key-add-major-mode-key-based-replacements which-key-define-key-recursively which-key-description-order which-key-digit-argument which-key-dump-bindings which-key-enable-god-mode-support which-key-evil-this-operator-p which-key-god-mode-self-insert-p which-key-key-order which-key-key-order-alpha which-key-local-then-key-order which-key-mode which-key-prefix-then-key-order which-key-prefix-then-key-order-reverse which-key-reload-key-sequence which-key-remove-default-unicode-chars which-key-setup-minibuffer which-key-setup-side-window-bottom which-key-setup-side-window-right which-key-setup-side-window-right-bottom which-key-show-full-keymap which-key-show-full-major-mode which-key-show-full-minor-mode-keymap which-key-show-keymap which-key-show-major-mode which-key-show-minor-mode-keymap which-key-show-next-page-cycle which-key-show-next-page-no-cycle which-key-show-previous-page-cycle which-key-show-previous-page-no-cycle which-key-show-standard-help which-key-show-top-level which-key-toggle-docstrings which-key-turn-page which-key-undo which-key-undo-key whitespace-mode-set-explicitly widget--allow-insertion widget-alist-default-get widget-list-default-get widget-specify-selected widget-specify-unselected window--pop-up-frames window-cursor-type window-point-context-set window-point-context-set-default-function window-point-context-use window-point-context-use-default-function window-tool-bar--button-keymap window-tool-bar--call-button window-tool-bar--command-triggers-shift-select-p window-tool-bar--get-keymap window-tool-bar--ignore window-tool-bar--insert-memory-use window-tool-bar--keymap-entry-to-string window-tool-bar--last-command-triggers-refresh-p window-tool-bar--make-keymap-1 window-tool-bar--memory-use-avg-step1 window-tool-bar--memory-use-avg-step2 window-tool-bar--static-if window-tool-bar--turn-on window-tool-bar--use-images window-tool-bar-debug-show-memory-use window-tool-bar-mode window-tool-bar-mode-set-explicitly window-tool-bar-string with--track-changes with-peg-rules with-tramp-debug-message with-tramp-suspended-timers with-tramp-timeout without-remote-files xref--revert-buffer xref-revert-buffer-restore-point yaml-ts-mode--fill-paragraph))
(variables
(removed advice--buffer-local-function-sample apropos-item bs--window-config-coming-from byte-compile--wide-docstring-substitution-len c-string-escaped-newlines cl--all-builtin-types cl--generic-struct-generalizer cl--typeof-types cl-struct-comp-ssa-tags cl-struct-kmacro-register-tags comp--typeof-builtin-types comp-fwprop-max-insns-scan comp-known-func-cstr-h comp-known-type-specifiers completion-base-affixes completion-use-base-affixes cperl-extra-perl-args cperl-font-lock-multiline cperl-font-lock-multiline-start dictionary-instances diff-unhandled-changes doc-view-svg-background doc-view-svg-foreground eglot-events-buffer-size eldoc--doc-buffer-docs elisp--eval-last-sexp-fake-value emoji--done-derived erc--features-to-modules erc--module-name-migrations erc--modules-to-features eshell-ls-unload-hook eshell-smart-displayed gdb-error gdb-python-guile-commands-regexp gnus-agent-compressed-agentview-search-only image-scaling-factor imenu-buffer-menubar js-json-mode-syntax-table mouse-wheel-down-alternate-event mouse-wheel-left-alternate-event mouse-wheel-right-alternate-event mouse-wheel-up-alternate-event org--up-heading-cache org--up-heading-cache-tick org-babel-lua-pp-wrapper-method org-babel-python--exec-tmpfile org-babel-python-pp-wrapper-method org-babel-python-wrapper-method org-element--cache-hash-nocache org-element--cache-hash-statistics org-link--description-folding-spec org-link--link-folding-spec org-src--preserve-blank-line pcase-mutually-exclusive-predicates ruby-syntax-methods-before-regexp rx--charset-all scheme-sexp-comment-syntax-table tramp-compat-use-url-tramp-p tramp-completion-reread-directory-timeout tramp-vc-registered-read-file-names transient--active-infix transient--unset-incompatible treesit-block-type-regexp verilog-complete-reg verilog-declaration-re-1-macro verilog-declaration-re-1-no-macro verilog-declaration-re-2-macro verilog-declaration-re-2-no-macro verilog-symbol-re)
(added Buffer-menu-group-by Buffer-menu-group-sort-by Buffer-menu-show-internal Custom-dirlocals-menu Info--dont-hide-references Info-url-alist Man-prefer-synchronous-call Man-support-remote-systems ambiguous-width-chars android-fonts-enumerated async-shell-command-mode auto-coding-file-name blink-matching-paren-highlight-offscreen bounds-of-thing-at-point-provider-alist browse-url-android-share bs-default-action-list buffer-match-p--past-warnings byte-compile--docstrings bytecomp--inhibit-lexical-cookie-warning c-block-stmt-with-key c-escaped-newline-takes-precedence c-generic-key c-negation-op-re c-paren-clause-key c-ts-mode--feature-list c-ts-mode--thing-settings c-warn-ids-with-dollar case-symbols-as-words choose-completion-deselect-if-after cjk-ambiguous-chars-are-wide cl-print-expand-ellipsis-function cl-print-string-length cl-struct-built-in-class-tags cl-struct-comp--ssa-tags cl-struct-editorconfig-core-handle-section-tags cl-struct-editorconfig-core-handle-tags cl-struct-erc--channel-mode-types-tags cl-struct-erc--ctcp-response-tags cl-struct-erc--isupport-data-tags cl-struct-erc--parsed-prefix-tags cl-struct-erc--phantom-channel-user-tags cl-struct-erc--phantom-server-user-tags cl-struct-erc-button--nick-tags cl-struct-erc-stamp--date-tags cl-struct-eshell-function-target-tags cl-struct-eshell-generic-target-tags cl-struct-eshell-princ-target-tags cl-struct-org-element-deferred-tags cl-struct-register-preview-info-tags cl-struct-track-changes--state-tags cl-struct-track-changes--tracker-tags cl-struct-which-key--pages-tags comint-pager comint-password-prompt-max-length comp--fwprop-max-insns-scan comp-primitive-func-cstr-h comp-primitive-type-specifiers comp-sanitizer-emit compilation--start-time compilation-safety completion--flex-score-last-md completion-auto-deselect completion-lazy-hilit completion-lazy-hilit-fn completion-pcm--regexp completion-preview--inhibit-update-p completion-preview--internal-commands completion-preview--mouse-map completion-preview--overlay completion-preview--timer completion-preview-active-mode completion-preview-active-mode-hook completion-preview-active-mode-map completion-preview-commands completion-preview-completion-styles completion-preview-exact-match-only completion-preview-idle-delay completion-preview-message-format completion-preview-minimum-symbol-length completion-preview-mode completion-preview-mode-hook completion-preview-mode-major-mode completion-preview-mode-set-explicitly completion-preview-sort-function cperl--attribute-list-rx cperl--basic-array-rx cperl--basic-hash-rx cperl--basic-paired-delimiters cperl--basic-scalar-rx cperl--basic-variable-rx cperl--class-for-imenu-rx cperl--extra-paired-delimiters cperl--field-declaration-rx cperl--prototype-rx cperl--signature-rx cperl--single-attribute-rx cperl--sloppy-signature-rx cperl--sub-name-generated-rx cperl--variable-list-rx cperl-extra-paired-delimiters-mode cperl-extra-paired-delimiters-mode-hook cperl-fontify-trailer csharp-ts-mode--type-field ctags-program-name current-key-remap-sequence custom-dirlocals-commands custom-dirlocals-field-map custom-dirlocals-file-widget custom-dirlocals-map custom-dirlocals-tool-bar-map custom-dirlocals-widget debugger--last-error describe-bindings-outline-rules describe-mode-outline dictionary--last-match dictionary-display-definition-function dictionary-mode-abbrev-table dictionary-mode-menu dictionary-mode-syntax-table dictionary-read-dictionary-function dictionary-read-word-function dictionary-read-word-prompt dictionary-search-interface dictionary-tool-bar-map diff--cache-clean-interval diff--cache-clean-timer diff--cached-revision-buffers diff--track-changes diff-ignore-whitespace-switches diff-refine-nonmodified dired-click-to-select-map dired-click-to-select-mode dired-click-to-select-mode-hook dired-filename-display-length dired-guess-shell-alist-optional dired-hide-details-preserved-columns dired-movement-style dired-omit--extension-regexp-cache disable-inhibit-text-conversion dnd-unescape-file-uris doc-view-tool-bar-map duplicate-region-final-position ebrowse-program-name echo-keystrokes-help edconf-indentation-alist edebug--unwrap-cache ediff-floating-control-frame editorconfig--apply-coding-system-currently editorconfig--getting-coding-system editorconfig-conf-mode-abbrev-table editorconfig-conf-mode-hook editorconfig-conf-mode-map editorconfig-conf-mode-syntax-table editorconfig-core-handle--cache-hash editorconfig-fnmatch--cache-hashtable editorconfig-fnmatch--left-brace-regexp editorconfig-fnmatch--numeric-range-regexp editorconfig-fnmatch--right-brace-regexp editorconfig-get-local-variables-functions editorconfig-indent-size-vars editorconfig-indentation-alist editorconfig-lisp-use-default-indent editorconfig-mode editorconfig-mode-hook editorconfig-properties-hash editorconfig-trim-whitespaces-mode edmacro--command-line-regexp edmacro--counter-line-regexp edmacro--format-line-regexp edmacro--key-line-regexp edmacro--macro-lines-regexp edmacro--skip-line-regexp edmacro-reverse-macro-lines eglot--TextDocumentIdentifier-cache eglot--capf-session eglot--track-changes eglot-cache-session-completions eglot-confirm-server-edits eglot-events-buffer-config eglot-lsp-context eglot-prefer-plaintext eldoc-doc-buffer-separator electric-layout-allow-in-comment-or-string elisp--local-macroenv elisp--macroexpand-untrusted-warning elixir-ts--builtin-keywords elixir-ts--builtin-keywords-re elixir-ts--capture-anonymous-function-end elixir-ts--capture-operator-parent elixir-ts--definition-keywords elixir-ts--definition-keywords-re elixir-ts--doc-keywords elixir-ts--doc-keywords-re elixir-ts--font-lock-settings elixir-ts--indent-rules elixir-ts--kernel-keywords elixir-ts--kernel-keywords-re elixir-ts--reserved-keywords elixir-ts--reserved-keywords-re elixir-ts--reserved-keywords-vector elixir-ts--sexp-regexp elixir-ts--syntax-propertize-query elixir-ts--syntax-table elixir-ts--test-definition-keywords elixir-ts--treesit-range-rules elixir-ts-indent-offset elixir-ts-mode-abbrev-table elixir-ts-mode-hook elixir-ts-mode-map emacs-news-mode--menu-common-1 emacs-news-mode--menu-common-2 emacs-news-view-mode-menu emacsclient-program-name emoji--narrow epa-keys-select-method erc--aberrant-modules erc--allow-empty-outgoing-lines-p erc--away-indicator erc--buffer-display-choices erc--called-as-input-p erc--channel-mode-types erc--channel-modes erc--check-prompt-explanation erc--cmem-from-nick-function erc--controls-additional-colors erc--current-line-input-split erc--decouple-query-and-channel-membership-p erc--display-buffer-overriding-action erc--display-context erc--fallback-channel-prefixes erc--fill-wrap-scrolltobottom-exempt-p erc--forget-server-user-function erc--hidden-prompt-overlay erc--inhibit-prompt-display-property-p erc--input-review-functions erc--insert-invisible-as-intangible-p erc--insert-line-function erc--insert-line-splice-function erc--insert-marker erc--inside-mode-toggle-p erc--keep-place-indicator-overlay erc--merge-prop-behind-p erc--merge-text-properties-p erc--message-speaker-catalog erc--message-speaker-chan-notice erc--message-speaker-chan-privmsg erc--message-speaker-ctcp-action erc--message-speaker-ctcp-action-input erc--message-speaker-ctcp-action-statusmsg erc--message-speaker-ctcp-action-statusmsg-input erc--message-speaker-input-chan-notice erc--message-speaker-input-chan-privmsg erc--message-speaker-input-query-notice erc--message-speaker-input-query-privmsg erc--message-speaker-query-notice erc--message-speaker-query-privmsg erc--message-speaker-statusmsg erc--message-speaker-statusmsg-input erc--mode-line-chanmodes-arg-len erc--mode-line-mode-string erc--module-toggle-prefix-arg erc--msg-prop-overrides erc--msg-props erc--news-temp-file erc--news-url erc--own-property-names erc--parse-user-regexp erc--parse-user-regexp-legacy erc--parse-user-regexp-pedantic erc--parsed-prefix erc--pre-clear-functions erc--prompt-for-server-function erc--prompt-format-face-example erc--prompt-properties erc--querypoll-ring erc--querypoll-timer erc--ranked-properties erc--refresh-prompt-continue-request erc--refresh-prompt-hook erc--reject-unbreakable-lines erc--requiring-module-mode-p erc--scrolltobottom-post-ignore-commands erc--scrolltobottom-window-info erc--send-action-function erc--send-message-nested-function erc--server-connect-function erc--server-reconnect-display-timer erc--server-reconnect-timeout erc--server-reconnect-timeout-check erc--server-reconnect-timeout-scale-function erc--setup-buffer-hook erc--shell-parse-regexp erc--speaker-status-prefix-wanted-p erc--tab-functions erc--updating-modules-p erc--use-language-catalog-for-ctcp-action-p erc--user-modes erc--user-modes-indicator erc--warnings-buffer-name erc-auto-reconnect-display erc-auto-reconnect-display-timeout erc-away-status-indicator erc-bufbar-mode erc-bufbar-mode-hook erc-buffer-display erc-button--fallback-cmem-function erc-button--has-nickname-entry erc-button--modify-nick-function erc-button--nick-popup-alist erc-button--phantom-cmems erc-button--phantom-users-mode erc-button--phantom-users-mode-hook erc-button--prev-next-predicate-functions erc-button-highlight-nick-once erc-button-nickname-callback-function erc-channel-members erc-command-indicator-mode erc-command-indicator-mode-hook erc-echo-timestamp-zone erc-ensure-target-buffer-on-privmsg erc-fill--function erc-fill--wrap-action-dedent-p erc-fill--wrap-continued-predicate erc-fill--wrap-last-msg erc-fill--wrap-length-function erc-fill--wrap-max-lull erc-fill--wrap-merge-indicator-pre erc-fill--wrap-rejigger-last-message erc-fill--wrap-value erc-fill--wrap-visual-keys erc-fill-line-spacing erc-fill-wrap-align-prompt erc-fill-wrap-force-screen-line-movement erc-fill-wrap-margin-side erc-fill-wrap-margin-width erc-fill-wrap-merge erc-fill-wrap-merge-indicator erc-fill-wrap-mode erc-fill-wrap-mode-hook erc-fill-wrap-mode-map erc-fill-wrap-use-pixels erc-fill-wrap-visual-keys erc-imenu--create-index-function erc-imenu-mode erc-imenu-mode-hook erc-interactive-display erc-join--requested-channels erc-keep-place-indicator-buffer-type erc-keep-place-indicator-follow erc-keep-place-indicator-mode erc-keep-place-indicator-mode-hook erc-keep-place-indicator-style erc-killing-buffer-on-part-p erc-legacy-invisible-bounds-p erc-log--save-in-progress-p erc-message-english-channel-mode-unknown erc-message-english-graft erc-message-english-ignore-list erc-message-english-netjoin erc-message-english-netjoin-done erc-message-english-netsplit erc-message-english-netsplit-none erc-message-english-netsplit-wholeft erc-message-english-notify-current erc-message-english-notify-list erc-message-english-notify-off erc-message-english-notify-on erc-message-english-s352-you erc-message-english-s396 erc-message-english-s402 erc-message-english-s471 erc-message-english-s473 erc-message-english-user-mode-redundant-add erc-message-english-user-mode-redundant-drop erc-networks--target-transplant-in-progress-p erc-networks--transplant-target-buffer-function erc-nickbar-mode erc-nickbar-mode-hook erc-nicks--bg-luminance erc-nicks--bg-mode-value erc-nicks--colors-len erc-nicks--colors-pool erc-nicks--colors-rejects erc-nicks--create-pool-function erc-nicks--custom-keywords erc-nicks--downcased-skip-nicks erc-nicks--face-table erc-nicks--fg-rgb erc-nicks--grad-steps erc-nicks--max-skip-search erc-nicks-backing-face erc-nicks-bg-color erc-nicks-color-adjustments erc-nicks-colors erc-nicks-contrast-range erc-nicks-ignore-chars erc-nicks-key-suffix-format erc-nicks-mode erc-nicks-mode-hook erc-nicks-saturation-range erc-nicks-skip-faces erc-nicks-skip-nicks erc-nicks-track-faces erc-prompt-format erc-querypoll-exclude-regexp erc-querypoll-mode erc-querypoll-mode-hook erc-querypoll-period-params erc-receive-query-display erc-receive-query-display-defer erc-reconnect-display-server-buffers erc-scrolltobottom-all erc-server-263-functions erc-server-396-functions erc-server-402-functions erc-server-471-functions erc-server-473-functions erc-services-regain-alist erc-services-regain-mode erc-services-regain-mode-hook erc-show-speaker-membership-status erc-skip-displaying-selected-window-buffer erc-speaker-from-channel-member-function erc-speedbar--buffer-options erc-speedbar--fmt-sentinel erc-speedbar--force-update-interval-secs erc-speedbar--hidden-speedbar-frame erc-speedbar--last-ran erc-speedbar--nick-face-function erc-speedbar-hide-mode-topic erc-speedbar-my-nick-face erc-speedbar-nicknames-window-width erc-stamp--allow-unmanaged-p erc-stamp--csf-props-updated-p erc-stamp--current-time erc-stamp--date-format-end erc-stamp--date-mode erc-stamp--date-mode-hook erc-stamp--date-stamps erc-stamp--deferred-date-stamp erc-stamp--display-margin-mode erc-stamp--display-margin-mode-hook erc-stamp--inherited-props erc-stamp--insert-date-hook erc-stamp--invisible-property erc-stamp--last-prompt erc-stamp--last-stamp erc-stamp--margin-left-p erc-stamp--margin-width erc-stamp--omit-properties-on-folded-lines erc-stamp--permanent-cursor-sensor-functions erc-stamp--skip-left-margin-prompt-p erc-stamp--skip-when-invisible erc-stamp--tz erc-stamp-prepend-date-stamps-p erc-status-sidebar--active-marker erc-status-sidebar--highlight-refresh-triggers erc-status-sidebar--prechan erc-status-sidebar--show-disconnected erc-status-sidebar--singular-p erc-status-sidebar--trimpat erc-status-sidebar-click-display-action erc-status-sidebar-highlight-active-buffer erc-status-sidebar-style erc-track--alt-normals-function erc-track--attn-faces erc-track--face-reject-function erc-track--normal-faces erc-track--shortened-names erc-track--shortened-names-current-hash erc-track--switch-fallback-blockers erc-track-ignore-normal-contenders-p ert-font-lock--assertion-line-re ert-font-lock--face-symbol-list-re ert-font-lock--face-symbol-re eshell--buffered-print-current-size eshell--buffered-print-next-redisplay eshell--buffered-print-queue eshell--local-prefix eshell-allow-commands eshell-background-commands eshell-buffered-print-redisplay-throttle eshell-buffered-print-size eshell-cmpl-remote-file-ignore eshell-command-output-properties eshell-current-argument-plain eshell-debug-command-buffer eshell-explicit-remote-commands eshell-foreground-command eshell-glob-splice-results eshell-hist--new-items eshell-history-append eshell-in-local-scope-p eshell-integer-regexp eshell-local-variable-bindings eshell-module-loading-messages eshell-password-prompt-max-length eshell-process-wait-time eshell-special-ref-alist eshell-special-ref-default eshell-subjob-messages eshell-supports-asynchronous-processes etags-program-name etags-regen--errors-buffer-name etags-regen--new-file etags-regen--rescan-files-limit etags-regen--tags-file etags-regen--tags-root etags-regen-file-extensions etags-regen-ignores etags-regen-mode etags-regen-mode-hook etags-regen-mode-map etags-regen-program etags-regen-program-options etags-regen-regexp-alist etags-regen-tags-file evil-state eww-before-browse-history-function eww-minibuffer-url-keymap eww-readable-adds-to-history eww-readable-urls fast-read-process-output find-alternate-file-dont-kill-client find-gnu-find-p flymake--mode-line-counter-cache flymake--mode-line-counter-map flymake--original-margin-width flymake-autoresize-margins flymake-indicator-type flymake-margin-indicator-position flymake-margin-indicators-string flymake-show-diagnostics-at-end-of-line flyspell-check-changes forward-sentence-function forward-thing-provider-alist gdb-display-io-buffer gdb-locals-table-row-config gdb-target-async-checked global-completion-preview-mode global-completion-preview-mode-buffers global-completion-preview-mode-hook global-completion-preview-modes global-visual-wrap-prefix-mode global-visual-wrap-prefix-mode-buffers global-visual-wrap-prefix-mode-hook global-whitespace-mode-buffers global-window-tool-bar-mode global-window-tool-bar-mode-buffers global-window-tool-bar-mode-hook gnus-current-move-article gnus-dired-attach-at-end gnus-mode-line-logo gnus-prev-cwc go-ts-mode--builtin-functions grep--heading-format grep--heading-state grep-heading-regexp grep-use-headings gud--lldb-python-init-string gud-async-running gud-highlight-current-line gud-highlight-current-line-overlay gud-lldb-command-name gud-lldb-history gud-lldb-max-completions gud-menu-mode-map gud-text-menu-bar-map hack-dir-local-get-variables-functions heex-ts--font-lock-settings heex-ts--indent-rules heex-ts--sexp-regexp heex-ts-indent-offset heex-ts-mode-abbrev-table heex-ts-mode-hook heex-ts-mode-map heex-ts-mode-syntax-table help-display-function-type help-fns--function-names help-fns--function-numbers help-for-help-use-variable-pitch help-quick-use-map hexl-program-name hif-etc-regexp hif-line-concat html-ts-mode--font-lock-settings html-ts-mode--indent-rules html-ts-mode-abbrev-table html-ts-mode-hook html-ts-mode-indent-offset html-ts-mode-map html-ts-mode-syntax-table ielm--exit ielm-history-file-name image-dired-thumb-naming image-recompute-map-p imenu-flatten inferior-php-ts-mode-abbrev-table inferior-php-ts-mode-hook inferior-php-ts-mode-map inferior-php-ts-mode-syntax-table inhibit-auto-fill isearch-lazy-highlight-invisible isearch-text-conversion-style java-ts-mode--feature-list js--treesit-jsdoc-beginning-regexp js--treesit-sentence-nodes js--treesit-sexp-nodes jsonrpc-event-hook jsonrpc-inhibit-debug-on-error kill-ring-deindent-mode kill-ring-deindent-mode-hook kmacro-menu--deletion-flags kmacro-menu--marks kmacro-menu-mode-abbrev-table kmacro-menu-mode-hook kmacro-menu-mode-map kmacro-menu-mode-syntax-table lisp-eval-depth-reserve load--bin-dest-dir load--eln-dest-dir log-edit-tool-bar-map log-view-vc-prev-fileset log-view-vc-prev-revision lua-ts--builtins lua-ts--flymake-process lua-ts--font-lock-settings lua-ts--keywords lua-ts--simple-indent-rules lua-ts--syntax-table lua-ts-indent-continuation-lines lua-ts-indent-offset lua-ts-inferior-buffer lua-ts-inferior-history lua-ts-inferior-options lua-ts-inferior-program lua-ts-inferior-prompt lua-ts-inferior-prompt-continue lua-ts-inferior-startfile lua-ts-luacheck-program lua-ts-mode-abbrev-table lua-ts-mode-hook lua-ts-mode-map lua-ts-mode-menu macroexp-inhibit-compiler-macros major-mode-remap-defaults math--read-preprocess-re-cache menu-bar-close-window menu-bar-project-item minibuffer--regexp-primed minibuffer--regexp-prompt-regexp minibuffer-completion-base minibuffer-on-screen-keyboard-displayed minibuffer-on-screen-keyboard-timer minibuffer-regexp-mode minibuffer-regexp-mode-hook minibuffer-regexp-prompts minibuffer-visible-completions minibuffer-visible-completions--always-bind minibuffer-visible-completions-map mode-line-format-right-align mode-line-right-align-edge mode-line-window-dedicated mode-line-window-dedicated-keymap modifier-bar-mode modifier-bar-mode-hook modifier-bar-modifier-list mouse-1-double-click-prefer-symbols mouse-prefer-closest-glyph mouse-wheel-buttons movemail-program-name multi-file-diff-unsaved native-comp-async-warnings-errors-kind newsticker--ticker-period-timer newsticker-ticker-period nnatom-backend nnatom-group nnatom-group-article-ids nnatom-group-article-max-num nnatom-group-article-mix-num nnatom-group-articles nnatom-read-article-function nnatom-read-author-function nnatom-read-description-function nnatom-read-feed-function nnatom-read-group-author-function nnatom-read-group-function nnatom-read-id-function nnatom-read-links-function nnatom-read-parts-function nnatom-read-publish-date-function nnatom-read-subject-function nnatom-read-title-function nnatom-read-update-date-function nnatom-servers nnatom-status-string nnfeed-backend nnfeed-date-format nnfeed-group nnfeed-group-article-ids nnfeed-group-article-max-num nnfeed-group-article-min-num nnfeed-group-articles nnfeed-group-names nnfeed-print-content-function nnfeed-read-article-function nnfeed-read-author-function nnfeed-read-description-function nnfeed-read-feed-function nnfeed-read-group-author-function nnfeed-read-group-function nnfeed-read-headers-function nnfeed-read-id-function nnfeed-read-links-function nnfeed-read-parts-function nnfeed-read-publish-date-function nnfeed-read-subject-function nnfeed-read-title-function nnfeed-read-update-date-function nnfeed-servers nnfeed-status-string ob-clojure-cli-command ob-shell-async-indicator org--dnd-xds-method org--fast-tag-selection-keys org--headline-re-cache-bol org--headline-re-cache-no-bol org--item-re-cache org--warnings org-after-note-stored-hook org-agenda-skip-scheduled-repeats-after-deadline org-agenda-start-with-archives-mode org-babel-clojurescript-backend org-babel-comint-fallback-regexp-threshold org-babel-comint-prompt-regexp-old org-babel-header-args:ash org-babel-header-args:bash org-babel-header-args:csh org-babel-header-args:dash org-babel-header-args:fish org-babel-header-args:ksh org-babel-header-args:maxima org-babel-header-args:mksh org-babel-header-args:posh org-babel-header-args:python org-babel-header-args:scheme org-babel-header-args:sh org-babel-header-args:shell org-babel-header-args:zsh org-babel-latex-process-alist org-babel-lilypond-paper-settings org-babel-lua-multiple-values-separator org-babel-maxima--command-arguments-default org-babel-maxima--default-epilogue org-babel-maxima--graphic-package-options org-babel-maxima--output-filter-regexps org-babel-python--def-format-value org-babel-python--output-graphics-wrapper org-babel-python-command-nonsession org-babel-python-command-session org-babel-ruby-define-prompt org-babel-ruby-prompt org-babel-tangle-remove-file-before-write org-beamer-frame-environment org-cite-csl-latex-label-separator org-cite-csl-latex-label-width-per-char org-cite-csl-latex-preamble org-cite-natbib-bibliography-style org-clock--auto-clockout-timer-obj org-clock-out-removed-last-clock org-columns--read-only-string org-columns-checkbox-allowed-values org-columns-dblock-formatter org-columns-global org-ctags--open-link-functions-list org-element--cache-self-verify-before-persisting org-element--cache-variables org-element--current-element-re org-element--get-global-node-properties org-element--headline-archivedp org-element--headline-comment-re org-element--headline-deferred org-element--headline-footnote-section-p org-element--headline-parent-deferred org-element--headline-parse-title-parse org-element--headline-parse-title-raw org-element--headline-raw-value org-element--latex-begin-environment-nogroup org-element--standard-properties org-element--standard-properties-idxs org-element--string-cache org-element--timestamp-raw-value-regexp org-element-cache-version org-element-drawer-re-nogroup org-element-dynamic-block-open-re-nogroup org-element-ignored-local-variables org-export-body-only org-export-expand-links org-export-force-publishing org-export-process-citations org-export-timestamp-file org-export-visible-only org-fast-tag-selection-maximum-tags org-file-buffer-created org-fold-catch-invisible-edits-commands org-fold-core--isearch-active org-fold-core--keep-overlays org-fold-core--region-delayed-list org-fold-core--suppress-folding-fix org-html--id-attr-prefix org-icalendar-todo-unscheduled-start org-icalendar-ttl org-id--locations-checksum org-id-link-consider-parent-id org-id-link-use-context org-image-align org-image-max-width org-indent-post-buffer-init-functions org-latex-default-footnote-command org-latex-listings-src-omit-language org-logind-dbus-session-path org-metadown-final-hook org-metaleft-final-hook org-metaright-final-hook org-metaup-final-hook org-mode-tags-syntax-table org-odt--id-attr-prefix org-org-with-cite-processors org-org-with-special-rows org-persist--index-age org-persist--refresh-gc-lock-timer org-persist-gc-lock-expiry org-persist-gc-lock-file org-persist-gc-lock-interval org-publish-transient-cache org-shiftmetadown-final-hook org-shiftmetaleft-final-hook org-shiftmetaright-final-hook org-shiftmetaup-final-hook org-sort-function org-sxhash-hashes org-sxhash-objects org-target-link-regexp-limit org-target-link-regexps org-timestamp-custom-formats org-timestamp-formats org-timestamp-rounding-minutes org-uuid-regexp org-yank-dnd-default-attach-method org-yank-dnd-method org-yank-image-file-name-function org-yank-image-save-method package-vc--backend-type package-vc-allow-build-commands package-vc-register-as-project password-colon-equivalents pax-extended-attribute-record-regexp pax-gid-index pax-gname-index pax-linkpath-index pax-mtime-index pax-path-index pax-size-index pax-uid-index pax-uname-index pcase--find-macro-def-regexp pcase--subtype-bitsets pcmpl-gnu--tar-long-options pcomplete-exit-function pcomplete-remote-file-ignore pdumper-fingerprint peg--actions peg--errors peg--stack peg-char-classes peg-leaf-types peg-syntax-classes perl--format-regexp php-ts-mode--class-magic-methods php-ts-mode--custom-html-font-lock-settings php-ts-mode--feature-list php-ts-mode--flymake-process php-ts-mode--inferior-php-process php-ts-mode--inferior-prompt php-ts-mode--keywords php-ts-mode--language-source-alist php-ts-mode--operators php-ts-mode--phpdoc-font-lock-settings php-ts-mode--phpdoc-indent-rules php-ts-mode--possibly-braceless-keyword-re php-ts-mode--predefined-constant php-ts-mode--syntax-table php-ts-mode-abbrev-table php-ts-mode-css-fontify-colors php-ts-mode-hook php-ts-mode-indent-offset php-ts-mode-indent-style php-ts-mode-inferior-history php-ts-mode-inferior-php-buffer php-ts-mode-js-css-indent-offset php-ts-mode-map php-ts-mode-menu php-ts-mode-php-config php-ts-mode-php-executable php-ts-mode-ws-document-root php-ts-mode-ws-hostname php-ts-mode-ws-port php-ts-mode-ws-workers post-text-conversion-hook pp--quoting-syntaxes pp-default-function proced-refinements project-buffers-viewer project-file-history-behavior project-files-relative-names project-key-prompt-style project-mode-line project-mode-line-face project-mode-line-format project-mode-line-map project-prompter python-indent-block-paren-deeper python-interpreter-args python-shell-readline-completer-delims python-shell-setup-code rcirc-log-time-format rcirc-track-abbreviate-flag rcs2log-program-name read-passwd--hide-password read-passwd--mode-line-icon read-passwd-mode read-passwd-mode-hook register--read-with-preview-function register-preview-default-keys register-preview-display-buffer-alist register-use-preview remote-file-name-access-timeout remote-file-name-inhibit-auto-save remote-file-name-inhibit-delete-by-moving-to-trash revert-buffer-restore-functions rgrep-find-ignores-in- ruby-bracketed-args-indent ruby-rubocop-use-bundler rust-ts--flymake-proc rust-ts-flymake-command rust-ts-mode-prettify-symbols-alist safe-local-variable-directories secondary-tool-bar-map server--process-filter-active server--process-filter-pending server-eval-args-left server-stop-automatically--timer shell-command-guess-functions shell-command-guess-open shell-command-mode-abbrev-table shell-command-mode-hook shell-command-mode-map shell-command-mode-syntax-table shell-get-old-input-include-continuation-lines shell-history-file-name shr-correct-attribute-case shr-fill-text shr-image-ascent shr-max-inline-image-size shr-sub-raise-factor shr-sup-raise-factor socks--errors-4 strokes-no-match-function tab-bar-minibuffer-restore-tab tab-bar-mode-map tab-bar-select-restore-context tab-bar-select-restore-windows tab-bar-tab-name-format-functions tab-bar-tab-post-select-functions tab-line-mode-map tab-line-new-button-functions tab-line-switch-repeat-map tabulated-list-groups tar-archive-from-tar tar-attr-vector tempo-user-element-functions text-conversion-style text-mode-ispell-word-completion thing-at-point-decimal-regexp thing-at-point-hexadecimal-regexp tit-quail-cxterm-package-ext-info tit-quail-misc-package-ext-info toggle-window-dedicated-flag tool-bar-always-show-default touch-screen-aux-tool touch-screen-current-timer touch-screen-current-tool touch-screen-delay touch-screen-display-keyboard touch-screen-enable-hscroll touch-screen-events-received touch-screen-extend-selection touch-screen-keyboard-function touch-screen-precision-scroll touch-screen-preview-select touch-screen-set-point-commands touch-screen-translate-prompt touch-screen-word-select touch-screen-word-select-bounds touch-screen-word-select-initial-word track-changes--before-beg track-changes--before-clean track-changes--before-end track-changes--before-no track-changes--before-string track-changes--buffer-size track-changes--clean-trackers track-changes--disjoint-trackers track-changes--error-log track-changes--state track-changes--trackers track-changes-record-errors tramp--last-hop-directory tramp-androidsu-connection-local-default-variables tramp-androidsu-file-name-handler-alist tramp-androidsu-local-shell-name tramp-androidsu-local-tmp-directory tramp-androidsu-method tramp-androidsu-mount-global-namespace tramp-androidsu-remote-path tramp-androidsu-su-mm-supported tramp-apptainer-method tramp-apptainer-program tramp-bsd-unames tramp-bundle-read-file-names tramp-cleanup-some-buffers-hook tramp-compat-password-colon-equivalents tramp-completion-multi-hop-methods tramp-config-check tramp-debug-command-messages tramp-debug-message-fnh-function tramp-debug-nesting tramp-default-copy-file-name tramp-direct-async-process tramp-distrobox-method tramp-distrobox-no-container-regexp tramp-distrobox-program tramp-dockercp-method tramp-dont-suspend-timers tramp-extra-expand-args tramp-file-name-with-method tramp-flatpak-method tramp-flatpak-program tramp-gvfs-listmountableinfo tramp-gvfs-listmounttypes tramp-gvfs-mounttypes tramp-inhibit-errors-if-setting-file-attributes-fail tramp-kubernetes--host-name-regexp tramp-kubernetes-connection-local-default-variables tramp-kubernetes-context tramp-kubernetes-namespace tramp-ls-file-attributes tramp-nspawn-method tramp-nspawn-program tramp-podmancp-method tramp-stat-directory-files-and-attributes-with-selinux tramp-stat-file-attributes-with-selinux tramp-sudoedit-file-attributes-with-selinux tramp-tainted-remote-process-buffers tramp-toolbox-method tramp-toolbox-program tramp-use-connection-share tramp-use-file-attributes transient--all-levels-p transient--buffer transient--max-level transient--pending-group transient--pending-suffix transient--refreshp transient--shadowed-buffer transient-information transient-information* transient-setup-buffer-hook transient-value-preset transient-version transpose-sexps-function treesit--install-language-grammar-out-dir-history treesit-outline-predicate treesit-primary-parser treesit-sentence-type-regexp treesit-sexp-type-regexp treesit-text-type-regexp treesit-thing-settings trusted-content typescript-ts-mode--sentence-nodes typescript-ts-mode--sexp-nodes uniquify-dirname-transform url-query-key-value-allowed-chars use-dialog-box-override use-package-vc-prefer-newest use-package-vc-valid-keywords vc-annotate-use-short-revision vc-deduce-backend-nonvc-modes vc-git-file-name-changes-switches vc-git-shortlog-switches vc-hg--program-version vc-use-short-revision verilog-align-assign-expr verilog-align-comment-distance verilog-align-decl-expr-comments verilog-align-typedef-regexp verilog-align-typedef-words verilog-assignment-operation-re-2 verilog-basic-complete-expr-no-assign-re verilog-basic-complete-expr-re verilog-basic-complete-words verilog-basic-complete-words-expr verilog-basic-complete-words-expr-no-assign verilog-complete-re verilog-concurrent-assertion-statement-re verilog-declaration-embedded-comments-re verilog-declaration-or-iface-mp-re verilog-declaration-re-macro verilog-declaration-simple-re verilog-defun-no-class-re verilog-defun-tf-re-all verilog-defun-tf-re-beg verilog-defun-tf-re-end verilog-end-defun-no-class-re verilog-fontify-variables verilog-identifier-re verilog-identifier-sym-re verilog-indent-class-inside-pkg verilog-indent-ignore-multiline-defines verilog-indent-ignore-regexp verilog-interface-modport-re verilog-typedef-enum-re verilog-warn-fatal-internal verilog-zero-indent-no-class-re vhdl--signal-regions-functions viper-enable-minibuffer-faces visual-wrap-extra-indent visual-wrap-prefix-mode visual-wrap-prefix-mode-hook visual-wrap-prefix-mode-major-mode visual-wrap-prefix-mode-set-explicitly warning-display-at-bottom which-func--use-header-line which-func--use-mode-line which-func-display which-func-update-delay which-key--automatic-display which-key--buffer which-key--debug-buffer-name which-key--echo-keystrokes-backup which-key--evil-keys-regexp which-key--frame which-key--god-mode-key-string which-key--god-mode-support-enabled which-key--ignore-keys-regexp which-key--ignore-non-evil-keys-regexp which-key--inhibit-next-operator-popup which-key--last-try-2-loc which-key--multiple-locations which-key--pages-obj which-key--paging-functions which-key--paging-timer which-key--prefix-help-cmd-backup which-key--prefix-title-alist which-key--previous-frame-size which-key--prior-show-keymap-args which-key--saved-window-configuration which-key--secondary-timer-active which-key--timer which-key-C-h-map which-key-C-h-map-prompt which-key-add-column-padding which-key-allow-evil-operators which-key-allow-imprecise-window-fit which-key-allow-multiple-replacements which-key-allow-regexps which-key-buffer-name which-key-compute-remaps which-key-custom-hide-popup-function which-key-custom-popup-max-dimensions-function which-key-custom-show-popup-function which-key-delay-functions which-key-dont-use-unicode which-key-echo-keystrokes which-key-ellipsis which-key-extra-keymaps which-key-frame-max-height which-key-frame-max-width which-key-hide-alt-key-translations which-key-highlighted-command-list which-key-idle-delay which-key-idle-secondary-delay which-key-inhibit which-key-inhibit-display-hook which-key-inhibit-regexps which-key-init-buffer-hook which-key-keymap-history which-key-lighter which-key-max-description-length which-key-max-display-columns which-key-min-column-description-width which-key-min-display-lines which-key-mode which-key-mode-hook which-key-mode-map which-key-paging-key which-key-paging-prefixes which-key-persistent-popup which-key-popup-type which-key-prefix-prefix which-key-preserve-window-configuration which-key-replacement-alist which-key-separator which-key-show-docstrings which-key-show-early-on-C-h which-key-show-operator-state-maps which-key-show-prefix which-key-show-remaining-keys which-key-show-transient-maps which-key-side-window-location which-key-side-window-max-height which-key-side-window-max-width which-key-side-window-slot which-key-sort-order which-key-sort-uppercase-first which-key-special-keys which-key-this-command-keys-function which-key-unicode-correction which-key-use-C-h-commands whitespace-mode-major-mode whitespace-mode-set-explicitly widget-skip-inactive window-point-context-set-function window-point-context-use-function window-restore-killed-buffer-windows window-state-put-kept-windows window-state-put-selected-window window-tool-bar--allow-images window-tool-bar--button-keymap window-tool-bar--graphical-separator window-tool-bar--ignored-event-types window-tool-bar--memory-use-delta-step1 window-tool-bar--memory-use-delta-step2 window-tool-bar--refresh-done-count window-tool-bar--refresh-skipped-count window-tool-bar-mode window-tool-bar-mode-hook window-tool-bar-mode-major-mode window-tool-bar-mode-set-explicitly window-tool-bar-string--cache xref--hits-file-prefix xref-mode-line-matches xref-num-matches-face xref-num-matches-found yes-or-no-prompt))
(features
(removed esh-groups legacy-gnus-agent)
(added comp-common comp-run compat completion-preview editorconfig editorconfig-conf-mode editorconfig-core editorconfig-core-handle editorconfig-fnmatch editorconfig-tools elixir-ts-mode erc-nicks ert-font-lock esh-module-loaddefs etags-regen heex-ts-mode html-ts-mode indent-aux lua-ts-mode nnatom nnfeed org-element-ast peg php-ts-mode touch-screen track-changes tramp-androidsu tramp-message visual-wrap which-key window-tool-bar))))
;; Local Variables:
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
package-lint-0.25/package-lint-flymake.el 0000664 0000000 0000000 00000005352 14762534143 0020324 0 ustar 00root root 0000000 0000000 ;;; package-lint-flymake.el --- A package-lint Flymake backend -*- lexical-binding: t; -*-
;; Copyright (C) 2018 J. Alexander Branham (alex DOT branham AT gmail DOT com)
;; Package-Requires: ((emacs "26.1") (package-lint "0.5"))
;; Package-Version: 0
;; Homepage: https://github.com/purcell/package-lint
;; This file is not part of GNU Emacs.
;; This 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, or (at your option) any later
;; version.
;; This 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; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301 USA.
;;; Commentary:
;; Flymake is the built-in Emacs package to support on-the-fly syntax
;; checking. This library adds support for flymake to `package-lint'.
;; It requires Emacs 26.
;; Enable it by calling `package-lint-flymake-setup' from a
;; file-visiting buffer. To enable in all `emacs-lisp-mode' buffers:
;;
;; (add-hook 'emacs-lisp-mode-hook #'package-lint-flymake-setup)
;;; Code:
(eval-when-compile
(require 'cl-lib))
(require 'flymake)
(require 'package-lint)
(declare-function flymake-diag-region "flymake")
(declare-function flymake-make-diagnostic "flymake")
(defun package-lint-flymake (report-fn &rest _args)
"A Flymake backend for `package-lint'.
Use `package-lint-flymake-setup' to add this to
`flymake-diagnostic-functions'. Calls REPORT-FN directly."
(if (package-lint-looks-like-a-package-p)
(let ((collection (package-lint-buffer)))
(cl-loop for (line col type message) in
collection
for (beg . end) = (flymake-diag-region (current-buffer) line col)
collect
(flymake-make-diagnostic
(current-buffer)
beg end
(if (eq type 'warning) :warning :error)
message)
into diags
finally (funcall report-fn diags)))
(funcall report-fn nil)))
;;;###autoload
(defun package-lint-flymake-setup ()
"Setup package-lint integration with Flymake."
(interactive)
(if (< emacs-major-version 26)
(error "Package-lint-flymake requires Emacs 26 or later")
(add-hook 'flymake-diagnostic-functions #'package-lint-flymake nil t)
(flymake-mode)))
(provide 'package-lint-flymake)
;;; package-lint-flymake.el ends here
package-lint-0.25/package-lint-test.el 0000664 0000000 0000000 00000111744 14762534143 0017656 0 ustar 00root root 0000000 0000000 ;;; package-lint-test.el --- Test suite for package-lint
;; Copyright (C) 2016-2019 Steve Purcell, Fanael Linithien
;; Author: Steve Purcell
;; Fanael Linithien
;; URL: https://github.com/purcell/package-lint
;; Version: 0
;; Package-Requires: ((emacs "24.1") (cl-lib "0.6"))
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; This file contains the official package-lint testsuite.
;;; Code:
(require 'package-lint)
(require 'ert)
(require 'cl-lib)
(defun package-lint-test-add-package-lint-foobar-to-archive (version &optional archive)
"Add a package-lint-foobar package to ARCHIVE.
ARCHIVE defaults to \"melpa-stable\".
VERSION is a list of numbers, e.g., (0 5 0) to represent version
0.5.0."
(package--add-to-archive-contents
`(package-lint-foobar . [,version ((emacs (25 1))) "Some documentation" single
((:commit . "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
(:url . "https://gitlab.com/somewhere"))])
(or archive "melpa-stable")))
(cl-defun package-lint-test--run (contents &key header version footer provide commentary url featurename)
"Run `package-lint-buffer' on a temporary buffer with given CONTENTS.
HEADER, VERSION, FOOTER, PROVIDE, COMMENTARY, and URL can be
either strings or nil; when one is a string, the corresponding
package boilerplate part is replaced with the passed string, when
it's nil, the default is used.
FEATURENAME defaults to \"test\", and is used in the file name,
headers and provide form."
(unless featurename
(setq featurename "test"))
(with-temp-buffer
(let ((delay-mode-hooks t))
(emacs-lisp-mode))
(insert (or header (format ";;; %s.el --- A test\n" featurename)))
(insert (or version ";; Package-Version: 0\n"))
(insert (or url ";; URL: https://package-lint.test/p?q#f\n"))
(insert (or commentary ";;; Commentary:\n;; A test package, for testing.\n"))
(insert contents)
(insert "\n" (or provide (format "(provide '%s)\n" featurename)))
(insert (or footer (format "\n\n;;; %s.el ends here\n" featurename)))
(let ((buffer-file-name (format "%s.el" featurename)))
(package-lint-buffer))))
(ert-deftest package-lint-test-reserved-keybindings ()
(let ((reserved-message "This key sequence is reserved (see Key Binding Conventions in the Emacs Lisp manual)"))
;; C-c and a letter (either upper or lower case)
(should (equal (package-lint-test--run "(kbd \"C-c n\")")
`((6 13 error ,reserved-message))))
(should (equal (package-lint-test--run "(local-set-key \"\\C-cF\" 'something)")
`((6 34 error ,reserved-message))))
(should-not (package-lint-test--run "(kbd \"C-d n\")"))
(should (equal (package-lint-test--run "(kbd \"C-c x n\")")
`((6 15 error ,reserved-message))))
;; [C-keyname] bindings should work fine
(should-not (package-lint-test--run "(define-key map [C-return] 'something)"))
;; C-c followed by a control character or a digit
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-c 1\"))"))
(should-not (package-lint-test--run "(global-set-key \"\\C-c1\" 'something)"))
;; C-c followed by {, }, <, >, : or ;
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-c <\"))"))
(should-not (package-lint-test--run "(define-key map \"\\C-c<\" 'something)"))
;; Function keys through without modifier keys
(should (equal (package-lint-test--run "(define-key map (kbd \"\") 'something)")
`((6 40 error ,reserved-message))))
(should (equal (package-lint-test--run "(global-set-key [f5] 'something)")
`((6 32 error ,reserved-message))))
(should-not (package-lint-test--run "(global-set-key [f4] 'something)"))
(should-not (package-lint-test--run "(global-set-key (kbd \"C-c \") 'something)"))
;; C-c followed by any other ASCII punctuation or symbol character
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-c .\"))"))
(should-not (package-lint-test--run "(global-set-key \"\\C-c.\" 'something)"))
;; But C-c followed by another modifier sequence is allowed
(should-not (package-lint-test--run "(global-set-key (kbd \"C-c C-x d\") 'something)"))
;; Don't bind C-h following any prefix character
(should (equal (package-lint-test--run "(defcustom test-something (kbd \"C-x C-h\"))")
`((6 41 error ,reserved-message))))
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-h C-x\"))"))
;; Don't bind a key sequence ending in
(should (equal (package-lint-test--run "(defcustom test-something (kbd \"C-x C-g\"))")
`((6 41 error ,reserved-message))))
(should (equal (package-lint-test--run "(global-set-key \"\\C-c\\C-g\" 'something)")
`((6 38 error ,reserved-message))))
(should-not (package-lint-test--run "(global-set-key \"C-x g\" 'something)"))
;; But we allow C-g alone, which is acceptable for some special cases
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-g\"))"))
;; Don't bind a key sequence ending in except following another
(should (equal (package-lint-test--run "(defcustom test-something (kbd \"C-x \")")
`((6 43 error ,reserved-message))))
(should-not (package-lint-test--run "(defcustom test-something (kbd \"C-x \"))"))))
(ert-deftest package-lint-test-error-autoloads-on-private-functions ()
(should (equal '() (package-lint-test--run "(defun test--private-function ())")))
(should
(equal
'((6 0 warning "Private functions generally should not be autoloaded."))
(package-lint-test--run ";;;###autoload\n(defun test--private-function ())")))
(should
(equal
'((6 0 warning "Private functions generally should not be autoloaded."))
(package-lint-test--run ";;;###autoload\n(defmacro test--private-macro ())"))))
(ert-deftest package-lint-test-warn-literal-emacs-path ()
(should
(equal
'((6 9 warning "Use variable `user-emacs-directory' or function `locate-user-emacs-file' instead of a literal path to the Emacs user directory or files."))
(package-lint-test--run "\".emacs\.d\"")))
(should
(equal
'((6 11 warning "Use variable `user-emacs-directory' or function `locate-user-emacs-file' instead of a literal path to the Emacs user directory or files."))
(package-lint-test--run "\"~/.emacs\.d/foo\"")))
(should (equal '() (package-lint-test--run "\"/foo/foo.emacs.dat\"")))
(should (equal '() (package-lint-test--run ";; ~/\.emacs\.d/elpa")))
(should (equal '() (package-lint-test--run "\"emacs dot dee\""))))
(ert-deftest package-lint-test-accept-standard-keywords ()
;; Test comma- and space-separated keywords, as both are commonly used.
(should (equal '() (package-lint-test--run ";; Keywords: lisp convenience")))
(should (equal '() (package-lint-test--run ";; Keywords: lisp, convenience"))))
(ert-deftest package-lint-test-warn-no-standard-keyword ()
(should
(equal
'((6 13 warning "You should include standard keywords: see the variable `finder-known-keywords'."))
(package-lint-test--run ";; Keywords: foo"))))
(ert-deftest package-lint-test-no-warning-if-at-least-one-standard-keyword ()
(should
(equal nil (package-lint-test--run ";; Keywords: lisp foo"))))
(ert-deftest package-lint-test-error-if-no-url ()
(should
(equal
'((1 0 error "Package should have a Homepage or URL header."))
(package-lint-test--run "" :url "")))
(should
(equal
'((3 8 error "Package URLs should be a single HTTPS or HTTP URL."))
(package-lint-test--run "" :url ";; URL: not a URL\n")))
(should
(equal
'((3 8 error "Package URLs should be a single HTTPS or HTTP URL."))
(package-lint-test--run "" :url ";; URL: git://test/test.git\n"))))
(ert-deftest package-lint-test-accept-homepage ()
(should (equal '() (package-lint-test--run "" :url ";; Homepage: https://package-lint.test/foo\n")))
(should (equal '() (package-lint-test--run "" :url ";; Homepage: \n"))))
(ert-deftest package-lint-test-warn-invalid-version ()
(should
(member
'(2 20 warning "\"invalid\" is not a valid version. MELPA will handle this, but other archives will not.")
(package-lint-test--run "" :version ";; Package-Version: invalid\n"))))
(ert-deftest package-lint-test-warn-no-version ()
(should
(member
'(1 0 warning "\"Version:\" or \"Package-Version:\" header is missing. MELPA will handle this, but other archives will not.")
(package-lint-test--run ";; Package-Requires: ((example \"0\"))" :version ""))))
(ert-deftest package-lint-test-accept-valid-version ()
(should (equal '() (package-lint-test--run "" :version ";; Package-Version: 1.2.3-cvs\n"))))
(ert-deftest package-lint-test-error-lexical-binding-not-at-end ()
(should
(equal
'((1 0 error "`lexical-binding' must be set in the first line."))
(package-lint-test--run
";; Local Variables:
;; lexical-binding: t
;; End:"))))
(ert-deftest package-lint-test-warn-lexical-binding-without-emacs-24-dep ()
(should
(equal
'((1 27 warning "You should depend on (emacs \"24.1\") if you need lexical-binding."))
(package-lint-test--run
""
:header ";;; test.el --- A test -*- lexical-binding: t -*-\n"))))
(ert-deftest package-lint-test-accept-lexical-binding-with-emacs-24-dep ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((emacs \"24\"))"
:header ";;; test.el --- A test -*- lexical-binding: t -*-\n"))))
(ert-deftest package-lint-test-warn-empty-summary ()
(should
(equal
'((1 0 error "Package should have a non-empty summary."))
(package-lint-test--run "" :header ";;; test.el ---\n"))))
(ert-deftest package-lint-test-warn-too-long-summary ()
(should
(equal
'((1 0 warning "The package summary is too long. It should be at most 60 characters.")
(1 0 warning "The package summary should start with an uppercase letter or a digit."))
(package-lint-test--run
""
:header ";;; test.el --- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n"))))
(ert-deftest package-lint-test-warn-summary-end-with-period ()
(should
(equal
'((1 0 warning "The package summary should not end with a period."))
(package-lint-test--run
""
:header ";;; test.el --- A test.\n"))))
(ert-deftest package-lint-test-warn-emacs-in-summary ()
(should
(equal
'((1 0 warning "Including \"Emacs\" in the package summary is usually redundant."))
(package-lint-test--run "" :header ";;; test.el --- A package for Emacs\n"))))
(ert-deftest package-lint-test-accept-emacs-lisp-in-summary ()
(should (equal '() (package-lint-test--run "" :header ";;; test.el --- Emacs Lisp test framework\n"))))
(ert-deftest package-lint-test-accept-.emacs-in-summary ()
(should (equal '() (package-lint-test--run "" :header ";;; test.el --- Something for .emacs\n"))))
(ert-deftest package-lint-test-error-invalid-dependency ()
(should
(member
'(6 23 error "\"invalid\" is not a valid version string: see `version-to-list'.")
(package-lint-test--run ";; Package-Requires: ((package-lint \"invalid\"))"))))
(ert-deftest package-lint-test-error-emacs-23-dep ()
(should
(equal
'((6 23 error "You can only depend on Emacs version 24 or greater: package.el for Emacs 23 does not support the \"emacs\" pseudopackage."))
(package-lint-test--run ";; Package-Requires: ((emacs \"23\"))"))))
(ert-deftest package-lint-test-warning-emacs-head-dep ()
(should
(equal
'((6 23 warning "This makes the package uninstallable in all released Emacs versions."))
(package-lint-test--run ";; Package-Requires: ((emacs \"30\"))"))))
(ert-deftest package-lint-test-accept-emacs-24+-dep ()
(should (equal '() (package-lint-test--run ";; Package-Requires: ((emacs \"24\"))")))
(should (equal '() (package-lint-test--run ";; Package-Requires: ((emacs \"26.3\"))"))))
(ert-deftest package-lint-test-error-uninstallable-dep ()
(should
(equal
'((6 23 error "Package example-nonexistent-package is not installable."))
(package-lint-test--run ";; Package-Requires: ((example-nonexistent-package \"1\"))"))))
(ert-deftest package-lint-test-warn-snapshot-dep ()
(package-lint-test-add-package-lint-foobar-to-archive '(0 5 0))
(package-lint-test-add-package-lint-foobar-to-archive '(20180101 0 0))
(should
(equal
'((6 23 warning "Use a non-snapshot version number for dependency on \"package-lint-foobar\" if possible."))
(package-lint-test--run ";; Package-Requires: ((package-lint-foobar \"20160101.1234\"))"))))
(ert-deftest package-lint-test-warn-unversioned-dep ()
(should
(member
'(6 22 warning "Use a properly versioned dependency on \"package-lint\" if possible.")
(package-lint-test--run ";; Package-Requires: (package-lint)")))
(should
(member
'(6 23 warning "Use a properly versioned dependency on \"package-lint\" if possible.")
(package-lint-test--run ";; Package-Requires: ((package-lint))")))
(should
(equal
'((6 23 warning "Use a properly versioned dependency on \"package-lint\" if possible."))
(package-lint-test--run ";; Package-Requires: ((package-lint \"0\"))"))))
(ert-deftest package-lint-test-warn-dependency-too-high ()
(let ((package-archive-contents nil))
(package-lint-test-add-package-lint-foobar-to-archive '(0 5 0))
(should
(equal
'((6 23 warning "Version dependency for package-lint-foobar appears too high: try 0.5.0"))
(package-lint-test--run ";; Package-Requires: ((package-lint-foobar \"0.6.0\"))")))))
(ert-deftest package-lint-test-dont-warn-dependency-too-high-1 ()
(let ((package-archive-contents nil))
(package-lint-test-add-package-lint-foobar-to-archive '(0 5 0))
(should
(equal '() (package-lint-test--run ";; Package-Requires: ((package-lint-foobar \"0.5.0\"))")))))
(ert-deftest package-lint-test-dont-warn-dependency-too-high-2 ()
(let ((package-archive-contents nil))
(package-lint-test-add-package-lint-foobar-to-archive '(0 6 0))
(should
(equal '() (package-lint-test--run ";; Package-Requires: ((package-lint-foobar \"0.5.0\"))")))))
(ert-deftest package-lint-test-dont-warn-dependency-too-high-3 ()
(let ((package-archive-contents nil))
;; Sometimes a package appears with different versions from
;; different archives:
(package-lint-test-add-package-lint-foobar-to-archive '(0 5 0) "gnu")
(package-lint-test-add-package-lint-foobar-to-archive '(0 1 0) "melpa-stable")
(should
(equal '() (package-lint-test--run ";; Package-Requires: ((package-lint-foobar \"0.3.0\"))")))))
(ert-deftest package-lint-test-error-cl-lib-1.0-dep ()
(should
(member
'(6 23 error "Depend on the latest 0.x version of cl-lib rather than on version \"(1)\".
Alternatively, depend on (emacs \"24.3\") or greater, in which cl-lib is bundled.")
(package-lint-test--run ";; Package-Requires: ((cl-lib \"1\"))"))))
(ert-deftest package-lint-test-warning-cl-lib-not-needed ()
(should
(member
'(6 21 warning "An explicit dependency on cl-lib <= 1.0 is not needed on Emacs >= 24.3.")
(package-lint-test--run ";; Package-Requires: ((emacs \"25.1\") (cl-lib \"1.0\"))")))
(should
(member
'(6 21 warning "An explicit dependency on cl-lib <= 1.0 is not needed on Emacs >= 24.3.")
(package-lint-test--run ";; Package-Requires: ((emacs \"24.3\") (cl-lib \"0.5\"))"))))
(ert-deftest package-lint-test-warning-cl ()
(should
(member
'(6 10 warning "Replace deprecated `cl' with `cl-lib'. The `cl-libify' package can help with this.")
(package-lint-test--run "(require 'cl)"))))
(ert-deftest package-lint-test-warning-cl-macs-etc ()
(should
(member
'(6 10 warning "This file is not in the `cl-lib' ELPA compatibility package: require `cl-lib' instead.")
(package-lint-test--run "(require 'cl-macs)")))
(should
(member
'(6 10 warning "This file is not in the `cl-lib' ELPA compatibility package: require `cl-lib' instead.")
(package-lint-test--run "(require 'cl-seq)"))))
(ert-deftest package-lint-test-accept-normal-deps ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((package-lint \"0.2\") (cl-lib \"0.5\"))"))))
(ert-deftest package-lint-test-error-new-functions ()
(should
(equal
'((6 1 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(window-resize foobar)"))))
(ert-deftest package-lint-test-error-new-functions-as-quote ()
(should
(equal
'((6 20 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(defconst test-fn #'window-resize)"))))
(ert-deftest package-lint-test-error-new-functions-as-arg ()
(should
(equal
'((6 10 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(funcall 'window-resize foo)")))
(should
(equal
'((6 11 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(funcall #'window-resize foo)")))
(should
(equal
'((6 8 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(apply 'window-resize foo)")))
(should
(equal
'((6 9 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(apply #'window-resize foo)")))
(should
(equal
'((6 13 error "You should depend on (emacs \"24.1\") if you need `window-resize'."))
(package-lint-test--run
"(advice-add 'window-resize foo)"))))
(ert-deftest package-lint-test-accept-new-functions-with-dep ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((emacs \"25.1\"))
\(when-let ((foo (bar))) (message \"ok\"))"))))
(ert-deftest package-lint-test-accept-new-functions-with-fboundp ()
(should
(equal
'()
(package-lint-test--run
"(if (fboundp 'when-let)
(when-let blah)
(bloop))"))))
(ert-deftest package-lint-test-distinguishes-let-vars-from-function-calls ()
(should (equal '() (package-lint-test--run "(let (seq-length '(foo)))")))
(should (equal '() (package-lint-test--run "(let ((seq-length '(foo))))")))
(should (equal '() (package-lint-test--run "(let* ((seq-length '(foo))))")))
(should (equal '() (package-lint-test--run "(let* (bar (seq-length '(foo))))"))))
(ert-deftest package-lint-test-error-new-backported-functions ()
(should
(equal
'((6 1 error "You should depend on (emacs \"25.1\") or the seq package if you need `seq-length'."))
(package-lint-test--run
"(seq-length '(foo))"))))
(ert-deftest package-lint-test-accepts-new-backported-functions-with-emacs-dep ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((emacs \"25.1\"))
\(seq-length '(foo))"))))
(ert-deftest package-lint-test-accepts-new-backported-functions-with-backport-dep ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((seq \"1\"))
\(seq-length '(foo))"))))
(ert-deftest package-lint-test-error-new-compat-functions ()
(should
(equal
'((6 1 error "You should depend on (emacs \"27.1\") or the compat package if you need `proper-list-p'.")
(7 1 error "You should depend on (emacs \"29.1\") or the compat package if you need `string-split'."))
(package-lint-test--run
"(proper-list-p '(foo))
\(string-split s)"))))
(ert-deftest package-lint-test-accepts-new-functions-with-compat ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((compat \"29\"))
\(proper-list-p '(foo))
\(string-split s)"))))
(ert-deftest package-lint-test-error-new-compat-macros ()
(should
(equal
'((6 1 error "You should depend on (emacs \"27.1\") or the compat package if you need `with-suppressed-warnings'."))
(package-lint-test--run
"(with-suppressed-warnings (foo))"))))
(ert-deftest package-lint-test-accepts-new-macros-with-compat ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((compat \"29\"))
\(with-suppressed-warnings (foo))"))))
(ert-deftest package-lint-test-accepts-compat-call ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((compat \"29\"))
\(compat-call 'foo)"))))
(ert-deftest package-lint-test-accepts-compat-require ()
(should
(equal
'()
(package-lint-test--run
";; Package-Requires: ((compat \"29\"))
\(require 'compat)"))))
(ert-deftest package-lint-test-error-nonstandard-symbol-separator ()
(should
(equal
'((6 0 error "`test-thing/bar' contains a non-standard separator `/', use hyphens instead (see Elisp Coding Conventions).")
(7 0 error "`test-thing:bar' contains a non-standard separator `:', use hyphens instead (see Elisp Coding Conventions).")
(8 0 error "`test-thing:face' contains a non-standard separator `:', use hyphens instead (see Elisp Coding Conventions).")
(9 0 error "`test-thing/face' contains a non-standard separator `/', use hyphens instead (see Elisp Coding Conventions)."))
(package-lint-test--run
"\
(defun test-thing/bar () t)
(defun test-thing:bar () nil)
(defface test-thing:face '((default)))
(defface test-thing/face '((default)))")))
;; But accept /= or / when at the end.
(should (equal '() (package-lint-test--run "(defun test-/= (a b) t)")))
(should (equal '() (package-lint-test--run "(defun test-/ (a b) t)"))))
(ert-deftest package-lint-test-error-unprefixed-definitions ()
(should
(equal
'((6 0 error "\"foo\" doesn't start with package's prefix \"test\"."))
(package-lint-test--run "(defvar foo 'hello)")))
(should
(equal
'((6 0 error "\"foo\" doesn't start with package's prefix \"test\"."))
(package-lint-test--run "(defun foo ())")))
(should
(equal
'((6 0 error "\"testify\" doesn't start with package's prefix \"test\"."))
(package-lint-test--run "(defun testify ())")))
(should
(equal
'((6 0 error "\"global-testfoo-mode\" doesn't start with package's prefix \"test\"."))
(package-lint-test--run "(define-globalized-minor-mode global-testfoo-mode ignore ignore :require 'test)"))))
;; (ert-deftest package-lint-test-accept-forward-var-declaration ()
;; (should
;; (equal
;; nil ;; Or, probably, an "info" message
;; (package-lint-test--run "(defvar foo)"))))
(ert-deftest package-lint-test-accept-prefixed-definitions ()
(should (equal '() (package-lint-test--run
"(defun test-foo ())\n(defun test ())")))
(should (equal '() (package-lint-test--run
"(define-globalized-minor-mode global-test-mode ignore ignore :require 'test)")))
(should (equal '() (package-lint-test--run
"(define-globalized-minor-mode global-test-mode ignore ignore :require 'test-mode)"
:featurename 'test-mode)))
(should (equal '() (package-lint-test--run
"(define-globalized-minor-mode global-test-foo-mode ignore ignore :require 'test)"))))
(ert-deftest package-lint-test-accept-sane-prefixed-definitions ()
(should (equal '() (package-lint-test--run
"(defun org-dblock-write:test ())"))))
(ert-deftest package-lint-test-error-redefining-builtins ()
(should
(equal
'((8 0 error "Define compatibility functions with a prefix, e.g. \"test--setq-local\", and use `defalias' where they exist."))
(package-lint-test--run "(eval-when-compile
(unless (fboundp 'setq-local)
(defmacro setq-local (var val)
(list 'set (list 'make-local-variable (list 'quote var)) val))))"))))
(ert-deftest package-lint-test-error-new-libraries ()
(should
(equal
'((6 10 error "You should depend on (emacs \"24.4\") if you need `subr-x'."))
(package-lint-test--run "(require 'subr-x)"))))
(ert-deftest package-lint-test-error-removed-libraries ()
(should
(equal
'((6 10 error "The `awk-mode' library was removed in Emacs version 26.1."))
(package-lint-test--run "(require 'awk-mode)"))))
(ert-deftest package-lint-test-error-removed-functions ()
(should
(equal
'((6 1 error "`spell-buffer' was removed in Emacs version 26.1."))
(package-lint-test--run "(spell-buffer)"))))
(ert-deftest package-lint-test-allow-removed-and-readded-functions ()
;; History of mm-url-encode-multipart-form-data:
;; * function-added in Emacs (25 1)
;; * function-removed in Emacs (24 3)
;; * function-added in Emacs (24 1)
(should
(equal
'((6 1 error "You should depend on (emacs \"25.1\") if you need `mm-url-encode-multipart-form-data'.")
(6 1 error "`mm-url-encode-multipart-form-data' was removed in Emacs version 24.3."))
(package-lint-test--run "(mm-url-encode-multipart-form-data)")))
(should
(equal
'((7 1 error "You should depend on (emacs \"25.1\") if you need `mm-url-encode-multipart-form-data'.")
(7 1 error "`mm-url-encode-multipart-form-data' was removed in Emacs version 24.3."))
(package-lint-test--run ";; Package-Requires: ((emacs \"24.1\"))\n(mm-url-encode-multipart-form-data)")))
(should
(equal
'()
(package-lint-test--run "(when (fboundp 'mm-url-encode-multipart-form-data) (mm-url-encode-multipart-form-data))"))))
(ert-deftest package-lint-test-accept-new-libraries-with-dep ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((emacs \"24.4\"))\n(require 'subr-x)"))))
(ert-deftest package-lint-test-error-new-backported-libraries ()
(should
(equal
'((6 10 error "You should depend on (emacs \"25.1\") or the seq package if you need `seq'."))
(package-lint-test--run "(require 'seq)"))))
(ert-deftest package-lint-test-error-new-backported-sub-libraries ()
(should
(equal
'((6 10 error "You should depend on (emacs \"27.1\") or the (org \"9.3\") package if you need `ol'."))
(package-lint-test--run "(require 'ol)")))
(should
(equal
'((7 10 error "You should depend on (emacs \"27.1\") or the (org \"9.3\") package if you need `ol'."))
(package-lint-test--run ";; Package-Requires: ((org \"9.2\"))\n(require 'ol)"))))
(ert-deftest package-lint-test-accept-new-backported-libraries-with-emacs-dep ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((emacs \"25.1\"))\n(require 'seq)"))))
(ert-deftest package-lint-test-accept-new-backported-libraries-with-backport-dep ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((seq \"1\"))\n(require 'seq)"))))
(ert-deftest package-lint-test-accept-new-backported-sub-libraries-with-emacs-dep ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((emacs \"27.1\"))\n(require 'ol)"))))
(ert-deftest package-lint-test-accept-new-backported-sub-libraries-with-backport-dep ()
(should (equal '() (package-lint-test--run
";; Package-Requires: ((org \"9.3\"))\n(require 'ol)"))))
(ert-deftest package-lint-test-accept-new-libraries-with-optional-require ()
(should (equal '() (package-lint-test--run "(require 'nadvice nil t)"))))
(ert-deftest package-lint-test-looks-like-a-package-p-works ()
(should
(with-temp-buffer
(insert ";; Package-Version: 0\n")
(package-lint-looks-like-a-package-p)))
(should
(with-temp-buffer
(insert ";; Package-Requires: ((foo \"1\"))\n")
(package-lint-looks-like-a-package-p)))
(should
(with-temp-buffer
(insert ";; Version: 0\n")
(package-lint-looks-like-a-package-p)))
(should-not
(with-temp-buffer
(insert ";; Version Control: 0\n")
(package-lint-looks-like-a-package-p)))
(should-not (with-temp-buffer (package-lint-looks-like-a-package-p)))
(should-not
(with-temp-buffer
(insert ";; Dummy-Header: dummy-value\n")
(package-lint-looks-like-a-package-p))))
(ert-deftest package-lint-test-error-unmatched-first-and-last-lines ()
(should
(member
'(1 0 error "package.el cannot parse this buffer: Search failed: \";;; test.el ends here\"")
(package-lint-test--run "" :footer "\n\n;;; Test.el ends here\n"))))
(ert-deftest package-lint-test-error-missing-provide-form ()
(should
(equal
'((1 0 error "There is no (provide 'test) form."))
(package-lint-test--run "" :provide ""))))
(ert-deftest package-lint-test-error-mismatched-provide-form ()
(should
(equal
'((1 0 error "There is no (provide 'test) form."))
(package-lint-test--run "" :provide "(provide 'blargh)"))))
(ert-deftest package-lint-test-accept-provide-me ()
(should
(equal '() (package-lint-test--run "" :provide "(provide-me)"))))
(ert-deftest package-lint-test-error-no-commentary ()
(should
(equal
'((1 0 error "Package should have a ;;; Commentary section."))
(package-lint-test--run "" :commentary "\n"))))
(ert-deftest package-lint-test-error-empty-commentary ()
(should
(equal
'((4 0 error "Package should have a non-empty ;;; Commentary section."))
(package-lint-test--run "" :commentary ";;; Commentary:\n ;; \n \n\n;;; Code:\n"))))
(ert-deftest package-lint-test-accept-unprefixed-defadvice ()
(should (equal '() (package-lint-test--run "(defadvice foo (before ignore))")))
;; Test if the special case we use for `defadvice' doesn't get
;; confused by weird spacing.
(should (equal '() (package-lint-test--run " ( defadvice \t\n\n foo (before ignore))"))))
(ert-deftest package-lint-test-accept-unprefixed-cl-defmethod ()
(should (equal '() (package-lint-test--run ";; Package-Requires: ((emacs \"25.1\"))
\(cl-defmethod foo ()"))))
(ert-deftest package-lint-test-minor-mode-global-t ()
(should
(equal
'((6 0 error "Global minor modes should be autoloaded or, rarely, `:require' their defining file (i.e. \":require 'test\"), to support the customization variable of the same name."))
(package-lint-test--run "(define-minor-mode test-mode \"\" :global t)"))))
(ert-deftest package-lint-test-globalized-minor-mode ()
;; Check for missing :require.
(should
(equal
'()
(package-lint-test--run ";;;###autoload\n(define-globalized-minor-mode test-mode ignore ignore)")))
;; TODO
;; (should
;; (equal
;; '(7 0 warn "When autoloaded, global minor modes should have no `:require' form.")
;; (package-lint-test--run ";;;###autoload\n(define-globalized-minor-mode test-mode ignore ignore :require 'test)")))
(should
(equal
'((6 0 error "Global minor modes should be autoloaded or, rarely, `:require' their defining file (i.e. \":require 'test\"), to support the customization variable of the same name."))
(package-lint-test--run "(define-globalized-minor-mode test-mode ignore ignore)")))
;; Check for incorrect :require.
(should
(equal
'((6 0 error "Global minor modes should be autoloaded or, rarely, `:require' their defining file (i.e. \":require 'test\"), to support the customization variable of the same name."))
(package-lint-test--run "(define-globalized-minor-mode test-mode ignore ignore :require 'blargh)"))))
(ert-deftest package-lint-test-warning-eval-after-load ()
(should
(equal
'((6 1 warning "`eval-after-load' is for use in configurations, and should rarely be used in packages."))
(package-lint-test--run "(eval-after-load 'foobar\n body)")))
(should
(equal
'((7 1 warning "`with-eval-after-load' is for use in configurations, and should rarely be used in packages."))
(package-lint-test--run ";; Package-Requires: ((emacs \"24.4\"))\n(with-eval-after-load 'foobar\n body)"))))
(ert-deftest package-lint-test-error-defgroup-name ()
(should
(equal
'((6 0 error "Customization groups should not end in \"-mode\" unless that name would conflict with their parent group."))
(package-lint-test--run "(defgroup test-mode nil \"\" :group 'programming)")))
(should
(equal
'((6 0 error "Customization groups should not end in \"-mode\" unless that name would conflict with their parent group."))
(package-lint-test--run "(defgroup test-mode nil \"\" :group 'testing)")))
(should
(equal
'()
(package-lint-test--run "(defgroup test-mode nil \"\" :group 'test)"))))
(ert-deftest package-lint-test-error-defgroup-no-parent ()
(should
(equal
'((6 0 error "Customization groups should specify a parent via `:group'."))
(package-lint-test--run "(defgroup test nil \"\")"))))
(ert-deftest package-lint-test-error-defalias-name ()
(should
(equal
'((6 0 error "Aliases should start with the package's prefix \"test\"."))
(package-lint-test--run "(defalias 'foobar 'string-equal)")))
(should
(equal
'((6 0 error "Aliases should start with the package's prefix \"test\"."))
(package-lint-test--run "(defvaralias 'foobar 'string-equal)")))
(should
(equal
'()
(package-lint-test--run "(defalias 'test-foobar 'string-equal)")))
(should
(equal
'()
(package-lint-test--run "(defvaralias 'test-foobar 'string-equal)"))))
(ert-deftest package-lint-test-no-error-for-obsolete-alias-name ()
(should
(equal
'()
(package-lint-test--run "(define-obsolete-function-alias 'foobar 'string-equal)")))
(should
(equal
'()
(package-lint-test--run "(define-obsolete-variable-alias 'foobar 'string-equal)")))
(should
(equal
'()
(package-lint-test--run "(define-obsolete-face-alias 'foobar 'string-equal)"))))
(ert-deftest package-lint-test-error-format-string ()
(should
(equal
'((6 0 error "You should depend on (emacs \"26.1\") if you need format field numbers."))
(package-lint-test--run "(format \"%1$s\" \"foo\")")))
(should
(equal
'()
(package-lint-test--run "(format \"%s\" \"foo\")")))
(should
(equal
'()
(package-lint-test--run "'(error . 0)")))
(should
(equal
'()
(package-lint-test--run "(format \"%%1$s\" \"foo\")")))
(should
(equal
'()
(package-lint-test--run ";; Package-Requires: ((emacs \"26.1\"))
\(format \"%1$s\" \"foo\")"))))
(ert-deftest package-lint-test-accept-quasiquoted-defalias ()
(should
(equal
'()
(package-lint-test--run "(defalias ',foo 'bar)"))))
(ert-deftest package-lint-test-no-emacs-in-package-name ()
(should
(equal
'((1 0 warning "The word \"emacs\" is redundant in Emacs package names."))
(package-lint-test--run "" :featurename "emacs-package"))))
(ert-deftest package-lint-test-warn-about-lonely-parens ()
(should
(equal
'((7 0 warning "Closing parens should not be wrapped onto new lines."))
(package-lint-test--run "(hello\n)")))
(should
(equal
'()
(package-lint-test--run "(hello\n 'world)")))
(should
(equal
'((7 5 warning "Closing parens should not be wrapped onto new lines."))
(package-lint-test--run "(foo (hello\n ) bar)")))
(should
(equal
'((7 2 warning "Closing parens should not be wrapped onto new lines."))
(package-lint-test--run "(hello\n ) ; foo"))))
(ert-deftest package-lint-test-accept-lonely-parens-with-preceding-comment ()
(should
(equal
'()
(package-lint-test--run "(hello 'world\n ;; a comment\n)"))))
(ert-deftest package-lint-test-accept-valid-prefix-mappings ()
(should
(equal
'()
(package-lint-test--run "(defun org-foobar-test ()) (provide 'ox-foobar)" :provide "ox-foobar" :featurename "ox-foobar"))))
(ert-deftest package-lint-test-error-invalid-prefix-mappings ()
(should
(equal
'((6 0 error "\"org-foobaz-test\" doesn't start with package's prefix \"ox-foobar\"."))
(package-lint-test--run "(defun org-foobaz-test ()) (provide 'ox-foobar)" :provide "ox-foobar" :featurename "ox-foobar"))))
(ert-deftest package-lint-test-accept-provide-theme ()
(should
(equal
'()
(package-lint-test--run "(provide-theme 'foo)" :provide "" :featurename "foo-theme"))))
(ert-deftest package-lint-test-reject-mismatched-provide-theme ()
(should
(equal
'((1 0 error "There is no (provide-theme 'foo) form."))
(package-lint-test--run "(provide-theme 'bar)" :provide "" :featurename "foo-theme"))))
(defmacro package-lint-test--bufsim (contents &rest body)
`(with-temp-buffer
(insert ,contents)
(set (make-local-variable 'delay-mode-hooks) t)
(emacs-lisp-mode)
(search-backward-regexp "|")
(delete-char 1)
,@body))
(ert-deftest package-lint-test--let-binding-detection ()
(should
(package-lint-test--bufsim
"(let (|foo) blah)"
(package-lint--is-a-let-binding)))
(should
(package-lint-test--bufsim
"(let (bar |foo) blah)"
(package-lint--is-a-let-binding)))
(should
(package-lint-test--bufsim
"(let ((|foo bar)) blah)"
(package-lint--is-a-let-binding)))
(should-not
(package-lint-test--bufsim
"(let ((bar |foo)) blah)"
(package-lint--is-a-let-binding))))
(provide 'package-lint-test)
;;; package-lint-test.el ends here
package-lint-0.25/package-lint.el 0000664 0000000 0000000 00000166650 14762534143 0016707 0 ustar 00root root 0000000 0000000 ;;; package-lint.el --- A linting library for elisp package authors -*- lexical-binding: t -*-
;; Copyright (C) 2014-2020 Steve Purcell, Fanael Linithien
;; Author: Steve Purcell
;; Fanael Linithien
;; URL: https://github.com/purcell/package-lint
;; Keywords: lisp
;; Version: 0.25
;; Package-Requires: ((emacs "24.4") (let-alist "1.0.6"))
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; Provides a list of issues with the package metadata of a file,
;; e.g. the package dependencies it requires.
;; See function `package-lint-buffer'.
;; Checks will currently be enabled only if a "Package-Requires:" or
;; "Package-Version:" header is present in the file.
;;; Code:
(eval-when-compile (require 'pcase)) ; `pcase-dolist' is not autoloaded
(require 'cl-lib)
(require 'package)
(require 'lisp-mnt)
(require 'finder)
(require 'imenu)
(require 'let-alist)
(require 'rx)
(defvar package-lint-main-file nil
"For multi-file packages, set this to the main .el or -pkg.el file.
When set, the package prefix and dependencies are obtained from
that file instead of the buffer being linted. This allows
package-lint to operate on secondary files in a package.
The path can be absolute or relative to that of the linted file.")
(put 'package-lint-main-file 'safe-local-variable #'stringp)
;;; Compatibility
(defalias 'package-lint--package-desc-summary
(if (fboundp 'package-desc-summary)
'package-desc-summary
'package-desc-doc))
(defalias 'package-lint--package-desc-name
(if (fboundp 'package-desc-name)
'package-desc-name
(lambda (desc) (intern (elt desc 0)))))
(defalias 'package-lint--package-desc-from-define
(if (fboundp 'package-desc-from-define)
'package-desc-from-define
(lambda (_name-string version-string &optional docstring requirements &rest _args)
(vector
(version-to-list version-string)
(mapcar
(lambda (x)
(list (nth 0 x) (version-to-list (nth 1 x))))
(nth 1 requirements))
docstring))))
;;; Machinery
(defvar package-lint--errors nil
"List of errors and warnings for the current buffer.
This is bound dynamically while the checks run.")
(defconst package-lint-emacs-head-version '(30)
"Version of Emacs HEAD.")
(defconst package-lint-backport-libraries
(list (list 'cl-lib "\\`cl-")
(list 'cl-generic "\\`cl-\\(?:def\\)?generic")
(list 'cl-print "\\`cl-print")
(list 'compat "\\`compat-'")
(list 'jsonrpc "\\`jsonrpc-")
(list 'map "\\`map-")
(list 'nadvice "\\`advice-")
(list 'ol "\\`org-link-" 'org "9.3")
(list 'seq "\\`seq-")
(list 'transient "\\`transient-")
(list 'hierarchy "\\`hierarchy-")
(list 'let-alist "\\`let-alist"))
"A sequence of (FEATURE SYMBOL-NAME-MATCH) for backport libraries.
These are libraries that are built into newer Emacsen and also
published in ELPA for use by older Emacsen.
Alternatively, items can take a form of (FEATURE
SYMBOL-NAME-MATCH PACKAGE VERSION?) where PACKAGE is the name of
a backport library shipping the feature and VERSION is an
optional minimum version containing the feature.")
(defun package-lint--load-data (file)
"Load sexp data from FILE."
(with-temp-buffer
(insert-file-contents
(expand-file-name file
(if load-file-name
(file-name-directory load-file-name)
default-directory)))
(read (current-buffer))))
(defconst package-lint-symbol-info
(let* ((stdlib-changes (package-lint--load-data "data/stdlib-changes"))
(info (make-hash-table)))
(pcase-dolist (`(,version . ,data) stdlib-changes)
(pcase-dolist (`(,syms . ,action)
(let-alist data
(list (cons .variables.added 'variable-added)
(cons .variables.removed 'variable-removed)
(cons .features.added 'library-added)
(cons .features.removed 'library-removed)
(cons .functions.added 'function-added)
(cons .functions.removed 'function-removed))))
(dolist (sym syms)
(puthash sym (cons (cons action version) (gethash sym info)) info))))
info)
"A hash table from SYMBOL to a list of events in its history.
Each event is of the form (ACTION . EMACS-VER), where ACTION is a
symbol such as `variable-added'.")
(defun package-lint-symbol-info (sym)
"Retrieve information about SYM, as an alist of (ACTION . EMACS-VER)."
(gethash (cl-etypecase sym
(string (intern sym))
(symbol sym))
package-lint-symbol-info))
(defun package-lint--read-known-symbol (prompt)
"Read a symbol `package-lint-symbol-info' with PROMPT."
(let* ((at-point (symbol-at-point))
(s (completing-read
prompt
(cl-loop for k being the hash-keys of package-lint-symbol-info collect k)
nil
t
(when at-point (symbol-name at-point)))))
(when s (intern s))))
;;;###autoload
(defun package-lint-describe-symbol-history (sym)
"Show the version history of SYM, if any."
(interactive (list (package-lint--read-known-symbol "Show history of symbol: ")))
(message
(concat (format "History of %s:\n" sym)
(mapconcat (lambda (info)
(pcase-let ((`(,action . ,version) info))
(format "* %s in Emacs %s"
action (mapconcat 'number-to-string version "."))))
(sort (package-lint-symbol-info sym)
(lambda (a b) (version-list-<= (cdr a) (cdr b))))
"\n"))))
(defun package-lint--added-or-removed-function-p (sym)
"Return t if SYM is a function added/removed in any known Emacs version."
(let-alist (package-lint-symbol-info sym)
(or .function-added .function-removed)))
(defconst package-lint--compat-symbols
(package-lint--load-data "data/compat-symbols")
"A cons cell of (VARS . FUNCTIONS) supported by \"compat\".")
(defun package-lint--supported-by-compat (type sym)
"Return non-nil if SYM is supported by the \"compat\" package.
TYPE is `function' or `variable'."
(memq sym (pcase type
(`function (cdr package-lint--compat-symbols))
(_ nil))))
(defconst package-lint--sane-prefixes
(rx
string-start
(or
"org-dblock-write:"
"org-babel-execute:"
"org-babel-expand-body:"
"org-babel-header-args:"
"org-babel-prep-session:"
"org-babel-variable-assignments:"
"org-babel-default-header-args:"
"pcomplete/"
"use-package-normalize/"
"use-package-handler/"
"use-package-autoloads/"))
"A regexp matching whitelisted non-standard symbol prefixes.")
(defvar package-lint--allowed-prefix-mappings
'(("ob-" . ("org-"))
("oc-" . ("org-"))
("ol-" . ("org-"))
("ox-" . ("org-")))
"Alist containing mappings of package prefixes to symbol prefixes.")
(defun package-lint--main-file-p ()
"Return non-nil if the current buffer corresponds to the package's main file."
(or (null package-lint-main-file)
(null (buffer-file-name))
(string= (file-truename (expand-file-name package-lint-main-file))
(file-truename (buffer-file-name)))))
(defun package-lint--check-all ()
"Return a list of errors/warnings for the current buffer."
(let ((package-lint--errors '())
(case-fold-search nil))
(save-match-data
(save-excursion
(save-restriction
(widen)
(let (prefix deps)
(if (package-lint--main-file-p)
(progn
;; TODO: handle when the main file is a -pkg.el file
(setq prefix (package-lint--get-package-prefix))
(let ((desc (package-lint--check-package-el-can-parse)))
(when desc
(package-lint--check-package-summary desc)
(package-lint--check-provide-form desc)
(package-lint--check-no-emacs-in-package-name desc)))
(setq deps (package-lint--check-dependency-list))
(package-lint--check-url-header)
(package-lint--check-package-version-present)
(package-lint--check-commentary-existence))
;; Need to look at the main file to find prefix and dependencies
(setq prefix (replace-regexp-in-string
"\\(-mode\\)?\\(-pkg\\)?\\'" ""
(file-name-sans-extension
(file-name-nondirectory package-lint-main-file))))
(let ((main-file package-lint-main-file))
(if (string-match-p "-pkg\\.el\\'" main-file)
(let ((expr (with-temp-buffer
(insert-file-contents (expand-file-name main-file))
(read (current-buffer)))))
(if (eq (car-safe expr) 'define-package)
(setq deps (package-desc-reqs (apply #'package-lint--package-desc-from-define (cdr expr))))
(package-lint--error-at-bob 'error (format "Malformed package descriptor file \"%s\"" main-file))))
(when (package-lint--goto-header "Package-Requires")
(package-lint--error-at-bol 'error "Package-Requires outside the main file have no effect."))
(package-lint--check-provide-form-secondary-file)
(condition-case err
(with-temp-buffer
(insert-file-contents (expand-file-name main-file))
(setq deps (package-desc-reqs (package-lint--liberal-package-buffer-info))))
(error
(package-lint--error-at-bob
'error
(format "Error parsing main package file \"%s\": %s" main-file err)))))))
;; Source code checks
(package-lint--check-keywords-list)
(package-lint--check-lexical-binding-is-on-first-line)
(package-lint--check-reserved-keybindings)
(when prefix
(package-lint--check-objects-by-regexp
(concat "(" (regexp-opt '("defalias" "defvaralias")) "\\s-")
(apply-partially #'package-lint--check-defalias prefix)))
(package-lint--check-objects-by-regexp
"(define-minor-mode\\s-"
#'package-lint--check-minor-mode)
(package-lint--check-objects-by-regexp
"(define-global\\(?:ized\\)?-minor-mode\\s-"
#'package-lint--check-globalized-minor-mode)
(package-lint--check-objects-by-regexp
"(defgroup\\s-" #'package-lint--check-defgroup)
(package-lint--check-no-use-of-cl)
(package-lint--check-no-use-of-cl-lib-sublibraries)
(package-lint--check-eval-after-load)
(package-lint--check-lexical-binding-requires-emacs-24 deps)
(package-lint--check-libraries-available-in-emacs deps)
(package-lint--check-libraries-removed-from-emacs)
(package-lint--check-macros-functions-available-in-emacs deps)
(package-lint--check-macros-functions-removed-from-emacs deps)
(package-lint--check-objects-by-regexp
(concat "(" (regexp-opt '("format" "message" "error")) "\\s-")
(apply-partially #'package-lint--check-format-string deps))
(package-lint--check-for-literal-emacs-path)
(let ((definitions (package-lint--get-defs)))
(package-lint--check-autoloads-on-private-functions definitions)
(when prefix
(package-lint--check-defs-prefix prefix definitions))
(package-lint--check-symbol-separators definitions)))
(package-lint--check-lonely-parens))))
(sort package-lint--errors
(lambda (a b)
(pcase-let ((`(,a-line ,a-column ,_ ,a-message) a)
(`(,b-line ,b-column ,_ ,b-message) b))
(cond
((/= a-line b-line) (< a-line b-line))
((/= a-column b-column) (< a-column b-column))
(t
(string-lessp a-message b-message))))))))
(defun package-lint--error (line col type message)
"Construct a datum for error at LINE and COL with TYPE and MESSAGE."
(push (list line col type message) package-lint--errors))
(defun package-lint--error-at-point (type message &optional pos)
"Construct a datum for error at POS with TYPE and MESSAGE.
POS defaults to `point'."
(save-excursion
(when pos
(goto-char pos))
(package-lint--error (line-number-at-pos) (- (point) (line-beginning-position)) type message)))
(defun package-lint--error-at-bol (type message)
"Construct an error at the beginning of the current line with TYPE and MESSAGE."
(package-lint--error (line-number-at-pos) 0 type message))
(defun package-lint--error-at-bob (type message)
"Construct an error at the beginning of the buffer with TYPE and MESSAGE."
(package-lint--error 1 0 type message))
;;; Checks
(defun package-lint--check-reserved-keybindings ()
"Warn about reserved keybindings."
(let ((re (rx "(" (*? space) (or "kbd" "global-set-key" "local-set-key" "define-key") symbol-end)))
(goto-char (point-min))
(while (re-search-forward re nil t)
(unless (nth 8 (save-match-data (syntax-ppss)))
;; Read form and get key-sequence
(goto-char (match-beginning 0))
(let ((seq (package-lint--extract-key-sequence
(read (current-buffer)))))
(when seq
(let ((message (package-lint--test-keyseq seq)))
(when message
(package-lint--error-at-point 'error message)))))))))
(defun package-lint--check-commentary-existence ()
"Warn about nonexistent or empty commentary section."
(let ((start (lm-commentary-start)))
(if (null start)
(package-lint--error-at-bob
'error
"Package should have a ;;; Commentary section.")
;; Skip over the section header.
(goto-char start)
(forward-line)
(when (package-lint--region-empty-p (point) (lm-commentary-end))
(package-lint--error-at-point
'error
"Package should have a non-empty ;;; Commentary section."
start)))))
(defun package-lint--check-autoloads-on-private-functions (definitions)
"Verify that private functions DEFINITIONS don't have autoload cookies."
(pcase-dolist (`(,symbol . ,position) definitions)
(when (string-match-p (rx "--") symbol)
(goto-char position)
(forward-line -1)
(when (looking-at-p (rx ";;;###autoload"))
(package-lint--error-at-point
'warning
"Private functions generally should not be autoloaded.")))))
(defun package-lint--check-for-literal-emacs-path ()
"Verify package does not refer to \"\.emacs\.d\" literally.
Instead it should use `user-emacs-directory' or `locate-user-emacs-file'."
(goto-char (point-min))
;; \b won't find a word boundary between a symbol and the "." in
;; ".emacs.d". / is a valid symbol constituent in Emacs Lisp, so
;; must be explicitly blacklisted.
(while (re-search-forward "\\(?:\\_<\\|/\\)\\.emacs\\.d\\b" nil t)
(unless (nth 4 (syntax-ppss))
;; Not in a comment
(package-lint--error-at-point
'warning
"Use variable `user-emacs-directory' or function `locate-user-emacs-file' instead of a literal path to the Emacs user directory or files."))))
(defun package-lint--check-keywords-list ()
"Verify that package keywords are listed in `finder-known-keywords'."
(when (package-lint--goto-header "Keywords")
(let ((err-pos (point)))
(let ((keywords (lm-keywords-list)))
(unless (cl-some (lambda (keyword) (assoc (intern keyword) finder-known-keywords)) keywords)
(package-lint--error-at-point
'warning
(format "You should include standard keywords: see the variable `finder-known-keywords'.")
err-pos))))))
(defun package-lint--check-url-header ()
"Verify that the package has an HTTPS or HTTP Homepage/URL header."
(if (package-lint--goto-header "\\(?:URL\\|Homepage\\)")
(progn
(when (looking-at "<.*>$")
(forward-char 1))
(let ((url (thing-at-point 'url)))
(unless (and url (string-match-p "^https?://" url))
(package-lint--error-at-point
'error
"Package URLs should be a single HTTPS or HTTP URL."
(point)))))
(package-lint--error-at-bob
'error
"Package should have a Homepage or URL header.")))
(defun package-lint--check-dependency-list ()
"Check the contents of the \"Package-Requires\" header.
Return a list of well-formed dependencies, same as
`package-lint--check-well-formed-dependencies'."
(let ((deps (package-lint--goto-header "Package-Requires")))
(when deps
(let ((position (point)))
(condition-case err
(pcase-let ((`(,parsed-deps . ,parse-end-pos) (read-from-string deps)))
(unless (= parse-end-pos (length deps))
(package-lint--error-at-bol
'error
"More than one expression provided."))
(let ((deps (package-lint--check-well-formed-dependencies position parsed-deps)))
(package-lint--check-emacs-version deps)
(package-lint--check-packages-installable deps)
(package-lint--check-deps-use-non-snapshot-version deps)
(package-lint--check-deps-do-not-use-zero-versions deps)
(package-lint--check-cl-lib-version deps)
deps))
(error
(package-lint--error-at-bol
'error
(format "Couldn't parse \"Package-Requires\" header: %s" (error-message-string err)))
nil))))))
(defun package-lint--check-well-formed-dependencies (position parsed-deps)
"Check that dependencies listed at POSITION are well-formed.
These PARSED-DEPS must have the format (name \"version\").
Return a list of well-formed dependencies, where each element is of
the form (PACKAGE-NAME PACKAGE-VERSION DEP-POSITION)."
(let (valid-deps)
(dolist (entry parsed-deps)
(pcase entry
((or (and `(,package-name ,package-version)
(guard (symbolp package-name))
(guard (stringp package-version)))
(and `(,package-name)
(guard (symbolp package-name)))
(and package-name
(guard (symbolp package-name))))
;; Find the column at which the dependency is declared so we can
;; properly report the position of errors.
(let ((dep-pos
(save-excursion
(goto-char position)
(let* ((symbol-pattern
(format "\\(%s\\)"
(regexp-quote (symbol-name package-name))))
(list-pattern
(format "( *%s\\(?:[^[:alnum:]_\\-].*?\\)?)"
symbol-pattern)))
(if (or (re-search-forward list-pattern (line-end-position) t)
(re-search-forward symbol-pattern (line-end-position) t))
(match-beginning 1)
position)))))
(unless package-version
(setq package-version "0"))
(if (ignore-errors (version-to-list package-version))
(push (list package-name
(version-to-list package-version)
dep-pos)
valid-deps)
(package-lint--error-at-point
'error
(format "%S is not a valid version string: see `version-to-list'."
package-version)
dep-pos))))
(_
(package-lint--error-at-bol
'error
(format "Expected (package-name \"version-num\"), but found %S." entry)))))
valid-deps))
(defun package-lint--check-package-installable (archive-entry package-version dep-pos)
"Check that ARCHIVE-ENTRY is installable from a configured package archive.
Check that package described by ARCHIVE-ENTRY can be installed at
required version PACKAGE-VERSION. If not, raise an error for DEP-POS."
(let* ((package-name (car archive-entry))
(best-version (package-lint--highest-installable-version-of package-name)))
(when (version-list-< best-version package-version)
(package-lint--error-at-point
'warning
(format "Version dependency for %s appears too high: try %s" package-name
(package-version-join best-version))
dep-pos))))
(defun package-lint--check-emacs-version (valid-deps)
"Check that all VALID-DEPS are available for installation."
(pcase-dolist (`(,package-name ,package-version ,dep-pos) valid-deps)
(when (eq 'emacs package-name)
(cond
((version-list-< package-version '(24))
(package-lint--error-at-point
'error
"You can only depend on Emacs version 24 or greater: package.el for Emacs 23 does not support the \"emacs\" pseudopackage."
dep-pos))
((version-list-<= package-lint-emacs-head-version package-version)
(package-lint--error-at-point
'warning
"This makes the package uninstallable in all released Emacs versions."
dep-pos))))))
(defun package-lint--check-packages-installable (valid-deps)
"Check that all VALID-DEPS are available for installation."
(pcase-dolist (`(,package-name ,package-version ,dep-pos) valid-deps)
(unless (eq 'emacs package-name)
(let ((archive-entry (append (assq package-name package-archive-contents)
(assq package-name package-alist))))
(if archive-entry
(package-lint--check-package-installable archive-entry package-version dep-pos)
(package-lint--error-at-point
'error
(format "Package %S is not installable." package-name)
dep-pos))))))
(defun package-lint--check-deps-use-non-snapshot-version (valid-deps)
"Warn about any VALID-DEPS on snapshot versions of packages."
(pcase-dolist (`(,package-name ,package-version ,dep-pos) valid-deps)
(unless (version-list-< package-version '(19001201 1))
(package-lint--error-at-point
'warning
(format "Use a non-snapshot version number for dependency on \"%S\" if possible."
package-name)
dep-pos))))
(defun package-lint--check-deps-do-not-use-zero-versions (valid-deps)
"Warn about VALID-DEPS on \"0\" versions of packages."
(pcase-dolist (`(,package-name ,package-version ,dep-pos) valid-deps)
(when (equal package-version '(0))
(package-lint--error-at-point
'warning
(format "Use a properly versioned dependency on \"%S\" if possible."
package-name)
dep-pos))))
(defun package-lint--check-lexical-binding-requires-emacs-24 (valid-deps)
"Warn about use of `lexical-binding' when Emacs 24.1 is not among VALID-DEPS."
(goto-char (point-min))
(when (package-lint--lexical-binding-declared-in-header-line-p)
(unless (assq 'emacs valid-deps)
(package-lint--error-at-point
'warning
"You should depend on (emacs \"24.1\") if you need lexical-binding."
(match-beginning 1)))))
(defun package-lint--inside-comment-or-string-p ()
"Return non-nil if point is inside a comment or string."
(let ((ppss (save-match-data (syntax-ppss))))
(or (nth 3 ppss) (nth 4 ppss))))
(defun package-lint--seen-fboundp-check-for (sym)
"Return non-nil if a `fboundp' check for SYM is present before point."
(save-excursion
(save-match-data
(and (re-search-backward
(concat "(" (regexp-opt '("fboundp" "macrop")) "\\s-+#?'" (regexp-quote sym) "\\_>") (point-min) t)
(not (package-lint--inside-comment-or-string-p))))))
(defun package-lint--map-regexp-match (regexp callback)
"For every match of REGEXP, call CALLBACK with the first match group.
If callback returns non-nil, the return value - which must be a
list - will be applied to `package-lint--error-at-point'. If
REGEXP doesn't produce a match group 1, then match group
0 (ie. the whole match string string) will be passed to
CALLBACK."
(save-excursion
(goto-char (point-min))
(while (re-search-forward regexp nil t)
(let ((sym (or (match-string-no-properties 1)
(match-string-no-properties 0))))
(save-excursion
(goto-char (or (match-beginning 1)
(match-beginning 0)))
(let ((err (funcall callback sym)))
(when err
;; Check this as late as possible, just before reporting,
;; because otherwise the checking process is extremely slow,
;; being bottlenecked by `syntax-ppss'.
(unless (package-lint--inside-comment-or-string-p)
(apply #'package-lint--error-at-point err)))))))))
(defun package-lint--quick-up-list ()
(if (eq ?\( (char-before))
(backward-char 1)
(backward-up-list)))
(defun package-lint--is-a-let-binding ()
"Return non-nil if point is on a symbol being introduced by a let binding."
(let ((binding-pat (rx "(" (or "let" "let*" "cl-let") symbol-end)))
(condition-case _
(save-excursion
(save-match-data
(let ((was-first (eq ?\( (char-before))))
(package-lint--quick-up-list)
(package-lint--quick-up-list)
(or (looking-at binding-pat)
(when was-first
(package-lint--quick-up-list)
(looking-at binding-pat))))))
(scan-error nil))))
(defun package-lint--check-version-regexp-list (valid-deps symbol-regexp type)
"Warn if symbols matched by SYMBOL-REGEXP are unavailable in the target Emacs.
The target Emacs version is taken from VALID-DEPS, which are the
declared dependencies of this package. TYPE is the
type of the symbol, either FUNCTION or FEATURE."
(let ((emacs-version-dep (or (cadr (assq 'emacs valid-deps)) '(0))))
(package-lint--map-regexp-match
symbol-regexp
(lambda (sym)
(let-alist (package-lint-symbol-info sym)
(let ((added-in-version (pcase type
(`function .function-added)
(`feature .library-added))))
(when (and added-in-version (version-list-< emacs-version-dep added-in-version))
(let* ((available-backport-with-ver
(pcase type
(`feature
(cl-some (lambda (bp)
(when (string= (car bp) sym)
(or (cddr bp)
(list (car bp)))))
package-lint-backport-libraries))
(`function
(cl-some (lambda (bp)
(when (string-match-p (nth 1 bp) sym)
(or (cddr bp)
(list (car bp)))))
package-lint-backport-libraries))))
(available-backport (car available-backport-with-ver))
(required-backport-version (cadr available-backport-with-ver))
(matching-dep (when available-backport
(assoc available-backport valid-deps)))
(compat-support (package-lint--supported-by-compat type (intern sym)))
(compat-in-deps (assoc 'compat valid-deps)))
(unless (or
(and compat-support compat-in-deps)
(and matching-dep
(or (not required-backport-version)
(version-list-<= (version-to-list required-backport-version)
(cadr matching-dep))))
(and (eq type 'function)
(or (package-lint--seen-fboundp-check-for sym)
(package-lint--is-a-let-binding))))
(list
'error
(format "You should depend on (emacs \"%s\")%s%s if you need `%s'."
(mapconcat #'number-to-string added-in-version ".")
(if available-backport
(format " or the %s package"
(if required-backport-version
(format "(%s \"%s\")"
available-backport
required-backport-version)
available-backport))
"")
(if compat-support " or the compat package" "")
sym)))))))))))
(defun package-lint--check-eval-after-load ()
"Warn about use of `eval-after-load' and co."
(package-lint--map-regexp-match
"(\\s-*?\\(\\(?:with-\\)?eval-after-load\\)\\_>"
(lambda (match)
(list 'warning
(format "`%s' is for use in configurations, and should rarely be used in packages." match)))))
(defun package-lint--check-no-use-of-cl ()
"Warn about use of deprecated `cl' library."
(package-lint--map-regexp-match
"(\\s-*?require\\s-*?'\\(cl\\)\\_>"
(lambda (_)
(list
'warning
"Replace deprecated `cl' with `cl-lib'. The `cl-libify' package can help with this."))))
(defun package-lint--check-no-use-of-cl-lib-sublibraries ()
"Warn about use of `cl-macs', `cl-seq' etc."
(package-lint--map-regexp-match
"(\\s-*?require\\s-*?'\\(cl-macs\\|cl-seq\\)\\_>"
(lambda (_)
(list
'warning
"This file is not in the `cl-lib' ELPA compatibility package: require `cl-lib' instead."))))
(defconst package-lint--unconditional-require-regexp
;; Match the ending paren so we can be sure it's a single argument
;; `require'. If there are additional arguments, we don't want to warn,
;; because (require 'foo nil t) indicates an optional dependency and
;; (require 'foo "filename") is very uncommon.
"(\\s-*?require\\s-*?'\\_<\\(.*?\\)\\_>\\s-*?)"
"Regexp to match unconditional `require' forms.")
(defun package-lint--check-libraries-available-in-emacs (valid-deps)
"Warn about use of libraries that are not available.
The check is performed against the Emacs version in VALID-DEPS."
(package-lint--check-version-regexp-list
valid-deps
package-lint--unconditional-require-regexp
'feature))
(defun package-lint--check-libraries-removed-from-emacs ()
"Warn about use of libraries that have been removed from Emacs."
(package-lint--map-regexp-match
package-lint--unconditional-require-regexp
(lambda (sym)
(let-alist (package-lint-symbol-info sym)
(let ((removed-in-version .library-removed))
(when removed-in-version
(list
'error
(format "The `%s' library was removed in Emacs version %s."
sym (mapconcat #'number-to-string removed-in-version ".")))))))))
(defconst package-lint--function-name-regexp
(rx
(seq
(or "#'"
(seq "(" (* (syntax whitespace))
(? (seq
(or "funcall" "apply" "advice-add")
(+
(syntax whitespace))
"'"))))
(group
(*\? nonl))
symbol-end))
"Regexp to match function names.")
(defun package-lint--check-macros-functions-available-in-emacs (valid-deps)
"Warn about use of unavailable functions/macros that are not available.
The check is performed against the Emacs version in VALID-DEPS."
(package-lint--check-version-regexp-list
valid-deps
package-lint--function-name-regexp
'function))
(defun package-lint--check-macros-functions-removed-from-emacs (valid-deps)
"Warn about use of functions/macros that have been removed from Emacs.
If an Emacs version is specified in VALID-DEPS, don't warn about
functions/macros that were removed and later re-added, as long as
the Emacs dependency matches the re-addition."
(package-lint--map-regexp-match
package-lint--function-name-regexp
(lambda (sym)
(let-alist (package-lint-symbol-info sym)
(let ((removed-in-version .function-removed))
(when removed-in-version
(let ((emacs-version-dep (or (cadr (assq 'emacs valid-deps)) '(0))))
(unless (or (package-lint--seen-fboundp-check-for sym)
(and .function-added (version-list-<= .function-added emacs-version-dep)))
(list
'error
(format "`%s' was removed in Emacs version %s."
sym (mapconcat #'number-to-string removed-in-version ".")))))))))))
(defun package-lint--check-lexical-binding-is-on-first-line ()
"Check that any `lexical-binding' declaration is on the first line of the file."
(cl-block return
(let ((original-buffer (current-buffer)))
(with-temp-buffer
(let ((lexical-binding-found-at-end nil))
(insert-buffer-substring-no-properties original-buffer)
(condition-case err
(cl-letf (((symbol-function #'hack-local-variables-apply) #'ignore)
((symbol-function #'hack-local-variables-filter)
(lambda (variables _dir-name)
(setq file-local-variables-alist variables)))
;; Silence any messages Emacs may want to share with the user.
;; There's no user.
((symbol-function #'display-warning) #'ignore)
((symbol-function #'message) #'ignore))
;; HACK: this is an internal variable!
;; Unfortunately, Emacsen that have this variable also have
;; `hack-local-variables' that doesn't store `lexical-binding'
;; in `file-local-variables-alist'.
(defvar enable-dir-local-variables)
(defvar hack-local-variables--warned-lexical)
(let ((hack-local-variables--warned-lexical nil)
(enable-dir-local-variables nil)
(enable-local-variables t)
(local-enable-local-variables t))
(hack-local-variables)
(setq lexical-binding-found-at-end
hack-local-variables--warned-lexical)))
(error
(package-lint--error-at-bob 'error (error-message-string err))
(cl-return-from return nil)))
(when (or lexical-binding-found-at-end
;; In case this is an Emacs from before `hack-local-variables'
;; started to warn about `lexical-binding' on a line other
;; than the first.
(and (cdr (assq 'lexical-binding file-local-variables-alist))
(not (package-lint--lexical-binding-declared-in-header-line-p))))
(package-lint--error-at-bob
'error
"`lexical-binding' must be set in the first line.")))))))
(defun package-lint--check-cl-lib-version (valid-deps)
"Check dependencies in VALID-DEPS on \"cl-lib\".
The specified versions must be remotely available for installation."
(let ((emacs-version-dep (or (nth 1 (assq 'emacs valid-deps)) '(0)))
(cl-lib-dep (assq 'cl-lib valid-deps)))
(when cl-lib-dep
(let ((cl-lib-version (nth 1 cl-lib-dep)))
(cond ((and emacs-version-dep
(version-list-<= '(24 3) emacs-version-dep)
(version-list-<= cl-lib-version '(1 0)))
(package-lint--error-at-point
'warning
"An explicit dependency on cl-lib <= 1.0 is not needed on Emacs >= 24.3."))
((version-list-<= '(1) cl-lib-version)
(package-lint--error-at-point
'error
(format "Depend on the latest 0.x version of cl-lib rather than on version \"%S\".
Alternatively, depend on (emacs \"24.3\") or greater, in which cl-lib is bundled."
cl-lib-version)
(nth 2 cl-lib-dep))))))))
(defun package-lint--check-package-version-present ()
"Check that a valid \"Version\" header is present."
(let ((version (package-lint--goto-header (rx (? "Package-") "Version"))))
(if version
(unless (ignore-errors (version-to-list version))
(package-lint--error-at-point
'warning
(format "\"%s\" is not a valid version. MELPA will handle this, but other archives will not." version)
(point)))
(package-lint--error-at-bob
'warning
"\"Version:\" or \"Package-Version:\" header is missing. MELPA will handle this, but other archives will not."))))
(defun package-lint--liberal-package-buffer-info ()
"Like `package-buffer-info', but tolerate missing version header."
(let ((orig-buffer (current-buffer)))
;; We've reported version header issues separately, so rule them out here
(with-temp-buffer
(insert-buffer-substring-no-properties orig-buffer)
(goto-char (point-min))
(package-lint--update-or-insert-version "0")
(let ((info (package-buffer-info)))
;; Pedantically check for the footer comment
;; In Emacs 29 this became a soft failure, but for packages to
;; be installable with the package.el in older Emacsen, the
;; footer comment must be there nonetheless.
(goto-char (point-min))
(search-forward (format ";;; %s.el ends here" (package-lint--package-desc-name info)))
info))))
(defun package-lint--check-package-el-can-parse ()
"Check that `package-buffer-info' can read metadata from this file.
If it can, return the read metadata."
(condition-case err
(package-lint--liberal-package-buffer-info)
(error
(package-lint--error-at-bob
'error
(format "package.el cannot parse this buffer: %s" (error-message-string err)))
nil)))
(defun package-lint--check-package-summary (desc)
"Check the summary for package with descriptor DESC.
DESC is a struct as returned by `package-buffer-info'."
(let ((summary (package-lint--package-desc-summary desc)))
(cond
((string= summary "")
(package-lint--error-at-bob
'error
"Package should have a non-empty summary."))
(t
(unless (let ((case-fold-search nil))
(string-match-p "^[A-Z0-9]" summary))
(package-lint--error-at-bob
'warning
"The package summary should start with an uppercase letter or a digit."))
(when (> (length summary) 60)
(package-lint--error-at-bob
'warning
"The package summary is too long. It should be at most 60 characters."))
(when (string-match "\\.\\'" summary)
(package-lint--error-at-bob
'warning
"The package summary should not end with a period."))
(when (save-match-data
(let ((case-fold-search t))
(and (string-match "[^.]\\" summary)
(not (string-match-p "[[:space:]]+lisp"
summary (match-end 0))))))
(package-lint--error-at-bob
'warning
"Including \"Emacs\" in the package summary is usually redundant."))))))
(defun package-lint--check-provide-form (desc)
"Check the provide form for package with descriptor DESC.
DESC is a struct as returned by `package-buffer-info'."
(let ((name (symbol-name (package-lint--package-desc-name desc))))
(if (string-match-p "-theme\\'" name)
(let ((theme-name (replace-regexp-in-string "-theme\\'" "" name))
(provided-theme (package-lint--provided-theme)))
(unless (string-equal theme-name provided-theme)
(package-lint--error-at-bob
'error
(format "There is no (provide-theme '%s) form." theme-name))))
(let ((feature (package-lint--provided-feature)))
(unless (string-equal name feature)
(package-lint--error-at-bob
'error
(format "There is no (provide '%s) form." name)))))))
(defun package-lint--check-provide-form-secondary-file ()
"Check there is a provide form."
;; We don't require that the provided feature have a name consistent
;; with the overall package prefix, but this check may later be added.
(unless (package-lint--provided-feature)
(package-lint--error-at-bob
'error
"There is no `provide' form.")))
(defun package-lint--check-no-emacs-in-package-name (desc)
"Check that the package name doesn't contain \"emacs\".
DESC is a struct as returned by `package-buffer-info'."
(let ((name (package-lint--package-desc-name desc)))
(when (string-match-p "emacs" (symbol-name name))
(package-lint--error-at-bob
'warning
"The word \"emacs\" is redundant in Emacs package names."))))
(defun package-lint--check-symbol-separators (definitions)
"Check that symbol DEFINITIONS don't contain non-standard separators."
(pcase-dolist (`(,name . ,position) definitions)
(when (and (string-match "[:/]" name)
(not (string-match-p package-lint--sane-prefixes name)))
(let ((match-pos (match-beginning 0)))
;; As a special case, allow `/=' or `/' when at the end of a symbol.
(when (or (not (string-match (rx "/" (optional "=") string-end) name))
(/= match-pos (match-beginning 0)))
(goto-char position)
(package-lint--error
(line-number-at-pos) 0 'error
(format "`%s' contains a non-standard separator `%s', use hyphens instead (see Elisp Coding Conventions)."
name (substring-no-properties name match-pos (1+ match-pos)))))))))
(defun package-lint--valid-prefix-mapping-p (short-prefix prefix name)
"Check if NAME corresponds to a valid mappings for PREFIX.
Check is done according to the definitions in
`package-lint--allowed-prefix-mappings' for SHORT-PREFIX."
(let ((regexp (concat "^" (regexp-opt
(cdr (assoc short-prefix package-lint--allowed-prefix-mappings))))))
(string-prefix-p prefix (replace-regexp-in-string regexp short-prefix name))))
(defun package-lint--valid-definition-name-p (name prefix &optional position)
"Return non-nil if NAME denotes a valid definition name.
Valid definition names are:
- a NAME starting with PREFIX, a string representing the current
package prefix,
- a NAME matching `package-lint--sane-prefixes', or
- a NAME whose POSITION in the buffer denotes a global definition."
(or (string-match-p (rx-to-string `(seq string-start ,prefix (or string-end (not alpha)))) name)
(string-match-p package-lint--sane-prefixes name)
(string-match-p (rx-to-string `(seq string-start (or "define" "defun" "defvar" "defface" "with") "-" ,prefix)) name)
(string-match-p (rx-to-string `(seq string-start "global-" ,prefix (or "-mode" (seq "-" (* any) "-mode")) string-end)) name)
(let ((short-prefix (car (cl-remove-if-not (lambda (e) (string-prefix-p e prefix))
(mapcar #'car package-lint--allowed-prefix-mappings)))))
(when short-prefix
(package-lint--valid-prefix-mapping-p short-prefix prefix name)))
(when position
(goto-char position)
(looking-at-p (rx (*? space) "(" (*? space)
(or "defadvice" "cl-defmethod" "define-advice" "defalias" "defvaralias" (seq "define-obsolete-" (or "face" "function" "variable") "-alias"))
symbol-end)))))
(defun package-lint--check-defs-prefix (prefix definitions)
"Verify that symbol DEFINITIONS start with package PREFIX."
(pcase-dolist (`(,name . ,position) definitions)
(unless (package-lint--valid-definition-name-p name prefix position)
(if (package-lint--added-or-removed-function-p name)
(package-lint--error-at-point
'error
(format "Define compatibility functions with a prefix, e.g. \"%s--%s\", and use `defalias' where they exist."
prefix name)
position)
(package-lint--error-at-point
'error
(format "\"%s\" doesn't start with package's prefix \"%s\"."
name prefix)
position)))))
(defun package-lint--check-minor-mode (def)
"Offer up concerns about the minor mode definition DEF."
(when (cl-search '(:global t) def)
(package-lint--check-globalized-minor-mode def)))
(defun package-lint--check-globalized-minor-mode (def)
"Offer up concerns about the global minor mode definition DEF."
(let ((feature-name (package-lint--provided-feature)))
(when feature-name
(let ((feature (intern feature-name))
(autoloaded (save-excursion
(forward-line -1)
(beginning-of-line)
(looking-at ";;;###autoload"))))
(unless (or autoloaded
(cl-search `(:require ',feature) def :test #'equal))
(package-lint--error-at-point
'error
(format
"Global minor modes should be autoloaded or, rarely, `:require' their defining file (i.e. \":require '%s\"), to support the customization variable of the same name." feature)))))))
(defun package-lint--check-defgroup (def)
"Offer up concerns about the customization group definition DEF."
(when (symbolp (cadr def))
(let ((group-name (symbol-name (cadr def))))
(when (string-match "\\(.*\\)-mode$" group-name)
(let ((parent (intern (match-string 1 group-name))))
(unless (cl-search `(:group ',parent) def :test #'equal)
(package-lint--error-at-point
'error
"Customization groups should not end in \"-mode\" unless that name would conflict with their parent group."))))))
(unless (memq :group def)
(package-lint--error-at-point
'error
"Customization groups should specify a parent via `:group'.")))
(defun package-lint--check-defalias (prefix def)
"Offer up concerns about the customization group definition DEF.
PREFIX is the package prefix."
(pcase (cadr def)
((and `(quote ,alias) (guard (symbolp alias)))
(unless (package-lint--valid-definition-name-p (symbol-name alias) prefix)
(package-lint--error-at-point
'error
(concat "Aliases should start with the package's prefix \"" prefix "\"."))))))
(defun package-lint--check-format-string (valid-deps def)
"Offer up concerns about the format string used in DEF, depending on VALID-DEPS."
(let ((emacs-version-dep (or (cadr (assq 'emacs valid-deps)) '(0))))
(when (consp (cdr def))
(let ((fmt-str (cadr def)))
(when (and (version-list-< emacs-version-dep '(26 1))
;; We give up on trying to warn about format strings that are
;; evaluated at runtime.
(stringp fmt-str)
;; The usual regexp strategy for finding unescaped matches
;; requires negative lookbehind:
;; (? (length lks) 1) (equal (car (last lks)) ?\C-g))
(and (equal (car (last lks)) ?\e)
(not (equal (nthcdr (- (length lks) 2) lks)
'(?\e ?\e))))
(equal (car (last lks)) ?\C-h)
(and (equal modifiers '(control))
(equal ?c basic-type)
(cdr lks)
(let ((v (event-basic-type (cdr lks)))
(m (event-modifiers (cdr lks))))
(and (numberp v)
(<= v ?z)
(>= v ?a)
(or (null m) (equal '(shift) m)))))
(member basic-type '(f5 f6 f7 f8 f9)))
"This key sequence is reserved (see Key Binding Conventions in the Emacs Lisp manual)")))
(defun package-lint--region-empty-p (start end)
"Return t iff the region between START and END has no non-empty lines.
Lines consisting only of whitespace or empty comments are considered empty."
(save-excursion
(save-restriction
(save-match-data
(narrow-to-region start end)
(goto-char start)
(while (and (looking-at "^[[:space:]]*;*[[:space:]]*$")
(= 0 (forward-line))))
(eobp)))))
(defun package-lint--highest-installable-version-of (package)
"Return the highest version of PACKAGE available for installation."
(let ((descriptors (append (cdr (assq package package-archive-contents))
(cdr (assq package package-alist)))))
(if (fboundp 'package-desc-version)
(car (sort (mapcar 'package-desc-version descriptors)
(lambda (v1 v2) (not (version-list-< v1 v2)))))
(aref descriptors 0))))
(defun package-lint--goto-header (header-name &optional multiline)
"Move to the first occurrence of HEADER-NAME in the file.
If the return value is non-nil, then point will be at the
beginning of the header's value, and the second and third match
groups will contain the name and value of the header with any
leading or trailing whitespace removed.
If MULTILINE is non-nil, allow the header value to span lines, and return
them as a list of strings."
(goto-char (point-min))
(when (re-search-forward (concat (lm-get-header-re header-name) "\\(.*?\\) *$") (lm-code-mark) t)
(let ((start-pos (match-beginning 3))
(val (match-string-no-properties 3)))
(when multiline
(setq val (list val))
(forward-line 1)
(while (looking-at "^;+\\(\t\\|[\t\s]\\{2,\\}\\)\\(.+\\)")
(push (match-string-no-properties 2) val)
(forward-line 1))
(nreverse val))
(goto-char start-pos)
val)))
(defun package-lint--update-or-insert-version (version)
"Ensure current buffer has a \"Version: VERSION\" header."
(if (package-lint--goto-header "Version")
(move-beginning-of-line nil)
(forward-line))
(insert (format ";; Version: %s" version))
(newline))
(defun package-lint--get-header-line-file-local-variables ()
"Return local variables specified in the -*- line.
Returns an alist of elements (VAR . VAL), where VAR is a variable
and VAL is the specified value.
For details, see `hack-local-variables-prop-line'."
(cl-letf (((symbol-function #'message) #'ignore))
(hack-local-variables-prop-line)))
(defun package-lint--lexical-binding-declared-in-header-line-p ()
"Test if `lexical-binding' is declared in the -*- line."
;; Test the `cdr' to see if it's actually true, because
;; -*- lexical-binding: nil -*-
;; is legal, if silly.
(cdr (assq 'lexical-binding (package-lint--get-header-line-file-local-variables))))
(defvar semantic-imenu-summary-function)
(defun package-lint--get-defs ()
"Return a list of all variables and functions defined in the current buffer.
The returned list is of the form (SYMBOL-NAME . POSITION)."
;; We probably could use Semantic instead, but it's a *global* minor mode and
;; it tends to be quite heavy, so use Imenu instead; if the user has Semantic
;; enabled, Imenu will use its index anyway.
(let ((result '())
(index
(save-excursion
;; Use the default imenu expression list so that we're not confused
;; by user customizations.
(let ((imenu-generic-expression (default-value 'lisp-imenu-generic-expression))
;; In case it's actually Semantic, tell it not to decorate
;; symbol names.
(semantic-imenu-summary-function 'semantic-format-tag-name))
(funcall imenu-create-index-function)))))
(dolist (entry index)
(pcase entry
((and `(,submenu-name . ,submenu-elements)
(guard (consp submenu-elements)))
(when (member submenu-name '("Variables" "Defuns" "Types"))
(setq result (nconc (reverse submenu-elements) result))))
(_
(push entry result))))
;; If it's Semantic, then it returns overlays, not positions. Convert
;; them.
(dolist (entry result)
(when (overlayp (cdr entry))
(setcdr entry (overlay-start (cdr entry)))))
(nreverse result)))
(defun package-lint--provided-feature ()
"Return the last-provided feature name, as a string, or nil if none."
(save-excursion
(goto-char (point-max))
(cond ((re-search-backward (rx "(provide '" (group (1+ (or (syntax word) (syntax symbol))))) nil t)
(match-string-no-properties 1))
((re-search-backward "(provide-me)" nil t)
(file-name-sans-extension (file-name-nondirectory buffer-file-name))))))
(defun package-lint--provided-theme ()
"Return the last-provided theme name, as a string, or nil if none."
(save-excursion
(goto-char (point-max))
(when (re-search-backward (rx "(provide-theme '" (group (1+ (or (syntax word) (syntax symbol))))) nil t)
(match-string-no-properties 1))))
(defun package-lint--get-package-prefix ()
"Return package prefix string (i.e. the symbol the package `provide's).
Prefix is returned without any `-mode' suffix."
(let ((feature (package-lint--provided-feature)))
(when feature
(replace-regexp-in-string "-mode\\'" "" feature))))
(defun package-lint--check-objects-by-regexp (regexp function)
"Check all objects with the literal printed form matching REGEXP.
The objects are parsed with `read'. The FUNCTION is passed the
read object, with the point at the beginning of the match.
S-expressions in comments or comments, partial s-expressions, or
otherwise invalid read forms are ignored."
(goto-char (point-min))
(while (re-search-forward regexp nil t)
(save-excursion
(goto-char (match-beginning 0))
(let ((obj (unless (package-lint--inside-comment-or-string-p)
(save-excursion
(ignore-errors (read (current-buffer)))))))
(when obj (funcall function obj))))))
;;; Public interface
;;;###autoload
(defun package-lint-buffer (&optional buffer)
"Get linter errors and warnings for BUFFER.
Returns a list, each element of which is list of
(LINE COL TYPE MESSAGE)
where TYPE is either `warning' or `error'.
Current buffer is used if none is specified."
(with-current-buffer (or buffer (current-buffer))
(unless (derived-mode-p 'emacs-lisp-mode)
(error "Buffer must be in emacs-lisp-mode"))
(package-lint--check-all)))
;;;###autoload
(defun package-lint-current-buffer ()
"Display lint errors and warnings for the current buffer."
(interactive)
(let ((errs (package-lint-buffer))
(buf "*Package-Lint*"))
(with-current-buffer (get-buffer-create buf)
(let ((buffer-read-only nil))
(erase-buffer)
(cond
((null errs) (insert "No issues found."))
((null (cdr errs)) (insert "1 issue found:\n\n"))
(t (insert (format "%d issues found:\n\n" (length errs)))))
(pcase-dolist (`(,line ,col ,type ,message) errs)
(insert (format "%d:%d: %s: %s\n" line col type message))))
(special-mode)
(view-mode 1))
(display-buffer buf)))
(defgroup package-lint nil
"A linting library for elisp package authors."
:group 'development)
(defcustom package-lint-batch-fail-on-warnings t
"When non-nil, make warnings fatal for `package-lint-batch-and-exit'."
:group 'package-lint
:type 'boolean)
(defun package-lint-batch-and-exit-1 (filenames)
"Internal helper function for `package-lint-batch-and-exit'.
Checks FILENAMES using package-lint.
The main loop is this separate function so it's easier to test."
;; Make sure package.el is initialized so we can query its database.
(package-initialize)
(let ((success t) (last-directory nil) (text-quoting-style 'grave))
(dolist (file filenames success)
(let* ((file (expand-file-name file))
(file-directory (file-name-directory file))
(base (file-name-nondirectory file)))
(with-temp-buffer
(insert-file-contents file t)
(emacs-lisp-mode)
(let ((checking-result (package-lint-buffer))
(fail-on (cons 'error (when package-lint-batch-fail-on-warnings '(warning)))))
(when (cl-some (lambda (err) (memq (nth 2 err) fail-on)) checking-result)
(setq success nil)
(unless (equal last-directory file-directory)
(setq last-directory file-directory)
(message "Entering directory '%s'" file-directory))
(pcase-dolist (`(,line ,col ,type ,message) checking-result)
(message "%s:%d:%d: %s: %s"
base line col type message)))))))))
;;;###autoload
(defun package-lint-batch-and-exit ()
"Run `package-lint-buffer' on the files remaining on the command line.
Use this only with -batch, it won't work interactively.
When done, exit Emacs with status 1 in case of any errors, otherwise exit
with status 0. The variable `package-lint-batch-fail-on-warnings' controls
whether or not warnings alone produce a non-zero exit code."
(unless noninteractive
(error "`package-lint-batch-and-exit' is to be used only with -batch"))
(let ((success (package-lint-batch-and-exit-1 command-line-args-left)))
(kill-emacs (if success 0 1))))
;;;###autoload
(defun package-lint-looks-like-a-package-p ()
"Return non-nil if the current buffer appears to be intended as a package."
(or package-lint-main-file
(save-match-data
(save-excursion
(save-restriction
(widen)
(goto-char (point-min))
(re-search-forward
(lm-get-header-re (rx (or "Version" "Package-Version" "Package-Requires")))
nil t))))))
(provide 'package-lint)
;; Local Variables:
;; indent-tabs-mode: nil
;; End:
;;; package-lint.el ends here
package-lint-0.25/tools/ 0000775 0000000 0000000 00000000000 14762534143 0015150 5 ustar 00root root 0000000 0000000 package-lint-0.25/tools/compat-dump 0000775 0000000 0000000 00000002714 14762534143 0017330 0 ustar 00root root 0000000 0000000 #!/usr/bin/env -S emacs -Q --script
(require 'cl-lib)
(cl-assert (string-suffix-p "/package-lint/" default-directory)
"Not in the package-lint directory")
(package-install 'compat)
(cl-assert (package-installed-p 'compat (version-to-list "29.1")))
(let (symbols functions)
(dolist (file (directory-files (file-name-directory (locate-library "compat"))
t "compat-[0-9]+\\.el$"))
(with-temp-buffer
(insert-file-contents file)
(goto-char (point-min))
(while (search-forward-regexp (rx line-start
"(compat-" (group (or "defun" "defmacro" "defvar" "defalias"))
(+ space)
symbol-start
(group (+? any))
symbol-end)
nil t)
(pcase (match-string 1)
("defvar" (push (match-string 2) symbols))
((or "defun" "defmacro" "defalias") (push (match-string 2) functions))))))
(push "compat" functions)
(push "compat-call" functions)
(with-temp-buffer
(insert (prin1-to-string (cons (mapcar #'intern (sort symbols #'string<))
(mapcar #'intern (sort functions #'string<)))))
(write-region (point-min) (point-max) "data/compat-symbols"))
(message "Wrote %d symbols and %d functions" (length symbols) (length functions)))
package-lint-0.25/tools/sym-diff.el 0000664 0000000 0000000 00000004146 14762534143 0017215 0 ustar 00root root 0000000 0000000 ;;; sym-diff.el --- Diff dumped elisp symbols produced by sym-dump.el -*- lexical-binding: t -*-
;; Copyright (C) 2019 Steve Purcell
;; Author: Steve Purcell
;; URL: https://github.com/purcell/package-lint
;; Keywords: lisp
;; Version: 0
;; Package-Requires: ((seq "0.5") (emacs "24"))
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; Diff dumped elisp symbols produced by sym-dump.el
;;; Code:
(require 'seq)
(defun sym-diff-hashdiff (v1 v2)
(let ((in-v2 (make-hash-table)))
(dolist (x v2)
(puthash x t in-v2))
(seq-filter (lambda (e) (not (gethash e in-v2))) v1)))
(defun sym-diff (dump1 dump2 type)
(let ((v1 (cdr (assoc type dump1)))
(v2 (cdr (assoc type dump2))))
(sort (sym-diff-hashdiff v1 v2)
(lambda (a b) (string< (symbol-name a) (symbol-name b))))))
(defun sym-diff-load-dump (f)
(with-temp-buffer
(insert-file-contents f)
(goto-char 0)
(read (current-buffer))))
(defun sym-diff-versions (v1 v2)
`((functions . ((removed . ,(sym-diff v1 v2 'functions))
(added . ,(sym-diff v2 v1 'functions))))
(variables . ((removed . ,(sym-diff v1 v2 'variables))
(added . ,(sym-diff v2 v1 'variables))))
(features . ((removed . ,(sym-diff v1 v2 'features))
(added . ,(sym-diff v2 v1 'features))))
))
(defun sym-diff-dumps (f1 f2)
(let ((v1 (sym-diff-load-dump f1))
(v2 (sym-diff-load-dump f2)))
(sym-diff-versions v1 v2)))
(provide 'sym-diff)
;;; sym-diff.el ends here
package-lint-0.25/tools/sym-dump-all 0000775 0000000 0000000 00000003630 14762534143 0017421 0 ustar 00root root 0000000 0000000 #!/usr/bin/env bash
set -e
rootdir=$(cd "$(dirname "$0")/.." && pwd)
function run_emacs () {
local ver
ver=$(echo "$1" | tr '.' '-')
shift
nix run --accept-flake-config "github:purcell/nix-emacs-ci#emacs-$ver" -- "$@"
}
symbol_dump_dir="$rootdir/.symbol-dumps"
mkdir -p "$symbol_dump_dir"
for v in 23.4 24.1 24.2 24.3 24.4 24.5 25.1 25.2 25.3 26.1 26.2 26.3 27.1 27.2 28.1 28.2 29.1 29.2 29.3 29.4 30.1; do
echo "Dumping $v"
run_emacs "$v" -Q --script "$rootdir/tools/sym-dump.el" > "$symbol_dump_dir/$v";
done
echo "Calculating changes between versions"
diff_expr=$(cat - < "$rootdir/data/stdlib-changes"
cat <> "$rootdir/data/stdlib-changes"
;; Local Variables:
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
EOF
package-lint-0.25/tools/sym-dump.el 0000664 0000000 0000000 00000005472 14762534143 0017255 0 ustar 00root root 0000000 0000000 ;;; sym-dump.el --- Dump data about symbols and features available in this Emacs -*- lexical-binding: t -*-
;; Copyright (C) 2019 Steve Purcell
;; Author: Steve Purcell
;; URL: https://github.com/purcell/package-lint
;; Keywords: lisp
;; Version: 0
;; This program 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.
;; This program 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 this program. If not, see .
;;; Commentary:
;; This is all written in a weird way in order to minimise the code loaded
;; during its execution.
;; Also, this code must work all the way back to Emacs 23.4.
;;; Code:
(defun sym-dump-sort-symbols (syms)
(sort syms (lambda (a b) (string< (symbol-name a) (symbol-name b)))))
(defun sym-dump-filter-atoms (pred)
(let (result)
(mapatoms
(lambda (f)
(when (and (funcall pred f)
(not (keywordp f))
(not (string-prefix-p "sym-dump-" (symbol-name f))))
(push f result))))
(sym-dump-sort-symbols result)))
(defun sym-dump-defined-functions ()
(sym-dump-filter-atoms 'fboundp))
(defun sym-dump-defined-vars ()
(sym-dump-filter-atoms 'boundp))
(defun sym-dump-defined-faces ()
(sym-dump-filter-atoms 'facep))
(defun sym-dump-libraries (path)
(let (libs)
(dolist (dir path)
(when (file-accessible-directory-p dir)
(dolist (f (directory-files dir t "\\.elc\\'" t))
(let ((lib (intern (file-name-sans-extension (file-name-nondirectory f)))))
;; Skip files that aren't loadable libraries, e.g. blessmail, edt-mapper, dunnet
;; Additionally, loading secrets and tramp-gvfs causes a hard exit if no dbus support
(unless (memq lib '(blessmail edt-mapper dunnet secrets tramp-gvfs gnus-registry))
(push lib libs))))))
(sym-dump-sort-symbols libs)))
(defun sym-dump-loaded ()
`((variables . ,(sym-dump-defined-vars))
(functions . ,(sym-dump-defined-functions))
(features . ,features)
(faces . ,(sym-dump-defined-faces))))
(defun sym-dump-go-crazy ()
(dolist (lib (sym-dump-libraries load-path))
(message "Loading %s" lib)
(with-demoted-errors "Error: %S" (require lib nil t)))
(message "Loaded all")
(let (print-level print-length (pp-default-function 'pp-29)) ; avoid truncation
(pp (sym-dump-loaded))))
(sym-dump-go-crazy)
;;; sym-dump.el ends here