all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Windows binaries and installer fixes for 30.0.93
@ 2024-12-21 17:44 Corwin Brust
  2024-12-21 18:29 ` Francis Wright
  0 siblings, 1 reply; 7+ messages in thread
From: Corwin Brust @ 2024-12-21 17:44 UTC (permalink / raw)
  To: Emacs developers

I have posted binaries created from the 30.0.93 (pretest #3) tarball
to the alpha FTP site, here:

https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/?C=M;O=D

Additionally, there are some "patched" versions which are only from my
personal site so far.  The above link should be good for anyone
wishing to try out pre-compiled binaries for Emacs 30.1 using the
latest pretest (#3).   The rest of this email is about helping me test
pending changes to the script that creates the executable
self-installer for Emacs on Windows.

Below are links to some additional ("patched") versions of the Windows
installer.  Each of these was created by applying patches (or, in one
case, replacing a BPM used only by the Windows installer) starting
from the released sources provided in the 30.0.93 prerelease tarball
that was published this week.

The patches I've applied have been "sitting ready" for most of 2024;
they applied cleanly and appear to work correctly from my end.  It
would be great if others could confirm they work well; there are a
number of long-standing bugs with the Windows executable
self-installer it would be good to have closed.

In reality only #1 below needs your testing efforts; the others are
provided to help narrow down which patch is causing any trouble we do
find.

Here, in descending order of priority for testing, are the patched
installers I have created along with the associated bugs reports each
attempts to resolve:

1. resolves each item below plus set a unique name for each version's
uninstaller (more work on 68756 in addition to #3, below).  Try this
one first/only; work down the list if you find issues that didn't
exist installing the released 29.4 binary installer.

https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe

2. fix confusing installer verbage (don't require users to "accept"
the GPL to install Emacs)

https://corwin.bru.st/emacs-30/emacs-30.0.93_bug67667-installer.exe
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67667

3. fix installer splash image (badly converted, aspect ratio is incorrect)

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70538
(no sep build of the installer for this one but the fixed splash.bpm
is rolled into those above)

4. do not delete all installed versions of Emacs when running
uninstaller (this patch is incorporated into all of the above linked
patched installer versions)

https://corwin.bru.st/emacs-30/emacs-30.0.93_bug68756-installer.exe
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68756#19

This last item is the critical one to test; since all of the modified
installer versions contain the patch for this issue, these testing
instructions will work for any of 1-4, above.  To test that the
"greedy uninstaller" issue is resolved:

1. backup your installed Emacs (if any) by making a copy of c:\program
files\emacs
2. install Emacs 29.4 (or any prior GNU published version) using the
executable self-installer
3. install 30.0.93 using one of my patched self-installer versions, (1-4 above)
4. run the 30.0.93 uninstaller created by step #3
5. verify the prior (e.g. 29.4) version of Emacs was not deleted (but
30.0.93 was)

Warm regards,
Corwin



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

* Re: Windows binaries and installer fixes for 30.0.93
  2024-12-21 17:44 Windows binaries and installer fixes for 30.0.93 Corwin Brust
@ 2024-12-21 18:29 ` Francis Wright
  2024-12-21 19:46   ` Windows binary installer ignores user options for Start menu shortcuts Corwin Brust
  2024-12-21 23:20   ` Windows binaries and installer fixes for 30.0.93 Corwin Brust
  0 siblings, 2 replies; 7+ messages in thread
From: Francis Wright @ 2024-12-21 18:29 UTC (permalink / raw)
  To: Corwin Brust, Emacs developers

[-- Attachment #1: Type: text/plain, Size: 4524 bytes --]

Hi Corwin

Thanks for working on this. The "greedy uninstaller" was a bit of a pain. I tried your installer at https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe
and the associated uninstaller seems to work correctly, i.e. it only uninstalls emacs-30.0.93, which is great. I didn't notice any of the other issues you listed.

However, I did notice a couple of problems. Firstly, Windows pops up a warning from Microsoft Defender SmartScreen, which is not a new problem and is easy to work around. Secondly, the installer did not install a shortcut folder. On the Choose Start Menu Folder dialogue, Emacs-30.0.93 was pre-selected, and I ensured that Do not create shortcuts was not selected. The only button available was the Close button, which I clicked. A shortcut for Emacs itself was installed but not the shortcut to the folder containing Emacs and the uninstaller. (I can add the folder shortcut by hand.)

Best wishes,
Francis

________________________________
From: help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org <help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org> on behalf of Corwin Brust <corwin@bru.st>
Sent: 21 December 2024 5:44 PM
To: Emacs developers <emacs-devel@gnu.org>
Subject: Windows binaries and installer fixes for 30.0.93

I have posted binaries created from the 30.0.93 (pretest #3) tarball
to the alpha FTP site, here:

https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/?C=M;O=D

Additionally, there are some "patched" versions which are only from my
personal site so far.  The above link should be good for anyone
wishing to try out pre-compiled binaries for Emacs 30.1 using the
latest pretest (#3).   The rest of this email is about helping me test
pending changes to the script that creates the executable
self-installer for Emacs on Windows.

Below are links to some additional ("patched") versions of the Windows
installer.  Each of these was created by applying patches (or, in one
case, replacing a BPM used only by the Windows installer) starting
from the released sources provided in the 30.0.93 prerelease tarball
that was published this week.

The patches I've applied have been "sitting ready" for most of 2024;
they applied cleanly and appear to work correctly from my end.  It
would be great if others could confirm they work well; there are a
number of long-standing bugs with the Windows executable
self-installer it would be good to have closed.

In reality only #1 below needs your testing efforts; the others are
provided to help narrow down which patch is causing any trouble we do
find.

Here, in descending order of priority for testing, are the patched
installers I have created along with the associated bugs reports each
attempts to resolve:

1. resolves each item below plus set a unique name for each version's
uninstaller (more work on 68756 in addition to #3, below).  Try this
one first/only; work down the list if you find issues that didn't
exist installing the released 29.4 binary installer.

https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe

2. fix confusing installer verbage (don't require users to "accept"
the GPL to install Emacs)

https://corwin.bru.st/emacs-30/emacs-30.0.93_bug67667-installer.exe
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67667

3. fix installer splash image (badly converted, aspect ratio is incorrect)

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70538
(no sep build of the installer for this one but the fixed splash.bpm
is rolled into those above)

4. do not delete all installed versions of Emacs when running
uninstaller (this patch is incorporated into all of the above linked
patched installer versions)

https://corwin.bru.st/emacs-30/emacs-30.0.93_bug68756-installer.exe
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68756#19

This last item is the critical one to test; since all of the modified
installer versions contain the patch for this issue, these testing
instructions will work for any of 1-4, above.  To test that the
"greedy uninstaller" issue is resolved:

1. backup your installed Emacs (if any) by making a copy of c:\program
files\emacs
2. install Emacs 29.4 (or any prior GNU published version) using the
executable self-installer
3. install 30.0.93 using one of my patched self-installer versions, (1-4 above)
4. run the 30.0.93 uninstaller created by step #3
5. verify the prior (e.g. 29.4) version of Emacs was not deleted (but
30.0.93 was)

Warm regards,
Corwin


[-- Attachment #2: Type: text/html, Size: 8388 bytes --]

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

* Windows binary installer ignores user options for Start menu shortcuts
  2024-12-21 18:29 ` Francis Wright
@ 2024-12-21 19:46   ` Corwin Brust
  2024-12-21 19:53     ` Corwin Brust
  2024-12-21 23:05     ` bug#75013: " Corwin Brust
  2024-12-21 23:20   ` Windows binaries and installer fixes for 30.0.93 Corwin Brust
  1 sibling, 2 replies; 7+ messages in thread
From: Corwin Brust @ 2024-12-21 19:46 UTC (permalink / raw)
  To: Francis Wright, bug-gnu-emacs; +Cc: Emacs developers

Thanks much for looking into issues/fixes with the binary installer
for Windows, Francis!  "Promoting" your comments to a bug report here,
as I think you've uncovered an undocumented (and fixable + worth
fixing) thing.

On Sat, Dec 21, 2024 at 12:29 PM Francis Wright <f.j.wright@live.co.uk> wrote:
>
> Hi Corwin
>
> Thanks for working on this. The "greedy uninstaller" was a bit of a pain. I tried your installer []
> and the associated uninstaller seems to work correctly, i.e. it only uninstalls emacs-30.0.93, which is great. I didn't notice any of the other issues you listed.
>

Yay!

> However, I did notice a couple of problems. Firstly, Windows pops up a warning from Microsoft Defender SmartScreen, which is not a new problem and is easy to work around.

This I think I am not currently able to do much about, alas.

> Secondly, the installer did not install a shortcut folder. On the Choose Start Menu Folder dialogue, Emacs-30.0.93 was pre-selected, and I ensured that Do not create shortcuts was not selected. The only button available was the Close button, which I clicked. A shortcut for Emacs itself was installed but not the shortcut to the folder containing Emacs and the uninstaller. (I can add the folder shortcut by hand.)
>

Thanks for reporting this issue.  I confirmed it exists also with the
29.4 released binary installer.  When I select "show details" I can
see at the end of the unpacking ("installation") processing step it
creates start-menu short-cuts; however, the screen where we choose
whether or not we want to install short-cuts isn't shown until after
the unpacking step -which I now see does short-cut creation, but
shouldn't- is completed.  There is some code in the nsi script which
might be doing the write thing in the wrong place, at first glance.
In any case, with the present (for some time) installer we get a
"hard-coded" incorrect value for a start menu shortcut that is always
created irrespective of relevant choices offered to the user by said
installer.  Not great.

I'll look into fixing this for the 30.1 installer, also, replying back
in here if/when I have an "_3" that seems to warrant others' testing
effort.

Since this "short-cut page ignored" issue doesn't seem already to have
been captured in the bug tracker I have directed this reply such as to
create a new bug-report.  I'll try to arrange to get additional
relevant comments I/we make back on devel show up in the new bug
report (I don't have the number yet, as I write this), but: feel free
to address replies back to original devel thread (or otherwise to this
new bug thread) as you think best.

> Best wishes,
> Francis
>

Gratefully,
Corwin



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

* Re: Windows binary installer ignores user options for Start menu shortcuts
  2024-12-21 19:46   ` Windows binary installer ignores user options for Start menu shortcuts Corwin Brust
@ 2024-12-21 19:53     ` Corwin Brust
  2024-12-21 23:05     ` bug#75013: " Corwin Brust
  1 sibling, 0 replies; 7+ messages in thread
From: Corwin Brust @ 2024-12-21 19:53 UTC (permalink / raw)
  To: Francis Wright; +Cc: Emacs developers

Hastily top-posting to say: please don't Reply All ("wide reply") to
my last.  I intended to omit the devel list when sending that but left
it on by mistake.  to make it easy to avoid creating useless
bug-reports as a result of my error:

Please reply to this message instead of that one.

Sorry for the confusion.

BTW, in case anyone needs it, the address for the new bug opened
regarding Francis' finding is 75013@debbugs.gnu.org

On Sat, Dec 21, 2024 at 1:46 PM Corwin Brust <corwin@bru.st> wrote:
>
> Thanks much for looking into issues/fixes with the binary installer
> for Windows, Francis!  "Promoting" your comments to a bug report here,
> as I think you've uncovered an undocumented (and fixable + worth
> fixing) thing.
>
> On Sat, Dec 21, 2024 at 12:29 PM Francis Wright <f.j.wright@live.co.uk> wrote:
> >
> > Hi Corwin
> >
> > Thanks for working on this. The "greedy uninstaller" was a bit of a pain. I tried your installer []
> > and the associated uninstaller seems to work correctly, i.e. it only uninstalls emacs-30.0.93, which is great. I didn't notice any of the other issues you listed.
> >
>
> Yay!
>
> > However, I did notice a couple of problems. Firstly, Windows pops up a warning from Microsoft Defender SmartScreen, which is not a new problem and is easy to work around.
>
> This I think I am not currently able to do much about, alas.
>
> > Secondly, the installer did not install a shortcut folder. On the Choose Start Menu Folder dialogue, Emacs-30.0.93 was pre-selected, and I ensured that Do not create shortcuts was not selected. The only button available was the Close button, which I clicked. A shortcut for Emacs itself was installed but not the shortcut to the folder containing Emacs and the uninstaller. (I can add the folder shortcut by hand.)
> >
>
> Thanks for reporting this issue.  I confirmed it exists also with the
> 29.4 released binary installer.  When I select "show details" I can
> see at the end of the unpacking ("installation") processing step it
> creates start-menu short-cuts; however, the screen where we choose
> whether or not we want to install short-cuts isn't shown until after
> the unpacking step -which I now see does short-cut creation, but
> shouldn't- is completed.  There is some code in the nsi script which
> might be doing the write thing in the wrong place, at first glance.
> In any case, with the present (for some time) installer we get a
> "hard-coded" incorrect value for a start menu shortcut that is always
> created irrespective of relevant choices offered to the user by said
> installer.  Not great.
>
> I'll look into fixing this for the 30.1 installer, also, replying back
> in here if/when I have an "_3" that seems to warrant others' testing
> effort.
>
> Since this "short-cut page ignored" issue doesn't seem already to have
> been captured in the bug tracker I have directed this reply such as to
> create a new bug-report.  I'll try to arrange to get additional
> relevant comments I/we make back on devel show up in the new bug
> report (I don't have the number yet, as I write this), but: feel free
> to address replies back to original devel thread (or otherwise to this
> new bug thread) as you think best.
>
> > Best wishes,
> > Francis
> >
>
> Gratefully,
> Corwin



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

* bug#75013: Windows binary installer ignores user options for Start menu shortcuts
  2024-12-21 19:46   ` Windows binary installer ignores user options for Start menu shortcuts Corwin Brust
  2024-12-21 19:53     ` Corwin Brust
@ 2024-12-21 23:05     ` Corwin Brust
  1 sibling, 0 replies; 7+ messages in thread
From: Corwin Brust @ 2024-12-21 23:05 UTC (permalink / raw)
  To: 75013

[-- Attachment #1: Type: text/plain, Size: 2596 bytes --]

tags: patch
thanks

>
> I'll look into fixing this for the 30.1 installer, also, replying back
> in here if/when I have an "_3" that seems to warrant others' testing
> effort.
>

I'm attaching a (messy, quick) patch which appears to wrap fixing this
issue up with fixing those others I've just been asking others to help
me close (by testing out patched installers).

I will link devel (and OP) rather than here with the (transient,
available for some days at least) link to the new version of the
installer I've made applying the attached patch (under other cover).

I'll report back in (to this bug) with a "stand-alone" patch showing
just code needed to resolve this issue (probably for academic
purposes, given this consolidated patch works).  It should apply to
virtually any branch (or release/pre-release source tarball).

FTR, it was easy enough to swap reorder things to ensure that the
shortcuts got created properly (according to user options, and not
prior to asking for input/confirmation of those preferences, as
before); however, I had to go to lengths to ensure the uninstaller
removes whatever shortcuts it creates.  The resulting (seemingly
reliable) result is that we now delete empty parent folders (up to the
start menu application's folder root) when deleting whatever shortcuts
during uninstallation which the given installer had made.  I can (and
probably should) give the same treatment to the applications folder,
removing empty parents of the User's selected install folder, but I
think we have enough to test for just now.  (The same approach will
work; it won't be difficult to add.  But let's confirm the recursive
delete method works reliably for others).

For anyone seeing this and interested in a (slightly) more durable
link from which one can follow (by seeing incremental/experimental
builds outside of links shared to devel) along, seeing my current
version of the attached patch and related binaries using the 30.0.93
(pre-release 3 for Emacs 30) tarball a starting-point, here's an index
page:

https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/?C=M;O=D

Note, when browsing the above link:
The "latest" and otherwise (not 30.0.93_N_or_bug) releases are the
latest snapshots taken from the emacs-30 branch (so, by now, more
recent than the release tarball mentioned above, and without
this/these patches, for now).  Such builds are named based on the git
revision and include the sources used in the given folders.  Builds
related to installer fixes based on Emacs 30/pretest #3 are within my
"Emacs 30 root folder", index to which is linked above.

[-- Attachment #2: emacs.nsi.patch --]
[-- Type: application/octet-stream, Size: 3646 bytes --]

--- emacs.nsi.STABLE	2024-12-21 16:21:09.921280300 -0600
+++ emacs.nsi	2024-12-21 16:24:55.716019400 -0600
@@ -20,16 +20,27 @@
 
 !insertmacro MUI_PAGE_WELCOME
 
-
-!define MUI_LICENSEPAGE_TEXT_TOP "The GNU General Public License"
+# licensing/about click-though page
+!define MUI_PAGE_HEADER_TEXT "Emacs is Free Software"
+!define MUI_PAGE_HEADER_SUBTEXT "A component of the GNU operating system."
+!define MUI_LICENSEPAGE_TEXT_TOP "This program is free software."
+!define MUI_LICENSEPAGE_TEXT_BOTTOM "You can redistribute this program 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 (as above), or (at your option) any later version."
+!define MUI_LICENSEPAGE_BUTTON "OK"
 !insertmacro MUI_PAGE_LICENSE "emacs-${VERSION_BRANCH}\share\emacs\${EMACS_VERSION}\lisp\COPYING"
 
+# user option page: installation path
 !insertmacro MUI_PAGE_DIRECTORY
-!insertmacro MUI_PAGE_INSTFILES
 
+# user option page: start menu shortcut
 !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
 
+# user option confirm/begin install
+!insertmacro MUI_PAGE_INSTFILES
+
+# uninstaller confirmation/options (no options)
 !insertmacro MUI_UNPAGE_CONFIRM
+
+# uninstaller begin
 !insertmacro MUI_UNPAGE_INSTFILES
 
 !insertmacro MUI_LANGUAGE "English"
@@ -39,20 +50,24 @@
     StrCpy $INSTDIR "$PROGRAMFILES64\Emacs"
 functionend
 
-
+# main section logic, run after confirming installation
 Section
 
+  # insisting on installing shortcuts for "all users"
+  # might ensure uninstall can remove shortcuts we created
+  # SetShellVarContext all
+  
   SetOutPath $INSTDIR
 
   File /r emacs-${VERSION_BRANCH}
 
   # define uninstaller name
-  WriteUninstaller $INSTDIR\Uninstall.exe
+  WriteUninstaller "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
   ;Create shortcuts
   CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
-  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
+  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_END
   CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Emacs.lnk" "$INSTDIR\emacs-${VERSION_BRANCH}\bin\runemacs.exe"
@@ -63,15 +78,34 @@
 # the section will always be named "Uninstall"
 Section "Uninstall"
 
-  # Always delete uninstaller first
-  Delete "$INSTDIR\Uninstall.exe"
-
-  # now delete installed directory
-  RMDir /r "$INSTDIR"
-  RMDir "$INSTDIR"
+  # remove All Users shortcuts only
+  # SetShellVarContext all
 
   !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
+  StrCpy $StartMenuFolder "$SMPROGRAMS\$StartMenuFolder"
+
+  # remove Start Menu Program shortcuts
+  Delete "$StartMenuFolder\Emacs.lnk"
+  Delete "$StartMenuFolder\Uninstall.lnk"
+
+  # remove empty parents up to $SMPROGRAMS
+  startMenuDeleteLoop:
+    ClearErrors
+    RMDir $StartMenuFolder
+    GetFullPathName $StartMenuFolder "$StartMenuFolder\.."
+    IfErrors startMenuDeleteLoopDone
+    StrCmp $StartMenuFolder $SMPROGRAMS startMenuDeleteLoopDone startMenuDeleteLoop
+
+  # we're basically using GOTO, above, so we should get here..
+  startMenuDeleteLoopDone:
+
+    # recursively delete directory for this version
+    RMDir /r "$INSTDIR\emacs-${VERSION_BRANCH}"
+
+    # remove the Emacs directory in Program Files (if empty)
+    RMDir "$INSTDIR"
+
+    # delete uninstaller last
+    Delete "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
-  Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
-  RMDir "$SMPROGRAMS\$StartMenuFolder"
 SectionEnd

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

* Re: Windows binaries and installer fixes for 30.0.93
  2024-12-21 18:29 ` Francis Wright
  2024-12-21 19:46   ` Windows binary installer ignores user options for Start menu shortcuts Corwin Brust
@ 2024-12-21 23:20   ` Corwin Brust
  2024-12-22 12:03     ` Francis Wright
  1 sibling, 1 reply; 7+ messages in thread
From: Corwin Brust @ 2024-12-21 23:20 UTC (permalink / raw)
  To: Francis Wright; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 6118 bytes --]

Hi Francis,

Thanks (again) for pointing out the issue with Start Menu shortcuts.
I have a fix for this, I think.  I sent my consolidated "patches"
against the installer off to the new-bug report I created.  Meanwhile,
here is an updated installer that should fix the issue you reported
(and the other things we've been talking about/testing still, also):

https://corwin.bru.st/emacs-30/emacs-30.0.93_3-installer.exe

And, frt, here's a link to the patch (although what's on the other end
of this link could change if/as I make further changes):

https://corwin.bru.st/emacs-30/emacs.nsi.patch

That patch should generally apply against most any (pre)release
tarball or branch, AFAIK, in case anyone would like to "kibitz
expertly" by trying to reproduce my installer builds :)

In a similar spirit, I'm attaching a script (and the most recent log
from running same, related to creating the above linked installer)
which I'm using to iterate while "improving" the installer.  I find
this helpful in "quickly" testing various approaches in such a way as
to gather patches (in intent, if not always in effect so far) as a go
about this (mostly manual, mostly testing) process of trying to make
the installer behave predictably.

I much appreciate your help.  Let me know if you get a chance to try
this new version too.

On Sat, Dec 21, 2024 at 12:29 PM Francis Wright <f.j.wright@live.co.uk> wrote:
>
> Hi Corwin
>
> Thanks for working on this. The "greedy uninstaller" was a bit of a pain. I tried your installer at https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe
> and the associated uninstaller seems to work correctly, i.e. it only uninstalls emacs-30.0.93, which is great. I didn't notice any of the other issues you listed.
>
> However, I did notice a couple of problems. Firstly, Windows pops up a warning from Microsoft Defender SmartScreen, which is not a new problem and is easy to work around. Secondly, the installer did not install a shortcut folder. On the Choose Start Menu Folder dialogue, Emacs-30.0.93 was pre-selected, and I ensured that Do not create shortcuts was not selected. The only button available was the Close button, which I clicked. A shortcut for Emacs itself was installed but not the shortcut to the folder containing Emacs and the uninstaller. (I can add the folder shortcut by hand.)
>
> Best wishes,
> Francis
>
> ________________________________
> From: help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org <help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org> on behalf of Corwin Brust <corwin@bru.st>
> Sent: 21 December 2024 5:44 PM
> To: Emacs developers <emacs-devel@gnu.org>
> Subject: Windows binaries and installer fixes for 30.0.93
>
> I have posted binaries created from the 30.0.93 (pretest #3) tarball
> to the alpha FTP site, here:
>
> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/?C=M;O=D
>
> Additionally, there are some "patched" versions which are only from my
> personal site so far.  The above link should be good for anyone
> wishing to try out pre-compiled binaries for Emacs 30.1 using the
> latest pretest (#3).   The rest of this email is about helping me test
> pending changes to the script that creates the executable
> self-installer for Emacs on Windows.
>
> Below are links to some additional ("patched") versions of the Windows
> installer.  Each of these was created by applying patches (or, in one
> case, replacing a BPM used only by the Windows installer) starting
> from the released sources provided in the 30.0.93 prerelease tarball
> that was published this week.
>
> The patches I've applied have been "sitting ready" for most of 2024;
> they applied cleanly and appear to work correctly from my end.  It
> would be great if others could confirm they work well; there are a
> number of long-standing bugs with the Windows executable
> self-installer it would be good to have closed.
>
> In reality only #1 below needs your testing efforts; the others are
> provided to help narrow down which patch is causing any trouble we do
> find.
>
> Here, in descending order of priority for testing, are the patched
> installers I have created along with the associated bugs reports each
> attempts to resolve:
>
> 1. resolves each item below plus set a unique name for each version's
> uninstaller (more work on 68756 in addition to #3, below).  Try this
> one first/only; work down the list if you find issues that didn't
> exist installing the released 29.4 binary installer.
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe
>
> 2. fix confusing installer verbage (don't require users to "accept"
> the GPL to install Emacs)
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_bug67667-installer.exe
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67667
>
> 3. fix installer splash image (badly converted, aspect ratio is incorrect)
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70538
> (no sep build of the installer for this one but the fixed splash.bpm
> is rolled into those above)
>
> 4. do not delete all installed versions of Emacs when running
> uninstaller (this patch is incorporated into all of the above linked
> patched installer versions)
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_bug68756-installer.exe
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68756#19
>
> This last item is the critical one to test; since all of the modified
> installer versions contain the patch for this issue, these testing
> instructions will work for any of 1-4, above.  To test that the
> "greedy uninstaller" issue is resolved:
>
> 1. backup your installed Emacs (if any) by making a copy of c:\program
> files\emacs
> 2. install Emacs 29.4 (or any prior GNU published version) using the
> executable self-installer
> 3. install 30.0.93 using one of my patched self-installer versions, (1-4 above)
> 4. run the 30.0.93 uninstaller created by step #3
> 5. verify the prior (e.g. 29.4) version of Emacs was not deleted (but
> 30.0.93 was)
>
> Warm regards,
> Corwin
>

[-- Attachment #2: emacs.nsi.patch --]
[-- Type: application/octet-stream, Size: 3646 bytes --]

--- emacs.nsi.STABLE	2024-12-21 16:21:09.921280300 -0600
+++ emacs.nsi	2024-12-21 16:24:55.716019400 -0600
@@ -20,16 +20,27 @@
 
 !insertmacro MUI_PAGE_WELCOME
 
-
-!define MUI_LICENSEPAGE_TEXT_TOP "The GNU General Public License"
+# licensing/about click-though page
+!define MUI_PAGE_HEADER_TEXT "Emacs is Free Software"
+!define MUI_PAGE_HEADER_SUBTEXT "A component of the GNU operating system."
+!define MUI_LICENSEPAGE_TEXT_TOP "This program is free software."
+!define MUI_LICENSEPAGE_TEXT_BOTTOM "You can redistribute this program 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 (as above), or (at your option) any later version."
+!define MUI_LICENSEPAGE_BUTTON "OK"
 !insertmacro MUI_PAGE_LICENSE "emacs-${VERSION_BRANCH}\share\emacs\${EMACS_VERSION}\lisp\COPYING"
 
+# user option page: installation path
 !insertmacro MUI_PAGE_DIRECTORY
-!insertmacro MUI_PAGE_INSTFILES
 
+# user option page: start menu shortcut
 !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
 
+# user option confirm/begin install
+!insertmacro MUI_PAGE_INSTFILES
+
+# uninstaller confirmation/options (no options)
 !insertmacro MUI_UNPAGE_CONFIRM
+
+# uninstaller begin
 !insertmacro MUI_UNPAGE_INSTFILES
 
 !insertmacro MUI_LANGUAGE "English"
@@ -39,20 +50,24 @@
     StrCpy $INSTDIR "$PROGRAMFILES64\Emacs"
 functionend
 
-
+# main section logic, run after confirming installation
 Section
 
+  # insisting on installing shortcuts for "all users"
+  # might ensure uninstall can remove shortcuts we created
+  # SetShellVarContext all
+  
   SetOutPath $INSTDIR
 
   File /r emacs-${VERSION_BRANCH}
 
   # define uninstaller name
-  WriteUninstaller $INSTDIR\Uninstall.exe
+  WriteUninstaller "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
   ;Create shortcuts
   CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
-  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
+  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_END
   CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Emacs.lnk" "$INSTDIR\emacs-${VERSION_BRANCH}\bin\runemacs.exe"
@@ -63,15 +78,34 @@
 # the section will always be named "Uninstall"
 Section "Uninstall"
 
-  # Always delete uninstaller first
-  Delete "$INSTDIR\Uninstall.exe"
-
-  # now delete installed directory
-  RMDir /r "$INSTDIR"
-  RMDir "$INSTDIR"
+  # remove All Users shortcuts only
+  # SetShellVarContext all
 
   !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
+  StrCpy $StartMenuFolder "$SMPROGRAMS\$StartMenuFolder"
+
+  # remove Start Menu Program shortcuts
+  Delete "$StartMenuFolder\Emacs.lnk"
+  Delete "$StartMenuFolder\Uninstall.lnk"
+
+  # remove empty parents up to $SMPROGRAMS
+  startMenuDeleteLoop:
+    ClearErrors
+    RMDir $StartMenuFolder
+    GetFullPathName $StartMenuFolder "$StartMenuFolder\.."
+    IfErrors startMenuDeleteLoopDone
+    StrCmp $StartMenuFolder $SMPROGRAMS startMenuDeleteLoopDone startMenuDeleteLoop
+
+  # we're basically using GOTO, above, so we should get here..
+  startMenuDeleteLoopDone:
+
+    # recursively delete directory for this version
+    RMDir /r "$INSTDIR\emacs-${VERSION_BRANCH}"
+
+    # remove the Emacs directory in Program Files (if empty)
+    RMDir "$INSTDIR"
+
+    # delete uninstaller last
+    Delete "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
-  Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
-  RMDir "$SMPROGRAMS\$StartMenuFolder"
 SectionEnd

[-- Attachment #3: installer-rev.log --]
[-- Type: application/octet-stream, Size: 249984 bytes --]

building pre-test installer: corwin-patches2024-12-21-163031
--- emacs.nsi.STABLE	2024-12-21 16:21:09.921280300 -0600
+++ emacs.nsi	2024-12-21 16:24:55.716019400 -0600
@@ -20,16 +20,27 @@
 
 !insertmacro MUI_PAGE_WELCOME
 
-
-!define MUI_LICENSEPAGE_TEXT_TOP "The GNU General Public License"
+# licensing/about click-though page
+!define MUI_PAGE_HEADER_TEXT "Emacs is Free Software"
+!define MUI_PAGE_HEADER_SUBTEXT "A component of the GNU operating system."
+!define MUI_LICENSEPAGE_TEXT_TOP "This program is free software."
+!define MUI_LICENSEPAGE_TEXT_BOTTOM "You can redistribute this program 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 (as above), or (at your option) any later version."
+!define MUI_LICENSEPAGE_BUTTON "OK"
 !insertmacro MUI_PAGE_LICENSE "emacs-${VERSION_BRANCH}\share\emacs\${EMACS_VERSION}\lisp\COPYING"
 
+# user option page: installation path
 !insertmacro MUI_PAGE_DIRECTORY
-!insertmacro MUI_PAGE_INSTFILES
 
+# user option page: start menu shortcut
 !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
 
+# user option confirm/begin install
+!insertmacro MUI_PAGE_INSTFILES
+
+# uninstaller confirmation/options (no options)
 !insertmacro MUI_UNPAGE_CONFIRM
+
+# uninstaller begin
 !insertmacro MUI_UNPAGE_INSTFILES
 
 !insertmacro MUI_LANGUAGE "English"
@@ -39,20 +50,24 @@
     StrCpy $INSTDIR "$PROGRAMFILES64\Emacs"
 functionend
 
-
+# main section logic, run after confirming installation
 Section
 
+  # insisting on installing shortcuts for "all users"
+  # might ensure uninstall can remove shortcuts we created
+  # SetShellVarContext all
+  
   SetOutPath $INSTDIR
 
   File /r emacs-${VERSION_BRANCH}
 
   # define uninstaller name
-  WriteUninstaller $INSTDIR\Uninstall.exe
+  WriteUninstaller "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
   ;Create shortcuts
   CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
-  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
+  CreateShortcut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
   !insertmacro MUI_STARTMENU_WRITE_END
   CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Emacs.lnk" "$INSTDIR\emacs-${VERSION_BRANCH}\bin\runemacs.exe"
@@ -63,15 +78,34 @@
 # the section will always be named "Uninstall"
 Section "Uninstall"
 
-  # Always delete uninstaller first
-  Delete "$INSTDIR\Uninstall.exe"
-
-  # now delete installed directory
-  RMDir /r "$INSTDIR"
-  RMDir "$INSTDIR"
+  # remove All Users shortcuts only
+  # SetShellVarContext all
 
   !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
+  StrCpy $StartMenuFolder "$SMPROGRAMS\$StartMenuFolder"
+
+  # remove Start Menu Program shortcuts
+  Delete "$StartMenuFolder\Emacs.lnk"
+  Delete "$StartMenuFolder\Uninstall.lnk"
+
+  # remove empty parents up to $SMPROGRAMS
+  startMenuDeleteLoop:
+    ClearErrors
+    RMDir $StartMenuFolder
+    GetFullPathName $StartMenuFolder "$StartMenuFolder\.."
+    IfErrors startMenuDeleteLoopDone
+    StrCmp $StartMenuFolder $SMPROGRAMS startMenuDeleteLoopDone startMenuDeleteLoop
+
+  # we're basically using GOTO, above, so we should get here..
+  startMenuDeleteLoopDone:
+
+    # recursively delete directory for this version
+    RMDir /r "$INSTDIR\emacs-${VERSION_BRANCH}"
+
+    # remove the Emacs directory in Program Files (if empty)
+    RMDir "$INSTDIR"
+
+    # delete uninstaller last
+    Delete "$INSTDIR\Uninstall-${VERSION_BRANCH}.exe"
 
-  Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
-  RMDir "$SMPROGRAMS\$StartMenuFolder"
 SectionEnd
MakeNSIS v3.08 - Copyright 1999-2021 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Command line defined: "EMACS_VERSION=30.0.93"
Command line defined: "VERSION_BRANCH=30.0.93"
Command line defined: "OUT_VERSION=30.0.93_3"
Processing config: D:\NSIS\nsisconf.nsh
Processing default plugins: "D:\NSIS\Plugins\x86-unicode\*.dll"
 + Banner::destroy
 + Banner::getWindow
 + Banner::show
 + BgImage::AddImage
 + BgImage::AddText
 + BgImage::Clear
 + BgImage::Destroy
 + BgImage::Redraw
 + BgImage::SetBg
 + BgImage::SetReturn
 + BgImage::Sound
 + Dialer::AttemptConnect
 + Dialer::AutodialHangup
 + Dialer::AutodialOnline
 + Dialer::AutodialUnattended
 + Dialer::GetConnectedState
 + InstallOptions::dialog
 + InstallOptions::initDialog
 + InstallOptions::make_unicode
 + InstallOptions::show
 + LangDLL::LangDialog
 + Math::Script
 + StartMenu::Init
 + StartMenu::Select
 + StartMenu::Show
 + System::Alloc
 + System::Call
 + System::Copy
 + System::Free
 + System::Get
 + System::Int64Op
 + System::Store
 + System::StrAlloc
 + TypeLib::GetLibVersion
 + TypeLib::Register
 + TypeLib::UnRegister
 + UserInfo::GetAccountType
 + UserInfo::GetName
 + UserInfo::GetOriginalAccountType
 + VPatch::GetFileCRC32
 + VPatch::GetFileMD5
 + VPatch::vpatchfile
 + advsplash::show
 + nsDialogs::Create
 + nsDialogs::CreateControl
 + nsDialogs::CreateItem
 + nsDialogs::CreateTimer
 + nsDialogs::GetUserData
 + nsDialogs::KillTimer
 + nsDialogs::OnBack
 + nsDialogs::OnChange
 + nsDialogs::OnClick
 + nsDialogs::OnNotify
 + nsDialogs::SelectFileDialog
 + nsDialogs::SelectFolderDialog
 + nsDialogs::SetRTL
 + nsDialogs::SetUserData
 + nsDialogs::Show
 + nsExec::Exec
 + nsExec::ExecToLog
 + nsExec::ExecToStack
 + nsisdl::download
 + nsisdl::download_quiet
 + splash::show

!define: "MUI_INSERT_NSISCONF"=""

Changing directory to: "G:\rel\install"

Processing script file: "emacs.nsi" (ACP)
!include: "D:\NSIS\Include\MUI2.nsh" (UTF8)
!include: "D:\NSIS\Contrib\Modern UI 2\MUI2.nsh" (UTF8)
NSIS Modern User Interface version 2.1 - Copyright 2002-2021 Joost Verburg (D:\NSIS\Contrib\Modern UI 2\MUI2.nsh:14)
!include: closed: "D:\NSIS\Contrib\Modern UI 2\MUI2.nsh"
!include: closed: "D:\NSIS\Include\MUI2.nsh"
!include: "D:\NSIS\Include\LogicLib.nsh" (UTF8)
!include: closed: "D:\NSIS\Include\LogicLib.nsh"
!include: "D:\NSIS\Include\x64.nsh" (UTF8)
!define: "___X64__NSH___"=""
!include: "D:\NSIS\Include\LogicLib.nsh" (UTF8)
!include: closed: "D:\NSIS\Include\LogicLib.nsh"
!define: "IsWow64"=""" IsWow64 """
!define: "RunningX64"=""" RunningX64 """
!define: "GetNativeMachineArchitecture"="!insertmacro GetNativeMachineArchitecture "
!define: "IsNativeMachineArchitecture"=""" IsNativeMachineArchitecture "
!define: "IsNativeIA32"=""" IsNativeMachineArchitecture  332"
!define: "IsNativeAMD64"=""" IsNativeMachineArchitecture  34404"
!define: "IsNativeARM64"=""" IsNativeMachineArchitecture  43620"
!define: "DisableX64FSRedirection"="!insertmacro DisableX64FSRedirection"
!define: "EnableX64FSRedirection"="!insertmacro EnableX64FSRedirection"
!include: closed: "D:\NSIS\Include\x64.nsh"
OutFile: "emacs-30.0.93_3-installer.exe"
SetCompressor: /SOLID lzma
Var: "StartMenuFolder"
!define: "MUI_WELCOMEPAGE_TITLE"="Emacs"
!define: "MUI_WELCOMEPAGE_TITLE_3LINES"=""
!define: "MUI_WELCOMEPAGE_TEXT"="Welcome to Emacs -- the editor of a lifetime."
!define: "MUI_WELCOMEFINISHPAGE_BITMAP"="emacs-30.0.93\share\emacs\30.0.93\etc\images\splash.bmp"
!define: "MUI_ICON"="emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\scalable\apps\emacs.ico"
!define: "MUI_UNICON"="emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\scalable\apps\emacs.ico"
!insertmacro: MUI_PAGE_WELCOME
!insertmacro: end of MUI_PAGE_WELCOME
!define: "MUI_PAGE_HEADER_TEXT"="Emacs is Free Software"
!define: "MUI_PAGE_HEADER_SUBTEXT"="A component of the GNU operating system."
!define: "MUI_LICENSEPAGE_TEXT_TOP"="This program is free software."
!define: "MUI_LICENSEPAGE_TEXT_BOTTOM"="You can redistribute this program 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 (as above), or (at your option) any later version."
!define: "MUI_LICENSEPAGE_BUTTON"="OK"
!insertmacro: MUI_PAGE_LICENSE
!insertmacro: end of MUI_PAGE_LICENSE
!insertmacro: MUI_PAGE_DIRECTORY
!insertmacro: end of MUI_PAGE_DIRECTORY
!insertmacro: MUI_PAGE_STARTMENU
!insertmacro: end of MUI_PAGE_STARTMENU
!insertmacro: MUI_PAGE_INSTFILES
!insertmacro: end of MUI_PAGE_INSTFILES
!insertmacro: MUI_UNPAGE_CONFIRM
!insertmacro: end of MUI_UNPAGE_CONFIRM
!insertmacro: MUI_UNPAGE_INSTFILES
!insertmacro: end of MUI_UNPAGE_INSTFILES
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
Name: "Emacs-30.0.93"
Function: ".onInit"
StrCpy $INSTDIR "$PROGRAMFILES64\Emacs" () ()
FunctionEnd
Section: ""
SetOutPath: "$INSTDIR"
File: Descending to: ".\emacs-30.0.93\"
File: Descending to: ".\emacs-30.0.93\bin\"
File: "addpm.exe" 2930560 bytes
File: "ctags.exe" 4150497 bytes
File: "ebrowse.exe" 2046666 bytes
File: "emacs-30.0.93.exe" 158710207 bytes
File: "emacs.exe" 0/158710207 bytes
File: "emacsclient.exe" 3163247 bytes
File: "emacsclientw.exe" 2086368 bytes
File: "etags.exe" 4209599 bytes
File: "libXpm-nox4.dll" 88541 bytes
File: "libbrotlicommon.dll" 143397 bytes
File: "libbrotlidec.dll" 60412 bytes
File: "libbrotlienc.dll" 746379 bytes
File: "libbz2-1.dll" 100964 bytes
File: "libcairo-2.dll" 1213715 bytes
File: "libcairo-gobject-2.dll" 35715 bytes
File: "libdatrie-1.dll" 34386 bytes
File: "libexpat-1.dll" 188909 bytes
File: "libffi-8.dll" 33708 bytes
File: "libfontconfig-1.dll" 350185 bytes
File: "libfreetype-6.dll" 787954 bytes
File: "libfribidi-0.dll" 152819 bytes
File: "libgcc_s_seh-1.dll" 151731 bytes
File: "libgdk_pixbuf-2.0-0.dll" 172949 bytes
File: "libgif-7.dll" 41367 bytes
File: "libgio-2.0-0.dll" 1814138 bytes
File: "libglib-2.0-0.dll" 1456928 bytes
File: "libgmodule-2.0-0.dll" 26783 bytes
File: "libgmp-10.dll" 679747 bytes
File: "libgnutls-30.dll" 2136230 bytes
File: "libgobject-2.0-0.dll" 359001 bytes
File: "libgraphite2.dll" 152538 bytes
File: "libharfbuzz-0.dll" 1331923 bytes
File: "libhogweed-6.dll" 282776 bytes
File: "libiconv-2.dll" 1118202 bytes
File: "libidn2-0.dll" 242965 bytes
File: "libintl-8.dll" 188681 bytes
File: "libisl-23.dll" 2197188 bytes
File: "libjpeg-8.dll" 912746 bytes
File: "liblcms2-2.dll" 431097 bytes
File: "liblzma-5.dll" 184667 bytes
File: "libmpc-3.dll" 153383 bytes
File: "libmpfr-6.dll" 686603 bytes
File: "libnettle-8.dll" 340880 bytes
File: "libp11-kit-0.dll" 1435446 bytes
File: "libpango-1.0-0.dll" 411128 bytes
File: "libpangocairo-1.0-0.dll" 74028 bytes
File: "libpangoft2-1.0-0.dll" 102773 bytes
File: "libpangowin32-1.0-0.dll" 115107 bytes
File: "libpcre2-8-0.dll" 405881 bytes
File: "libpixman-1-0.dll" 714812 bytes
File: "libpng16-16.dll" 247380 bytes
File: "librsvg-2-2.dll" 11668422 bytes
File: "libsharpyuv-0.dll" 57852 bytes
File: "libsqlite3-0.dll" 1602335 bytes
File: "libstdc++-6.dll" 2400168 bytes
File: "libtasn1-6.dll" 103466 bytes
File: "libthai-0.dll" 69739 bytes
File: "libtree-sitter.dll" 199339 bytes
File: "libunistring-5.dll" 1999287 bytes
File: "libwebp-7.dll" 743580 bytes
File: "libwebpdemux-2.dll" 25725 bytes
File: "libwinpthread-1.dll" 60798 bytes
File: "libxml2-2.dll" 1298041 bytes
File: "libzstd.dll" 1179848 bytes
File: "runemacs.exe" 1927319 bytes
File: "zlib1.dll" 120814 bytes
File: Descending to: ".\emacs-30.0.93\include\"
File: "emacs-module.h" 36970 bytes
File: Descending to: ".\emacs-30.0.93\lib\"
File: Descending to: ".\emacs-30.0.93\lib\emacs\"
File: Descending to: ".\emacs-30.0.93\lib\emacs\30.0.93\"
File: Descending to: ".\emacs-30.0.93\lib\emacs\30.0.93\native-lisp\"
File: Descending to: ".\emacs-30.0.93\lib\emacs\30.0.93\native-lisp\30.0.93-e3c3b31a\"
File: "4Corner-80465fd1-54f760fd.eln" 605852 bytes
File: "5x5-a61d71cf-80af8d96.eln" 149204 bytes
File: "ARRAY30-bbb898e2-928af1d4.eln" 675484 bytes
File: "AT386-b4139e9e-42c26822.eln" 93932 bytes
File: "CCDOSPY-ec060e12-50b3cc0b.eln" 298140 bytes
File: "CTLau-3cc22a2c-79aa56eb.eln" 289948 bytes
File: "CTLau-b5-35c37ca5-ce760493.eln" 283292 bytes
File: "ECDICT-2ba882a2-e3d0b267.eln" 610460 bytes
File: "ETZY-7d66712d-fe34461e.eln" 551068 bytes
File: "PY-b5-9da27250-2a8df655.eln" 550044 bytes
File: "PY-df2668c2-3a0258df.eln" 309916 bytes
File: "Punct-9d38e5d9-4621b89d.eln" 101020 bytes
File: "Punct-b5-27917533-bfb9783a.eln" 104604 bytes
File: "QJ-39934da7-94277a8e.eln" 96412 bytes
File: "QJ-b5-c2ef23a1-82666fca.eln" 96412 bytes
File: "SW-0f4be6d6-a2d28c1a.eln" 301724 bytes
File: "TONEPY-c3bb75d1-fb1a5007.eln" 345756 bytes
File: "ZIRANMA-971a54f5-74f0c9de.eln" 1957532 bytes
File: "ZOZY-7f5bdb72-5d8f5849.eln" 550556 bytes
File: "add-log-cb3c2979-e74c1477.eln" 166494 bytes
File: "advice-791b3e89-12f66532.eln" 226594 bytes
File: "align-da164663-d3a7c0c0.eln" 175393 bytes
File: "allout-54433bcc-f0ebeb4f.eln" 426507 bytes
File: "allout-widgets-0bef4edc-2aed534f.eln" 205003 bytes
File: "analyze-0736102d-ff507d76.eln" 174709 bytes
File: "ange-ftp-c19a0ef4-a09e1fa2.eln" 374817 bytes
File: "animate-a9ac89d5-3c0641a4.eln" 103752 bytes
File: "ansi-color-75eac800-183948a1.eln" 145221 bytes
File: "ansi-osc-b447f6a8-7a86d864.eln" 104086 bytes
File: "antlr-mode-a9c9aca8-184e140d.eln" 236967 bytes
File: "appt-6933a307-e30f135c.eln" 131711 bytes
File: "apropos-7c1ecbdf-5d074552.eln" 179980 bytes
File: "arabic-8494500d-7d42f153.eln" 94876 bytes
File: "arc-mode-bac5621c-a3ce47a8.eln" 271545 bytes
File: "args-157452bc-89863c8b.eln" 111959 bytes
File: "array-b56b5eac-a896afb7.eln" 146266 bytes
File: "artist-bf566c8e-9e956fca.eln" 477860 bytes
File: "asm-mode-e341f82a-99b5be7e.eln" 103729 bytes
File: "auth-source-49df7eef-bd2d8180.eln" 257006 bytes
File: "auth-source-pass-c498fbad-754bbf0e.eln" 141779 bytes
File: "auto-aad53e20-69a14097.eln" 118545 bytes
File: "autoarg-a03c45ab-5de0ebc3.eln" 104666 bytes
File: "autoconf-44a1c663-928058b7.eln" 99251 bytes
File: "autoconf-edit-9fac18a2-8ecc39af.eln" 116539 bytes
File: "autoinsert-09f12447-d7c3ccb2.eln" 119460 bytes
File: "autoload-ee7d020d-901137a4.eln" 134275 bytes
File: "autorevert-841d6890-a8c46e83.eln" 150300 bytes
File: "avl-tree-508a9d96-60873164.eln" 155850 bytes
File: "avoid-3a50b57d-85d93229.eln" 124770 bytes
File: "backtrace-f58a28c5-a40ddcc3.eln" 170713 bytes
File: "base-064e31be-48225e01.eln" 149070 bytes
File: "bat-mode-dff700da-87bfa735.eln" 101901 bytes
File: "battery-ff1f50e8-436cacca.eln" 169059 bytes
File: "benchmark-0e5ff0c6-231cff7e.eln" 106385 bytes
File: "bib-mode-52310806-c56f4be8.eln" 106035 bytes
File: "bibtex-2f037630-0a1d38c9.eln" 455598 bytes
File: "bibtex-style-805590d2-8e88316c.eln" 101079 bytes
File: "bind-key-c4ba4046-eeef8bc7.eln" 130184 bytes
File: "bindat-f163bea1-d368278e.eln" 193896 bytes
File: "binhex-b4a986b4-33840d7b.eln" 111757 bytes
File: "blackbox-32fa0bc1-62b3ba86.eln" 118155 bytes
File: "bobcat-145f99e8-9a71755d.eln" 92911 bytes
File: "bookmark-8667481e-17358281.eln" 254541 bytes
File: "bovine-2f253aba-34ee2742.eln" 113935 bytes
File: "browse-url-87f72988-aaf2db6a.eln" 211065 bytes
File: "bruce-6ef48c2e-ea330f9f.eln" 95115 bytes
File: "bs-87de9342-19036a7d.eln" 189197 bytes
File: "bubbles-9a7568d6-80f6462b.eln" 172012 bytes
File: "bug-reference-79735dad-7ad8f031.eln" 144763 bytes
File: "byte-opt-9c5f25f5-f1750e5a.eln" 315946 bytes
File: "bytecomp-12882072-ee1ab82c.eln" 540130 bytes
File: "c-by-a97a3de2-d19d51dd.eln" 212949 bytes
File: "c-eea8d244-1bbd02ba.eln" 315320 bytes
File: "c-ts-common-11d6e279-236a4a66.eln" 110708 bytes
File: "c-ts-mode-a80983a9-4c7762a2.eln" 173957 bytes
File: "cal-bahai-caf89889-616e2575.eln" 123894 bytes
File: "cal-china-28218d30-b7b37610.eln" 176305 bytes
File: "cal-coptic-d7417646-169b7dea.eln" 116078 bytes
File: "cal-dst-f85a5a15-9d1ed964.eln" 134708 bytes
File: "cal-french-443613b5-6817f611.eln" 120005 bytes
File: "cal-html-84e76775-e675b7b5.eln" 135568 bytes
File: "cal-islam-74de7ee1-41ba4add.eln" 127208 bytes
File: "cal-iso-8ac36734-7fdf0633.eln" 112218 bytes
File: "cal-julian-969ba5f7-ee9fa556.eln" 114425 bytes
File: "cal-mayan-43c35bcf-28a5425f.eln" 143949 bytes
File: "cal-menu-9380b697-3e588465.eln" 108091 bytes
File: "cal-move-aed18331-be60a6a1.eln" 133780 bytes
File: "cal-persia-39d88853-16187261.eln" 112022 bytes
File: "cal-tex-9f624404-c9b32b32.eln" 282743 bytes
File: "cal-x-8d62ebf5-830432df.eln" 101109 bytes
File: "calc-222b057e-fc048ce6.eln" 314966 bytes
File: "calc-aent-1719b1cd-1355b76b.eln" 169410 bytes
File: "calc-alg-5fa19fcf-9d300aa3.eln" 290862 bytes
File: "calc-arith-97da4592-ccfa74a2.eln" 344011 bytes
File: "calc-bin-61359665-1c502b02.eln" 153215 bytes
File: "calc-comb-4d223239-c7854fc1.eln" 182671 bytes
File: "calc-cplx-49f3d288-85aecea8.eln" 118342 bytes
File: "calc-embed-12840cac-0c175c13.eln" 174634 bytes
File: "calc-ext-169a1473-430bccdf.eln" 323314 bytes
File: "calc-fin-5313d12c-7f6f3b33.eln" 130966 bytes
File: "calc-forms-0364e2fe-770585c7.eln" 292274 bytes
File: "calc-frac-13a225bf-0fc63e84.eln" 114941 bytes
File: "calc-funcs-41ddedba-e6dff4fd.eln" 176581 bytes
File: "calc-graph-f953862d-a1c55944.eln" 191418 bytes
File: "calc-incom-bb13bc57-e4155bfe.eln" 109447 bytes
File: "calc-keypd-5235a410-de567424.eln" 124568 bytes
File: "calc-lang-77b67574-5fee6a5e.eln" 232608 bytes
File: "calc-macs-86f6acaa-ff2beaf5.eln" 115388 bytes
File: "calc-map-cec1a5a6-11748943.eln" 169899 bytes
File: "calc-math-5c62dc12-49ebff2c.eln" 279031 bytes
File: "calc-menu-43d1e6da-207b5f51.eln" 131740 bytes
File: "calc-misc-0f75b984-267f308c.eln" 152619 bytes
File: "calc-mode-3448000a-3de5332f.eln" 168004 bytes
File: "calc-mtx-709af3c9-ac7e4b16.eln" 124964 bytes
File: "calc-nlfit-a260e11b-b417b054.eln" 148996 bytes
File: "calc-poly-ff0ca9b3-bdd84d80.eln" 189614 bytes
File: "calc-prog-78e4aeb2-fa369148.eln" 260567 bytes
File: "calc-rewr-0c4bb3e0-9ea8ffa2.eln" 229815 bytes
File: "calc-rules-162a6cbc-55d7775a.eln" 113521 bytes
File: "calc-sel-92dc8d3c-d3cb213e.eln" 163605 bytes
File: "calc-stat-bb7f9833-52dd3c89.eln" 142460 bytes
File: "calc-store-a2093015-741df32e.eln" 148213 bytes
File: "calc-stuff-781739a1-2934686f.eln" 119103 bytes
File: "calc-trail-e8bfa5bd-1486f26d.eln" 105614 bytes
File: "calc-undo-21bf6c23-29d2c364.eln" 104923 bytes
File: "calc-units-12fe779d-c2db9572.eln" 253664 bytes
File: "calc-vec-8d9dd57c-41c7986e.eln" 240159 bytes
File: "calc-yank-a4aa7301-a4ba9e3d.eln" 147975 bytes
File: "calcalg2-3641d50d-b03ca85e.eln" 392216 bytes
File: "calcalg3-cdd43fbd-baf526cd.eln" 233158 bytes
File: "calcsel2-45ef433d-e9c4d967.eln" 115569 bytes
File: "calculator-1eb85010-a2ed9ae7.eln" 202474 bytes
File: "calendar-d19e5c14-41c9e8c4.eln" 313052 bytes
File: "canlock-3a3045e2-f8c9e1dd.eln" 104149 bytes
File: "cc-align-bb265728-c825cb4b.eln" 171599 bytes
File: "cc-awk-9a8d2c38-87ea9ee1.eln" 139883 bytes
File: "cc-cmds-9eab15be-56ddc1cb.eln" 328505 bytes
File: "cc-compat-8545f19e-9ae66f0e.eln" 97200 bytes
File: "cc-defs-029877ca-b7455be7.eln" 275639 bytes
File: "cc-engine-ccfcb170-7f2f4b7f.eln" 791836 bytes
File: "cc-fonts-d7d8a7f5-237eb18d.eln" 364527 bytes
File: "cc-guess-fa39ca73-2b4ed413.eln" 128497 bytes
File: "cc-langs-de47cd28-ee5e4282.eln" 494703 bytes
File: "cc-menus-d370fa63-0cdaf793.eln" 105135 bytes
File: "cc-mode-515a98a5-7d2f8839.eln" 484701 bytes
File: "cc-styles-e4992978-af78afec.eln" 121020 bytes
File: "cc-vars-6cc3f0fc-5e0e3e7a.eln" 199247 bytes
File: "ccl-831bf274-cd42bbc2.eln" 200159 bytes
File: "cdl-b6e4b7af-cda1b8de.eln" 93976 bytes
File: "cedet-cscope-87f0c476-7404444e.eln" 103094 bytes
File: "cedet-e5d89324-13390612.eln" 97528 bytes
File: "cedet-global-4ae0bafb-250a4483.eln" 105931 bytes
File: "cedet-idutils-e5eca828-0f4fa3a7.eln" 104323 bytes
File: "cfengine-b411f1d6-8c736c1a.eln" 158735 bytes
File: "char-fold-b79b1b8c-316b838b.eln" 436822 bytes
File: "charscript-600dca1a-b361c995.eln" 105116 bytes
File: "chart-11444670-e694d99e.eln" 173620 bytes
File: "chart-1df0f00d-414e443a.eln" 110418 bytes
File: "check-declare-eb857dde-654c008f.eln" 112025 bytes
File: "checkdoc-9cc89cb2-ddb2fbe4.eln" 239655 bytes
File: "china-util-c708479f-c9681068.eln" 100644 bytes
File: "chistory-7b662674-04df5cfe.eln" 106544 bytes
File: "cl-51cb6d6a-316a335b.eln" 131251 bytes
File: "cl-compat-f74f776b-0036bc97.eln" 107330 bytes
File: "cl-extra-d7051cba-205d1e32.eln" 174340 bytes
File: "cl-lib-8b938900-11b6eb0f.eln" 141101 bytes
File: "cl-macs-7ae82f81-7bf850bc.eln" 385486 bytes
File: "cl-print-79bf9fb1-7446c7a7.eln" 139813 bytes
File: "cmacexp-ecc69fb7-1bb6db89.eln" 104737 bytes
File: "cmake-ts-mode-100bb2bf-d70af184.eln" 104148 bytes
File: "cmuscheme-673be037-f652b28f.eln" 124648 bytes
File: "color-9d7980a5-ca9c540c.eln" 134857 bytes
File: "comint-faef15ad-e5560ade.eln" 333139 bytes
File: "comp-7672a6ed-bb6ec7c7.eln" 926742 bytes
File: "comp-common-6e17f702-053d41fb.eln" 119953 bytes
File: "comp-cstr-ef162ef7-8b41c071.eln" 288336 bytes
File: "comp-run-a15747ee-f98ae44f.eln" 122071 bytes
File: "compare-w-83604b40-6a7d48b6.eln" 116112 bytes
File: "compat-aaa5baa9-72239b8b.eln" 94506 bytes
File: "compface-fd87cf9c-af5258d6.eln" 93976 bytes
File: "compile-91e1c2a0-e5ad3051.eln" 284715 bytes
File: "compile-bcfd9cbd-459b93c4.eln" 133792 bytes
File: "complete-2b67d14d-fe011c67.eln" 276512 bytes
File: "complete-8049fcd7-b38855f3.eln" 120054 bytes
File: "completion-a15d2372-54e68dd2.eln" 184790 bytes
File: "completion-preview-b8bd3a06-a2d349f1.eln" 142668 bytes
File: "compose-30534cb0-44f0db5a.eln" 213802 bytes
File: "conf-mode-547edb00-413f431f.eln" 147584 bytes
File: "config-5e70a6cb-7f8cd2a9.eln" 149477 bytes
File: "cookie1-3743d3e9-99a2bf90.eln" 105357 bytes
File: "copyright-3016322b-3297a5d8.eln" 115307 bytes
File: "cperl-mode-2cd943f4-60879032.eln" 534447 bytes
File: "cpp-a77eab9e-4dd731ca.eln" 112227 bytes
File: "cpp-aae23faf-c537f4e3.eln" 144765 bytes
File: "cpp-root-435af696-b80d9edb.eln" 130446 bytes
File: "crisp-0f51979d-08f88bc3.eln" 114381 bytes
File: "crm-f08665f2-a96b0ab6.eln" 108284 bytes
File: "croatian-5a638cc5-53f155ce.eln" 97436 bytes
File: "cscope-eb102250-b063614e.eln" 105419 bytes
File: "csharp-mode-b32e48ae-27537fba.eln" 266724 bytes
File: "css-mode-d9896b30-66c3e287.eln" 213258 bytes
File: "ctxt-54760e15-bd69daae.eln" 110999 bytes
File: "ctxt-dc25695a-5171ab71.eln" 168015 bytes
File: "cua-base-52b0df84-ea8d64a8.eln" 157220 bytes
File: "cua-gmrk-58b9904b-78203e11.eln" 115197 bytes
File: "cua-rect-15d2f7f3-b4927197.eln" 210051 bytes
File: "cursor-sensor-54079dab-f6b7579c.eln" 106484 bytes
File: "cus-dep-6d2e8064-db9ba0e1.eln" 113067 bytes
File: "cus-edit-3cd01345-7b2e99b9.eln" 432514 bytes
File: "cus-theme-6f9d22e7-48f45f99.eln" 142167 bytes
File: "cvs-status-f7d70040-9f55799e.eln" 134945 bytes
File: "cwarn-f6edf3d6-be66884c.eln" 116920 bytes
File: "cygwin-98433acf-45ad8f9b.eln" 92911 bytes
File: "cyril-jis-a293d909-7785f4a2.eln" 95900 bytes
File: "cyril-util-2b66672b-5eff501f.eln" 100350 bytes
File: "data-debug-01abd8ab-2a635cd3.eln" 153431 bytes
File: "db-8199ba49-17225391.eln" 183053 bytes
File: "db-debug-1b7ffd95-8a19d95d.eln" 106056 bytes
File: "db-ebrowse-54480d61-4e04c3d1.eln" 158789 bytes
File: "db-el-4fc170b9-cd284af9.eln" 143579 bytes
File: "db-file-3009064d-2b74c4b1.eln" 137542 bytes
File: "db-find-f00ee9ff-32f95ac5.eln" 201036 bytes
File: "db-global-c899a3cf-12b16f6c.eln" 128350 bytes
File: "db-javascript-88df227b-6bcc2601.eln" 133634 bytes
File: "db-mode-28bbbf2a-007ba37d.eln" 112568 bytes
File: "db-ref-1cbbe2c8-e6c9f03d.eln" 112213 bytes
File: "db-typecache-81d46fa2-969b3253.eln" 144023 bytes
File: "dbus-f1406cab-a9001c56.eln" 238992 bytes
File: "dcl-mode-45160975-da1437da.eln" 182745 bytes
File: "debug-1b989c3f-4c768759.eln" 137840 bytes
File: "debug-bee52b4d-b0c8a741.eln" 166133 bytes
File: "debug-ce0d397b-6e88739d.eln" 111559 bytes
File: "debug-e2a68966-f970a57c.eln" 134036 bytes
File: "decipher-9633cd56-841fe47b.eln" 144708 bytes
File: "decorate-059cc323-09ccd8d9.eln" 116045 bytes
File: "delim-col-6e65f4b3-b6f33473.eln" 111213 bytes
File: "delsel-1c603c42-6c66f34b.eln" 111447 bytes
File: "dep-77b6feec-20ec50f1.eln" 111464 bytes
File: "derived-381801a7-b46b61c7.eln" 116939 bytes
File: "descr-text-4ed9ee33-caf8db3e.eln" 155145 bytes
File: "desktop-428f9887-8fc61378.eln" 195362 bytes
File: "detect-c9d7c2b3-0cf65945.eln" 107363 bytes
File: "deuglify-7f3d4af6-72bd913b.eln" 116361 bytes
File: "diary-lib-57afc63e-660a93f9.eln" 327727 bytes
File: "dictionary-6f77f386-3df0e4fc.eln" 148023 bytes
File: "dictionary-connection-8460c69a-65449c06.eln" 105103 bytes
File: "dictionary-e88dc261-88e4c6b8.eln" 202235 bytes
File: "diff-b728f3ea-995f7475.eln" 110136 bytes
File: "diff-mode-ac82991e-301e77ac.eln" 270058 bytes
File: "dig-9eb56850-c8a75ee7.eln" 104271 bytes
File: "dired-6a3ae2bc-4e4025d1.eln" 394704 bytes
File: "dired-aux-1ff8c91a-f7a9ef4e.eln" 320445 bytes
File: "dired-e18206ac-8045c8d9.eln" 106545 bytes
File: "dired-x-a2e5c184-6cb85348.eln" 149186 bytes
File: "dirtrack-49e0129c-4b2493db.eln" 107097 bytes
File: "disass-55b35095-d469506b.eln" 113583 bytes
File: "display-fill-column-indicator-82af8525-05a739d4.eln" 107087 bytes
File: "display-line-numbers-1d060f2e-5f0d5a4e.eln" 116077 bytes
File: "dissociate-7ac4d283-f1e9cedb.eln" 95492 bytes
File: "dns-af8d8a40-49f7bde8.eln" 128541 bytes
File: "dns-mode-94cb215f-230defa0.eln" 111081 bytes
File: "doc-4efe007d-0f52f1bd.eln" 105997 bytes
File: "doc-view-164df236-0844260a.eln" 269224 bytes
File: "dockerfile-ts-mode-2cc274e0-fb533e3f.eln" 102088 bytes
File: "doctor-fa17960b-efd2e961.eln" 185307 bytes
File: "document-51d250e3-02d37088.eln" 139316 bytes
File: "dom-a7939831-7e2b50b7.eln" 118383 bytes
File: "double-1384b58f-cdd229b0.eln" 101514 bytes
File: "dunnet-2e89e7c4-08b5fa95.eln" 257534 bytes
File: "easy-mmode-5bf0223e-4be5d6c4.eln" 159982 bytes
File: "ebnf-abn-a96e0d28-03685a9e.eln" 112923 bytes
File: "ebnf-bnf-00a09476-86bbf998.eln" 120036 bytes
File: "ebnf-dtd-3a6441e4-03bf3b13.eln" 132966 bytes
File: "ebnf-ebx-efac4955-f0daadf4.eln" 117410 bytes
File: "ebnf-iso-f9217622-4b954903.eln" 114900 bytes
File: "ebnf-otz-09ccf699-07f64ef4.eln" 125426 bytes
File: "ebnf-yac-79cded09-7fb77363.eln" 113604 bytes
File: "ebnf2ps-6735d416-1d4caf0b.eln" 332754 bytes
File: "ebrowse-864dc2b5-48fa1a88.eln" 509737 bytes
File: "echistory-286d3fb8-46b5b91e.eln" 101322 bytes
File: "ecomplete-d9b6d92f-e7d3ca20.eln" 118394 bytes
File: "ede-5a8a99f9-a32b3687.eln" 207481 bytes
File: "ede-grammar-8cc19dfb-71477006.eln" 124986 bytes
File: "edebug-ddc96ebf-ba33ab33.eln" 375474 bytes
File: "ediff-a80490ec-cc88ec8e.eln" 166962 bytes
File: "ediff-diff-2b0d2962-d4ed5335.eln" 175749 bytes
File: "ediff-init-40528864-4944d769.eln" 213467 bytes
File: "ediff-merg-1145ff14-4bdc9fd1.eln" 115253 bytes
File: "ediff-mult-be31dada-48afd246.eln" 223216 bytes
File: "ediff-ptch-a6867421-f6b42f35.eln" 138065 bytes
File: "ediff-util-4e7ed67c-e4d4d86c.eln" 351609 bytes
File: "ediff-vers-b8781d75-9e0a3ca1.eln" 104845 bytes
File: "ediff-wind-af98f9ef-145ae256.eln" 150030 bytes
File: "edit-359026ad-23c75848.eln" 140827 bytes
File: "editorconfig-330ff5b3-74697a2d.eln" 145238 bytes
File: "editorconfig-conf-mode-e482e786-538adfea.eln" 97587 bytes
File: "editorconfig-core-82e53152-528b98c4.eln" 99099 bytes
File: "editorconfig-core-handle-373b8142-029ac001.eln" 126248 bytes
File: "editorconfig-fnmatch-cd584a10-346be314.eln" 102549 bytes
File: "editorconfig-tools-72b0945f-cfc81366.eln" 99153 bytes
File: "edmacro-74bf45a3-b8bd69a0.eln" 131860 bytes
File: "edt-eae7f909-05d0f43e.eln" 223503 bytes
File: "edt-lk201-7c2c2e6f-c3494582.eln" 93340 bytes
File: "edt-mapper-16a954df-686c50eb.eln" 109934 bytes
File: "edt-pc-827bc3cf-44338160.eln" 93340 bytes
File: "edt-vt100-60c49c73-6b218a31.eln" 93003 bytes
File: "eglot-3726620f-715a0bae.eln" 506450 bytes
File: "eieio-0db8d1d4-14809ddd.eln" 170457 bytes
File: "eieio-base-3621993d-6924c89c.eln" 148208 bytes
File: "eieio-compat-619c3b39-2c857c66.eln" 113954 bytes
File: "eieio-core-63c05904-c434a7d5.eln" 189232 bytes
File: "eieio-datadebug-5ac99fd4-7d2b0f78.eln" 105137 bytes
File: "eieio-opt-b31de7ef-7c965339.eln" 116063 bytes
File: "eieio-speedbar-7bf3629f-f27002bc.eln" 125748 bytes
File: "el-2d8cc6e0-79752ad4.eln" 106290 bytes
File: "el-72f9fa70-1a554ff6.eln" 190436 bytes
File: "elec-pair-9d724d9a-431a3e6f.eln" 142286 bytes
File: "elide-head-f64ec400-13afb10b.eln" 103121 bytes
File: "elint-c8ce72b1-d3ad7aba.eln" 177155 bytes
File: "elixir-ts-mode-b8f0c497-11ca2ac9.eln" 123989 bytes
File: "elp-7220055f-e2361f7b.eln" 125930 bytes
File: "em-alias-37450b7e-e71284c7.eln" 109786 bytes
File: "em-banner-67b1ac0e-2b88e3b7.eln" 97303 bytes
File: "em-basic-579b89a7-0a2acdb6.eln" 106544 bytes
File: "em-cmpl-400ae6db-a4abefce.eln" 133572 bytes
File: "em-dirs-01ba21b0-22cdf8bc.eln" 134253 bytes
File: "em-elecslash-5c3d13c6-f0c678b1.eln" 105602 bytes
File: "em-extpipe-d1365569-8369f005.eln" 107788 bytes
File: "em-glob-4671cf9a-074f8ef5.eln" 117817 bytes
File: "em-hist-71ae7202-fe7715e8.eln" 167153 bytes
File: "em-ls-b129300b-3d249f27.eln" 159366 bytes
File: "em-pred-a894a7a2-bdc6739c.eln" 139068 bytes
File: "em-prompt-cecb9e99-a4f3f078.eln" 114171 bytes
File: "em-rebind-cd8cedee-26f46c32.eln" 112863 bytes
File: "em-script-4da6999f-54aebb50.eln" 112216 bytes
File: "em-smart-79bd3b67-a1a3a64b.eln" 112167 bytes
File: "em-term-38e49b98-77973ede.eln" 104049 bytes
File: "em-tramp-59e8f266-a599d3a0.eln" 109291 bytes
File: "em-unix-603b9912-19019d14.eln" 170101 bytes
File: "em-xtra-a8cecb38-f160c35f.eln" 99538 bytes
File: "emacs-authors-mode-69e71ca0-ef681611.eln" 102388 bytes
File: "emacs-e09048e1-ef6f20b2.eln" 126539 bytes
File: "emacs-lock-9dfb7362-f834426d.eln" 108531 bytes
File: "emacs-news-mode-9cf0e126-3a5ccb5e.eln" 116115 bytes
File: "emacsbug-2b184f71-78ce6ee9.eln" 128342 bytes
File: "emerge-6ea44702-f1b05b68.eln" 264728 bytes
File: "emoji-98c5fb46-2e02d8e9.eln" 556532 bytes
File: "emoji-aca2d225-3b1852ff.eln" 155041 bytes
File: "emoji-zwj-4f682c68-0cae7999.eln" 111772 bytes
File: "enriched-ae445047-bfee5214.eln" 125674 bytes
File: "epa-bdd8ea1c-54a8841d.eln" 180870 bytes
File: "epa-dired-774fd12a-a1ca5f89.eln" 96762 bytes
File: "epa-file-d15dd0b4-b0efb53a.eln" 114748 bytes
File: "epa-ks-e5664732-9281d14a.eln" 149077 bytes
File: "epa-mail-bf61c0db-22dcd755.eln" 113106 bytes
File: "epg-config-78240760-b0601fc3.eln" 112407 bytes
File: "epg-de089247-1fd639df.eln" 443276 bytes
File: "erc-autoaway-9e09ff40-e7184e80.eln" 131038 bytes
File: "erc-backend-86323103-e9551459.eln" 380427 bytes
File: "erc-capab-47a632a6-b6340ef1.eln" 121403 bytes
File: "erc-common-6b830f02-0ca961a7.eln" 307070 bytes
File: "erc-compat-89f33f49-2ef0d0a8.eln" 126042 bytes
File: "erc-dc86a8e8-facb81a1.eln" 821134 bytes
File: "erc-dcc-ffef8536-896725a3.eln" 202620 bytes
File: "erc-desktop-notifications-c4ff09d8-6cd8ed46.eln" 120337 bytes
File: "erc-ezbounce-d63bca0d-a260eea4.eln" 113844 bytes
File: "erc-goodies-3039f909-5359f868.eln" 251826 bytes
File: "erc-ibuffer-4b4af354-d36a0f74.eln" 120848 bytes
File: "erc-identd-d808a724-efd661ac.eln" 116722 bytes
File: "erc-imenu-ef6021be-1c76dcba.eln" 118387 bytes
File: "erc-join-023b2594-aa0c3869.eln" 130308 bytes
File: "erc-lang-04118833-ffec08a6.eln" 109806 bytes
File: "erc-list-cd3d6912-7c338e67.eln" 126109 bytes
File: "erc-log-4b3fb48c-66169109.eln" 138711 bytes
File: "erc-match-8326cd86-fab979be.eln" 154888 bytes
File: "erc-menu-d566e3a2-3fd8fe0d.eln" 116460 bytes
File: "erc-netsplit-e31100b4-eb94ba8a.eln" 125060 bytes
File: "erc-networks-99db3898-c31b86df.eln" 279436 bytes
File: "erc-nicks-f2c85797-bd9b420c.eln" 183625 bytes
File: "erc-notify-76a46535-689e0e35.eln" 128896 bytes
File: "erc-pcomplete-f847cf3f-a3cb52cf.eln" 145053 bytes
File: "erc-ring-ba31d51e-ac579dbc.eln" 118379 bytes
File: "erc-sasl-c63ae431-64f209c9.eln" 167121 bytes
File: "erc-services-c6213cf4-a093d1ce.eln" 171010 bytes
File: "erc-sound-e3cbd030-2c5fbb01.eln" 117863 bytes
File: "erc-speedbar-11cf6ea7-c32b7ee9.eln" 162003 bytes
File: "erc-spelling-5843a2f4-1e19deca.eln" 117858 bytes
File: "erc-stamp-6c2964ef-15e2e288.eln" 210274 bytes
File: "erc-status-sidebar-5e044684-6c81de40.eln" 160140 bytes
File: "erc-track-99327e2e-9140902b.eln" 196567 bytes
File: "erc-truncate-f00902d2-bdb0cbc7.eln" 117328 bytes
File: "erc-xdcc-6855724d-9d6efa8e.eln" 120751 bytes
File: "ert-786c6677-4a95a6ee.eln" 516008 bytes
File: "ert-x-ac436b35-1425b9f0.eln" 145515 bytes
File: "erts-mode-74e90e63-8e563073.eln" 108390 bytes
File: "esh-arg-8f74f3a2-066ea0b1.eln" 149236 bytes
File: "esh-cmd-40a07574-5fe0d473.eln" 246309 bytes
File: "esh-ext-9adf61a7-8beb9c9f.eln" 121906 bytes
File: "esh-io-26247c62-6b85dae6.eln" 163324 bytes
File: "esh-mode-29140b27-6bbaf3f7.eln" 163323 bytes
File: "esh-module-367a7193-8635448d.eln" 104662 bytes
File: "esh-opt-fcb0edfb-afc44f88.eln" 113937 bytes
File: "esh-proc-276ac638-c793c822.eln" 142387 bytes
File: "esh-util-7285fb2f-e18e539e.eln" 158959 bytes
File: "esh-var-69967c70-f317e5b1.eln" 164854 bytes
File: "eshell-bb674bcd-e94814b4.eln" 111002 bytes
File: "etags-fc6f38d6-506fa509.eln" 242956 bytes
File: "etags-regen-b603a91b-f0bc4d6f.eln" 124187 bytes
File: "ethio-util-2d46a248-422ff982.eln" 176747 bytes
File: "eudc-be70bd00-691591f3.eln" 181546 bytes
File: "eudc-bob-c35ce3d9-92be9e1b.eln" 109501 bytes
File: "eudc-capf-37cb6c27-f29d0ffb.eln" 96158 bytes
File: "eudc-export-9ec4e22a-91e7d0d8.eln" 107369 bytes
File: "eudc-hotlist-269bc571-c4d74fa4.eln" 103845 bytes
File: "eudc-vars-03309238-a235e877.eln" 119340 bytes
File: "eudcb-bbdb-f701aed4-ff3f496a.eln" 110084 bytes
File: "eudcb-ecomplete-20e3680e-dc56dab1.eln" 96040 bytes
File: "eudcb-ldap-d90abb0b-f4e51363.eln" 105294 bytes
File: "eudcb-mab-54626b75-2f64da8c.eln" 98182 bytes
File: "eudcb-macos-contacts-a4ec5140-be8a7c3b.eln" 102466 bytes
File: "eudcb-ph-57549129-0bab973f.eln" 105829 bytes
File: "ewoc-6e3ae0bf-ce26edcb.eln" 144279 bytes
File: "eww-08abb1e7-0173cd42.eln" 290374 bytes
File: "executable-21d46f43-af89c212.eln" 109254 bytes
File: "exif-0bb59082-cb899305.eln" 111361 bytes
File: "expand-9d6a83fd-9b3a8d3b.eln" 112843 bytes
File: "expandproto-68d81120-5a71737b.eln" 104620 bytes
File: "external-completion-79d0c54a-d5c873f6.eln" 102750 bytes
File: "extract-0d7dd871-32777fcb.eln" 118649 bytes
File: "f90-566def49-195be078.eln" 257380 bytes
File: "face-remap-9d6c47ed-0d791376.eln" 133817 bytes
File: "facemenu-cceb809d-f30c0558.eln" 148844 bytes
File: "faceup-8540230c-7bc53fa3.eln" 128983 bytes
File: "fbterm-96b6a5a0-a3290a8c.eln" 95613 bytes
File: "fcn-9a27a4a6-3f1117a5.eln" 121633 bytes
File: "feedmail-b662a953-b608143c.eln" 259260 bytes
File: "ffap-4b3c5789-829fbff3.eln" 217030 bytes
File: "fields-501d9cff-874b3d2b.eln" 143974 bytes
File: "filecache-c607f1cc-ee221480.eln" 131700 bytes
File: "fileloop-f8cb1238-711fc25b.eln" 111582 bytes
File: "filenotify-65939d6e-8e128979.eln" 165224 bytes
File: "files-x-59c65c89-27377ec1.eln" 165140 bytes
File: "filesets-6b603b3e-fb1b49f1.eln" 254690 bytes
File: "filter-8930b231-b875e9e3.eln" 110791 bytes
File: "filters-a4d740e0-0bce593c.eln" 94515 bytes
File: "find-03e42e4a-5c34af46.eln" 158898 bytes
File: "find-cmd-c1ed7ad8-663334d2.eln" 101583 bytes
File: "find-dired-b47bcf4a-ade2c5b4.eln" 115837 bytes
File: "find-fa7491db-50375a1e.eln" 119324 bytes
File: "find-file-29570019-740b4e87.eln" 128466 bytes
File: "find-func-64af57a4-3ee1f6ca.eln" 142412 bytes
File: "finder-cfd3373c-e3029b10.eln" 127545 bytes
File: "flow-ctrl-a0b1783a-b9b63bd9.eln" 96643 bytes
File: "flymake-a41dd277-d651c921.eln" 284703 bytes
File: "flymake-cc-6498f5e5-84b71098.eln" 101795 bytes
File: "flymake-proc-bba228e0-0ece1487.eln" 182777 bytes
File: "flyspell-c044604e-8bfb80ab.eln" 213983 bytes
File: "foldout-a29a272c-a2a35850.eln" 108050 bytes
File: "follow-6a4faeee-bb4682eb.eln" 183151 bytes
File: "footnote-daf58c8c-4aab419e.eln" 155475 bytes
File: "format-spec-644c0068-d51b38c3.eln" 102594 bytes
File: "forms-21950d0a-a3396de8.eln" 160043 bytes
File: "fortran-ad9735b1-a920786b.eln" 201198 bytes
File: "fortune-68719a3f-f612ff27.eln" 111429 bytes
File: "frameset-94504960-ea756bce.eln" 193722 bytes
File: "fw-fda2d4f2-31e03b74.eln" 122359 bytes
File: "gamegrid-c73c3a42-d9bd9aa6.eln" 135865 bytes
File: "gametree-9c61f285-b8d4608d.eln" 133064 bytes
File: "gcc-96438d5b-545a2ab2.eln" 108903 bytes
File: "gdb-mi-43cc6873-7b3d7d19.eln" 527315 bytes
File: "generate-lisp-file-20e31f41-988dc95e.eln" 99748 bytes
File: "generator-184aa77f-ac947286.eln" 154509 bytes
File: "generic-a366f142-6aa58e44.eln" 109128 bytes
File: "generic-c019b5ab-8c03ce34.eln" 140917 bytes
File: "generic-x-3d4b3f79-a1b932ac.eln" 184115 bytes
File: "getset-274f8522-407b4ce1.eln" 118584 bytes
File: "glasses-ee9ffb4e-b2da1826.eln" 114325 bytes
File: "global-0992a628-6bad4f95.eln" 104395 bytes
File: "glyphless-mode-a5c60aa8-e57147b5.eln" 98265 bytes
File: "gmm-utils-3a9b481d-0ca03f4e.eln" 102763 bytes
File: "gnus-a56b3481-5d52f9ff.eln" 449170 bytes
File: "gnus-agent-55e7db0c-cc3a37df.eln" 401444 bytes
File: "gnus-art-ba92929b-99673bd8.eln" 700708 bytes
File: "gnus-async-22bb853c-d1c9d4ed.eln" 127941 bytes
File: "gnus-bcklg-fa0018d2-cc5b637c.eln" 99063 bytes
File: "gnus-bookmark-8df1a283-19ee52a8.eln" 150703 bytes
File: "gnus-cache-e95b1d69-f7939c1b.eln" 153201 bytes
File: "gnus-cite-630badc2-920813a9.eln" 162130 bytes
File: "gnus-cloud-175ba8bd-b8c29062.eln" 145541 bytes
File: "gnus-cus-d291cb61-8747ffcb.eln" 164430 bytes
File: "gnus-dbus-711ffae7-a77bcc36.eln" 95965 bytes
File: "gnus-delay-36a33a91-8cf86018.eln" 108915 bytes
File: "gnus-demon-753be1de-7604e9ed.eln" 119385 bytes
File: "gnus-diary-e3c851ef-8f92b179.eln" 123944 bytes
File: "gnus-dired-4026e813-4715a21b.eln" 107061 bytes
File: "gnus-draft-c2409cdf-8629f7ca.eln" 129355 bytes
File: "gnus-dup-8cc819bc-34080f35.eln" 109762 bytes
File: "gnus-eform-a3020547-eeed9998.eln" 101268 bytes
File: "gnus-fun-4e0e1510-adb0a923.eln" 116658 bytes
File: "gnus-gravatar-6141bf84-174733ea.eln" 108543 bytes
File: "gnus-group-4173e662-ebff15ab.eln" 447315 bytes
File: "gnus-html-10b62073-a207c8c4.eln" 129275 bytes
File: "gnus-icalendar-c8c26082-4b6a9a1e.eln" 214344 bytes
File: "gnus-int-7bc862cf-7d6fb32d.eln" 284325 bytes
File: "gnus-kill-752a2f98-72779b3b.eln" 139663 bytes
File: "gnus-logic-eb0515d7-55e5872b.eln" 118882 bytes
File: "gnus-mh-520a738d-561d47b0.eln" 105711 bytes
File: "gnus-ml-bfd0e8ab-4d718c02.eln" 111394 bytes
File: "gnus-mlspl-7209f05b-0a0290a1.eln" 109271 bytes
File: "gnus-msg-2c81fbb7-b20e78e6.eln" 277715 bytes
File: "gnus-notifications-760d76fa-0c47bfb2.eln" 112511 bytes
File: "gnus-picon-6e183383-0cdfb2d0.eln" 122857 bytes
File: "gnus-range-becbd692-65105552.eln" 112510 bytes
File: "gnus-registry-146f123a-24adf346.eln" 183658 bytes
File: "gnus-rfc1843-8b00cbbf-b0e8685e.eln" 102281 bytes
File: "gnus-rmail-9f60eac4-deeb8c0c.eln" 104955 bytes
File: "gnus-salt-d36b01f2-d0862430.eln" 164962 bytes
File: "gnus-score-8da65bae-41a03ac8.eln" 286176 bytes
File: "gnus-search-01e06d47-345c3a3a.eln" 323415 bytes
File: "gnus-sieve-538be58b-d7a32cab.eln" 119534 bytes
File: "gnus-spec-87d90d34-0be317de.eln" 130277 bytes
File: "gnus-srvr-c10074c7-a01eb5a3.eln" 221684 bytes
File: "gnus-start-e3ba711c-530c52ee.eln" 527205 bytes
File: "gnus-sum-2a5c0016-88bdeeed.eln" 1020579 bytes
File: "gnus-topic-24dc7268-e50c9a16.eln" 218086 bytes
File: "gnus-undo-97cfb5a4-3d489218.eln" 101846 bytes
File: "gnus-util-b645aa9c-ad75fd22.eln" 215903 bytes
File: "gnus-uu-90b12b30-697c0a4a.eln" 224809 bytes
File: "gnus-vm-008e2e88-386206e2.eln" 104017 bytes
File: "gnus-win-9f30cf0f-c2da442f.eln" 118437 bytes
File: "gnutls-5b82d5da-6b1fcd6e.eln" 114850 bytes
File: "go-ts-mode-7b2291d3-3b7cf0eb.eln" 118955 bytes
File: "gomoku-8d89302c-b87ba187.eln" 156932 bytes
File: "goto-addr-27d78ac3-e45654a5.eln" 119451 bytes
File: "grammar-67008cf9-8574e79b.eln" 136822 bytes
File: "grammar-7a8b1aed-886ce443.eln" 282229 bytes
File: "grammar-aa007352-e9c62fe3.eln" 146802 bytes
File: "grammar-wy-a856eef1-f72e1097.eln" 297595 bytes
File: "gravatar-14e24fd4-946de113.eln" 123449 bytes
File: "grep-bdc6787d-d26a50fc.eln" 112693 bytes
File: "grep-c9b5c28d-c027d205.eln" 176267 bytes
File: "grm-wy-boot-72e0b49d-f1313753.eln" 297595 bytes
File: "gs-5c582daf-015a8de7.eln" 100651 bytes
File: "gssapi-8fec8f99-13bc44cb.eln" 96078 bytes
File: "gud-9adb3e98-4e651082.eln" 332054 bytes
File: "gulp-555cb1a2-4e8e0e9f.eln" 103426 bytes
File: "gv-e0cf7478-2f7f1996.eln" 256489 bytes
File: "handwrite-62beaa04-cf8aee40.eln" 163188 bytes
File: "hangul-86ac18a9-38d71b4f.eln" 142547 bytes
File: "hanja-3edced97-ce998f9c.eln" 242844 bytes
File: "hanja-jis-9c586a85-ce063263.eln" 317084 bytes
File: "hanja-util-6b0bcba1-32afd750.eln" 515980 bytes
File: "hanja3-f3722b86-5016dcd9.eln" 279708 bytes
File: "hanoi-8f6973d5-74b232cf.eln" 121510 bytes
File: "hashcash-9dbe375e-7a3b6415.eln" 117065 bytes
File: "heex-ts-mode-eed01750-6c33d23b.eln" 101316 bytes
File: "help-at-pt-24a2e4cf-456cfa8c.eln" 113071 bytes
File: "help-fns-d233c6e8-0aa6703f.eln" 254062 bytes
File: "help-macro-b11d1ebc-8c42a34e.eln" 104213 bytes
File: "help-mode-d4dbae3d-e5a720ce.eln" 150662 bytes
File: "helper-00f126b2-085bbc8c.eln" 101184 bytes
File: "hex-util-0952f412-703c4278.eln" 96732 bytes
File: "hexl-eddf9831-45e63519.eln" 170000 bytes
File: "hfy-cmap-a102c87f-ea82edbf.eln" 120954 bytes
File: "hi-lock-42477945-5b917673.eln" 151328 bytes
File: "hideif-e6fc32ef-a6b66db5.eln" 243311 bytes
File: "hideshow-da2bde07-c3a5af9c.eln" 138603 bytes
File: "hierarchy-0d0ef74f-ba5dfd3b.eln" 166215 bytes
File: "hilit-chg-61a068fb-ef815c28.eln" 144474 bytes
File: "hippie-exp-9919e80b-1dff4633.eln" 142824 bytes
File: "hl-line-8fa29c14-453955b2.eln" 116234 bytes
File: "hmac-def-bd702c3d-e3f11d8c.eln" 96483 bytes
File: "hmac-md5-4a5dbdac-69bddb51.eln" 99610 bytes
File: "holidays-39d09682-f780ca3c.eln" 171832 bytes
File: "html-0dfe9b31-81fb8c10.eln" 114345 bytes
File: "html-ts-mode-d969e918-4d5f106b.eln" 99709 bytes
File: "html2text-8756681f-66bd961e.eln" 115636 bytes
File: "htmlfontify-accab028-d59592a3.eln" 232880 bytes
File: "ia-6745d2f4-3863ca3d.eln" 126383 bytes
File: "ia-sb-f610bf29-69300355.eln" 126684 bytes
File: "ibuf-ext-5624402a-60a1f6e8.eln" 280205 bytes
File: "ibuf-macs-eb4b06c3-783669dd.eln" 127179 bytes
File: "ibuffer-c2dc0626-407d8c68.eln" 271470 bytes
File: "icalendar-3066204f-d7a14e6d.eln" 232624 bytes
File: "icomplete-92f7cbf4-4c24dda6.eln" 164094 bytes
File: "icon-40ae5dc2-21f1188a.eln" 121452 bytes
File: "icons-eafe82eb-fd318ef1.eln" 114546 bytes
File: "idle-ddea1a59-2bec360c.eln" 219696 bytes
File: "idlw-complete-structtag-e2ba7b88-8a56fd55.eln" 110037 bytes
File: "idlw-shell-db488c6e-19e40fef.eln" 341199 bytes
File: "idlw-toolbar-ffb587cc-a1939196.eln" 123606 bytes
File: "idlwave-caa3e07e-8058dc9e.eln" 606395 bytes
File: "ido-ccb260dc-f0751c60.eln" 374827 bytes
File: "idutils-54479861-cdee3085.eln" 104401 bytes
File: "ielm-2a8237b7-0b5d1aee.eln" 134588 bytes
File: "ietf-drums-23d9ecfe-bca82e5e.eln" 115438 bytes
File: "ietf-drums-date-18679306-ebe7507a.eln" 106273 bytes
File: "image-converter-4f9f5f94-1ffb920c.eln" 117835 bytes
File: "image-crop-c1b03b5c-43d8863d.eln" 129821 bytes
File: "image-dired-1913ba48-c5a19629.eln" 254287 bytes
File: "image-dired-dired-c1d223e4-f0ead876.eln" 127554 bytes
File: "image-dired-external-2a9af49e-7247114e.eln" 138269 bytes
File: "image-dired-tags-01bab52d-c56ff85e.eln" 116182 bytes
File: "image-dired-util-e838c7cd-07b5ef65.eln" 111846 bytes
File: "image-file-9034ac7e-e6045348.eln" 105475 bytes
File: "image-mode-f854d2db-f80363ed.eln" 201838 bytes
File: "imap-53fbfa59-b1af1fa9.eln" 345625 bytes
File: "imenu-a1821d64-766b42f1.eln" 125313 bytes
File: "imenu-a6693d03-b64fa3d5.eln" 153040 bytes
File: "include-1c4468bd-58a0f6a4.eln" 153791 bytes
File: "ind-util-5851cae9-2b630a96.eln" 156267 bytes
File: "indent-aux-6af51213-1c05a94e.eln" 100015 bytes
File: "info-ce12c0ca-5b3b1f54.eln" 392497 bytes
File: "info-edit-857eb021-b79128c2.eln" 98714 bytes
File: "info-look-27e24920-1c3fa002.eln" 165058 bytes
File: "info-xref-df600c94-71dc6020.eln" 125224 bytes
File: "inline-2e43e5bb-669b2938.eln" 116151 bytes
File: "insert-5225e5e5-1f5a7816.eln" 204464 bytes
File: "ipa-1110a392-41839469.eln" 111652 bytes
File: "ipa-praat-0d07f013-c6c4a447.eln" 103580 bytes
File: "iris-ansi-493757f4-5e8cf8f1.eln" 100088 bytes
File: "isearch-x-0cf1eb05-58b6ce1a.eln" 99302 bytes
File: "isearchb-14a844f5-141b783a.eln" 102177 bytes
File: "iso-ascii-19a549e4-8502d162.eln" 100718 bytes
File: "iso-cvt-3a663315-78a70e97.eln" 117290 bytes
File: "iso8601-3903451a-b2834b4d.eln" 117200 bytes
File: "ispell-4457395a-a402dcf8.eln" 308521 bytes
File: "iswitchb-20e1e318-38323aab.eln" 154251 bytes
File: "ja-dic-283bfd77-d6c74399.eln" 4628636 bytes
File: "ja-dic-cnv-2eacdaa8-68a1d24b.eln" 124828 bytes
File: "ja-dic-utl-b18af762-8ea9790a.eln" 103993 bytes
File: "japan-util-36f5bfe8-018ed7a6.eln" 109830 bytes
File: "java-888c7d7a-ee191ec8.eln" 135296 bytes
File: "java-f5d0b2c7-4b5c9b87.eln" 103951 bytes
File: "java-tags-b209b67f-d0281c85.eln" 104637 bytes
File: "java-ts-mode-8f83e26b-55da3d98.eln" 109235 bytes
File: "javascript-e74f1b96-efb953e2.eln" 108462 bytes
File: "javat-wy-c7b3721f-cabb3ecc.eln" 395897 bytes
File: "jka-compr-40ebe92b-275dc027.eln" 121706 bytes
File: "js-ec2c8379-1fd910a0.eln" 381759 bytes
File: "js-wy-f3992933-80cd01c0.eln" 406351 bytes
File: "json-a90a1eab-1895db7f.eln" 157855 bytes
File: "json-ts-mode-6e458202-2683c291.eln" 99709 bytes
File: "jsonrpc-e62a9c36-762165fb.eln" 215209 bytes
File: "kermit-847c9fbe-9e73e448.eln" 98623 bytes
File: "keypad-336aa566-a078aa3b.eln" 104787 bytes
File: "kinsoku-dd85875c-81a9f0a4.eln" 97643 bytes
File: "kkc-fa7914df-860d140b.eln" 126319 bytes
File: "kmacro-048feaec-9f417259.eln" 215964 bytes
File: "konsole-2d768a69-0592c923.eln" 95616 bytes
File: "korea-util-c36b8afd-2041bb53.eln" 101412 bytes
File: "landmark-b03fd517-46dfba25.eln" 192634 bytes
File: "lao-util-4c214197-b5829ea4.eln" 109608 bytes
File: "latexenc-3bf2f120-4cd9a3c7.eln" 101698 bytes
File: "latin-alt-3519b3f5-b05653df.eln" 149660 bytes
File: "latin-ltx-b69f9dee-221cc647.eln" 198100 bytes
File: "latin-post-6ca3717c-52263709.eln" 180892 bytes
File: "latin-pre-e205f0a9-c1956784.eln" 139932 bytes
File: "latin1-disp-a8fc8629-cf9bf569.eln" 149939 bytes
File: "ld-script-746ecf3d-e2b4d31c.eln" 98525 bytes
File: "ldap-fbf8df5e-6de6336c.eln" 121851 bytes
File: "less-css-mode-0332057d-9001dbb7.eln" 111760 bytes
File: "let-alist-c9c0fd50-00a8b5e8.eln" 100506 bytes
File: "lex-ce219d01-773df697.eln" 259654 bytes
File: "lex-spp-7e2ae6b1-88f7f037.eln" 184647 bytes
File: "life-54e5f6fe-cdb58424.eln" 114656 bytes
File: "linum-c7e6bd44-31d17e90.eln" 114402 bytes
File: "linux-3f159f67-d554c746.eln" 93596 bytes
File: "linux-eedacb0e-95d7fdc6.eln" 137089 bytes
File: "lisp-mnt-2b554e27-cda2e070.eln" 142029 bytes
File: "list-d70b66d3-f2e96e7f.eln" 130692 bytes
File: "lk201-be1de976-54bc9d8c.eln" 94956 bytes
File: "loaddefs-gen-e8a3ad9c-e223731c.eln" 152364 bytes
File: "loadhist-e9175ed1-0809d2d1.eln" 115457 bytes
File: "locate-63ce93dd-b01deff4.eln" 141158 bytes
File: "locate-bbb85898-8cc8ee60.eln" 128500 bytes
File: "log-edit-bc58b2d4-03933c7e.eln" 171736 bytes
File: "log-view-a87baa9d-b56525cf.eln" 127439 bytes
File: "longlines-b82d1e5b-d45a340c.eln" 126666 bytes
File: "lpr-06c2a39c-33066fba.eln" 111638 bytes
File: "lrt-0510c27a-b825e09a.eln" 94471 bytes
File: "lua-ts-mode-e19f6a0c-cdc92ea5.eln" 147392 bytes
File: "lunar-791aa94f-99c92ccb.eln" 131705 bytes
File: "m4-mode-e28af8c0-1dd4287f.eln" 104713 bytes
File: "macros-51ef7b0a-f0dad41f.eln" 105776 bytes
File: "mail-extr-e04131ae-9b1b02eb.eln" 168070 bytes
File: "mail-hist-8789216b-87e7c155.eln" 128502 bytes
File: "mail-parse-5e7f4583-be28e687.eln" 97980 bytes
File: "mail-prsvr-b79144a3-fb2cb367.eln" 93340 bytes
File: "mail-source-6f8fd451-c91e3b71.eln" 153173 bytes
File: "mail-utils-ae525238-b77a46f0.eln" 113797 bytes
File: "mailalias-803d3394-b0faef0a.eln" 120436 bytes
File: "mailcap-a1205653-08bc316c.eln" 152844 bytes
File: "mailclient-48d9b072-9eb6a98f.eln" 108430 bytes
File: "mailheader-2dff755b-0df9548f.eln" 105616 bytes
File: "mairix-9fca8dd2-75381ba0.eln" 150127 bytes
File: "make-a0e852eb-77695434.eln" 137085 bytes
File: "make-a4d1a972-3db8b7aa.eln" 96643 bytes
File: "make-by-6258d844-801be020.eln" 114467 bytes
File: "make-mode-da8e3e22-1b294414.eln" 203555 bytes
File: "makefile-edit-92f94c53-dd71b11d.eln" 99262 bytes
File: "makeinfo-e7bfd740-bfef0f60.eln" 103464 bytes
File: "makesum-28495f32-b715bcd5.eln" 97202 bytes
File: "man-9b8001be-81300f36.eln" 207933 bytes
File: "mantemp-f914bdc9-3be09842.eln" 99726 bytes
File: "map-12ebd3f0-6f9bcc80.eln" 124444 bytes
File: "map-5d7b616a-7a4cef37.eln" 163447 bytes
File: "master-d6d42554-c189661b.eln" 101928 bytes
File: "mb-depth-a4691d0b-ec7d5c30.eln" 99316 bytes
File: "md4-234ce043-9b82f73a.eln" 119985 bytes
File: "meese-0f43f3bd-b1001925.eln" 93429 bytes
File: "memory-report-5a3a9fbc-9d852e77.eln" 125988 bytes
File: "message-4a315c5a-749faf15.eln" 598997 bytes
File: "meta-mode-183afc0d-18446213.eln" 145322 bytes
File: "metamail-51f08cfd-710c9384.eln" 100711 bytes
File: "mh-acros-86a8869b-c570e442.eln" 109996 bytes
File: "mh-alias-356bc83c-8c0fb9ce.eln" 129529 bytes
File: "mh-buffers-304b3e33-9c89f842.eln" 94453 bytes
File: "mh-compat-ed633544-3c54587b.eln" 97066 bytes
File: "mh-e-f663e1d5-1dcdc82e.eln" 267221 bytes
File: "mh-folder-8f228ec3-d4949e3b.eln" 202641 bytes
File: "mh-funcs-4168d6a0-f0ebb7e0.eln" 113416 bytes
File: "mh-gnus-7d10063a-ca9ece1b.eln" 96676 bytes
File: "mh-identity-a709c02c-32398c13.eln" 109178 bytes
File: "mh-inc-2612fdfe-acb16ba8.eln" 97342 bytes
File: "mh-junk-e9767689-126d08b2.eln" 125751 bytes
File: "mh-letter-cf4626f0-5ecc5b15.eln" 139255 bytes
File: "mh-limit-cacd50d1-daa5d3ce.eln" 112877 bytes
File: "mh-mime-d08e56ac-362d81e8.eln" 210724 bytes
File: "mh-print-a48576b3-c7b5d789.eln" 109606 bytes
File: "mh-scan-a8969f68-fd8b551c.eln" 115573 bytes
File: "mh-search-01e5d716-713af5b7.eln" 220804 bytes
File: "mh-show-ae40a432-8e282f64.eln" 242773 bytes
File: "mh-speed-60451cc9-9c6a9076.eln" 125819 bytes
File: "mh-thread-59370641-46fcf424.eln" 241019 bytes
File: "mh-utils-daf0c965-56b116a7.eln" 154241 bytes
File: "mh-xface-ea57fe65-a96f78d4.eln" 119822 bytes
File: "mhtml-mode-1f97c446-3c3dbd54.eln" 149275 bytes
File: "midnight-0df4540a-9b6b8644.eln" 110393 bytes
File: "minibuf-eldef-8b1407ef-7821d810.eln" 104337 bytes
File: "misc-9bdb6d96-295eb532.eln" 110604 bytes
File: "mixal-mode-08496c31-4b046aed.eln" 134332 bytes
File: "mm-archive-10ccf562-b3cdf45c.eln" 101795 bytes
File: "mm-bodies-5a92b2dc-f1b8226b.eln" 106591 bytes
File: "mm-decode-4a4c16d8-d3eeb9d8.eln" 236608 bytes
File: "mm-encode-4f0ce800-006b7453.eln" 106921 bytes
File: "mm-extern-8371889b-d1094d83.eln" 102851 bytes
File: "mm-partial-f32f8ea1-704c4501.eln" 107183 bytes
File: "mm-url-8379ac94-163f3f80.eln" 113737 bytes
File: "mm-util-3a4439f0-5f9d6d53.eln" 138975 bytes
File: "mm-uu-1661a81c-c4252b17.eln" 145644 bytes
File: "mm-view-ea5aa834-21390d31.eln" 141825 bytes
File: "mml-34028078-187b4895.eln" 196512 bytes
File: "mml-sec-827872f6-8fe74233.eln" 171006 bytes
File: "mml-smime-9ca0ce10-eaa0715c.eln" 120975 bytes
File: "mml1991-90b15c35-f9a73af0.eln" 106590 bytes
File: "mml2015-2eff3ca9-38540b5c.eln" 151433 bytes
File: "mode-09691ce5-fd640e2f.eln" 123874 bytes
File: "mode-48092c7a-4e5d847d.eln" 163214 bytes
File: "mode-local-52e88da7-5d84f40e.eln" 165173 bytes
File: "modula2-d4e7cdef-e2e7029c.eln" 149122 bytes
File: "morse-cbbd8cc4-e9126cd0.eln" 98764 bytes
File: "mouse-copy-747f314d-1e5719b3.eln" 98903 bytes
File: "mouse-drag-b34287d2-1792635c.eln" 106718 bytes
File: "mpc-ebb105de-fedb2c54.eln" 283250 bytes
File: "mpuz-12dc3f20-d9f5202f.eln" 122601 bytes
File: "mru-bookmark-392dffc3-d4997b5d.eln" 129934 bytes
File: "msb-e477e33b-8b082245.eln" 158481 bytes
File: "mspools-b4afc006-9fd073ba.eln" 110107 bytes
File: "mule-diag-217af2f7-ebebd51c.eln" 169599 bytes
File: "multisession-0e0caee9-72a0d9ad.eln" 157697 bytes
File: "net-utils-83cf224d-239ed1d1.eln" 160324 bytes
File: "netrc-495260bd-cf42a625.eln" 106099 bytes
File: "network-stream-6de4812d-6f15ee0b.eln" 124886 bytes
File: "news-05a02a9f-8b00b90f.eln" 93929 bytes
File: "newst-backend-1e7ff14e-cc505bfe.eln" 259180 bytes
File: "newst-plainview-70c4abda-76ea63ae.eln" 200659 bytes
File: "newst-reader-1ca8048d-64fa7812.eln" 121421 bytes
File: "newst-ticker-db5400c4-95f555c0.eln" 120256 bytes
File: "newst-treeview-8473b9f1-c4b89d9d.eln" 270030 bytes
File: "newsticker-93ba1000-96c920c4.eln" 100052 bytes
File: "nnagent-24ec92fc-4ea7f93f.eln" 130765 bytes
File: "nnatom-4b57df95-f7fa2874.eln" 120899 bytes
File: "nnbabyl-e455a675-c80b70e1.eln" 141444 bytes
File: "nndiary-7e41773e-5abe24ff.eln" 194118 bytes
File: "nndir-f1582a62-e7184cde.eln" 109188 bytes
File: "nndoc-3350922e-c7e78e49.eln" 171137 bytes
File: "nndraft-5097f2aa-48272ec2.eln" 125274 bytes
File: "nneething-d14c66f9-ca7edeb5.eln" 129637 bytes
File: "nnfeed-d6c9bea0-29bc7fe5.eln" 152203 bytes
File: "nnfolder-186b2251-b835f586.eln" 167541 bytes
File: "nngateway-6c3b396d-49fb01d9.eln" 100297 bytes
File: "nnheader-94408d86-d31fd9f1.eln" 194245 bytes
File: "nnimap-91c35abc-92e3c0ef.eln" 278364 bytes
File: "nnir-4b72ae4d-613305ee.eln" 179743 bytes
File: "nnmail-703135a4-16161063.eln" 211353 bytes
File: "nnmaildir-a38ddb20-36218f40.eln" 337908 bytes
File: "nnmairix-5c0df20a-dd0e0e55.eln" 289620 bytes
File: "nnmbox-6c4303f5-826ec733.eln" 144928 bytes
File: "nnmh-79300d9d-770f20b1.eln" 137231 bytes
File: "nnml-244b17b4-76cf1024.eln" 180572 bytes
File: "nnnil-8dff4228-09fdef7a.eln" 97289 bytes
File: "nnoo-1b638390-ae67e38b.eln" 125577 bytes
File: "nnregistry-03dfedc9-b08d478f.eln" 103087 bytes
File: "nnrss-23798c55-a8870467.eln" 170748 bytes
File: "nnspool-34db9d7f-8929c440.eln" 132365 bytes
File: "nntp-c90d6652-fee95210.eln" 235465 bytes
File: "nnvirtual-659ca0f2-202571ec.eln" 148911 bytes
File: "nnweb-b9434bf9-b67747da.eln" 141426 bytes
File: "notifications-bd0b4b34-fd8f5de7.eln" 116313 bytes
File: "novice-cc2ef463-e83d6686.eln" 100038 bytes
File: "nroff-mode-3f96dfc9-c1e36696.eln" 112430 bytes
File: "nsm-c2159ddd-518d5086.eln" 161746 bytes
File: "ntlm-4a76a069-0e575f51.eln" 134356 bytes
File: "nxml-enc-00fb01f2-507d4a25.eln" 100291 bytes
File: "nxml-maint-ce4b7907-ad529c99.eln" 95078 bytes
File: "nxml-mode-aaff3f69-2ba6e957.eln" 227451 bytes
File: "nxml-ns-c16d094f-0280b6c8.eln" 104241 bytes
File: "nxml-outln-d2864190-f3e5b991.eln" 145941 bytes
File: "nxml-parse-79a53381-d3a25ea3.eln" 114430 bytes
File: "nxml-rap-9f9d117a-99ee7436.eln" 110465 bytes
File: "nxml-util-19d2b98f-d23d91e5.eln" 98538 bytes
File: "ob-87382df4-bc5a5e69.eln" 92828 bytes
File: "ob-C-5132b852-186bf298.eln" 135852 bytes
File: "ob-R-2d21e638-3bbd2b6a.eln" 134548 bytes
File: "ob-awk-513b7b4a-5605e78b.eln" 100699 bytes
File: "ob-calc-c2b47107-ed5badae.eln" 100075 bytes
File: "ob-clojure-7194b591-d90c6ce4.eln" 118471 bytes
File: "ob-comint-12e5146d-6c86d19a.eln" 119961 bytes
File: "ob-core-cffe1ec4-86b49af0.eln" 383036 bytes
File: "ob-css-41fd5e48-ad277808.eln" 93525 bytes
File: "ob-ditaa-3b20ec85-5f56009f.eln" 100036 bytes
File: "ob-dot-2c528eac-a4e96eb1.eln" 97860 bytes
File: "ob-eshell-2c989fc0-c3eda073.eln" 101626 bytes
File: "ob-eval-7b5fcf2d-96401f2c.eln" 101411 bytes
File: "ob-exp-930ab846-9a9b803b.eln" 120098 bytes
File: "ob-forth-20e7755e-983bc549.eln" 97232 bytes
File: "ob-fortran-0d7baa26-b127b753.eln" 106264 bytes
File: "ob-gnuplot-a12cb774-0d05e0a4.eln" 117381 bytes
File: "ob-groovy-e6c75e4a-b91bac7f.eln" 101182 bytes
File: "ob-haskell-0f9e1e1f-1baf5f43.eln" 130281 bytes
File: "ob-java-4f38fe5a-90c36afb.eln" 126343 bytes
File: "ob-js-1e52931b-c62572f1.eln" 109463 bytes
File: "ob-julia-c2b0471a-a129fc05.eln" 121545 bytes
File: "ob-latex-4bde0d76-429a6e99.eln" 114517 bytes
File: "ob-lilypond-c01e0b4c-17eecba3.eln" 123828 bytes
File: "ob-lob-56972985-0544fb0f.eln" 108050 bytes
File: "ob-lua-eb2b815f-3673d831.eln" 127099 bytes
File: "ob-makefile-bd152b9c-9d483da8.eln" 93555 bytes
File: "ob-matlab-418c4fb3-e3c1c7a6.eln" 92828 bytes
File: "ob-maxima-860d722d-40e9378e.eln" 106219 bytes
File: "ob-ocaml-00322d5a-e9fdf5a3.eln" 106421 bytes
File: "ob-octave-276f1b6b-f0ee5dfc.eln" 117309 bytes
File: "ob-org-36de5a30-8e96d005.eln" 97236 bytes
File: "ob-perl-f3b53b71-1b610672.eln" 102342 bytes
File: "ob-plantuml-d937e70c-3af19e04.eln" 104097 bytes
File: "ob-processing-09eb8ed2-b6a2e28b.eln" 104420 bytes
File: "ob-python-be66c3a0-c0ee63fa.eln" 138859 bytes
File: "ob-ref-667588a1-4d6a9a1a.eln" 106353 bytes
File: "ob-ruby-0b1264dc-b54479aa.eln" 118792 bytes
File: "ob-sass-d79238e0-4a4087e9.eln" 96233 bytes
File: "ob-scheme-36436381-b90b6bc2.eln" 110439 bytes
File: "ob-screen-2bfc5b17-86e2bda7.eln" 103641 bytes
File: "ob-sed-9f56df51-6c43c7ec.eln" 98317 bytes
File: "ob-shell-fb80fff6-e21d9c73.eln" 128767 bytes
File: "ob-sql-0f11cbb6-26938d15.eln" 122695 bytes
File: "ob-sqlite-e4120f92-147e040d.eln" 103598 bytes
File: "ob-table-d2f732c8-06c82641.eln" 101476 bytes
File: "ob-tangle-d4d1c7b8-674aed8d.eln" 147681 bytes
File: "oc-aec59d52-67b166ab.eln" 276265 bytes
File: "oc-basic-c3b5e4de-ef0eedf2.eln" 157174 bytes
File: "oc-biblatex-a167cc67-e83cac6b.eln" 121058 bytes
File: "oc-bibtex-6fb08d55-017f9607.eln" 96215 bytes
File: "oc-csl-1d2c0871-fc1c82fc.eln" 144971 bytes
File: "oc-natbib-762b308d-f077508b.eln" 104528 bytes
File: "octave-c299b6bc-f030275e.eln" 217336 bytes
File: "ogonek-25f60326-93a69ff3.eln" 117917 bytes
File: "ol-1680a4ec-b2285479.eln" 232478 bytes
File: "ol-bbdb-bd3b6961-0f54fd8d.eln" 122265 bytes
File: "ol-bibtex-aa95cf9f-280bfcfa.eln" 151180 bytes
File: "ol-docview-43ceff9f-eff8bbb9.eln" 97809 bytes
File: "ol-doi-71acc3a3-624ac508.eln" 97187 bytes
File: "ol-eshell-ff3c92af-1aa79c92.eln" 97220 bytes
File: "ol-eww-c259fbbb-3c875d55.eln" 106450 bytes
File: "ol-gnus-403e66ee-4a2b49c4.eln" 116495 bytes
File: "ol-info-e618e18d-7446a81f.eln" 104115 bytes
File: "ol-irc-f5d19fdb-bc6c6f2c.eln" 107821 bytes
File: "ol-man-92c7bb1d-4607fd78.eln" 99981 bytes
File: "ol-mhe-cc58e91e-d36f8fbc.eln" 103505 bytes
File: "ol-rmail-f27e2275-1182fe4a.eln" 97812 bytes
File: "ol-w3m-e82e1e2d-e4609648.eln" 102231 bytes
File: "opascal-49ba84d6-298cdbff.eln" 212398 bytes
File: "org-agenda-3c0198d7-5bef5802.eln" 930141 bytes
File: "org-archive-bd6f63ad-b5208357.eln" 126971 bytes
File: "org-attach-c43e367f-7df4b814.eln" 154718 bytes
File: "org-attach-git-41e818f5-cbdac757.eln" 103234 bytes
File: "org-capture-31aeb3cb-2b67d193.eln" 251958 bytes
File: "org-clock-660c3e46-e08479a9.eln" 334993 bytes
File: "org-colview-131a271c-7cff2ffa.eln" 265879 bytes
File: "org-compat-8f643782-b8be7dd1.eln" 220162 bytes
File: "org-crypt-b04cd0ab-599b73c4.eln" 113216 bytes
File: "org-ctags-b53b58fa-6bea4b27.eln" 118472 bytes
File: "org-cycle-05ca4f54-08800e1d.eln" 142019 bytes
File: "org-d208de9c-196a7c4c.eln" 1575060 bytes
File: "org-datetree-97676a8c-239c09a9.eln" 111428 bytes
File: "org-duration-4c91123f-09ec1ec0.eln" 116405 bytes
File: "org-element-763f8d74-2d7179de.eln" 906751 bytes
File: "org-element-ast-556742c4-9059fc86.eln" 250537 bytes
File: "org-entities-aa8d636b-a5c03ac1.eln" 124093 bytes
File: "org-feed-52016ed7-0c990663.eln" 132709 bytes
File: "org-fold-6bfb5591-0e53b91f.eln" 155608 bytes
File: "org-fold-core-45e5a935-3b1cf5dd.eln" 252315 bytes
File: "org-footnote-a50a8027-23aa16a2.eln" 154740 bytes
File: "org-goto-664054e5-4cbd153a.eln" 110610 bytes
File: "org-habit-e222f38b-a1c11dd9.eln" 125834 bytes
File: "org-id-b4e96473-d683afa2.eln" 150451 bytes
File: "org-inlinetask-69c9ec34-a4a99d7c.eln" 110989 bytes
File: "org-keys-d9945960-1a7083d5.eln" 127145 bytes
File: "org-lint-bc71b327-a0c747a3.eln" 298023 bytes
File: "org-list-96883631-1b3644fc.eln" 330736 bytes
File: "org-macro-6e7b0632-8018efcb.eln" 125850 bytes
File: "org-macs-aa4d7af1-96e7a2fe.eln" 238299 bytes
File: "org-mobile-97d7e905-8c1d85ef.eln" 187391 bytes
File: "org-num-64e279b2-5a661850.eln" 130376 bytes
File: "org-pcomplete-720280c5-cdc1a1ca.eln" 135272 bytes
File: "org-persist-596c089f-64d058c4.eln" 183921 bytes
File: "org-plot-e8c9b1a4-40795831.eln" 146859 bytes
File: "org-protocol-a6f6a58c-9f48e600.eln" 130301 bytes
File: "org-refile-7eecbbb9-efdd4edc.eln" 144248 bytes
File: "org-src-656a0d3e-a6ba8277.eln" 196737 bytes
File: "org-table-986a2c6e-e46e9b71.eln" 528712 bytes
File: "org-tempo-8517827b-2bf5d57b.eln" 103683 bytes
File: "otodo-mode-d1e6fa8b-f67ade19.eln" 140394 bytes
File: "outline-afc41f82-1e09cd80.eln" 219785 bytes
File: "ox-9aa46d10-d006dec6.eln" 575763 bytes
File: "ox-ascii-2a2026a7-6bbd2acc.eln" 234001 bytes
File: "ox-beamer-2791f1f7-77e6c498.eln" 158911 bytes
File: "ox-html-1f966f72-cbec1808.eln" 349622 bytes
File: "ox-icalendar-bb409d0e-ec4e3b90.eln" 173304 bytes
File: "ox-koma-letter-29174646-3e625959.eln" 142479 bytes
File: "ox-latex-c11187c5-41c3e006.eln" 385925 bytes
File: "ox-man-39a87e8d-b2d896e6.eln" 153985 bytes
File: "ox-md-2b91ce81-2e051626.eln" 149937 bytes
File: "ox-odt-74ec9c88-6ba263c2.eln" 353901 bytes
File: "ox-org-7ec00b81-7bc0e975.eln" 117014 bytes
File: "ox-publish-85b16c49-cc3dbd81.eln" 182296 bytes
File: "ox-texinfo-e762f923-3e5a0ea1.eln" 237897 bytes
File: "package-14201d8e-2f534620.eln" 466758 bytes
File: "package-vc-6353519d-78ca6337.eln" 174772 bytes
File: "package-x-82686625-b4d489c2.eln" 118089 bytes
File: "page-ext-99cb7d8f-317cd77f.eln" 122766 bytes
File: "pakistan-8c740f00-78c453b9.eln" 121953 bytes
File: "parse-time-ca7017be-ee6f0573.eln" 109678 bytes
File: "pascal-f271564e-466e99f8.eln" 170223 bytes
File: "password-cache-187e4eec-7151bf3b.eln" 98043 bytes
File: "pcase-394c5744-f0e166fe.eln" 181786 bytes
File: "pcmpl-cvs-743b5ebc-7a21ca17.eln" 108937 bytes
File: "pcmpl-git-794ef7f3-cf70d689.eln" 105110 bytes
File: "pcmpl-gnu-5ece415b-cd3a0003.eln" 128821 bytes
File: "pcmpl-linux-060b988a-95e26ebf.eln" 109746 bytes
File: "pcmpl-rpm-d791f76b-f6fee124.eln" 131767 bytes
File: "pcmpl-unix-e208196d-cd675cab.eln" 160520 bytes
File: "pcmpl-x-c16436ad-80f2b027.eln" 120774 bytes
File: "pcomplete-81dbd8b0-ca755671.eln" 194560 bytes
File: "pconf-e1039d7f-444d3637.eln" 114874 bytes
File: "pcvs-29dad1cf-63aa99fe.eln" 297116 bytes
File: "pcvs-defs-a00392b0-4cb449e8.eln" 109260 bytes
File: "pcvs-info-36e26183-be3fdf7c.eln" 135506 bytes
File: "pcvs-parse-9b19a7ae-742008fb.eln" 124002 bytes
File: "pcvs-util-35d8f453-72d813cb.eln" 138595 bytes
File: "peg-c92edd87-5f21b685.eln" 179997 bytes
File: "perl-mode-fb83ae8e-493e9a9b.eln" 155078 bytes
File: "persian-6d29bddb-e339b10d.eln" 102556 bytes
File: "pgg-def-14b87777-23263876.eln" 98076 bytes
File: "pgg-fcadae0a-deeb5440.eln" 131448 bytes
File: "pgg-gpg-6aebbc88-0e2bf720.eln" 119313 bytes
File: "pgg-parse-d66e4d52-1fc27b8f.eln" 137112 bytes
File: "pgg-pgp-b5b39880-e03962ba.eln" 109025 bytes
File: "pgg-pgp5-0478b2c4-cd1e9a4f.eln" 109847 bytes
File: "php-ts-mode-ac9a05db-e698f4cb.eln" 207364 bytes
File: "picture-623b9e58-63e3beb7.eln" 143673 bytes
File: "pinyin-3c000061-e2e56bef.eln" 119452 bytes
File: "pixel-scroll-2f9465ae-72697a27.eln" 150998 bytes
File: "plstore-f04d6393-54243364.eln" 130738 bytes
File: "pmake-41620d85-ecb45dc1.eln" 161265 bytes
File: "po-9a38d3f4-738a789f.eln" 97822 bytes
File: "pong-492a802b-6d0cabe1.eln" 119990 bytes
File: "pop3-7de5e6d8-52a5ed0e.eln" 140306 bytes
File: "pp-5d47c1cc-4840df5d.eln" 132279 bytes
File: "printing-8558eaeb-12adac4c.eln" 374421 bytes
File: "proced-8fac17dd-562d9d11.eln" 238440 bytes
File: "profiler-345cb85e-65ddc345.eln" 195227 bytes
File: "programmer-dvorak-eeed831b-33ceb754.eln" 95900 bytes
File: "proj-3b75ff59-cba65bf5.eln" 162051 bytes
File: "proj-archive-931a920a-e7b1dcf2.eln" 109537 bytes
File: "proj-aux-6dbd327a-abe230ec.eln" 104593 bytes
File: "proj-info-e54aa80a-b1e9ea53.eln" 121065 bytes
File: "proj-misc-cd3625c9-4993f8fd.eln" 108429 bytes
File: "proj-obj-160a1567-a88340f7.eln" 122250 bytes
File: "proj-prog-104d733c-b31fba21.eln" 121297 bytes
File: "proj-scheme-e19dcdf2-56707aef.eln" 104581 bytes
File: "proj-shared-e6b4fd1d-00aee895.eln" 114397 bytes
File: "project-5477de5a-2e66af74.eln" 243612 bytes
File: "project-am-8c1ba5b1-9c1902f4.eln" 210893 bytes
File: "prolog-de920e57-b8224a5f.eln" 256619 bytes
File: "ps-bdf-e53407b2-7c92f13c.eln" 123459 bytes
File: "ps-def-96be67e8-f1e58dc8.eln" 95131 bytes
File: "ps-mode-1ea07609-eaa58794.eln" 149511 bytes
File: "ps-print-74a80610-2c5024fb.eln" 367209 bytes
File: "ps-samp-f57360e6-95266d91.eln" 105602 bytes
File: "pulse-35e729a5-5d8a3a11.eln" 103196 bytes
File: "puny-eb5a151f-3b98aff5.eln" 108688 bytes
File: "py-punct-b0671f33-a95b8115.eln" 93852 bytes
File: "pypunct-b5-503ed51a-874ed2e8.eln" 93340 bytes
File: "python-4c762d55-1538c876.eln" 544473 bytes
File: "python-7d8f92c7-dc0744d3.eln" 164185 bytes
File: "python-wy-71564b92-0b7ab857.eln" 538897 bytes
File: "qp-a15ca0cd-3ca6c9f2.eln" 100652 bytes
File: "quail-a37d4abe-4a71cddf.eln" 277699 bytes
File: "quick-b5-2a0014da-ba09b88a.eln" 503452 bytes
File: "quick-cns-70c38289-aaf2134b.eln" 503452 bytes
File: "quickurl-2bab9766-3b174877.eln" 141068 bytes
File: "radix-tree-669a468d-316fbcdc.eln" 109622 bytes
File: "range-2231b0fa-24e93fd4.eln" 124816 bytes
File: "rcirc-1d44baa4-26bac95f.eln" 413917 bytes
File: "rcompile-4c4c2cea-ba65b1bb.eln" 97344 bytes
File: "re-builder-54a90c3c-cebe09ab.eln" 143385 bytes
File: "recentf-3c64dc62-815779cb.eln" 197868 bytes
File: "rect-cd288962-6823ee09.eln" 164423 bytes
File: "refbib-3901a804-31bf0694.eln" 127141 bytes
File: "refer-f097d01d-69586ccc.eln" 112782 bytes
File: "refs-bbf70991-526314a1.eln" 127630 bytes
File: "reftex-8f8cc1e8-25228824.eln" 226627 bytes
File: "reftex-auc-27860b3e-8f609487.eln" 106352 bytes
File: "reftex-cite-64f2f9f1-abfee6c9.eln" 167638 bytes
File: "reftex-dcr-cad56609-40d2ef17.eln" 119042 bytes
File: "reftex-global-56431dea-96043444.eln" 120812 bytes
File: "reftex-index-d6bd6cde-a86b16c9.eln" 226570 bytes
File: "reftex-parse-752062a8-4f2e7a48.eln" 160363 bytes
File: "reftex-ref-d2aaf0c5-b2aecd7c.eln" 140796 bytes
File: "reftex-sel-bee2aef3-5b738f0f.eln" 138902 bytes
File: "reftex-toc-0e9d39f0-5df38473.eln" 161208 bytes
File: "reftex-vars-0409e99c-7c6a382c.eln" 215435 bytes
File: "regi-0338412d-24d6e344.eln" 105087 bytes
File: "registry-bca51796-dab3c3c3.eln" 128731 bytes
File: "remember-633d9b30-3d9e855b.eln" 133334 bytes
File: "repeat-443831f9-b62b0967.eln" 130299 bytes
File: "reporter-2e4bca4f-d3b87ecd.eln" 108851 bytes
File: "reposition-5c59bc1d-fd6180eb.eln" 98921 bytes
File: "reveal-65b32910-18d85838.eln" 108687 bytes
File: "rfc1345-292f1dc8-173328dd.eln" 160924 bytes
File: "rfc1843-8c632cdb-65fe7576.eln" 100579 bytes
File: "rfc2045-713c994b-1d9003f5.eln" 93426 bytes
File: "rfc2047-b84e264d-95b366f3.eln" 147986 bytes
File: "rfc2104-81d91653-c82f429f.eln" 94997 bytes
File: "rfc2231-e2cbed75-74ac56d8.eln" 109809 bytes
File: "rfc2368-b57e48b3-2e2ebf10.eln" 96741 bytes
File: "rfc6068-5e4d60aa-0ff6e574.eln" 96771 bytes
File: "rfc822-a91daeff-8f6184c8.eln" 106840 bytes
File: "ring-bff0b981-dfebb553.eln" 111965 bytes
File: "rlogin-d617be52-9be2a14e.eln" 111789 bytes
File: "rmail-f41733e3-26408f88.eln" 343484 bytes
File: "rmail-spam-filter-e2a6e81f-74d4f9cb.eln" 123747 bytes
File: "rmailedit-38fd8f0b-b4bd972d.eln" 118190 bytes
File: "rmailkwd-24934d70-e06fb807.eln" 110549 bytes
File: "rmailmm-95d406e3-0aa8445d.eln" 218934 bytes
File: "rmailmsc-5417b53e-4e363321.eln" 101743 bytes
File: "rmailout-7c253c79-16dfeae4.eln" 131308 bytes
File: "rmailsort-e1e62e9a-cc06fe95.eln" 115511 bytes
File: "rmailsum-459c8d18-a2b16179.eln" 223643 bytes
File: "rng-cmpct-1de0be84-018e03d6.eln" 156410 bytes
File: "rng-dt-6f4fabb6-b31c943b.eln" 96669 bytes
File: "rng-loc-798ea863-60f44570.eln" 126415 bytes
File: "rng-maint-efea73de-dc748d5f.eln" 110344 bytes
File: "rng-match-9f8fba20-903c8a16.eln" 263421 bytes
File: "rng-nxml-0264101a-a3dbc548.eln" 126559 bytes
File: "rng-parse-fda9b375-e5cd1ca4.eln" 97807 bytes
File: "rng-pttrn-3f46aa75-8261e2a3.eln" 104674 bytes
File: "rng-uri-795a248e-6f37f79f.eln" 114059 bytes
File: "rng-util-407ca456-76b89505.eln" 95743 bytes
File: "rng-valid-c760c082-3c105165.eln" 181312 bytes
File: "rng-xsd-d3d84ceb-59c65c4e.eln" 151191 bytes
File: "robin-427cbfed-bca1ab8b.eln" 110003 bytes
File: "rot13-82cc11d3-a6ae39c4.eln" 97478 bytes
File: "rst-174b9993-11aba56e.eln" 350716 bytes
File: "rtree-8e3a7d8e-f42bb07b.eln" 111631 bytes
File: "ruby-mode-fb067360-81964d50.eln" 239795 bytes
File: "ruby-ts-mode-c250c745-d7272e09.eln" 149550 bytes
File: "ruler-mode-3c3fd53f-03a87efd.eln" 138941 bytes
File: "rust-ts-mode-6028dec0-f90c73ec.eln" 123465 bytes
File: "rx-627d8c83-e6819306.eln" 224868 bytes
File: "rxvt-30fc1a8d-ccd4030e.eln" 101405 bytes
File: "sami-fd64e5e8-2337b950.eln" 114844 bytes
File: "sasl-cram-0ffb7fe5-d8b201e6.eln" 94012 bytes
File: "sasl-digest-ab713a8c-18b74343.eln" 100673 bytes
File: "sasl-ead2ad4b-45c2573c.eln" 110051 bytes
File: "sasl-ntlm-3c4b0e8f-e9594679.eln" 94515 bytes
File: "sasl-scram-rfc-5c752665-5081d2ab.eln" 102677 bytes
File: "sasl-scram-sha256-d69152f0-68e8e0e0.eln" 95263 bytes
File: "savehist-b722b772-da3bc6b7.eln" 115360 bytes
File: "saveplace-a17120d6-9eed048d.eln" 122026 bytes
File: "sb-0ac49e47-f4488db5.eln" 124632 bytes
File: "scheme-69dbcaf9-ae04c7ff.eln" 123570 bytes
File: "scm-0fe92c49-9f6b36ae.eln" 119854 bytes
File: "scm-by-9b5c9536-95ba54d5.eln" 110724 bytes
File: "scope-3d34b0cd-1f9e5a14.eln" 159194 bytes
File: "score-mode-0fbc1e52-5a8d2bf5.eln" 100651 bytes
File: "screen-5ec77b02-8e21dd79.eln" 96196 bytes
File: "scroll-all-b76288a5-75ecdfb0.eln" 104256 bytes
File: "scroll-lock-7af2dd31-c2bc8677.eln" 103040 bytes
File: "secrets-d40dbdba-863ba6b4.eln" 142249 bytes
File: "semantic-0e6d83f5-f29c56f5.eln" 167883 bytes
File: "semantic-aa545297-6900a6b9.eln" 125579 bytes
File: "senator-8eaf8c42-a99ecc33.eln" 160786 bytes
File: "sendmail-bcf4df3f-8850470e.eln" 191561 bytes
File: "server-0cc44189-78baf7ec.eln" 212138 bytes
File: "ses-d640128c-90066410.eln" 418121 bytes
File: "sgml-input-b3267db4-5e0f7e18.eln" 157340 bytes
File: "sgml-mode-abd78252-773249a3.eln" 289355 bytes
File: "sh-script-c65f7507-a8bcaf5d.eln" 285907 bytes
File: "shadow-87c8aad9-ffb4f228.eln" 108879 bytes
File: "shadowfile-a07f492d-a2068d34.eln" 166573 bytes
File: "shell-2dd33f2c-fdf28d0d.eln" 104552 bytes
File: "shell-57930f41-0c5d9327.eln" 211069 bytes
File: "shortdoc-c079c0cb-51aaf9c4.eln" 159345 bytes
File: "shr-375ad325-b16c4d96.eln" 299214 bytes
File: "shr-color-0f0085a8-30b55e60.eln" 109648 bytes
File: "sieve-8cfb8e47-1e2b09be.eln" 116111 bytes
File: "sieve-manage-a544f346-3c2bae1c.eln" 135213 bytes
File: "sieve-mode-a277d39e-2b346683.eln" 101506 bytes
File: "simula-2eba5935-3a227d4d.eln" 170079 bytes
File: "sisheng-63c82b5f-60943c4f.eln" 98585 bytes
File: "skeleton-435acb71-bf985e38.eln" 122779 bytes
File: "smerge-mode-3977987a-e48a6c67.eln" 175731 bytes
File: "smie-45b5c06f-8730be8e.eln" 222461 bytes
File: "smiley-04e33600-8a47af08.eln" 115331 bytes
File: "smime-846b28fb-39084f71.eln" 130566 bytes
File: "smtpmail-23dc482d-0c49f789.eln" 163460 bytes
File: "snake-e96605fa-5d5bbe2e.eln" 116246 bytes
File: "snmp-mode-26209d9c-3fafa9a8.eln" 112926 bytes
File: "so-long-a68117bf-7db8a729.eln" 181998 bytes
File: "soap-client-6819c5e2-17f89a72.eln" 608959 bytes
File: "soap-inspect-5011c2a1-5305bc86.eln" 144705 bytes
File: "socks-c6e307dc-fb25950d.eln" 121490 bytes
File: "solar-41ca7795-f06d3f78.eln" 188663 bytes
File: "solitaire-1c84c3fb-d3700f7b.eln" 118727 bytes
File: "sort-14dd51e7-06da007b.eln" 126021 bytes
File: "sort-cdd6576f-642f9101.eln" 145168 bytes
File: "soundex-1b2d2ac2-24be21ae.eln" 94438 bytes
File: "source-a030dba0-234f8d4d.eln" 109899 bytes
File: "spam-b0a446e4-6472f591.eln" 303216 bytes
File: "spam-report-fd300f99-8119cbaf.eln" 122518 bytes
File: "spam-stat-f69dcaf8-5795f6e5.eln" 139980 bytes
File: "spam-wash-09823829-67113c32.eln" 102221 bytes
File: "speedbar-2a9b6d1b-9051949e.eln" 319448 bytes
File: "speedbar-be64e296-9c0ecb13.eln" 124236 bytes
File: "spook-c6bed0f8-f3c81ed6.eln" 95115 bytes
File: "sql-c331baa9-fca9f021.eln" 386490 bytes
File: "sqlite-351fdac0-4c716bed.eln" 94947 bytes
File: "sqlite-mode-83559d5a-6ad73cf3.eln" 110042 bytes
File: "srecode-5803a755-bd025324.eln" 102210 bytes
File: "srecode-f9a0bb35-972abd0e.eln" 97862 bytes
File: "srt-093ff810-8840eeb2.eln" 106214 bytes
File: "srt-mode-c27832ca-f3232514.eln" 147262 bytes
File: "srt-wy-80f75c51-21e2fe79.eln" 207113 bytes
File: "st-400cfa60-96c89b51.eln" 96184 bytes
File: "starttls-2955c543-3037d620.eln" 104215 bytes
File: "string-edit-94526701-5cae34e1.eln" 103124 bytes
File: "strokes-19dc35b2-419a6046.eln" 184723 bytes
File: "studly-91424aab-dad1df2c.eln" 95616 bytes
File: "subr--trampoline-6d6163726f657870616e64_macroexpand_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d6261636b696e672d73746f7265_x_display_backing_store_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d636f6c6f722d63656c6c73_x_display_color_cells_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d6d6d2d686569676874_x_display_mm_height_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d6d6d2d7769647468_x_display_mm_width_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d706978656c2d686569676874_x_display_pixel_height_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d706978656c2d7769647468_x_display_pixel_width_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d706c616e6573_x_display_planes_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d73637265656e73_x_display_screens_0.eln" 91739 bytes
File: "subr--trampoline-782d646973706c61792d76697375616c2d636c617373_x_display_visual_class_0.eln" 91739 bytes
File: "subr--trampoline-782d66696c652d6469616c6f67_x_file_dialog_0.eln" 91739 bytes
File: "subr--trampoline-782d6c6973742d666f6e7473_x_list_fonts_0.eln" 91739 bytes
File: "subr--trampoline-782d7365727665722d6d61782d726571756573742d73697a65_x_server_max_request_size_0.eln" 91739 bytes
File: "subr--trampoline-782d7365727665722d76656e646f72_x_server_vendor_0.eln" 91739 bytes
File: "subr--trampoline-782d7365727665722d76657273696f6e_x_server_version_0.eln" 91739 bytes
File: "subr-x-02dfef32-3fba5ed2.eln" 128559 bytes
File: "subword-e449c842-b7cec598.eln" 124875 bytes
File: "sun-6f7532a2-fd61d45e.eln" 99564 bytes
File: "supercite-55a69819-0a8a4ebe.eln" 216601 bytes
File: "svg-4c391752-34d6f297.eln" 128263 bytes
File: "symbol-ksc-1658f7be-42c20a84.eln" 122524 bytes
File: "symref-6c63732c-78b80e60.eln" 137538 bytes
File: "system-7bc2aed2-8ead17b4.eln" 107365 bytes
File: "tab-line-e55f541b-1d778ceb.eln" 184488 bytes
File: "tabify-b74f3a50-ccf1283e.eln" 95506 bytes
File: "table-353c93e5-cca84fdd.eln" 475280 bytes
File: "table-72d3d95c-9998ab0b.eln" 116994 bytes
File: "tag-baa603ad-16606a85.eln" 232066 bytes
File: "tag-file-17a3ab0a-56bdac8d.eln" 111318 bytes
File: "tag-ls-7f8a4456-762d7bf5.eln" 141908 bytes
File: "tag-write-5b235879-0307ebe5.eln" 108384 bytes
File: "talk-dfb156fa-34041b9e.eln" 100144 bytes
File: "tamil-dvorak-9511e5b2-7237951c.eln" 95900 bytes
File: "tar-mode-8829ee02-8f1428f6.eln" 215159 bytes
File: "tcl-dcfbbb20-8659fd17.eln" 163779 bytes
File: "tcover-ses-59bf8c92-9241bc44.eln" 110090 bytes
File: "telnet-3e2d0000-3508797b.eln" 108621 bytes
File: "template-f0445c4a-39f440a2.eln" 100720 bytes
File: "tempo-5756037f-48e0b213.eln" 133273 bytes
File: "term-fb034019-bc2c0c9b.eln" 328416 bytes
File: "terminal-cef4bd30-c9bf0214.eln" 163232 bytes
File: "testcover-29a22d4c-06773d9b.eln" 136997 bytes
File: "tetris-2d3ce252-1ce831e8.eln" 137230 bytes
File: "tex-mode-3672d38f-5901ee7c.eln" 300830 bytes
File: "texi-9c2f2233-0b0013bc.eln" 117801 bytes
File: "texi-b4fe6646-5536e97e.eln" 135632 bytes
File: "texinfmt-ffa4fd79-5a1fc569.eln" 284655 bytes
File: "texinfo-7c85aacf-27f64c7c.eln" 179054 bytes
File: "texnfo-upd-753bd1b6-65b3c6e7.eln" 172900 bytes
File: "text-property-search-db1383f6-b55737e0.eln" 110736 bytes
File: "textsec-check-f6452c0b-d28c4c81.eln" 95542 bytes
File: "textsec-f99ec6ab-f9207012.eln" 133147 bytes
File: "thai-util-75470e18-fe104960.eln" 106675 bytes
File: "thai-word-5d4a80fb-3623f8d0.eln" 306045 bytes
File: "thingatpt-6fc8a4ab-1550af29.eln" 147939 bytes
File: "thread-1b59497f-58dd539e.eln" 108140 bytes
File: "thumbs-0eec0984-f917c161.eln" 151243 bytes
File: "thunk-5fcb5445-eff21b85.eln" 101278 bytes
File: "tibet-util-9bf9c515-ec1680e2.eln" 109848 bytes
File: "tildify-017b89c8-94c4a765.eln" 123743 bytes
File: "time-bbe7023e-1ef86825.eln" 136653 bytes
File: "time-date-40951a48-e2f10e56.eln" 132865 bytes
File: "time-stamp-20b00c46-6f0aa810.eln" 128957 bytes
File: "timeclock-a2d57d06-feec7236.eln" 199108 bytes
File: "timer-list-74b6101f-23e64e93.eln" 102735 bytes
File: "timezone-f5339c31-00b0a8ee.eln" 113909 bytes
File: "titdic-cnv-765ac3be-4e28106c.eln" 152882 bytes
File: "tls-afe4262e-83118d21.eln" 105582 bytes
File: "tmm-12a7d710-24d85aad.eln" 123493 bytes
File: "tmux-bbd5fab6-dbfe05af.eln" 96190 bytes
File: "todo-mode-595bef2f-1a5b658d.eln" 493948 bytes
File: "toml-ts-mode-8e5c7a9e-04ece258.eln" 99709 bytes
File: "tpu-edt-b2c0d9de-9097d89a.eln" 213042 bytes
File: "tpu-extras-5cdb4a43-c08e8c59.eln" 119573 bytes
File: "tpu-mapper-4d0852b2-bfc96588.eln" 107273 bytes
File: "tq-d0106ea7-731a94d4.eln" 103271 bytes
File: "trace-f0924b40-1736dc13.eln" 110886 bytes
File: "track-changes-9da6ab8e-cb2bfaa2.eln" 147511 bytes
File: "tramp-adb-d2e1fe61-d99be290.eln" 318048 bytes
File: "tramp-androidsu-ab559b64-d6dea756.eln" 151684 bytes
File: "tramp-archive-2bc7e4ae-1bdedebd.eln" 157594 bytes
File: "tramp-b5a14372-5e8150f9.eln" 713453 bytes
File: "tramp-cache-8941dd69-d64f1f44.eln" 147766 bytes
File: "tramp-cmds-feea5f1f-0a4457f8.eln" 152976 bytes
File: "tramp-compat-fa04d39a-31ccb238.eln" 129082 bytes
File: "tramp-container-a89fad9e-7db6677b.eln" 150911 bytes
File: "tramp-crypt-8118a3c6-e923ac4a.eln" 219297 bytes
File: "tramp-ftp-10f9dedb-d63718f1.eln" 111919 bytes
File: "tramp-fuse-95809054-b8c5f456.eln" 136917 bytes
File: "tramp-gvfs-d6be1a3b-cb160334.eln" 351290 bytes
File: "tramp-integration-58d1aa20-f3af83c1.eln" 131397 bytes
File: "tramp-message-b5a2b261-acbbc8f1.eln" 140524 bytes
File: "tramp-rclone-fbbecefb-aea955f1.eln" 151410 bytes
File: "tramp-sh-c6a0d036-2d08210e.eln" 637889 bytes
File: "tramp-smb-1b51dbfd-d0fbd423.eln" 344512 bytes
File: "tramp-sshfs-3b56737c-d6d2becb.eln" 160678 bytes
File: "tramp-sudoedit-a640de6e-06b092fc.eln" 241091 bytes
File: "tramp-uu-38181866-3baddf05.eln" 96895 bytes
File: "trampver-0d42d995-f4a7f8e8.eln" 95536 bytes
File: "transient-376febf1-1078e241.eln" 505178 bytes
File: "treesit-37439c61-ebf9ab04.eln" 331001 bytes
File: "tsang-b5-742d7381-f3bcfed7.eln" 668316 bytes
File: "tsang-cns-43c4e5cd-7cfecc49.eln" 668316 bytes
File: "tutorial-2418da58-773d03a8.eln" 133353 bytes
File: "tv-util-08a4afe2-847aaa59.eln" 98816 bytes
File: "tvi970-712655da-cf76bf84.eln" 97096 bytes
File: "two-column-957d5508-c4ff9cad.eln" 117499 bytes
File: "type-break-1b71d0e6-b48052de.eln" 162143 bytes
File: "typescript-ts-mode-de6d5fa6-c90494c3.eln" 130556 bytes
File: "uce-2dcaebaa-9380bc57.eln" 109413 bytes
File: "underline-d2aae8ef-b0e1a54b.eln" 94030 bytes
File: "undigest-d67479fc-a2da9729.eln" 117817 bytes
File: "uni-input-9b24573f-de4dd8d0.eln" 100214 bytes
File: "unrmail-af384e1b-c1056568.eln" 103625 bytes
File: "unsafep-5dbb48aa-87ab4275.eln" 107998 bytes
File: "url-38944b26-f41498be.eln" 118152 bytes
File: "url-about-d944fe94-7865e45f.eln" 106254 bytes
File: "url-auth-088dc9ae-9e295755.eln" 140210 bytes
File: "url-cache-57858dc5-f32b53ae.eln" 113947 bytes
File: "url-cid-ced06a74-89eae4cc.eln" 101691 bytes
File: "url-cookie-02b28750-07f8a2ea.eln" 151226 bytes
File: "url-dav-54324579-c0590079.eln" 156622 bytes
File: "url-dired-69bc0e28-cdfdb585.eln" 97777 bytes
File: "url-domsuf-beabcbfe-222f8445.eln" 97943 bytes
File: "url-expand-cf7ffc4e-8e4adbde.eln" 107219 bytes
File: "url-file-f44a48ab-60b5bf09.eln" 116220 bytes
File: "url-ftp-06333efb-cb5c36e6.eln" 100052 bytes
File: "url-future-8e925818-a18508cf.eln" 113577 bytes
File: "url-gw-93360de5-d9abaf71.eln" 115774 bytes
File: "url-handlers-8b35c993-c575e170.eln" 139960 bytes
File: "url-history-a9b2f6e8-f26837d2.eln" 112772 bytes
File: "url-http-d4259444-237de148.eln" 180921 bytes
File: "url-imap-8978256a-7253270e.eln" 102736 bytes
File: "url-irc-dbb1c20a-60ece736.eln" 106671 bytes
File: "url-ldap-1d51dd4a-26d618ac.eln" 113329 bytes
File: "url-mailto-92b224bd-a5de46e5.eln" 105991 bytes
File: "url-methods-08bf763a-fb816c9d.eln" 107824 bytes
File: "url-misc-4342d060-289a3786.eln" 107083 bytes
File: "url-news-2c2c0caa-c16498e3.eln" 105027 bytes
File: "url-nfs-81083d91-274f902c.eln" 110405 bytes
File: "url-ns-be39a128-384ecee3.eln" 105215 bytes
File: "url-parse-ee297c9b-bd80b009.eln" 133120 bytes
File: "url-privacy-7df6b777-e648827f.eln" 97675 bytes
File: "url-proxy-fc0751f0-2d9a6682.eln" 102864 bytes
File: "url-queue-4e80de45-232caba1.eln" 132928 bytes
File: "url-tramp-7e981539-0890a828.eln" 106759 bytes
File: "url-util-28122a93-6e8e9c6c.eln" 133124 bytes
File: "url-vars-04b97511-53e10bf3.eln" 117160 bytes
File: "use-package-bind-key-201012df-2e19d38b.eln" 104540 bytes
File: "use-package-core-b234260b-10e3b055.eln" 246077 bytes
File: "use-package-delight-4b7925f6-ac4c549c.eln" 97762 bytes
File: "use-package-diminish-c766422e-31e1c445.eln" 96889 bytes
File: "use-package-ensure-7a9061b4-d9cb6d10.eln" 104866 bytes
File: "use-package-ensure-system-package-6c91f8a9-807febd3.eln" 98902 bytes
File: "use-package-f4fcc99e-e46a7fb0.eln" 92828 bytes
File: "use-package-jump-582bb9fc-f7c38bff.eln" 95808 bytes
File: "use-package-lint-b22ed863-087b91d9.eln" 95628 bytes
File: "userlock-60e3749c-12c21dc9.eln" 106444 bytes
File: "utf-7-6a3d9206-d68fa6e2.eln" 97538 bytes
File: "utf7-8aab9346-0cfd2c82.eln" 105351 bytes
File: "util-f6c26979-5c3fd5a2.eln" 127082 bytes
File: "util-fac6ec1c-7a8b74ac.eln" 107926 bytes
File: "util-modes-835f6a2c-55674a65.eln" 178823 bytes
File: "uudecode-7a88b385-ade125f9.eln" 104124 bytes
File: "vc-annotate-81da2c81-481e8ff2.eln" 145855 bytes
File: "vc-arch-7d51faca-1b2ecb40.eln" 138504 bytes
File: "vc-bzr-1e531aa5-1485e463.eln" 185958 bytes
File: "vc-cvs-2047e045-a76ed0e9.eln" 184693 bytes
File: "vc-d8599e21-ac784127.eln" 296007 bytes
File: "vc-dav-a192f95f-56ddd2b6.eln" 106027 bytes
File: "vc-dir-fb180b5b-ec09ce68.eln" 200838 bytes
File: "vc-dispatcher-d82eb341-75f8ef2b.eln" 135219 bytes
File: "vc-filewise-7f4e68af-4858ea8d.eln" 97462 bytes
File: "vc-git-5d6756dc-0870727b.eln" 286675 bytes
File: "vc-hg-69e20438-47ed499d.eln" 227069 bytes
File: "vc-mtn-16ec95ec-cd11d6e3.eln" 125732 bytes
File: "vc-rcs-6dddc773-03d7e873.eln" 182647 bytes
File: "vc-sccs-3997d8ba-086a4f58.eln" 132179 bytes
File: "vc-src-2157d054-1953e43e.eln" 112511 bytes
File: "vc-svn-e027bd39-eb9b89ce.eln" 146329 bytes
File: "vcursor-f24573d4-34a93b17.eln" 140744 bytes
File: "vera-mode-0262cf0f-d533562a.eln" 168389 bytes
File: "verilog-mode-b3ec8c2e-f0d6fb4b.eln" 959497 bytes
File: "vhdl-mode-1b5b0fc1-f9be5776.eln" 1089986 bytes
File: "vi-a2387a41-963eca57.eln" 190297 bytes
File: "viet-util-b4886124-4de3ff8d.eln" 100682 bytes
File: "view-faefc6b2-27c9bbbb.eln" 147853 bytes
File: "vip-8625a633-ed7df4ce.eln" 264456 bytes
File: "viper-c1d19864-2436d5fa.eln" 141225 bytes
File: "viper-cmd-f7f9b695-4aa0ee1c.eln" 369579 bytes
File: "viper-ex-3e34549a-9a7febf8.eln" 201858 bytes
File: "viper-init-6774483d-e8d5bb10.eln" 151036 bytes
File: "viper-keym-ee940337-bd1082c7.eln" 126425 bytes
File: "viper-macs-87eebd5b-91e59257.eln" 140443 bytes
File: "viper-mous-88d90e4c-4990d58d.eln" 123471 bytes
File: "viper-util-09c5552d-0c46decd.eln" 178479 bytes
File: "viqr-827e818c-823242f9.eln" 99585 bytes
File: "visual-wrap-df6c76ac-c5368017.eln" 110048 bytes
File: "vntelex-d27cc0fb-1872a796.eln" 104604 bytes
File: "vnvni-4357eeb5-9c9b033f.eln" 100508 bytes
File: "vt-control-21cf0d85-bcc70fc1.eln" 95727 bytes
File: "vt100-826aa567-31516bc1.eln" 97143 bytes
File: "vt100-led-72bb27fd-fb4af589.eln" 95094 bytes
File: "vt200-45633efb-2499048a.eln" 92908 bytes
File: "vtable-096871bc-dfa6e81b.eln" 218573 bytes
File: "w32console-7d51e978-04fd3e1e.eln" 95513 bytes
File: "wallpaper-1a80d1dd-7b083315.eln" 146358 bytes
File: "warnings-28e75f4d-a52347d4.eln" 111653 bytes
File: "wdired-01202d01-91ff9415.eln" 151516 bytes
File: "webjump-4c0bf572-17082170.eln" 119108 bytes
File: "welsh-a2bc7da0-c1136a51.eln" 95388 bytes
File: "which-func-fb53504e-4015c398.eln" 117086 bytes
File: "which-key-2ad4ddc2-53a28345.eln" 336381 bytes
File: "whitespace-48717ff3-d8f1802e.eln" 220103 bytes
File: "wid-browse-e182a231-e68bcd7f.eln" 110311 bytes
File: "wid-edit-5b92861a-9e515516.eln" 347693 bytes
File: "windmove-15827e24-7ecbcb5f.eln" 146302 bytes
File: "winner-c3a8b092-0f5d9bd6.eln" 123297 bytes
File: "wisent-786cee7a-b1dcc878.eln" 117731 bytes
File: "wisent-cbbc9da1-1f539f19.eln" 126357 bytes
File: "woman-468654b8-652d0174.eln" 307436 bytes
File: "word-wrap-mode-f13ba418-fcf951f7.eln" 104826 bytes
File: "ws-mode-297421d1-a21ce807.eln" 138279 bytes
File: "wyse50-e50c8261-0ff25c6a.eln" 95616 bytes
File: "xdg-9947111f-c2dfed16.eln" 118520 bytes
File: "xml-78b9f1ba-98d10956.eln" 139535 bytes
File: "xmltok-b50d69e4-efce9b83.eln" 185101 bytes
File: "xref-9ee0ccd1-73dd1d9e.eln" 290223 bytes
File: "xscheme-9175b3e9-5ad16632.eln" 173164 bytes
File: "xsd-regexp-06fa22e1-a1da2658.eln" 161344 bytes
File: "xterm-6ea901d1-930acef1.eln" 149700 bytes
File: "yaml-ts-mode-5da0c42d-3f6e7581.eln" 99138 bytes
File: "yank-media-62540c94-6c65733e.eln" 104960 bytes
File: "yenc-4c5b0379-486cd55b.eln" 98425 bytes
File: "yow-e7f77cae-1eb78cb5.eln" 97314 bytes
File: "zeroconf-1b021843-b3a6e509.eln" 129184 bytes
File: "zone-ded3a28b-d53ad825.eln" 138378 bytes
File: Descending to: ".\emacs-30.0.93\lib\emacs\30.0.93\native-lisp\30.0.93-e3c3b31a\preloaded\"
File: "abbrev-2af30c9a-f31f80e2.eln" 179273 bytes
File: "android-win-ae89b9ba-65bfcb36.eln" 124891 bytes
File: "backquote-d5b20f7c-665f849a.eln" 104232 bytes
File: "bindings-d30713c5-3e499fea.eln" 174206 bytes
File: "buff-menu-da4b0b04-fcc3b3c6.eln" 154610 bytes
File: "burmese-3ddca72e-6aa09761.eln" 93852 bytes
File: "button-747c9d6e-bb738908.eln" 131579 bytes
File: "byte-run-79ff048e-c0142f28.eln" 149084 bytes
File: "case-table-3a8e2808-4d7114a4.eln" 101909 bytes
File: "cconv-3b1f1f98-cef78698.eln" 164910 bytes
File: "cham-7498ab67-4831a6b4.eln" 93340 bytes
File: "characters-45232aae-f9fe62be.eln" 148363 bytes
File: "chinese-c5896779-8d908a1d.eln" 99484 bytes
File: "cl-generic-be68ad15-7f280fd3.eln" 264797 bytes
File: "cl-preloaded-6e6a1f4e-99bdf8a3.eln" 185168 bytes
File: "common-win-4b869e38-e4993e6c.eln" 114803 bytes
File: "composite-beea1fd5-87eb8121.eln" 160241 bytes
File: "cp51932-89105e97-e8997b76.eln" 101162 bytes
File: "cus-face-74f1689e-33ab82e8.eln" 112261 bytes
File: "cus-start-26315480-ffb605f4.eln" 118701 bytes
File: "custom-c166a157-b3100e96.eln" 210669 bytes
File: "cyrillic-79ea53dc-b11dab72.eln" 97948 bytes
File: "czech-c6790aeb-5faae73d.eln" 93340 bytes
File: "debug-early-d734b212-687e9a47.eln" 98622 bytes
File: "disp-table-375616aa-39ec3bb1.eln" 115680 bytes
File: "dnd-12d90309-5606e743.eln" 136309 bytes
File: "dos-fns-6e9410f2-2463b6d4.eln" 104554 bytes
File: "dos-vars-f5506e15-47c6d9bd.eln" 93994 bytes
File: "dos-w32-923cbfb1-c5f5e4f7.eln" 115530 bytes
File: "dynamic-setting-55f80457-ca74ef13.eln" 97263 bytes
File: "easymenu-1fb41c0e-77ab8357.eln" 139680 bytes
File: "ediff-hook-0b92f1a2-a35e0056.eln" 98972 bytes
File: "eldoc-d20a5fe9-11c102eb.eln" 164767 bytes
File: "electric-a9ca6cdd-361a8ed1.eln" 144483 bytes
File: "elisp-mode-90dbfe40-6d865b08.eln" 270131 bytes
File: "english-e3896aa2-f8cf46f9.eln" 93340 bytes
File: "env-72406999-37f3a296.eln" 106423 bytes
File: "epa-hook-99ab3afb-099a1404.eln" 103618 bytes
File: "ethiopic-b0f5a6d8-f403c4ec.eln" 93852 bytes
File: "eucjp-ms-5daf4e1a-cf27da4c.eln" 125774 bytes
File: "european-369de593-f917c7df.eln" 112001 bytes
File: "faces-b9447c93-32c2609b.eln" 270828 bytes
File: "files-1e8937b2-0566033e.eln" 604035 bytes
File: "fill-19d89c43-3f14a030.eln" 161208 bytes
File: "float-sup-c5369b32-035db9dc.eln" 94506 bytes
File: "font-core-c3bff1fd-a4317e86.eln" 111298 bytes
File: "font-lock-895216f6-19836891.eln" 208604 bytes
File: "fontset-da863153-8317b21c.eln" 149161 bytes
File: "format-c5b23b0d-cc8ba52c.eln" 148859 bytes
File: "frame-b40fc590-37b77bf8.eln" 294546 bytes
File: "fringe-d5d49a60-bd1cf4b9.eln" 110174 bytes
File: "georgian-8daa6ed6-c9869579.eln" 93340 bytes
File: "greek-ddbf878c-2ccf0c63.eln" 93852 bytes
File: "haiku-win-a742f47b-c281c3af.eln" 141612 bytes
File: "hebrew-b9ed6a0d-0f013452.eln" 100350 bytes
File: "help-59d8049f-aee317d4.eln" 242892 bytes
File: "image-f221b419-ecf2b1aa.eln" 191604 bytes
File: "indent-396b3792-5ed799c0.eln" 141579 bytes
File: "indian-0c4ce628-0c183f72.eln" 109399 bytes
File: "indonesian-3fd5df38-b796be01.eln" 95900 bytes
File: "internal-957edb14-620358c8.eln" 114176 bytes
File: "isearch-693bdd75-09e7c02b.eln" 411138 bytes
File: "iso-transl-466860a2-d4898caf.eln" 100719 bytes
File: "japanese-d54f685c-4045d552.eln" 100138 bytes
File: "jit-lock-8a988e43-faf4eb64.eln" 137604 bytes
File: "jka-cmpr-hook-ff630d3e-5c8fa36e.eln" 120410 bytes
File: "keymap-b4249274-e87d9d19.eln" 144196 bytes
File: "khmer-914ba26a-faa77228.eln" 93340 bytes
File: "korean-2f82396a-06c0e33f.eln" 94876 bytes
File: "lao-81d6a353-26ac71cf.eln" 94435 bytes
File: "lisp-1e88867d-26919d63.eln" 143846 bytes
File: "lisp-mode-410874a4-a544c419.eln" 179285 bytes
File: "ls-lisp-4d1ed918-a36a82d1.eln" 145037 bytes
File: "macroexp-2c3e1495-60fafb77.eln" 155090 bytes
File: "map-ynp-990591b5-3154aeb1.eln" 121280 bytes
File: "menu-bar-4f46ea94-775a9ab5.eln" 265194 bytes
File: "minibuffer-1b0f548b-8bd96e08.eln" 421757 bytes
File: "misc-lang-7cb33d20-e2e94806.eln" 104685 bytes
File: "mouse-15f283fa-25c95adf.eln" 308181 bytes
File: "mule-3352613d-8d84c8e1.eln" 228235 bytes
File: "mule-cmds-c8553014-d28fe6ab.eln" 270143 bytes
File: "mule-conf-eca41db8-c9dd34bb.eln" 135608 bytes
File: "mule-util-5c349a87-6e1edadf.eln" 125763 bytes
File: "mwheel-168e9ec3-b73ab2a8.eln" 128406 bytes
File: "nadvice-64630aaa-3f3098c7.eln" 156810 bytes
File: "newcomment-678006bb-520d386a.eln" 168526 bytes
File: "ns-win-ef8075c0-78c0e9c8.eln" 143261 bytes
File: "obarray-318a5d56-25dda659.eln" 95168 bytes
File: "oclosure-b279097d-f6e3a2b5.eln" 149428 bytes
File: "page-ee7241cc-4e41e62e.eln" 100060 bytes
File: "paragraphs-faf2e9b4-f9a42251.eln" 128299 bytes
File: "paren-0f414553-3a3187e9.eln" 126179 bytes
File: "pc-win-2c50182f-6a6becf3.eln" 116329 bytes
File: "pgtk-dnd-6859c677-9fa4e018.eln" 118703 bytes
File: "pgtk-win-9e6b24f1-8c0ff0d6.eln" 117415 bytes
File: "philippine-8a94d8f7-542f0b0c.eln" 94364 bytes
File: "prog-mode-642b2411-959d604e.eln" 124198 bytes
File: "regexp-opt-d2355c94-055998f3.eln" 107964 bytes
File: "register-80045398-cb10ced7.eln" 219684 bytes
File: "replace-fc551dbc-096278f8.eln" 266310 bytes
File: "rfn-eshadow-25788e78-7fdef36e.eln" 106956 bytes
File: "rmc-9c382b5d-8a589e38.eln" 113156 bytes
File: "romanian-36a52030-debddccb.eln" 93340 bytes
File: "scroll-bar-20650688-8710f6ca.eln" 132411 bytes
File: "select-784d9bb7-781b02a7.eln" 154322 bytes
File: "seq-c314b42f-f4876388.eln" 170717 bytes
File: "shorthands-1dc1e95e-44b5c879.eln" 95126 bytes
File: "simple-fab5b0cf-656571ff.eln" 772802 bytes
File: "sinhala-ce98fc4b-bbda3c41.eln" 93340 bytes
File: "slovak-ece02e01-41a5b46a.eln" 93340 bytes
File: "startup-bbc6ea72-e56c9510.eln" 247039 bytes
File: "subr-13adf6a6-fd4ba9bc.eln" 603886 bytes
File: "syntax-bf4e4bc4-c4277b2d.eln" 165031 bytes
File: "tab-bar-f81d329c-04c38377.eln" 294773 bytes
File: "tabulated-list-552ba1e5-42b76b51.eln" 159238 bytes
File: "tai-viet-fdaa77d1-48fc11d8.eln" 93852 bytes
File: "text-mode-7f741068-bf04e7ea.eln" 114664 bytes
File: "thai-7d4342b5-eb395661.eln" 95388 bytes
File: "tibetan-b792461b-2ec8599c.eln" 104163 bytes
File: "timer-3ee7cfd9-faf18a90.eln" 143736 bytes
File: "tool-bar-ae0b5bc0-428862f9.eln" 135759 bytes
File: "tooltip-29462ede-d3e3b714.eln" 119118 bytes
File: "touch-screen-80a26276-4bc2eccd.eln" 179660 bytes
File: "tty-colors-b7804baf-58861526.eln" 131990 bytes
File: "ucs-normalize-ad11ce47-bf385b4d.eln" 348596 bytes
File: "uniquify-0fb233ac-1ded9103.eln" 130088 bytes
File: "utf-8-lang-7d52ad20-55b95636.eln" 92828 bytes
File: "vc-hooks-cfa0878e-21ceedf9.eln" 149705 bytes
File: "version-025f5cb3-80ce17c2.eln" 108163 bytes
File: "vietnamese-f823b5c7-11a62489.eln" 94364 bytes
File: "w32-fns-d8ead36c-2673c7f7.eln" 110943 bytes
File: "w32-vars-6533c316-0535a76c.eln" 102911 bytes
File: "w32-win-a6781510-f7e46595.eln" 121581 bytes
File: "widget-5b69ebb0-82c64c4c.eln" 94497 bytes
File: "window-0d1b8b93-51623229.eln" 713729 bytes
File: "x-dnd-f8192910-1d999a87.eln" 200661 bytes
File: "x-win-3c49581f-a4208a72.eln" 144937 bytes
File: Descending to: ".\emacs-30.0.93\lib\systemd\"
File: Descending to: ".\emacs-30.0.93\lib\systemd\user\"
File: Descending to: ".\emacs-30.0.93\libexec\"
File: Descending to: ".\emacs-30.0.93\libexec\emacs\"
File: Descending to: ".\emacs-30.0.93\libexec\emacs\30.0.93\"
File: Descending to: ".\emacs-30.0.93\libexec\emacs\30.0.93\x86_64-w64-mingw32\"
File: "cmdproxy.exe" 1564371 bytes
File: "ddeclient.exe" 1681880 bytes
File: "emacs-5b3d74b6646154826b382661e26a946b371cbdce42d19a5eedea89336ea33753.pdmp" 16490504 bytes
File: "hexl.exe" 387248 bytes
File: "movemail.exe" 5106869 bytes
File: "rcs2log" 21153 bytes
File: Descending to: ".\emacs-30.0.93\share\"
File: Descending to: ".\emacs-30.0.93\share\applications\"
File: Descending to: ".\emacs-30.0.93\share\emacs\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\"
File: "README.W32" 12766 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\"
File: "AUTHORS" 221934 bytes
File: "CALC-NEWS" 36265 bytes
File: "COPYING" 35149 bytes
File: "DEBUG" 62633 bytes
File: "DEVEL.HUMOR" 9020 bytes
File: "DISTRIB" 4567 bytes
File: "DOC" 974285 bytes
File: "EGLOT-NEWS" 23805 bytes
File: "ERC-NEWS" 103957 bytes
File: "ETAGS.EBNF" 4139 bytes
File: "ETAGS.README" 2284 bytes
File: "HELLO" 9238 bytes
File: "HISTORY" 6063 bytes
File: "JOKES" 12263 bytes
File: "MACHINES" 6979 bytes
File: "MH-E-NEWS" 114788 bytes
File: "NEWS" 126446 bytes
File: "NEWS.1-17" 99147 bytes
File: "NEWS.18" 63781 bytes
File: "NEWS.19" 273773 bytes
File: "NEWS.20" 189038 bytes
File: "NEWS.21" 192190 bytes
File: "NEWS.22" 238616 bytes
File: "NEWS.23" 102922 bytes
File: "NEWS.24" 154510 bytes
File: "NEWS.25" 77477 bytes
File: "NEWS.26" 81278 bytes
File: "NEWS.27" 141263 bytes
File: "NEWS.28" 174247 bytes
File: "NEWS.29" 188923 bytes
File: "NEWS.unknown" 770 bytes
File: "NEXTSTEP" 12131 bytes
File: "NXML-NEWS" 7376 bytes
File: "ORG-NEWS" 329136 bytes
File: "PROBLEMS" 195765 bytes
File: "README" 479 bytes
File: "TERMS" 10055 bytes
File: "TODO" 73616 bytes
File: "compilation.txt" 22563 bytes
File: "copyright-assign.txt" 970 bytes
File: "edt-user.el" 6987 bytes
File: "emacs-buffer.gdb" 8770 bytes
File: "emacs-mail.desktop" 256 bytes
File: "emacs.desktop" 408 bytes
File: "emacs.icon" 1933 bytes
File: "emacs.metainfo.xml" 2271 bytes
File: "emacs.service" 799 bytes
File: "emacs_lldb.py" 13224 bytes
File: "emacsclient-mail.desktop" 616 bytes
File: "emacsclient.desktop" 834 bytes
File: "enriched.txt" 11270 bytes
File: "future-bug" 1574 bytes
File: "gnus-tut.txt" 10596 bytes
File: "grep.txt" 5089 bytes
File: "org.gnu.emacs.defaults.gschema.xml" 3394 bytes
File: "package-keyring.gpg" 2343 bytes
File: "ps-prin0.ps" 5326 bytes
File: "ps-prin1.ps" 23235 bytes
File: "publicsuffix.txt" 314938 bytes
File: "rgb.txt" 19044 bytes
File: "ses-example.ses" 8629 bytes
File: "spook.lines" 12789 bytes
File: "w32-feature.el" 3372 bytes
File: "yow.lines" 400 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\charsets\"
File: "8859-10.map" 886 bytes
File: "8859-11.map" 112 bytes
File: "8859-13.map" 1028 bytes
File: "8859-14.map" 587 bytes
File: "8859-15.map" 259 bytes
File: "8859-16.map" 827 bytes
File: "8859-2.map" 1140 bytes
File: "8859-3.map" 711 bytes
File: "8859-4.map" 955 bytes
File: "8859-5.map" 181 bytes
File: "8859-6.map" 171 bytes
File: "8859-7.map" 321 bytes
File: "8859-8.map" 198 bytes
File: "8859-9.map" 212 bytes
File: "ALTERNATIVNYJ.map" 961 bytes
File: "BIG5-1.map" 87050 bytes
File: "BIG5-2.map" 107616 bytes
File: "BIG5-HKSCS.map" 249496 bytes
File: "BIG5.map" 194668 bytes
File: "CNS-1.map" 77070 bytes
File: "CNS-2.map" 104836 bytes
File: "CNS-3.map" 84866 bytes
File: "CNS-4.map" 103772 bytes
File: "CNS-5.map" 125558 bytes
File: "CNS-6.map" 92648 bytes
File: "CNS-7.map" 95008 bytes
File: "CNS-F.map" 60123 bytes
File: "CP10007.map" 853 bytes
File: "CP1125.map" 814 bytes
File: "CP1250.map" 1339 bytes
File: "CP1251.map" 747 bytes
File: "CP1252.map" 386 bytes
File: "CP1253.map" 469 bytes
File: "CP1254.map" 497 bytes
File: "CP1255.map" 474 bytes
File: "CP1256.map" 852 bytes
File: "CP1257.map" 1218 bytes
File: "CP1258.map" 695 bytes
File: "CP720.map" 1196 bytes
File: "CP737.map" 1011 bytes
File: "CP775.map" 1547 bytes
File: "CP858.map" 1718 bytes
File: "CP932-2BYTE.map" 209697 bytes
File: "CP949-2BYTE.map" 132670 bytes
File: "EBCDICUK.map" 999 bytes
File: "EBCDICUS.map" 999 bytes
File: "GB180302.map" 164931 bytes
File: "GB180304.map" 5566 bytes
File: "GB2312.map" 93555 bytes
File: "GBK.map" 163167 bytes
File: "HP-ROMAN8.map" 1169 bytes
File: "IBM037.map" 1983 bytes
File: "IBM038.map" 996 bytes
File: "IBM1004.map" 339 bytes
File: "IBM1026.map" 2005 bytes
File: "IBM1047.map" 1991 bytes
File: "IBM256.map" 1976 bytes
File: "IBM273.map" 1990 bytes
File: "IBM274.map" 996 bytes
File: "IBM275.map" 996 bytes
File: "IBM277.map" 1983 bytes
File: "IBM278.map" 1995 bytes
File: "IBM280.map" 2016 bytes
File: "IBM281.map" 996 bytes
File: "IBM284.map" 1976 bytes
File: "IBM285.map" 1983 bytes
File: "IBM290.map" 1532 bytes
File: "IBM297.map" 2009 bytes
File: "IBM420.map" 1829 bytes
File: "IBM423.map" 1536 bytes
File: "IBM424.map" 1400 bytes
File: "IBM437.map" 1527 bytes
File: "IBM500.map" 1976 bytes
File: "IBM850.map" 1536 bytes
File: "IBM851.map" 1204 bytes
File: "IBM852.map" 1485 bytes
File: "IBM855.map" 1590 bytes
File: "IBM856.map" 856 bytes
File: "IBM857.map" 1486 bytes
File: "IBM860.map" 1527 bytes
File: "IBM861.map" 1534 bytes
File: "IBM862.map" 1234 bytes
File: "IBM863.map" 1534 bytes
File: "IBM864.map" 1414 bytes
File: "IBM865.map" 1534 bytes
File: "IBM866.map" 821 bytes
File: "IBM868.map" 1140 bytes
File: "IBM869.map" 1077 bytes
File: "IBM870.map" 2134 bytes
File: "IBM871.map" 1990 bytes
File: "IBM874.map" 206 bytes
File: "IBM875.map" 1553 bytes
File: "IBM880.map" 1700 bytes
File: "IBM891.map" 73 bytes
File: "IBM903.map" 73 bytes
File: "IBM904.map" 109 bytes
File: "IBM905.map" 1922 bytes
File: "IBM918.map" 1662 bytes
File: "JISC6226.map" 95367 bytes
File: "JISX0201.map" 171 bytes
File: "JISX0208.map" 96362 bytes
File: "JISX0212.map" 68026 bytes
File: "JISX2131.map" 122830 bytes
File: "JISX2132.map" 35274 bytes
File: "JISX213A.map" 239 bytes
File: "JOHAB.map" 89207 bytes
File: "KA-ACADEMY.map" 428 bytes
File: "KA-PS.map" 551 bytes
File: "KOI-8.map" 580 bytes
File: "KOI8-R.map" 1019 bytes
File: "KOI8-T.map" 1041 bytes
File: "KOI8-U.map" 1154 bytes
File: "KSC5601.map" 98266 bytes
File: "KSC5636.map" 103 bytes
File: "MACINTOSH.map" 1476 bytes
File: "MIK.map" 900 bytes
File: "MULE-ethiopic.map" 4900 bytes
File: "MULE-ipa.map" 802 bytes
File: "MULE-is13194.map" 1066 bytes
File: "MULE-lviscii.map" 874 bytes
File: "MULE-sisheng.map" 922 bytes
File: "MULE-tibetan.map" 2772 bytes
File: "MULE-uviscii.map" 874 bytes
File: "NEXTSTEP.map" 1019 bytes
File: "PTCP154.map" 883 bytes
File: "README" 1690 bytes
File: "TIS-620.map" 108 bytes
File: "VISCII.map" 1588 bytes
File: "VSCII-2.map" 1229 bytes
File: "VSCII.map" 1798 bytes
File: "stdenc.map" 1986 bytes
File: "symbol.map" 2466 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\e\"
File: "README" 591 bytes
File: "eterm-color" 1318 bytes
File: "eterm-color.ti" 1934 bytes
File: "eterm-direct" 1397 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\forms\"
File: "README" 69 bytes
File: "forms-d2.dat" 565 bytes
File: "forms-d2.el" 3099 bytes
File: "forms-pass.el" 692 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\gnus\"
File: "gnus-setup.ast" 1475 bytes
File: "news-server.ast" 1729 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\"
File: "README" 6111 bytes
File: "alt.pbm" 85 bytes
File: "attach.pbm" 81 bytes
File: "attach.xpm" 2891 bytes
File: "back-arrow.pbm" 185 bytes
File: "back-arrow.xpm" 1178 bytes
File: "bookmark_add.pbm" 81 bytes
File: "bookmark_add.xpm" 4204 bytes
File: "cancel.pbm" 81 bytes
File: "cancel.xpm" 867 bytes
File: "checkbox-mixed.svg" 420 bytes
File: "checked.svg" 427 bytes
File: "checked.xpm" 314 bytes
File: "close.pbm" 199 bytes
File: "close.xpm" 753 bytes
File: "commit.pbm" 81 bytes
File: "commit.xpm" 1820 bytes
File: "conceal.pbm" 41 bytes
File: "conceal.svg" 1132 bytes
File: "connect-to-url.pbm" 81 bytes
File: "connect-to-url.xpm" 5376 bytes
File: "connect.pbm" 81 bytes
File: "connect.xpm" 1602 bytes
File: "contact.pbm" 81 bytes
File: "contact.xpm" 2941 bytes
File: "copy.pbm" 127 bytes
File: "copy.xpm" 1113 bytes
File: "ctrl.pbm" 104 bytes
File: "cut.pbm" 185 bytes
File: "cut.xpm" 1322 bytes
File: "data-save.pbm" 81 bytes
File: "data-save.xpm" 4681 bytes
File: "delete.pbm" 81 bytes
File: "delete.xpm" 5196 bytes
File: "describe.pbm" 81 bytes
File: "describe.xpm" 1755 bytes
File: "diropen.pbm" 81 bytes
File: "diropen.xpm" 861 bytes
File: "disconnect.pbm" 81 bytes
File: "disconnect.xpm" 1365 bytes
File: "down.svg" 4802 bytes
File: "exit.pbm" 81 bytes
File: "exit.xpm" 3546 bytes
File: "fwd-arrow.pbm" 185 bytes
File: "fwd-arrow.xpm" 1372 bytes
File: "gen-changelog.pbm" 81 bytes
File: "gen-changelog.xpm" 3281 bytes
File: "gnus.pbm" 9293 bytes
File: "help.pbm" 185 bytes
File: "help.xpm" 5204 bytes
File: "home.pbm" 185 bytes
File: "home.xpm" 2916 bytes
File: "hyper.pbm" 123 bytes
File: "index.pbm" 185 bytes
File: "index.xpm" 4085 bytes
File: "info.pbm" 81 bytes
File: "info.xpm" 1158 bytes
File: "ins-changelog.pbm" 81 bytes
File: "ins-changelog.xpm" 1324 bytes
File: "jump-to.pbm" 185 bytes
File: "jump-to.xpm" 3607 bytes
File: "last-page.pbm" 81 bytes
File: "last-page.xpm" 2150 bytes
File: "left-arrow.pbm" 185 bytes
File: "left-arrow.xpm" 1374 bytes
File: "left.svg" 4880 bytes
File: "letter.pbm" 29 bytes
File: "letter.xpm" 261 bytes
File: "load-changelog.pbm" 81 bytes
File: "load-changelog.xpm" 1541 bytes
File: "lock-broken.pbm" 81 bytes
File: "lock-broken.xpm" 4577 bytes
File: "lock-ok.pbm" 81 bytes
File: "lock-ok.xpm" 4317 bytes
File: "lock.pbm" 81 bytes
File: "lock.xpm" 4506 bytes
File: "meta.pbm" 104 bytes
File: "mh-logo.pbm" 48 bytes
File: "mh-logo.xpm" 376 bytes
File: "new.pbm" 185 bytes
File: "new.xpm" 3331 bytes
File: "next-node.pbm" 127 bytes
File: "next-node.xpm" 999 bytes
File: "next-page.pbm" 81 bytes
File: "next-page.xpm" 2782 bytes
File: "open.pbm" 185 bytes
File: "open.xpm" 4068 bytes
File: "outline-close.pbm" 39 bytes
File: "outline-close.svg" 216 bytes
File: "outline-open.pbm" 39 bytes
File: "outline-open.svg" 174 bytes
File: "paste.pbm" 185 bytes
File: "paste.xpm" 2059 bytes
File: "preferences.pbm" 185 bytes
File: "preferences.xpm" 2035 bytes
File: "prev-node.pbm" 127 bytes
File: "prev-node.xpm" 984 bytes
File: "print.pbm" 185 bytes
File: "print.xpm" 4101 bytes
File: "radio-checked.svg" 450 bytes
File: "radio-mixed.svg" 327 bytes
File: "radio.svg" 239 bytes
File: "redo.pbm" 81 bytes
File: "redo.xpm" 1359 bytes
File: "refresh.pbm" 81 bytes
File: "refresh.xpm" 3319 bytes
File: "reveal.pbm" 41 bytes
File: "reveal.svg" 591 bytes
File: "right-arrow.pbm" 185 bytes
File: "right-arrow.xpm" 1345 bytes
File: "right.svg" 4878 bytes
File: "save.pbm" 127 bytes
File: "save.xpm" 4820 bytes
File: "saveas.pbm" 185 bytes
File: "saveas.xpm" 5494 bytes
File: "search-replace.pbm" 81 bytes
File: "search-replace.xpm" 5198 bytes
File: "search.pbm" 185 bytes
File: "search.xpm" 4614 bytes
File: "separator.pbm" 32 bytes
File: "separator.xpm" 244 bytes
File: "shift.pbm" 169 bytes
File: "show.pbm" 81 bytes
File: "show.xpm" 3748 bytes
File: "sort-ascending.pbm" 81 bytes
File: "sort-ascending.xpm" 1243 bytes
File: "sort-column-ascending.pbm" 81 bytes
File: "sort-column-ascending.xpm" 775 bytes
File: "sort-criteria.pbm" 81 bytes
File: "sort-criteria.xpm" 1158 bytes
File: "sort-descending.pbm" 81 bytes
File: "sort-descending.xpm" 1259 bytes
File: "sort-row-ascending.pbm" 60 bytes
File: "sort-row-ascending.xpm" 525 bytes
File: "spalsh.bmp" 34126 bytes
File: "spalsh.jpg" 14952 bytes
File: "spell.pbm" 185 bytes
File: "spell.xpm" 1279 bytes
File: "splash.bmp" 0/69094 bytes
File: "splash.pbm" 9797 bytes
File: "splash.png" 25160 bytes
File: "splash.svg" 12177 bytes
File: "splash.xpm" 158317 bytes
File: "super.pbm" 123 bytes
File: "unchecked.pbm" 33 bytes
File: "unchecked.svg" 332 bytes
File: "unchecked.xpm" 316 bytes
File: "undo.pbm" 0/185 bytes
File: "undo.xpm" 1188 bytes
File: "up-arrow.pbm" 185 bytes
File: "up-arrow.xpm" 1732 bytes
File: "up-node.pbm" 127 bytes
File: "up-node.xpm" 997 bytes
File: "up.svg" 4801 bytes
File: "view-diff.pbm" 81 bytes
File: "view-diff.xpm" 1700 bytes
File: "zoom-in.pbm" 81 bytes
File: "zoom-in.xpm" 3415 bytes
File: "zoom-out.pbm" 81 bytes
File: "zoom-out.xpm" 3400 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\custom\"
File: "README" 410 bytes
File: "down-pushed.pbm" 20 bytes
File: "down-pushed.xpm" 257 bytes
File: "down.pbm" 25 bytes
File: "down.xpm" 220 bytes
File: "right-pushed.pbm" 20 bytes
File: "right-pushed.xpm" 258 bytes
File: "right.pbm" 25 bytes
File: "right.xpm" 221 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\ezimage\"
File: "README" 544 bytes
File: "bits.pbm" 39 bytes
File: "bits.xpm" 367 bytes
File: "bitsbang.pbm" 39 bytes
File: "bitsbang.xpm" 384 bytes
File: "box-minus.pbm" 54 bytes
File: "box-minus.xpm" 478 bytes
File: "box-plus.pbm" 0/54 bytes
File: "box-plus.xpm" 477 bytes
File: "box.pbm" 54 bytes
File: "box.xpm" 472 bytes
File: "checkmark.pbm" 0/39 bytes
File: "checkmark.xpm" 367 bytes
File: "dir-minus.pbm" 54 bytes
File: "dir-minus.xpm" 493 bytes
File: "dir-plus.pbm" 54 bytes
File: "dir-plus.xpm" 492 bytes
File: "dir.pbm" 54 bytes
File: "dir.xpm" 487 bytes
File: "doc-minus.pbm" 39 bytes
File: "doc-minus.xpm" 418 bytes
File: "doc-plus.pbm" 39 bytes
File: "doc-plus.xpm" 417 bytes
File: "doc.pbm" 39 bytes
File: "doc.xpm" 412 bytes
File: "info.pbm" 39 bytes
File: "info.xpm" 323 bytes
File: "key.pbm" 41 bytes
File: "key.xpm" 429 bytes
File: "label.pbm" 41 bytes
File: "label.xpm" 317 bytes
File: "lock.pbm" 41 bytes
File: "lock.xpm" 430 bytes
File: "mail.pbm" 54 bytes
File: "mail.xpm" 473 bytes
File: "page-minus.pbm" 54 bytes
File: "page-minus.xpm" 492 bytes
File: "page-plus.pbm" 54 bytes
File: "page-plus.xpm" 491 bytes
File: "page.pbm" 54 bytes
File: "page.xpm" 486 bytes
File: "tag-gt.pbm" 54 bytes
File: "tag-gt.xpm" 475 bytes
File: "tag-minus.pbm" 54 bytes
File: "tag-minus.xpm" 473 bytes
File: "tag-plus.pbm" 54 bytes
File: "tag-plus.xpm" 473 bytes
File: "tag-type.pbm" 54 bytes
File: "tag-type.xpm" 477 bytes
File: "tag-v.pbm" 54 bytes
File: "tag-v.xpm" 474 bytes
File: "tag.pbm" 54 bytes
File: "tag.xpm" 472 bytes
File: "unlock.pbm" 0/41 bytes
File: "unlock.xpm" 432 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\gnus\"
File: "README" 1791 bytes
File: "followup.pbm" 81 bytes
File: "followup.xpm" 804 bytes
File: "fuwo.pbm" 81 bytes
File: "fuwo.xpm" 800 bytes
File: "gnus-pointer.svg" 5427 bytes
File: "gnus-pointer.xbm" 281 bytes
File: "gnus-pointer.xpm" 453 bytes
File: "gnus.png" 20051 bytes
File: "gnus.svg" 15548 bytes
File: "gnus.xbm" 47730 bytes
File: "gnus.xpm" 75269 bytes
File: "kill-group.pbm" 81 bytes
File: "kill-group.xpm" 785 bytes
File: "mail-reply.pbm" 81 bytes
File: "mail-reply.xpm" 827 bytes
File: "mail-send.pbm" 81 bytes
File: "mail-send.xpm" 950 bytes
File: "preview.xbm" 578 bytes
File: "preview.xpm" 806 bytes
File: "toggle-subscription.pbm" 81 bytes
File: "toggle-subscription.xpm" 1204 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\gud\"
File: "README" 2163 bytes
File: "all.pbm" 81 bytes
File: "all.xpm" 781 bytes
File: "break.pbm" 81 bytes
File: "break.xpm" 753 bytes
File: "cont.pbm" 81 bytes
File: "cont.xpm" 816 bytes
File: "down.pbm" 81 bytes
File: "down.xpm" 1011 bytes
File: "finish.pbm" 81 bytes
File: "finish.xpm" 829 bytes
File: "go.pbm" 81 bytes
File: "go.xpm" 777 bytes
File: "next.pbm" 81 bytes
File: "next.xpm" 827 bytes
File: "nexti.pbm" 81 bytes
File: "nexti.xpm" 847 bytes
File: "pp.pbm" 81 bytes
File: "pp.xpm" 756 bytes
File: "print.pbm" 81 bytes
File: "print.xpm" 759 bytes
File: "pstar.pbm" 81 bytes
File: "pstar.xpm" 759 bytes
File: "rcont.pbm" 0/81 bytes
File: "rcont.xpm" 824 bytes
File: "recstart.pbm" 0/81 bytes
File: "recstart.xpm" 0/753 bytes
File: "recstop.pbm" 0/81 bytes
File: "recstop.xpm" 0/753 bytes
File: "remove.pbm" 130 bytes
File: "remove.xpm" 768 bytes
File: "rfinish.pbm" 0/81 bytes
File: "rfinish.xpm" 820 bytes
File: "rnext.pbm" 0/81 bytes
File: "rnext.xpm" 835 bytes
File: "rnexti.pbm" 0/81 bytes
File: "rnexti.xpm" 821 bytes
File: "rstep.pbm" 0/81 bytes
File: "rstep.xpm" 837 bytes
File: "rstepi.pbm" 0/81 bytes
File: "rstepi.xpm" 806 bytes
File: "run.pbm" 81 bytes
File: "run.xpm" 856 bytes
File: "step.pbm" 81 bytes
File: "step.xpm" 812 bytes
File: "stepi.pbm" 81 bytes
File: "stepi.xpm" 826 bytes
File: "stop.pbm" 81 bytes
File: "stop.xpm" 773 bytes
File: "thread.pbm" 81 bytes
File: "thread.xpm" 799 bytes
File: "until.pbm" 81 bytes
File: "until.xpm" 813 bytes
File: "up.pbm" 81 bytes
File: "up.xpm" 1009 bytes
File: "watch.pbm" 81 bytes
File: "watch.xpm" 949 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\"
File: "README" 3425 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\allout-widgets\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\allout-widgets\dark-bg\"
File: "closed.png" 232 bytes
File: "closed.xpm" 415 bytes
File: "empty.png" 231 bytes
File: "empty.xpm" 417 bytes
File: "end-connector.png" 107 bytes
File: "end-connector.xpm" 329 bytes
File: "extender-connector.png" 92 bytes
File: "extender-connector.xpm" 329 bytes
File: "leaf.png" 211 bytes
File: "leaf.xpm" 599 bytes
File: "locked-encrypted.png" 210 bytes
File: "locked-encrypted.xpm" 372 bytes
File: "mid-connector.png" 125 bytes
File: "mid-connector.xpm" 329 bytes
File: "opened.png" 206 bytes
File: "opened.xpm" 357 bytes
File: "skip-descender.png" 84 bytes
File: "skip-descender.xpm" 314 bytes
File: "through-descender.png" 92 bytes
File: "through-descender.xpm" 329 bytes
File: "unlocked-encrypted.png" 202 bytes
File: "unlocked-encrypted.xpm" 372 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\allout-widgets\light-bg\"
File: "closed.png" 212 bytes
File: "closed.xpm" 324 bytes
File: "empty.png" 214 bytes
File: "empty.xpm" 342 bytes
File: "end-connector.png" 111 bytes
File: "end-connector.xpm" 329 bytes
File: "extender-connector.png" 105 bytes
File: "extender-connector.xpm" 329 bytes
File: "leaf.png" 0/211 bytes
File: "leaf.xpm" 0/599 bytes
File: "locked-encrypted.png" 0/210 bytes
File: "locked-encrypted.xpm" 0/372 bytes
File: "mid-connector.png" 115 bytes
File: "mid-connector.xpm" 329 bytes
File: "opened.png" 212 bytes
File: "opened.xpm" 342 bytes
File: "skip-descender.png" 0/84 bytes
File: "skip-descender.xpm" 0/314 bytes
File: "through-descender.png" 105 bytes
File: "through-descender.xpm" 329 bytes
File: "unlocked-encrypted.png" 0/202 bytes
File: "unlocked-encrypted.xpm" 0/372 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\128x128\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\128x128\apps\"
File: "emacs.png" 13462 bytes
File: "emacs23.png" 21751 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\16x16\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\16x16\apps\"
File: "emacs.png" 954 bytes
File: "emacs22.png" 705 bytes
File: "emacs23.png" 1003 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\24x24\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\24x24\apps\"
File: "emacs.png" 1568 bytes
File: "emacs22.png" 988 bytes
File: "emacs23.png" 1717 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\32x32\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\32x32\apps\"
File: "emacs.png" 2236 bytes
File: "emacs22.png" 2404 bytes
File: "emacs23.png" 2542 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\48x48\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\48x48\apps\"
File: "emacs.png" 3636 bytes
File: "emacs22.png" 3431 bytes
File: "emacs23.png" 5393 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\scalable\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\scalable\apps\"
File: "emacs.ico" 85182 bytes
File: "emacs.svg" 13359 bytes
File: "emacs23.svg" 14504 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\icons\hicolor\scalable\mimetypes\"
File: "emacs-document.svg" 13683 bytes
File: "emacs-document23.svg" 11651 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\low-color\"
File: "README" 488 bytes
File: "back-arrow.xpm" 817 bytes
File: "copy.xpm" 812 bytes
File: "cut.xpm" 827 bytes
File: "fwd-arrow.xpm" 801 bytes
File: "help.xpm" 904 bytes
File: "home.xpm" 889 bytes
File: "index.xpm" 829 bytes
File: "jump-to.xpm" 846 bytes
File: "left-arrow.xpm" 834 bytes
File: "new.xpm" 812 bytes
File: "next-node.xpm" 847 bytes
File: "open.xpm" 843 bytes
File: "paste.xpm" 844 bytes
File: "preferences.xpm" 881 bytes
File: "prev-node.xpm" 832 bytes
File: "print.xpm" 814 bytes
File: "right-arrow.xpm" 820 bytes
File: "save.xpm" 903 bytes
File: "saveas.xpm" 921 bytes
File: "search.xpm" 815 bytes
File: "spell.xpm" 844 bytes
File: "undo.xpm" 798 bytes
File: "up-arrow.xpm" 847 bytes
File: "up-node.xpm" 845 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\mail\"
File: "README" 1637 bytes
File: "compose.pbm" 81 bytes
File: "compose.xpm" 4482 bytes
File: "copy.pbm" 81 bytes
File: "copy.xpm" 1889 bytes
File: "flag-for-followup.pbm" 81 bytes
File: "flag-for-followup.xpm" 3873 bytes
File: "forward.pbm" 81 bytes
File: "forward.xpm" 1712 bytes
File: "inbox.pbm" 81 bytes
File: "inbox.xpm" 1870 bytes
File: "move.pbm" 81 bytes
File: "move.xpm" 1874 bytes
File: "not-spam.pbm" 81 bytes
File: "not-spam.xpm" 3262 bytes
File: "outbox.pbm" 81 bytes
File: "outbox.xpm" 1766 bytes
File: "preview.pbm" 81 bytes
File: "preview.xpm" 3724 bytes
File: "repack.pbm" 81 bytes
File: "repack.xpm" 1970 bytes
File: "reply-all.pbm" 81 bytes
File: "reply-all.xpm" 3703 bytes
File: "reply-from.pbm" 81 bytes
File: "reply-from.xpm" 1869 bytes
File: "reply-to.pbm" 81 bytes
File: "reply-to.xpm" 4168 bytes
File: "reply.pbm" 81 bytes
File: "reply.xpm" 1740 bytes
File: "save-draft.pbm" 81 bytes
File: "save-draft.xpm" 1818 bytes
File: "save.xpm" 5529 bytes
File: "send.pbm" 81 bytes
File: "send.xpm" 1604 bytes
File: "spam.xpm" 4346 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\mpc\"
File: "README" 306 bytes
File: "add.pbm" 81 bytes
File: "add.xpm" 804 bytes
File: "ffwd.pbm" 81 bytes
File: "ffwd.xpm" 828 bytes
File: "next.pbm" 81 bytes
File: "next.xpm" 828 bytes
File: "pause.pbm" 81 bytes
File: "pause.xpm" 806 bytes
File: "play.pbm" 81 bytes
File: "play.xpm" 828 bytes
File: "prev.pbm" 81 bytes
File: "prev.xpm" 805 bytes
File: "rewind.pbm" 81 bytes
File: "rewind.xpm" 807 bytes
File: "stop.pbm" 81 bytes
File: "stop.xpm" 805 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\newsticker\"
File: "README" 378 bytes
File: "browse-url.xpm" 1309 bytes
File: "get-all.xpm" 1776 bytes
File: "mark-immortal.xpm" 2796 bytes
File: "mark-read.xpm" 1388 bytes
File: "narrow.xpm" 1445 bytes
File: "next-feed.xpm" 1583 bytes
File: "next-item.xpm" 1353 bytes
File: "prev-feed.xpm" 1508 bytes
File: "prev-item.xpm" 1312 bytes
File: "rss-feed.png" 639 bytes
File: "rss-feed.svg" 4106 bytes
File: "update.xpm" 1280 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\smilies\"
File: "README" 443 bytes
File: "blink.pbm" 37 bytes
File: "blink.xpm" 334 bytes
File: "braindamaged.pbm" 37 bytes
File: "braindamaged.xpm" 332 bytes
File: "cry.pbm" 37 bytes
File: "cry.xpm" 332 bytes
File: "dead.pbm" 37 bytes
File: "dead.xpm" 333 bytes
File: "evil.pbm" 37 bytes
File: "evil.xpm" 337 bytes
File: "forced.pbm" 37 bytes
File: "forced.xpm" 335 bytes
File: "frown.pbm" 37 bytes
File: "frown.xpm" 334 bytes
File: "grin.pbm" 37 bytes
File: "grin.xpm" 348 bytes
File: "indifferent.pbm" 37 bytes
File: "indifferent.xpm" 340 bytes
File: "sad.pbm" 37 bytes
File: "sad.xpm" 332 bytes
File: "smile.pbm" 37 bytes
File: "smile.xpm" 334 bytes
File: "wry.pbm" 37 bytes
File: "wry.xpm" 332 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\smilies\grayscale\"
File: "README" 332 bytes
File: "blink.xpm" 408 bytes
File: "braindamaged.xpm" 400 bytes
File: "cry.xpm" 391 bytes
File: "dead.xpm" 362 bytes
File: "evil.xpm" 392 bytes
File: "forced.xpm" 394 bytes
File: "frown.xpm" 378 bytes
File: "grin.xpm" 422 bytes
File: "indifferent.xpm" 399 bytes
File: "reverse-smile.xpm" 386 bytes
File: "sad.xpm" 376 bytes
File: "smile.xpm" 378 bytes
File: "wry.xpm" 391 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\smilies\medium\"
File: "README" 0/332 bytes
File: "blink.xpm" 522 bytes
File: "braindamaged.xpm" 513 bytes
File: "cry.xpm" 504 bytes
File: "dead.xpm" 505 bytes
File: "evil.xpm" 521 bytes
File: "forced.xpm" 507 bytes
File: "frown.xpm" 506 bytes
File: "grin.xpm" 536 bytes
File: "indifferent.xpm" 512 bytes
File: "reverse-smile.xpm" 530 bytes
File: "sad.xpm" 504 bytes
File: "smile.xpm" 522 bytes
File: "wry.xpm" 504 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\symbols\"
File: "README" 1470 bytes
File: "check-mark_16.pbm" 41 bytes
File: "check-mark_16.svg" 218 bytes
File: "chevron_down_16.pbm" 41 bytes
File: "chevron_down_16.svg" 147 bytes
File: "chevron_left_16.pbm" 41 bytes
File: "chevron_left_16.svg" 159 bytes
File: "chevron_right_16.pbm" 41 bytes
File: "chevron_right_16.svg" 165 bytes
File: "chevron_up_16.pbm" 41 bytes
File: "chevron_up_16.svg" 148 bytes
File: "cross_16.pbm" 41 bytes
File: "cross_16.svg" 291 bytes
File: "cross_circle_16.pbm" 41 bytes
File: "cross_circle_16.svg" 539 bytes
File: "cross_circle_fill_16.pbm" 41 bytes
File: "cross_circle_fill_16.svg" 435 bytes
File: "dot_large_16.pbm" 41 bytes
File: "dot_large_16.svg" 123 bytes
File: "dot_medium_16.pbm" 41 bytes
File: "dot_medium_16.svg" 123 bytes
File: "dot_small_16.pbm" 41 bytes
File: "dot_small_16.svg" 123 bytes
File: "heart_16.pbm" 41 bytes
File: "heart_16.svg" 509 bytes
File: "heart_fill_16.pbm" 41 bytes
File: "heart_fill_16.svg" 250 bytes
File: "heart_half_16.pbm" 41 bytes
File: "heart_half_16.svg" 408 bytes
File: "menu_16.pbm" 41 bytes
File: "menu_16.svg" 193 bytes
File: "minus_16.pbm" 41 bytes
File: "minus_16.svg" 127 bytes
File: "minus_circle_16.pbm" 41 bytes
File: "minus_circle_16.svg" 379 bytes
File: "minus_circle_fill_16.pbm" 41 bytes
File: "minus_circle_fill_16.svg" 265 bytes
File: "plus_16.pbm" 41 bytes
File: "plus_16.svg" 147 bytes
File: "plus_circle_16.pbm" 41 bytes
File: "plus_circle_16.svg" 397 bytes
File: "plus_circle_fill_16.pbm" 41 bytes
File: "plus_circle_fill_16.svg" 281 bytes
File: "star_16.pbm" 41 bytes
File: "star_16.svg" 452 bytes
File: "star_fill_16.pbm" 41 bytes
File: "star_fill_16.svg" 245 bytes
File: "star_half_16.pbm" 72 bytes
File: "star_half_16.svg" 397 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\tabs\"
File: "README" 329 bytes
File: "close.xpm" 226 bytes
File: "left-arrow.xpm" 231 bytes
File: "new.xpm" 224 bytes
File: "right-arrow.xpm" 232 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\tree-widget\"
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\tree-widget\default\"
File: "README" 448 bytes
File: "close.png" 300 bytes
File: "close.xpm" 606 bytes
File: "empty.png" 298 bytes
File: "empty.xpm" 606 bytes
File: "end-guide.png" 181 bytes
File: "end-guide.xpm" 294 bytes
File: "guide.png" 180 bytes
File: "guide.xpm" 290 bytes
File: "handle.png" 180 bytes
File: "handle.xpm" 376 bytes
File: "leaf.png" 277 bytes
File: "leaf.xpm" 605 bytes
File: "no-guide.png" 170 bytes
File: "no-guide.xpm" 278 bytes
File: "no-handle.png" 173 bytes
File: "no-handle.xpm" 364 bytes
File: "nohandle-guide.png" 0/180 bytes
File: "nohandle-guide.xpm" 0/290 bytes
File: "open.png" 313 bytes
File: "open.xpm" 636 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\images\tree-widget\folder\"
File: "README" 452 bytes
File: "close.png" 298 bytes
File: "close.xpm" 717 bytes
File: "empty.png" 305 bytes
File: "empty.xpm" 642 bytes
File: "end-guide.png" 177 bytes
File: "end-guide.xpm" 304 bytes
File: "guide.png" 178 bytes
File: "guide.xpm" 300 bytes
File: "handle.png" 180 bytes
File: "handle.xpm" 390 bytes
File: "leaf.png" 336 bytes
File: "leaf.xpm" 625 bytes
File: "no-guide.png" 171 bytes
File: "no-guide.xpm" 288 bytes
File: "no-handle.png" 173 bytes
File: "no-handle.xpm" 378 bytes
File: "nohandle-guide.png" 0/178 bytes
File: "nohandle-guide.xpm" 0/300 bytes
File: "open.png" 344 bytes
File: "open.xpm" 701 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\nxml\"
File: "README" 47 bytes
File: "test-invalid.xml" 198 bytes
File: "test-valid.xml" 185 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\org\"
File: "OrgOdtContentTemplate.xml" 20966 bytes
File: "OrgOdtStyles.xml" 70698 bytes
File: "README" 1349 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\org\csl\"
File: "README" 320 bytes
File: "chicago-author-date.csl" 22195 bytes
File: "locales-en-US.xml" 11368 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\refcards\"
File: "Makefile" 9990 bytes
File: "README" 3326 bytes
File: "calccard.pdf" 145587 bytes
File: "calccard.tex" 20368 bytes
File: "cs-dired-ref.pdf" 61299 bytes
File: "cs-dired-ref.tex" 14238 bytes
File: "cs-refcard.pdf" 80647 bytes
File: "cs-refcard.tex" 21789 bytes
File: "cs-survival.pdf" 76915 bytes
File: "cs-survival.tex" 13273 bytes
File: "de-refcard.pdf" 118736 bytes
File: "de-refcard.tex" 22534 bytes
File: "dired-ref.pdf" 81263 bytes
File: "dired-ref.tex" 14031 bytes
File: "emacsver.tex" 265 bytes
File: "fr-dired-ref.pdf" 82637 bytes
File: "fr-dired-ref.tex" 15646 bytes
File: "fr-refcard.pdf" 114806 bytes
File: "fr-refcard.tex" 22898 bytes
File: "fr-survival.pdf" 100407 bytes
File: "fr-survival.tex" 14146 bytes
File: "gnus-booklet.pdf" 149688 bytes
File: "gnus-logo.eps" 65024 bytes
File: "gnus-logo.pdf" 3658 bytes
File: "gnus-refcard.pdf" 155703 bytes
File: "gnus-refcard.tex" 61358 bytes
File: "orgcard.pdf" 119583 bytes
File: "orgcard.tex" 24358 bytes
File: "pdflayout.sty" 1304 bytes
File: "pl-refcard.pdf" 83866 bytes
File: "pl-refcard.tex" 35550 bytes
File: "pt-br-refcard.pdf" 110851 bytes
File: "pt-br-refcard.tex" 22130 bytes
File: "refcard.pdf" 111881 bytes
File: "refcard.tex" 21728 bytes
File: "ru-refcard.pdf" 124599 bytes
File: "ru-refcard.tex" 25989 bytes
File: "sk-dired-ref.pdf" 60690 bytes
File: "sk-dired-ref.tex" 14331 bytes
File: "sk-refcard.pdf" 82094 bytes
File: "sk-refcard.tex" 21951 bytes
File: "sk-survival.pdf" 77959 bytes
File: "sk-survival.tex" 13515 bytes
File: "survival.pdf" 97902 bytes
File: "survival.tex" 12206 bytes
File: "vipcard.pdf" 122695 bytes
File: "vipcard.tex" 21757 bytes
File: "viperCard.pdf" 136538 bytes
File: "viperCard.tex" 23964 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\schema\"
File: "OpenDocument-schema-v1.3+libreoffice.rnc" 33369 bytes
File: "OpenDocument-schema-v1.3.rnc" 218011 bytes
File: "README" 6153 bytes
File: "calstbl.rnc" 7403 bytes
File: "dbcalstbl.rnc" 762 bytes
File: "dbhier.rnc" 39381 bytes
File: "dbnotn.rnc" 2611 bytes
File: "dbpool.rnc" 142340 bytes
File: "dbstart.rnc" 353 bytes
File: "docbook.rnc" 1798 bytes
File: "dotnet-appconfig.rnc" 14113 bytes
File: "dotnet-packages-config.rnc" 259 bytes
File: "dotnet-packages-props.rnc" 665 bytes
File: "dotnet-resx.rnc" 1552 bytes
File: "locate.rnc" 6788 bytes
File: "msbuild.rnc" 39521 bytes
File: "nuget.rnc" 577 bytes
File: "nuspec.rnc" 3490 bytes
File: "od-manifest-schema-v1.2-os.rnc" 3815 bytes
File: "rdfxml.rnc" 6274 bytes
File: "relaxng.rnc" 2845 bytes
File: "schemas.xml" 4409 bytes
File: "xhtml-applet.rnc" 441 bytes
File: "xhtml-attribs.rnc" 457 bytes
File: "xhtml-base.rnc" 121 bytes
File: "xhtml-bdo.rnc" 216 bytes
File: "xhtml-bform.rnc" 1655 bytes
File: "xhtml-btable.rnc" 975 bytes
File: "xhtml-csismap.rnc" 817 bytes
File: "xhtml-datatypes.rnc" 1474 bytes
File: "xhtml-edit.rnc" 333 bytes
File: "xhtml-events.rnc" 1656 bytes
File: "xhtml-form.rnc" 1654 bytes
File: "xhtml-frames.rnc" 774 bytes
File: "xhtml-hypertext.rnc" 479 bytes
File: "xhtml-iframe.rnc" 465 bytes
File: "xhtml-image.rnc" 290 bytes
File: "xhtml-inlstyle.rnc" 64 bytes
File: "xhtml-legacy.rnc" 3542 bytes
File: "xhtml-link.rnc" 402 bytes
File: "xhtml-lst.rnc" 475 bytes
File: "xhtml-meta.rnc" 250 bytes
File: "xhtml-nameident.rnc" 272 bytes
File: "xhtml-object.rnc" 675 bytes
File: "xhtml-param.rnc" 238 bytes
File: "xhtml-pres.rnc" 649 bytes
File: "xhtml-ruby.rnc" 539 bytes
File: "xhtml-script.rnc" 483 bytes
File: "xhtml-ssismap.rnc" 104 bytes
File: "xhtml-struct.rnc" 513 bytes
File: "xhtml-table.rnc" 1930 bytes
File: "xhtml-text.rnc" 2366 bytes
File: "xhtml-tgt.rnc" 206 bytes
File: "xhtml-xstyle.rnc" 256 bytes
File: "xhtml.rnc" 954 bytes
File: "xslt.rnc" 10629 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\srecode\"
File: "c.srt" 3141 bytes
File: "cpp.srt" 3166 bytes
File: "default.srt" 1963 bytes
File: "doc-cpp.srt" 2617 bytes
File: "doc-default.srt" 2182 bytes
File: "doc-java.srt" 2624 bytes
File: "ede-autoconf.srt" 1793 bytes
File: "ede-make.srt" 2091 bytes
File: "el.srt" 6836 bytes
File: "getset-cpp.srt" 1352 bytes
File: "java.srt" 3792 bytes
File: "make.srt" 1583 bytes
File: "proj-test.srt" 1090 bytes
File: "template.srt" 4279 bytes
File: "test.srt" 4221 bytes
File: "texi.srt" 2693 bytes
File: "wisent.srt" 2039 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\themes\"
File: "adwaita-theme.el" 5266 bytes
File: "deeper-blue-theme.el" 6584 bytes
File: "dichromacy-theme.el" 7525 bytes
File: "leuven-dark-theme.el" 68063 bytes
File: "leuven-theme.el" 71025 bytes
File: "light-blue-theme.el" 3131 bytes
File: "manoj-dark-theme.el" 41534 bytes
File: "misterioso-theme.el" 7083 bytes
File: "modus-operandi-deuteranopia-theme.el" 15234 bytes
File: "modus-operandi-theme.el" 14972 bytes
File: "modus-operandi-tinted-theme.el" 15060 bytes
File: "modus-operandi-tritanopia-theme.el" 15087 bytes
File: "modus-themes.el" 211143 bytes
File: "modus-vivendi-deuteranopia-theme.el" 15257 bytes
File: "modus-vivendi-theme.el" 14987 bytes
File: "modus-vivendi-tinted-theme.el" 15086 bytes
File: "modus-vivendi-tritanopia-theme.el" 15095 bytes
File: "tango-dark-theme.el" 9805 bytes
File: "tango-theme.el" 9128 bytes
File: "tsdh-dark-theme.el" 8606 bytes
File: "tsdh-light-theme.el" 6184 bytes
File: "wheatgrass-theme.el" 4541 bytes
File: "whiteboard-theme.el" 5934 bytes
File: "wombat-theme.el" 6645 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\etc\tutorials\"
File: "TUTORIAL" 47903 bytes
File: "TUTORIAL.bg" 85680 bytes
File: "TUTORIAL.cn" 56078 bytes
File: "TUTORIAL.cs" 54406 bytes
File: "TUTORIAL.de" 67065 bytes
File: "TUTORIAL.el_GR" 95641 bytes
File: "TUTORIAL.eo" 46826 bytes
File: "TUTORIAL.es" 52860 bytes
File: "TUTORIAL.fa" 79559 bytes
File: "TUTORIAL.fr" 54609 bytes
File: "TUTORIAL.he" 66938 bytes
File: "TUTORIAL.it" 54615 bytes
File: "TUTORIAL.ja" 52802 bytes
File: "TUTORIAL.ko" 53900 bytes
File: "TUTORIAL.nl" 54116 bytes
File: "TUTORIAL.pl" 55632 bytes
File: "TUTORIAL.pt_BR" 47193 bytes
File: "TUTORIAL.ro" 49502 bytes
File: "TUTORIAL.ru" 87427 bytes
File: "TUTORIAL.sk" 50259 bytes
File: "TUTORIAL.sl" 49281 bytes
File: "TUTORIAL.sv" 51348 bytes
File: "TUTORIAL.th" 122043 bytes
File: "TUTORIAL.translators" 3058 bytes
File: "TUTORIAL.uk" 83535 bytes
File: "TUTORIAL.zh" 58407 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\"
File: "COPYING" 0/35149 bytes
File: "README" 537 bytes
File: "abbrev.el" 52578 bytes
File: "abbrev.elc" 45071 bytes
File: "align.el" 60521 bytes
File: "align.elc" 41625 bytes
File: "allout-widgets.el" 100668 bytes
File: "allout-widgets.elc" 59940 bytes
File: "allout.el" 265693 bytes
File: "allout.elc" 191822 bytes
File: "ansi-color.el" 39894 bytes
File: "ansi-color.elc" 29834 bytes
File: "ansi-osc.el" 8105 bytes
File: "ansi-osc.elc" 5818 bytes
File: "apropos.el" 53033 bytes
File: "apropos.elc" 41818 bytes
File: "arc-mode.el" 99953 bytes
File: "arc-mode.elc" 83216 bytes
File: "array.el" 34618 bytes
File: "array.elc" 26919 bytes
File: "auth-source-pass.el" 19154 bytes
File: "auth-source-pass.elc" 15923 bytes
File: "auth-source.el" 113151 bytes
File: "auth-source.elc" 70466 bytes
File: "autoinsert.el" 15304 bytes
File: "autoinsert.elc" 14074 bytes
File: "autorevert.el" 39836 bytes
File: "autorevert.elc" 33426 bytes
File: "avoid.el" 18236 bytes
File: "avoid.elc" 11860 bytes
File: "battery.el" 50638 bytes
File: "battery.elc" 39541 bytes
File: "bind-key.el" 23455 bytes
File: "bind-key.elc" 15740 bytes
File: "bindings.el" 66779 bytes
File: "bindings.elc" 52601 bytes
File: "bookmark.el" 109381 bytes
File: "bookmark.elc" 88293 bytes
File: "bs.el" 56703 bytes
File: "bs.elc" 49504 bytes
File: "buff-menu.el" 36266 bytes
File: "buff-menu.elc" 34421 bytes
File: "button.el" 26238 bytes
File: "button.elc" 20910 bytes
File: "calculator.el" 67621 bytes
File: "calculator.elc" 54209 bytes
File: "case-table.el" 7262 bytes
File: "case-table.elc" 4701 bytes
File: "cdl.el" 1652 bytes
File: "cdl.elc" 758 bytes
File: "char-fold.el" 23237 bytes
File: "char-fold.elc" 325415 bytes
File: "chistory.el" 6785 bytes
File: "chistory.elc" 7969 bytes
File: "cmuscheme.el" 21323 bytes
File: "cmuscheme.elc" 18682 bytes
File: "color.el" 18677 bytes
File: "color.elc" 14047 bytes
File: "comint.el" 186818 bytes
File: "comint.elc" 135461 bytes
File: "completion-preview.el" 30246 bytes
File: "completion-preview.elc" 29304 bytes
File: "completion.el" 85635 bytes
File: "completion.elc" 42433 bytes
File: "composite.el" 35825 bytes
File: "composite.elc" 32421 bytes
File: "cus-dep.el" 10502 bytes
File: "cus-dep.elc" 6748 bytes
File: "cus-edit.el" 226281 bytes
File: "cus-edit.elc" 178559 bytes
File: "cus-face.el" 15540 bytes
File: "cus-face.elc" 11301 bytes
File: "cus-load.el" 98257 bytes
File: "cus-start.el" 41274 bytes
File: "cus-start.elc" 24443 bytes
File: "cus-theme.el" 27179 bytes
File: "cus-theme.elc" 25666 bytes
File: "custom.el" 73493 bytes
File: "custom.elc" 54344 bytes
File: "dabbrev.el" 43292 bytes
File: "dabbrev.elc" 24056 bytes
File: "delim-col.el" 15964 bytes
File: "delim-col.elc" 8925 bytes
File: "delsel.el" 14938 bytes
File: "delsel.elc" 10671 bytes
File: "descr-text.el" 43897 bytes
File: "descr-text.elc" 25907 bytes
File: "desktop.el" 70777 bytes
File: "desktop.elc" 52265 bytes
File: "dframe.el" 31976 bytes
File: "dframe.elc" 19922 bytes
File: "dired-aux.el" 165285 bytes
File: "dired-aux.elc" 115726 bytes
File: "dired-loaddefs.el" 28187 bytes
File: "dired-loaddefs.elc" 29016 bytes
File: "dired-x.el" 45498 bytes
File: "dired-x.elc" 33674 bytes
File: "dired.el" 218627 bytes
File: "dired.elc" 164749 bytes
File: "dirtrack.el" 10446 bytes
File: "dirtrack.elc" 8502 bytes
File: "disp-table.el" 13674 bytes
File: "disp-table.elc" 10879 bytes
File: "display-fill-column-indicator.el" 3335 bytes
File: "display-fill-column-indicator.elc" 9818 bytes
File: "display-line-numbers.el" 8449 bytes
File: "display-line-numbers.elc" 14628 bytes
File: "dnd.el" 28794 bytes
File: "dnd.elc" 20966 bytes
File: "doc-view.el" 103358 bytes
File: "doc-view.elc" 78641 bytes
File: "dom.el" 9710 bytes
File: "dom.elc" 7965 bytes
File: "dos-fns.el" 11229 bytes
File: "dos-fns.elc" 4826 bytes
File: "dos-vars.el" 1529 bytes
File: "dos-vars.elc" 907 bytes
File: "dos-w32.el" 19211 bytes
File: "dos-w32.elc" 11365 bytes
File: "double.el" 5559 bytes
File: "double.elc" 4577 bytes
File: "dynamic-setting.el" 3372 bytes
File: "dynamic-setting.elc" 1572 bytes
File: "ebuff-menu.el" 10606 bytes
File: "ebuff-menu.elc" 10228 bytes
File: "echistory.el" 6118 bytes
File: "echistory.elc" 4561 bytes
File: "ecomplete.el" 12886 bytes
File: "ecomplete.elc" 9329 bytes
File: "editorconfig-conf-mode.el" 3222 bytes
File: "editorconfig-conf-mode.elc" 3810 bytes
File: "editorconfig-core-handle.el" 8079 bytes
File: "editorconfig-core-handle.elc" 16795 bytes
File: "editorconfig-core.el" 6465 bytes
File: "editorconfig-core.elc" 2681 bytes
File: "editorconfig-fnmatch.el" 10804 bytes
File: "editorconfig-fnmatch.elc" 4583 bytes
File: "editorconfig-tools.el" 4604 bytes
File: "editorconfig-tools.elc" 2785 bytes
File: "editorconfig.el" 35611 bytes
File: "editorconfig.elc" 26807 bytes
File: "edmacro.el" 31206 bytes
File: "edmacro.elc" 20933 bytes
File: "ehelp.el" 17105 bytes
File: "ehelp.elc" 11181 bytes
File: "elec-pair.el" 29978 bytes
File: "elec-pair.elc" 22946 bytes
File: "electric.el" 32118 bytes
File: "electric.elc" 30810 bytes
File: "elide-head.el" 6581 bytes
File: "elide-head.elc" 5900 bytes
File: "emacs-lock.el" 10036 bytes
File: "emacs-lock.elc" 8842 bytes
File: "env.el" 9850 bytes
File: "env.elc" 7068 bytes
File: "epa-dired.el" 2107 bytes
File: "epa-dired.elc" 1327 bytes
File: "epa-file.el" 14496 bytes
File: "epa-file.elc" 8852 bytes
File: "epa-hook.el" 4360 bytes
File: "epa-hook.elc" 5588 bytes
File: "epa-ks.el" 12339 bytes
File: "epa-ks.elc" 25093 bytes
File: "epa-mail.el" 8995 bytes
File: "epa-mail.elc" 10678 bytes
File: "epa.el" 43694 bytes
File: "epa.elc" 45301 bytes
File: "epg-config.el" 11243 bytes
File: "epg-config.elc" 8992 bytes
File: "epg.el" 80670 bytes
File: "epg.elc" 173687 bytes
File: "expand.el" 13838 bytes
File: "expand.elc" 9354 bytes
File: "external-completion.el" 8364 bytes
File: "external-completion.elc" 4731 bytes
File: "ezimage.el" 9233 bytes
File: "ezimage.elc" 9485 bytes
File: "face-remap.el" 26680 bytes
File: "face-remap.elc" 23801 bytes
File: "facemenu.el" 37273 bytes
File: "facemenu.elc" 28283 bytes
File: "faces.el" 128023 bytes
File: "faces.elc" 101542 bytes
File: "ffap.el" 82313 bytes
File: "ffap.elc" 58019 bytes
File: "filecache.el" 25617 bytes
File: "filecache.elc" 16565 bytes
File: "fileloop.el" 9243 bytes
File: "fileloop.elc" 6372 bytes
File: "filenotify.el" 22517 bytes
File: "filenotify.elc" 29844 bytes
File: "files-x.el" 40137 bytes
File: "files-x.elc" 31749 bytes
File: "files.el" 400794 bytes
File: "files.elc" 292685 bytes
File: "filesets.el" 86421 bytes
File: "filesets.elc" 72466 bytes
File: "find-cmd.el" 8032 bytes
File: "find-cmd.elc" 4714 bytes
File: "find-dired.el" 16743 bytes
File: "find-dired.elc" 12221 bytes
File: "find-file.el" 32802 bytes
File: "find-file.elc" 18617 bytes
File: "find-lisp.el" 13717 bytes
File: "find-lisp.elc" 8606 bytes
File: "finder-inf.el" 46447 bytes
File: "finder.el" 17542 bytes
File: "finder.elc" 14755 bytes
File: "flow-ctrl.el" 5085 bytes
File: "flow-ctrl.elc" 1922 bytes
File: "foldout.el" 20514 bytes
File: "foldout.elc" 6887 bytes
File: "follow.el" 68495 bytes
File: "follow.elc" 41672 bytes
File: "font-core.el" 12317 bytes
File: "font-core.elc" 12416 bytes
File: "font-lock.el" 107092 bytes
File: "font-lock.elc" 66708 bytes
File: "format-spec.el" 8140 bytes
File: "format-spec.elc" 5180 bytes
File: "format.el" 43844 bytes
File: "format.elc" 27109 bytes
File: "forms.el" 68773 bytes
File: "forms.elc" 35638 bytes
File: "frame.el" 132404 bytes
File: "frame.elc" 104669 bytes
File: "frameset.el" 66637 bytes
File: "frameset.elc" 49842 bytes
File: "fringe.el" 12900 bytes
File: "fringe.elc" 10520 bytes
File: "generic-x.el" 48957 bytes
File: "generic-x.elc" 41861 bytes
File: "help-at-pt.el" 15240 bytes
File: "help-at-pt.elc" 11868 bytes
File: "help-fns.el" 105579 bytes
File: "help-fns.elc" 69284 bytes
File: "help-macro.el" 11463 bytes
File: "help-macro.elc" 4399 bytes
File: "help-mode.el" 39685 bytes
File: "help-mode.elc" 31107 bytes
File: "help.el" 105487 bytes
File: "help.elc" 68687 bytes
File: "hex-util.el" 2496 bytes
File: "hex-util.elc" 1086 bytes
File: "hexl.el" 46903 bytes
File: "hexl.elc" 41235 bytes
File: "hfy-cmap.el" 41038 bytes
File: "hfy-cmap.elc" 25831 bytes
File: "hi-lock.el" 39288 bytes
File: "hi-lock.elc" 33877 bytes
File: "hilit-chg.el" 37155 bytes
File: "hilit-chg.elc" 28762 bytes
File: "hippie-exp.el" 40176 bytes
File: "hippie-exp.elc" 21823 bytes
File: "hl-line.el" 12057 bytes
File: "hl-line.elc" 12841 bytes
File: "htmlfontify.el" 100823 bytes
File: "htmlfontify.elc" 65950 bytes
File: "ibuf-ext.el" 74235 bytes
File: "ibuf-ext.elc" 80961 bytes
File: "ibuf-macs.el" 14042 bytes
File: "ibuf-macs.elc" 12879 bytes
File: "ibuffer-loaddefs.el" 13179 bytes
File: "ibuffer-loaddefs.elc" 13716 bytes
File: "ibuffer.el" 99346 bytes
File: "ibuffer.elc" 95278 bytes
File: "icomplete.el" 50277 bytes
File: "icomplete.elc" 38060 bytes
File: "ido.el" 180447 bytes
File: "ido.elc" 130526 bytes
File: "ielm.el" 28153 bytes
File: "ielm.elc" 21990 bytes
File: "iimage.el" 5299 bytes
File: "iimage.elc" 5420 bytes
File: "image-file.el" 7630 bytes
File: "image-file.elc" 7133 bytes
File: "image-mode.el" 66339 bytes
File: "image-mode.elc" 51720 bytes
File: "image.el" 65630 bytes
File: "image.elc" 48063 bytes
File: "imenu.el" 38239 bytes
File: "imenu.elc" 28606 bytes
File: "indent-aux.el" 2587 bytes
File: "indent-aux.elc" 3978 bytes
File: "indent.el" 32331 bytes
File: "indent.elc" 25445 bytes
File: "info-look.el" 48829 bytes
File: "info-look.elc" 33614 bytes
File: "info-xref.el" 22693 bytes
File: "info-xref.elc" 16562 bytes
File: "info.el" 229517 bytes
File: "info.elc" 156285 bytes
File: "informat.el" 17300 bytes
File: "informat.elc" 9572 bytes
File: "isearch.el" 201118 bytes
File: "isearch.elc" 178023 bytes
File: "isearchb.el" 8065 bytes
File: "isearchb.elc" 4443 bytes
File: "jit-lock.el" 34432 bytes
File: "jit-lock.elc" 24951 bytes
File: "jka-cmpr-hook.el" 15620 bytes
File: "jka-cmpr-hook.elc" 14333 bytes
File: "jka-compr.el" 26480 bytes
File: "jka-compr.elc" 12168 bytes
File: "json.el" 31363 bytes
File: "json.elc" 28251 bytes
File: "jsonrpc.el" 51070 bytes
File: "jsonrpc.elc" 47576 bytes
File: "kermit.el" 6633 bytes
File: "kermit.elc" 2723 bytes
File: "keymap.el" 30371 bytes
File: "keymap.elc" 25191 bytes
File: "kmacro.el" 75595 bytes
File: "kmacro.elc" 60327 bytes
File: "ldefs-boot.el" 1526051 bytes
File: "loaddefs.el" 1526029 bytes
File: "loaddefs.elc" 1493935 bytes
File: "loadhist.el" 14052 bytes
File: "loadhist.elc" 9789 bytes
File: "loadup.el" 28916 bytes
File: "locate.el" 26115 bytes
File: "locate.elc" 19756 bytes
File: "lpr.el" 12965 bytes
File: "lpr.elc" 9749 bytes
File: "ls-lisp.el" 38172 bytes
File: "ls-lisp.elc" 23565 bytes
File: "macros.el" 8813 bytes
File: "macros.elc" 6084 bytes
File: "man.el" 82388 bytes
File: "man.elc" 62229 bytes
File: "master.el" 4825 bytes
File: "master.elc" 4863 bytes
File: "mb-depth.el" 3467 bytes
File: "mb-depth.elc" 4505 bytes
File: "md4.el" 8905 bytes
File: "md4.elc" 8385 bytes
File: "menu-bar.el" 130687 bytes
File: "menu-bar.elc" 102459 bytes
File: "midnight.el" 10029 bytes
File: "midnight.elc" 10867 bytes
File: "minibuf-eldef.el" 8480 bytes
File: "minibuf-eldef.elc" 7070 bytes
File: "minibuffer.el" 247129 bytes
File: "minibuffer.elc" 158395 bytes
File: "misc.el" 12440 bytes
File: "misc.elc" 8786 bytes
File: "misearch.el" 23243 bytes
File: "misearch.elc" 17386 bytes
File: "mouse-copy.el" 8617 bytes
File: "mouse-copy.elc" 3097 bytes
File: "mouse-drag.el" 13007 bytes
File: "mouse-drag.elc" 6291 bytes
File: "mouse.el" 164553 bytes
File: "mouse.elc" 96268 bytes
File: "mpc.el" 119738 bytes
File: "mpc.elc" 79825 bytes
File: "msb.el" 38799 bytes
File: "msb.elc" 27785 bytes
File: "mwheel.el" 21379 bytes
File: "mwheel.elc" 17520 bytes
File: "newcomment.el" 65717 bytes
File: "newcomment.elc" 40197 bytes
File: "notifications.el" 17493 bytes
File: "notifications.elc" 13117 bytes
File: "novice.el" 6919 bytes
File: "novice.elc" 3606 bytes
File: "obarray.el" 1891 bytes
File: "obarray.elc" 1077 bytes
File: "outline.el" 82270 bytes
File: "outline.elc" 69200 bytes
File: "paren.el" 21735 bytes
File: "paren.elc" 17428 bytes
File: "password-cache.el" 4175 bytes
File: "password-cache.elc" 2624 bytes
File: "pcmpl-cvs.el" 7000 bytes
File: "pcmpl-cvs.elc" 6029 bytes
File: "pcmpl-git.el" 4772 bytes
File: "pcmpl-git.elc" 3420 bytes
File: "pcmpl-gnu.el" 14783 bytes
File: "pcmpl-gnu.elc" 12980 bytes
File: "pcmpl-linux.el" 6889 bytes
File: "pcmpl-linux.elc" 5561 bytes
File: "pcmpl-rpm.el" 13550 bytes
File: "pcmpl-rpm.elc" 13071 bytes
File: "pcmpl-unix.el" 22223 bytes
File: "pcmpl-unix.elc" 24050 bytes
File: "pcmpl-x.el" 12837 bytes
File: "pcmpl-x.elc" 11156 bytes
File: "pcomplete.el" 62592 bytes
File: "pcomplete.elc" 45768 bytes
File: "pgtk-dnd.el" 17927 bytes
File: "pgtk-dnd.elc" 12161 bytes
File: "pixel-scroll.el" 37512 bytes
File: "pixel-scroll.elc" 28319 bytes
File: "plstore.el" 27121 bytes
File: "plstore.elc" 16083 bytes
File: "printing.el" 214264 bytes
File: "printing.elc" 157770 bytes
File: "proced.el" 99535 bytes
File: "proced.elc" 76717 bytes
File: "profiler.el" 33155 bytes
File: "profiler.elc" 42775 bytes
File: "ps-bdf.el" 16074 bytes
File: "ps-bdf.elc" 12993 bytes
File: "ps-mule.el" 44231 bytes
File: "ps-mule.elc" 36043 bytes
File: "ps-print-loaddefs.el" 2710 bytes
File: "ps-print-loaddefs.elc" 2550 bytes
File: "ps-print.el" 228313 bytes
File: "ps-print.elc" 145960 bytes
File: "ps-samp.el" 10137 bytes
File: "ps-samp.elc" 4879 bytes
File: "recentf.el" 53362 bytes
File: "recentf.elc" 50230 bytes
File: "rect.el" 39258 bytes
File: "rect.elc" 28794 bytes
File: "register.el" 43994 bytes
File: "register.elc" 56377 bytes
File: "registry.el" 14218 bytes
File: "registry.elc" 10118 bytes
File: "repeat.el" 31387 bytes
File: "repeat.elc" 18694 bytes
File: "replace.el" 138976 bytes
File: "replace.elc" 98921 bytes
File: "reposition.el" 7767 bytes
File: "reposition.elc" 2476 bytes
File: "reveal.el" 10450 bytes
File: "reveal.elc" 8574 bytes
File: "rfn-eshadow.el" 9323 bytes
File: "rfn-eshadow.elc" 7947 bytes
File: "rot13.el" 4528 bytes
File: "rot13.elc" 2535 bytes
File: "rtree.el" 8464 bytes
File: "rtree.elc" 3731 bytes
File: "ruler-mode.el" 29322 bytes
File: "ruler-mode.elc" 23233 bytes
File: "savehist.el" 14133 bytes
File: "savehist.elc" 11973 bytes
File: "saveplace.el" 18784 bytes
File: "saveplace.elc" 16115 bytes
File: "scroll-all.el" 4236 bytes
File: "scroll-all.elc" 4921 bytes
File: "scroll-bar.el" 18224 bytes
File: "scroll-bar.elc" 17559 bytes
File: "scroll-lock.el" 5114 bytes
File: "scroll-lock.elc" 5516 bytes
File: "select.el" 39859 bytes
File: "select.elc" 31406 bytes
File: "server.el" 86895 bytes
File: "server.elc" 58174 bytes
File: "ses.el" 162946 bytes
File: "ses.elc" 133346 bytes
File: "shadowfile.el" 32036 bytes
File: "shadowfile.elc" 32796 bytes
File: "shell.el" 76239 bytes
File: "shell.elc" 62838 bytes
File: "simple.el" 480834 bytes
File: "simple.elc" 390103 bytes
File: "skeleton.el" 24051 bytes
File: "skeleton.elc" 16082 bytes
File: "so-long.el" 96526 bytes
File: "so-long.elc" 53995 bytes
File: "sort.el" 24978 bytes
File: "sort.elc" 15684 bytes
File: "soundex.el" 2456 bytes
File: "soundex.elc" 824 bytes
File: "speedbar.el" 151271 bytes
File: "speedbar.elc" 118903 bytes
File: "sqlite-mode.el" 8150 bytes
File: "sqlite-mode.elc" 7299 bytes
File: "sqlite.el" 1965 bytes
File: "sqlite.elc" 881 bytes
File: "startup.el" 126919 bytes
File: "startup.elc" 75637 bytes
File: "strokes.el" 67789 bytes
File: "strokes.elc" 46146 bytes
File: "subdirs.el" 492 bytes
File: "subr.el" 313209 bytes
File: "subr.elc" 252221 bytes
File: "svg.el" 16018 bytes
File: "svg.elc" 12509 bytes
File: "t-mouse.el" 3492 bytes
File: "t-mouse.elc" 4179 bytes
File: "tab-bar.el" 124398 bytes
File: "tab-bar.elc" 102942 bytes
File: "tab-line.el" 52453 bytes
File: "tab-line.elc" 48720 bytes
File: "tabify.el" 4244 bytes
File: "tabify.elc" 1883 bytes
File: "talk.el" 4333 bytes
File: "talk.elc" 2656 bytes
File: "tar-mode.el" 64754 bytes
File: "tar-mode.elc" 64358 bytes
File: "tempo.el" 26957 bytes
File: "tempo.elc" 20022 bytes
File: "term.el" 192045 bytes
File: "term.elc" 118440 bytes
File: "theme-loaddefs.el" 5596 bytes
File: "thingatpt.el" 33622 bytes
File: "thingatpt.elc" 24205 bytes
File: "thread.el" 7500 bytes
File: "thread.elc" 7730 bytes
File: "time-stamp.el" 38067 bytes
File: "time-stamp.elc" 21749 bytes
File: "time.el" 24148 bytes
File: "time.elc" 25598 bytes
File: "timezone.el" 15986 bytes
File: "timezone.elc" 10525 bytes
File: "tmm.el" 20633 bytes
File: "tmm.elc" 12194 bytes
File: "tool-bar.el" 26385 bytes
File: "tool-bar.elc" 21543 bytes
File: "tooltip.el" 15110 bytes
File: "tooltip.elc" 14437 bytes
File: "touch-screen.el" 101117 bytes
File: "touch-screen.elc" 39379 bytes
File: "transient.el" 182728 bytes
File: "transient.elc" 185003 bytes
File: "tree-widget.el" 30005 bytes
File: "tree-widget.elc" 20660 bytes
File: "treesit.el" 173008 bytes
File: "treesit.elc" 122704 bytes
File: "tutorial.el" 38737 bytes
File: "tutorial.elc" 22480 bytes
File: "type-break.el" 46774 bytes
File: "type-break.elc" 39740 bytes
File: "uniquify.el" 22752 bytes
File: "uniquify.elc" 19268 bytes
File: "userlock.el" 8936 bytes
File: "userlock.elc" 6475 bytes
File: "vcursor.el" 43918 bytes
File: "vcursor.elc" 24459 bytes
File: "version.el" 9563 bytes
File: "version.elc" 8695 bytes
File: "view.el" 37897 bytes
File: "view.elc" 33943 bytes
File: "visual-wrap.el" 8165 bytes
File: "visual-wrap.elc" 9685 bytes
File: "w32-fns.el" 15835 bytes
File: "w32-fns.elc" 10448 bytes
File: "w32-vars.el" 6417 bytes
File: "w32-vars.elc" 5150 bytes
File: "wdired.el" 44205 bytes
File: "wdired.elc" 28867 bytes
File: "which-key.el" 120115 bytes
File: "which-key.elc" 116238 bytes
File: "whitespace.el" 99868 bytes
File: "whitespace.elc" 83063 bytes
File: "wid-browse.el" 7448 bytes
File: "wid-browse.elc" 9772 bytes
File: "wid-edit.el" 154255 bytes
File: "wid-edit.elc" 115846 bytes
File: "widget.el" 3936 bytes
File: "widget.elc" 1264 bytes
File: "windmove.el" 36912 bytes
File: "windmove.elc" 27956 bytes
File: "window-tool-bar.el" 21402 bytes
File: "window-tool-bar.elc" 18065 bytes
File: "window.el" 467710 bytes
File: "window.elc" 335415 bytes
File: "winner.el" 14591 bytes
File: "winner.elc" 12811 bytes
File: "woman.el" 175790 bytes
File: "woman.elc" 112999 bytes
File: "x-dnd.el" 75107 bytes
File: "x-dnd.elc" 46347 bytes
File: "xdg.el" 15731 bytes
File: "xdg.elc" 12859 bytes
File: "xml.el" 40624 bytes
File: "xml.elc" 25629 bytes
File: "xt-mouse.el" 22474 bytes
File: "xt-mouse.elc" 15262 bytes
File: "xwidget.el" 54858 bytes
File: "xwidget.elc" 49527 bytes
File: "yank-media.el" 7601 bytes
File: "yank-media.elc" 4594 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\calc\"
File: "calc-aent.el" 43794 bytes
File: "calc-aent.elc" 26771 bytes
File: "calc-alg.el" 67374 bytes
File: "calc-alg.elc" 50101 bytes
File: "calc-arith.el" 96787 bytes
File: "calc-arith.elc" 83674 bytes
File: "calc-bin.el" 21693 bytes
File: "calc-bin.elc" 18077 bytes
File: "calc-comb.el" 35335 bytes
File: "calc-comb.elc" 29476 bytes
File: "calc-cplx.el" 10064 bytes
File: "calc-cplx.elc" 8230 bytes
File: "calc-embed.el" 51037 bytes
File: "calc-embed.elc" 29630 bytes
File: "calc-ext.el" 129766 bytes
File: "calc-ext.elc" 109072 bytes
File: "calc-fin.el" 13371 bytes
File: "calc-fin.elc" 11877 bytes
File: "calc-forms.el" 85059 bytes
File: "calc-forms.elc" 57666 bytes
File: "calc-frac.el" 6808 bytes
File: "calc-frac.elc" 6202 bytes
File: "calc-funcs.el" 33105 bytes
File: "calc-funcs.elc" 26503 bytes
File: "calc-graph.el" 56427 bytes
File: "calc-graph.elc" 36271 bytes
File: "calc-help.el" 26760 bytes
File: "calc-help.elc" 21981 bytes
File: "calc-incom.el" 7273 bytes
File: "calc-incom.elc" 4990 bytes
File: "calc-keypd.el" 21161 bytes
File: "calc-keypd.elc" 15234 bytes
File: "calc-lang.el" 88173 bytes
File: "calc-lang.elc" 60569 bytes
File: "calc-loaddefs.el" 9081 bytes
File: "calc-loaddefs.elc" 9128 bytes
File: "calc-macs.el" 4677 bytes
File: "calc-macs.elc" 6898 bytes
File: "calc-map.el" 41012 bytes
File: "calc-map.elc" 29254 bytes
File: "calc-math.el" 69088 bytes
File: "calc-math.elc" 60167 bytes
File: "calc-menu.el" 62508 bytes
File: "calc-menu.elc" 39313 bytes
File: "calc-misc.el" 30001 bytes
File: "calc-misc.elc" 22491 bytes
File: "calc-mode.el" 22112 bytes
File: "calc-mode.elc" 21910 bytes
File: "calc-mtx.el" 10812 bytes
File: "calc-mtx.elc" 6941 bytes
File: "calc-nlfit.el" 30198 bytes
File: "calc-nlfit.elc" 13364 bytes
File: "calc-poly.el" 39885 bytes
File: "calc-poly.elc" 25381 bytes
File: "calc-prog.el" 74333 bytes
File: "calc-prog.elc" 53057 bytes
File: "calc-rewr.el" 74593 bytes
File: "calc-rewr.elc" 40561 bytes
File: "calc-rules.el" 17745 bytes
File: "calc-rules.elc" 17479 bytes
File: "calc-sel.el" 27926 bytes
File: "calc-sel.elc" 20311 bytes
File: "calc-stat.el" 18207 bytes
File: "calc-stat.elc" 14191 bytes
File: "calc-store.el" 23268 bytes
File: "calc-store.elc" 18729 bytes
File: "calc-stuff.el" 9623 bytes
File: "calc-stuff.elc" 7620 bytes
File: "calc-trail.el" 4897 bytes
File: "calc-trail.elc" 4459 bytes
File: "calc-undo.el" 4629 bytes
File: "calc-undo.elc" 3052 bytes
File: "calc-units.el" 78902 bytes
File: "calc-units.elc" 56183 bytes
File: "calc-vec.el" 50871 bytes
File: "calc-vec.elc" 40850 bytes
File: "calc-yank.el" 28615 bytes
File: "calc-yank.elc" 21649 bytes
File: "calc.el" 128366 bytes
File: "calc.elc" 106140 bytes
File: "calcalg2.el" 129014 bytes
File: "calcalg2.elc" 82495 bytes
File: "calcalg3.el" 66038 bytes
File: "calcalg3.elc" 42283 bytes
File: "calccomp.el" 63727 bytes
File: "calccomp.elc" 35840 bytes
File: "calcsel2.el" 9405 bytes
File: "calcsel2.elc" 5696 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\calendar\"
File: "appt.el" 32700 bytes
File: "appt.elc" 18623 bytes
File: "cal-bahai.el" 14608 bytes
File: "cal-bahai.elc" 12198 bytes
File: "cal-china.el" 36001 bytes
File: "cal-china.elc" 31597 bytes
File: "cal-coptic.el" 10643 bytes
File: "cal-coptic.elc" 8766 bytes
File: "cal-dst.el" 20639 bytes
File: "cal-dst.elc" 17911 bytes
File: "cal-french.el" 19611 bytes
File: "cal-french.elc" 15339 bytes
File: "cal-hebrew.el" 53642 bytes
File: "cal-hebrew.elc" 47655 bytes
File: "cal-html.el" 17474 bytes
File: "cal-html.elc" 16544 bytes
File: "cal-islam.el" 14406 bytes
File: "cal-islam.elc" 12578 bytes
File: "cal-iso.el" 5949 bytes
File: "cal-iso.elc" 6317 bytes
File: "cal-julian.el" 8592 bytes
File: "cal-julian.elc" 7813 bytes
File: "cal-loaddefs.el" 29374 bytes
File: "cal-loaddefs.elc" 30319 bytes
File: "cal-mayan.el" 15219 bytes
File: "cal-mayan.elc" 17732 bytes
File: "cal-menu.el" 12279 bytes
File: "cal-menu.elc" 9649 bytes
File: "cal-move.el" 16113 bytes
File: "cal-move.elc" 14096 bytes
File: "cal-persia.el" 8502 bytes
File: "cal-persia.elc" 6180 bytes
File: "cal-tex.el" 71712 bytes
File: "cal-tex.elc" 74133 bytes
File: "cal-x.el" 5808 bytes
File: "cal-x.elc" 4455 bytes
File: "calendar.el" 119970 bytes
File: "calendar.elc" 102559 bytes
File: "diary-lib.el" 119226 bytes
File: "diary-lib.elc" 104782 bytes
File: "diary-loaddefs.el" 9590 bytes
File: "diary-loaddefs.elc" 9319 bytes
File: "holiday-loaddefs.el" 4419 bytes
File: "holiday-loaddefs.elc" 4207 bytes
File: "holidays.el" 34610 bytes
File: "holidays.elc" 32912 bytes
File: "icalendar.el" 112668 bytes
File: "icalendar.elc" 58898 bytes
File: "iso8601.el" 16477 bytes
File: "iso8601.elc" 9588 bytes
File: "lunar.el" 19852 bytes
File: "lunar.elc" 12363 bytes
File: "parse-time.el" 8442 bytes
File: "parse-time.elc" 5861 bytes
File: "solar.el" 44413 bytes
File: "solar.elc" 38254 bytes
File: "time-date.el" 23648 bytes
File: "time-date.elc" 15771 bytes
File: "timeclock.el" 50192 bytes
File: "timeclock.elc" 48919 bytes
File: "todo-mode.el" 274015 bytes
File: "todo-mode.elc" 201122 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\"
File: "cedet-cscope.el" 5600 bytes
File: "cedet-cscope.elc" 4153 bytes
File: "cedet-files.el" 4177 bytes
File: "cedet-files.elc" 2040 bytes
File: "cedet-global.el" 6727 bytes
File: "cedet-global.elc" 5082 bytes
File: "cedet-idutils.el" 6568 bytes
File: "cedet-idutils.elc" 5012 bytes
File: "cedet.el" 4927 bytes
File: "cedet.elc" 3489 bytes
File: "data-debug.el" 35400 bytes
File: "data-debug.elc" 27351 bytes
File: "ede.el" 55549 bytes
File: "ede.elc" 47228 bytes
File: "mode-local.el" 35253 bytes
File: "mode-local.elc" 32057 bytes
File: "pulse.el" 8366 bytes
File: "pulse.elc" 5462 bytes
File: "semantic.el" 46782 bytes
File: "semantic.elc" 43424 bytes
File: "srecode.el" 1923 bytes
File: "srecode.elc" 534 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\ede\"
File: "auto.el" 12550 bytes
File: "auto.elc" 10836 bytes
File: "autoconf-edit.el" 14867 bytes
File: "autoconf-edit.elc" 11424 bytes
File: "base.el" 22599 bytes
File: "base.elc" 23168 bytes
File: "config.el" 14979 bytes
File: "config.elc" 25972 bytes
File: "cpp-root.el" 18420 bytes
File: "cpp-root.elc" 11631 bytes
File: "custom.el" 8002 bytes
File: "custom.elc" 5107 bytes
File: "detect.el" 6789 bytes
File: "detect.elc" 3532 bytes
File: "dired.el" 3125 bytes
File: "dired.elc" 3690 bytes
File: "emacs.el" 7988 bytes
File: "emacs.elc" 10553 bytes
File: "files.el" 20404 bytes
File: "files.elc" 13073 bytes
File: "generic.el" 13442 bytes
File: "generic.elc" 21455 bytes
File: "linux.el" 13304 bytes
File: "linux.elc" 14441 bytes
File: "loaddefs.el" 4848 bytes
File: "loaddefs.elc" 4476 bytes
File: "locate.el" 12380 bytes
File: "locate.elc" 15052 bytes
File: "make.el" 3211 bytes
File: "make.elc" 1974 bytes
File: "makefile-edit.el" 4079 bytes
File: "makefile-edit.elc" 2378 bytes
File: "pconf.el" 7278 bytes
File: "pconf.elc" 4760 bytes
File: "pmake.el" 24125 bytes
File: "pmake.elc" 18395 bytes
File: "proj-archive.el" 2335 bytes
File: "proj-archive.elc" 3175 bytes
File: "proj-aux.el" 1584 bytes
File: "proj-aux.elc" 1839 bytes
File: "proj-comp.el" 12706 bytes
File: "proj-comp.elc" 15734 bytes
File: "proj-elisp.el" 15263 bytes
File: "proj-elisp.elc" 16941 bytes
File: "proj-info.el" 6508 bytes
File: "proj-info.elc" 7091 bytes
File: "proj-misc.el" 3073 bytes
File: "proj-misc.elc" 3246 bytes
File: "proj-obj.el" 9317 bytes
File: "proj-obj.elc" 10621 bytes
File: "proj-prog.el" 4831 bytes
File: "proj-prog.elc" 6270 bytes
File: "proj-scheme.el" 1651 bytes
File: "proj-scheme.elc" 1796 bytes
File: "proj-shared.el" 7054 bytes
File: "proj-shared.elc" 6586 bytes
File: "proj.el" 27602 bytes
File: "proj.elc" 26463 bytes
File: "project-am.el" 35416 bytes
File: "project-am.elc" 43922 bytes
File: "shell.el" 2904 bytes
File: "shell.elc" 1316 bytes
File: "simple.el" 4131 bytes
File: "simple.elc" 4621 bytes
File: "source.el" 6049 bytes
File: "source.elc" 5109 bytes
File: "speedbar.el" 12631 bytes
File: "speedbar.elc" 9928 bytes
File: "srecode.el" 3299 bytes
File: "srecode.elc" 1798 bytes
File: "system.el" 4777 bytes
File: "system.elc" 2600 bytes
File: "util.el" 3593 bytes
File: "util.elc" 2228 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\"
File: "analyze.el" 32245 bytes
File: "analyze.elc" 29533 bytes
File: "bovine.el" 12827 bytes
File: "bovine.elc" 4534 bytes
File: "chart.el" 5530 bytes
File: "chart.elc" 4080 bytes
File: "complete.el" 86711 bytes
File: "complete.elc" 77886 bytes
File: "ctxt.el" 25100 bytes
File: "ctxt.elc" 34835 bytes
File: "db-debug.el" 3488 bytes
File: "db-debug.elc" 2331 bytes
File: "db-ebrowse.el" 23619 bytes
File: "db-ebrowse.elc" 22338 bytes
File: "db-el.el" 12946 bytes
File: "db-el.elc" 15225 bytes
File: "db-file.el" 16721 bytes
File: "db-file.elc" 14629 bytes
File: "db-find.el" 54552 bytes
File: "db-find.elc" 42318 bytes
File: "db-global.el" 8791 bytes
File: "db-global.elc" 10462 bytes
File: "db-javascript.el" 11257 bytes
File: "db-javascript.elc" 12683 bytes
File: "db-mode.el" 7498 bytes
File: "db-mode.elc" 6899 bytes
File: "db-ref.el" 5859 bytes
File: "db-ref.elc" 4756 bytes
File: "db-typecache.el" 21439 bytes
File: "db-typecache.elc" 18107 bytes
File: "db.el" 40186 bytes
File: "db.elc" 40191 bytes
File: "debug.el" 18819 bytes
File: "debug.elc" 17781 bytes
File: "decorate.el" 10989 bytes
File: "decorate.elc" 8132 bytes
File: "dep.el" 8021 bytes
File: "dep.elc" 6961 bytes
File: "doc.el" 5420 bytes
File: "doc.elc" 3783 bytes
File: "ede-grammar.el" 7750 bytes
File: "ede-grammar.elc" 9905 bytes
File: "edit.el" 38896 bytes
File: "edit.elc" 19894 bytes
File: "find.el" 27435 bytes
File: "find.elc" 23504 bytes
File: "format.el" 27209 bytes
File: "format.elc" 32546 bytes
File: "fw.el" 17407 bytes
File: "fw.elc" 12262 bytes
File: "grammar-wy.el" 12025 bytes
File: "grammar-wy.elc" 50778 bytes
File: "grammar.el" 74125 bytes
File: "grammar.elc" 78897 bytes
File: "grm-wy-boot.el" 12025 bytes
File: "grm-wy-boot.elc" 50772 bytes
File: "html.el" 8753 bytes
File: "html.elc" 7178 bytes
File: "ia-sb.el" 11873 bytes
File: "ia-sb.elc" 9554 bytes
File: "ia.el" 17322 bytes
File: "ia.elc" 11119 bytes
File: "idle.el" 47760 bytes
File: "idle.elc" 64554 bytes
File: "imenu.el" 19318 bytes
File: "imenu.elc" 11973 bytes
File: "java.el" 16794 bytes
File: "java.elc" 16855 bytes
File: "lex-spp.el" 48230 bytes
File: "lex-spp.elc" 32809 bytes
File: "lex.el" 70595 bytes
File: "lex.elc" 72772 bytes
File: "loaddefs.el" 58547 bytes
File: "loaddefs.elc" 57654 bytes
File: "mru-bookmark.el" 13698 bytes
File: "mru-bookmark.elc" 16614 bytes
File: "sb.el" 15064 bytes
File: "sb.elc" 11229 bytes
File: "scope.el" 31452 bytes
File: "scope.elc" 23951 bytes
File: "senator.el" 32537 bytes
File: "senator.elc" 29888 bytes
File: "sort.el" 20510 bytes
File: "sort.elc" 17834 bytes
File: "symref.el" 21796 bytes
File: "symref.elc" 16620 bytes
File: "tag-file.el" 7680 bytes
File: "tag-file.elc" 5291 bytes
File: "tag-ls.el" 17415 bytes
File: "tag-ls.elc" 22813 bytes
File: "tag-write.el" 5493 bytes
File: "tag-write.elc" 3538 bytes
File: "tag.el" 50566 bytes
File: "tag.elc" 57405 bytes
File: "texi.el" 24502 bytes
File: "texi.elc" 17439 bytes
File: "util-modes.el" 36755 bytes
File: "util-modes.elc" 51086 bytes
File: "util.el" 16089 bytes
File: "util.elc" 12603 bytes
File: "wisent.el" 13175 bytes
File: "wisent.elc" 7696 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\analyze\"
File: "complete.el" 9813 bytes
File: "complete.elc" 7470 bytes
File: "debug.el" 19233 bytes
File: "debug.elc" 17047 bytes
File: "fcn.el" 11792 bytes
File: "fcn.elc" 9858 bytes
File: "refs.el" 12683 bytes
File: "refs.elc" 10120 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\bovine\"
File: "c-by.el" 46546 bytes
File: "c-by.elc" 32958 bytes
File: "c.el" 83230 bytes
File: "c.elc" 96262 bytes
File: "debug.el" 4773 bytes
File: "debug.elc" 6867 bytes
File: "el.el" 30075 bytes
File: "el.elc" 35557 bytes
File: "gcc.el" 10282 bytes
File: "gcc.elc" 4629 bytes
File: "grammar.el" 21964 bytes
File: "grammar.elc" 18732 bytes
File: "make-by.el" 8052 bytes
File: "make-by.elc" 5083 bytes
File: "make.el" 8529 bytes
File: "make.elc" 14655 bytes
File: "scm-by.el" 5602 bytes
File: "scm-by.elc" 3623 bytes
File: "scm.el" 4106 bytes
File: "scm.elc" 8406 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\decorate\"
File: "include.el" 30529 bytes
File: "include.elc" 31186 bytes
File: "mode.el" 21285 bytes
File: "mode.elc" 33015 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\symref\"
File: "cscope.el" 3562 bytes
File: "cscope.elc" 3100 bytes
File: "filter.el" 5794 bytes
File: "filter.elc" 4088 bytes
File: "global.el" 2821 bytes
File: "global.elc" 2790 bytes
File: "grep.el" 8564 bytes
File: "grep.elc" 6257 bytes
File: "idutils.el" 2970 bytes
File: "idutils.elc" 2903 bytes
File: "list.el" 17834 bytes
File: "list.elc" 15361 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\semantic\wisent\"
File: "comp.el" 127398 bytes
File: "comp.elc" 103394 bytes
File: "grammar.el" 23120 bytes
File: "grammar.elc" 25053 bytes
File: "java-tags.el" 4709 bytes
File: "java-tags.elc" 3534 bytes
File: "javascript.el" 5842 bytes
File: "javascript.elc" 5431 bytes
File: "javat-wy.el" 19119 bytes
File: "javat-wy.elc" 82334 bytes
File: "js-wy.el" 18078 bytes
File: "js-wy.elc" 127150 bytes
File: "python-wy.el" 21942 bytes
File: "python-wy.elc" 142541 bytes
File: "python.el" 22972 bytes
File: "python.elc" 25710 bytes
File: "wisent.el" 18429 bytes
File: "wisent.elc" 14126 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\cedet\srecode\"
File: "args.el" 8510 bytes
File: "args.elc" 4385 bytes
File: "compile.el" 21089 bytes
File: "compile.elc" 16168 bytes
File: "cpp.el" 7976 bytes
File: "cpp.elc" 4895 bytes
File: "ctxt.el" 8567 bytes
File: "ctxt.elc" 5631 bytes
File: "dictionary.el" 22346 bytes
File: "dictionary.elc" 20762 bytes
File: "document.el" 26872 bytes
File: "document.elc" 18399 bytes
File: "el.el" 3573 bytes
File: "el.elc" 2272 bytes
File: "expandproto.el" 3913 bytes
File: "expandproto.elc" 1962 bytes
File: "extract.el" 8393 bytes
File: "extract.elc" 6624 bytes
File: "fields.el" 14546 bytes
File: "fields.elc" 15890 bytes
File: "filters.el" 1910 bytes
File: "filters.elc" 586 bytes
File: "find.el" 9951 bytes
File: "find.elc" 7162 bytes
File: "getset.el" 11217 bytes
File: "getset.elc" 7372 bytes
File: "insert.el" 39504 bytes
File: "insert.elc" 42898 bytes
File: "java.el" 2976 bytes
File: "java.elc" 1335 bytes
File: "loaddefs.el" 7382 bytes
File: "loaddefs.elc" 7061 bytes
File: "map.el" 13554 bytes
File: "map.elc" 10657 bytes
File: "mode.el" 12259 bytes
File: "mode.elc" 12729 bytes
File: "semantic.el" 14477 bytes
File: "semantic.elc" 11479 bytes
File: "srt-mode.el" 24089 bytes
File: "srt-mode.elc" 23257 bytes
File: "srt-wy.el" 9081 bytes
File: "srt-wy.elc" 30676 bytes
File: "srt.el" 3744 bytes
File: "srt.elc" 2476 bytes
File: "table.el" 9916 bytes
File: "table.elc" 9700 bytes
File: "template.el" 2288 bytes
File: "template.elc" 1427 bytes
File: "texi.el" 9926 bytes
File: "texi.elc" 8474 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\emacs-lisp\"
File: "advice.el" 138996 bytes
File: "advice.elc" 54484 bytes
File: "avl-tree.el" 23830 bytes
File: "avl-tree.elc" 28309 bytes
File: "backquote.el" 9635 bytes
File: "backquote.elc" 4279 bytes
File: "backtrace.el" 37751 bytes
File: "backtrace.elc" 41529 bytes
File: "benchmark.el" 7202 bytes
File: "benchmark.elc" 4901 bytes
File: "bindat.el" 35968 bytes
File: "bindat.elc" 31494 bytes
File: "byte-opt.el" 136087 bytes
File: "byte-opt.elc" 61334 bytes
File: "byte-run.el" 31916 bytes
File: "byte-run.elc" 22433 bytes
File: "bytecomp.el" 256022 bytes
File: "bytecomp.elc" 187795 bytes
File: "cconv.el" 43409 bytes
File: "cconv.elc" 24707 bytes
File: "chart.el" 27013 bytes
File: "chart.elc" 28002 bytes
File: "check-declare.el" 15389 bytes
File: "check-declare.elc" 9075 bytes
File: "checkdoc.el" 116689 bytes
File: "checkdoc.elc" 82028 bytes
File: "cl-extra.el" 33325 bytes
File: "cl-extra.elc" 30144 bytes
File: "cl-generic.el" 66312 bytes
File: "cl-generic.elc" 67037 bytes
File: "cl-indent.el" 35017 bytes
File: "cl-indent.elc" 17954 bytes
File: "cl-lib.el" 21989 bytes
File: "cl-lib.elc" 21052 bytes
File: "cl-loaddefs.el" 49143 bytes
File: "cl-loaddefs.elc" 49868 bytes
File: "cl-macs.el" 159966 bytes
File: "cl-macs.elc" 100086 bytes
File: "cl-preloaded.el" 22745 bytes
File: "cl-preloaded.elc" 45684 bytes
File: "cl-print.el" 27125 bytes
File: "cl-print.elc" 18296 bytes
File: "cl-seq.el" 43142 bytes
File: "cl-seq.elc" 38631 bytes
File: "comp-common.el" 23553 bytes
File: "comp-common.elc" 21344 bytes
File: "comp-cstr.el" 48799 bytes
File: "comp-cstr.elc" 81095 bytes
File: "comp-run.el" 21985 bytes
File: "comp-run.elc" 14691 bytes
File: "comp.el" 154198 bytes
File: "comp.elc" 383521 bytes
File: "compat.el" 3981 bytes
File: "compat.elc" 743 bytes
File: "copyright.el" 14654 bytes
File: "copyright.elc" 10632 bytes
File: "crm.el" 13308 bytes
File: "crm.elc" 7530 bytes
File: "cursor-sensor.el" 10243 bytes
File: "cursor-sensor.elc" 7541 bytes
File: "debug-early.el" 5027 bytes
File: "debug-early.elc" 2602 bytes
File: "debug.el" 34032 bytes
File: "debug.elc" 38333 bytes
File: "derived.el" 15254 bytes
File: "derived.elc" 8865 bytes
File: "disass.el" 11869 bytes
File: "disass.elc" 7232 bytes
File: "easy-mmode.el" 35738 bytes
File: "easy-mmode.elc" 23655 bytes
File: "easymenu.el" 28163 bytes
File: "easymenu.elc" 19160 bytes
File: "edebug.el" 174496 bytes
File: "edebug.elc" 129961 bytes
File: "eieio-base.el" 18930 bytes
File: "eieio-base.elc" 17774 bytes
File: "eieio-core.el" 45057 bytes
File: "eieio-core.elc" 40704 bytes
File: "eieio-custom.el" 17254 bytes
File: "eieio-custom.elc" 15882 bytes
File: "eieio-datadebug.el" 4706 bytes
File: "eieio-datadebug.elc" 2979 bytes
File: "eieio-opt.el" 11589 bytes
File: "eieio-opt.elc" 9098 bytes
File: "eieio-speedbar.el" 15741 bytes
File: "eieio-speedbar.elc" 13081 bytes
File: "eieio.el" 40309 bytes
File: "eieio.elc" 35287 bytes
File: "eldoc.el" 44314 bytes
File: "eldoc.elc" 38179 bytes
File: "elint.el" 39955 bytes
File: "elint.elc" 31889 bytes
File: "elp.el" 22481 bytes
File: "elp.elc" 15655 bytes
File: "ert-font-lock.el" 14779 bytes
File: "ert-font-lock.elc" 9847 bytes
File: "ert-x.el" 22956 bytes
File: "ert-x.elc" 20722 bytes
File: "ert.el" 130546 bytes
File: "ert.elc" 198491 bytes
File: "ewoc.el" 22548 bytes
File: "ewoc.elc" 26214 bytes
File: "faceup.el" 44363 bytes
File: "faceup.elc" 16608 bytes
File: "find-func.el" 32857 bytes
File: "find-func.elc" 24054 bytes
File: "float-sup.el" 1953 bytes
File: "float-sup.elc" 1013 bytes
File: "generate-lisp-file.el" 4418 bytes
File: "generate-lisp-file.elc" 3739 bytes
File: "generator.el" 31846 bytes
File: "generator.elc" 22694 bytes
File: "generic.el" 12337 bytes
File: "generic.elc" 6878 bytes
File: "gv.el" 35869 bytes
File: "gv.elc" 36764 bytes
File: "helper.el" 5001 bytes
File: "helper.elc" 3771 bytes
File: "hierarchy.el" 25312 bytes
File: "hierarchy.elc" 31073 bytes
File: "icons.el" 10874 bytes
File: "icons.elc" 7910 bytes
File: "inline.el" 10950 bytes
File: "inline.elc" 7425 bytes
File: "let-alist.el" 5635 bytes
File: "let-alist.elc" 2983 bytes
File: "lisp-mnt.el" 24653 bytes
File: "lisp-mnt.elc" 24516 bytes
File: "lisp-mode.el" 69853 bytes
File: "lisp-mode.elc" 44588 bytes
File: "lisp.el" 40151 bytes
File: "lisp.elc" 26560 bytes
File: "loaddefs-gen.el" 36639 bytes
File: "loaddefs-gen.elc" 20274 bytes
File: "macroexp.el" 37634 bytes
File: "macroexp.elc" 23629 bytes
File: "map-ynp.el" 18716 bytes
File: "map-ynp.elc" 11154 bytes
File: "map.el" 23617 bytes
File: "map.elc" 27330 bytes
File: "memory-report.el" 13202 bytes
File: "memory-report.elc" 9582 bytes
File: "multisession.el" 18514 bytes
File: "multisession.elc" 26571 bytes
File: "nadvice.el" 29771 bytes
File: "nadvice.elc" 20709 bytes
File: "oclosure.el" 25723 bytes
File: "oclosure.elc" 21903 bytes
File: "package-vc.el" 46535 bytes
File: "package-vc.elc" 37758 bytes
File: "package-x.el" 12785 bytes
File: "package-x.elc" 8771 bytes
File: "package.el" 204785 bytes
File: "package.elc" 182529 bytes
File: "pcase.el" 52356 bytes
File: "pcase.elc" 28610 bytes
File: "pp.el" 26124 bytes
File: "pp.elc" 16040 bytes
File: "radix-tree.el" 9476 bytes
File: "radix-tree.elc" 5120 bytes
File: "range.el" 15493 bytes
File: "range.elc" 7347 bytes
File: "re-builder.el" 30776 bytes
File: "re-builder.elc" 26534 bytes
File: "regexp-opt.el" 12853 bytes
File: "regexp-opt.elc" 6101 bytes
File: "regi.el" 8892 bytes
File: "regi.elc" 5620 bytes
File: "ring.el" 8843 bytes
File: "ring.elc" 6164 bytes
File: "rmc.el" 13310 bytes
File: "rmc.elc" 7091 bytes
File: "rx.el" 70976 bytes
File: "rx.elc" 44398 bytes
File: "seq.el" 25308 bytes
File: "seq.elc" 33780 bytes
File: "shadow.el" 11647 bytes
File: "shadow.elc" 9077 bytes
File: "shortdoc.el" 53569 bytes
File: "shortdoc.elc" 47063 bytes
File: "shorthands.el" 3256 bytes
File: "shorthands.elc" 1361 bytes
File: "smie.el" 105663 bytes
File: "smie.elc" 49064 bytes
File: "subr-x.el" 20779 bytes
File: "subr-x.elc" 15831 bytes
File: "syntax.el" 36876 bytes
File: "syntax.elc" 30136 bytes
File: "tabulated-list.el" 40076 bytes
File: "tabulated-list.elc" 32076 bytes
File: "tcover-ses.el" 19052 bytes
File: "tcover-ses.elc" 11509 bytes
File: "testcover.el" 28377 bytes
File: "testcover.elc" 19928 bytes
File: "text-property-search.el" 9316 bytes
File: "text-property-search.elc" 8996 bytes
File: "thunk.el" 4222 bytes
File: "thunk.elc" 2828 bytes
File: "timer-list.el" 4972 bytes
File: "timer-list.elc" 4977 bytes
File: "timer.el" 23352 bytes
File: "timer.elc" 23381 bytes
File: "tq.el" 6538 bytes
File: "tq.elc" 3554 bytes
File: "trace.el" 11572 bytes
File: "trace.elc" 6953 bytes
File: "track-changes.el" 31373 bytes
File: "track-changes.elc" 29914 bytes
File: "unsafep.el" 10814 bytes
File: "unsafep.elc" 4126 bytes
File: "vtable.el" 41864 bytes
File: "vtable.elc" 46514 bytes
File: "warnings.el" 16699 bytes
File: "warnings.elc" 12063 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\emulation\"
File: "cua-base.el" 53913 bytes
File: "cua-base.elc" 35592 bytes
File: "cua-gmrk.el" 14788 bytes
File: "cua-gmrk.elc" 10026 bytes
File: "cua-rect.el" 55161 bytes
File: "cua-rect.elc" 43828 bytes
File: "edt-lk201.el" 2390 bytes
File: "edt-lk201.elc" 941 bytes
File: "edt-mapper.el" 18939 bytes
File: "edt-mapper.elc" 11927 bytes
File: "edt-pc.el" 3665 bytes
File: "edt-pc.elc" 918 bytes
File: "edt-vt100.el" 1558 bytes
File: "edt-vt100.elc" 363 bytes
File: "edt.el" 86946 bytes
File: "edt.elc" 63123 bytes
File: "keypad.el" 10119 bytes
File: "keypad.elc" 6178 bytes
File: "viper-cmd.el" 170000 bytes
File: "viper-cmd.elc" 125815 bytes
File: "viper-ex.el" 75968 bytes
File: "viper-ex.elc" 48656 bytes
File: "viper-init.el" 34076 bytes
File: "viper-init.elc" 32632 bytes
File: "viper-keym.el" 27859 bytes
File: "viper-keym.elc" 21548 bytes
File: "viper-macs.el" 32090 bytes
File: "viper-macs.elc" 19276 bytes
File: "viper-mous.el" 22201 bytes
File: "viper-mous.elc" 14520 bytes
File: "viper-util.el" 45834 bytes
File: "viper-util.elc" 32057 bytes
File: "viper.el" 48471 bytes
File: "viper.elc" 24936 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\erc\"
File: "erc-autoaway.el" 10893 bytes
File: "erc-autoaway.elc" 13609 bytes
File: "erc-backend.el" 122048 bytes
File: "erc-backend.elc" 185031 bytes
File: "erc-button.el" 38566 bytes
File: "erc-button.elc" 59828 bytes
File: "erc-capab.el" 8653 bytes
File: "erc-capab.elc" 9454 bytes
File: "erc-common.el" 28564 bytes
File: "erc-common.elc" 106435 bytes
File: "erc-compat.el" 19318 bytes
File: "erc-compat.elc" 12228 bytes
File: "erc-dcc.el" 53319 bytes
File: "erc-dcc.elc" 49640 bytes
File: "erc-desktop-notifications.el" 4802 bytes
File: "erc-desktop-notifications.elc" 7360 bytes
File: "erc-ezbounce.el" 5917 bytes
File: "erc-ezbounce.elc" 4732 bytes
File: "erc-fill.el" 40718 bytes
File: "erc-fill.elc" 39437 bytes
File: "erc-goodies.el" 56928 bytes
File: "erc-goodies.elc" 88101 bytes
File: "erc-ibuffer.el" 6176 bytes
File: "erc-ibuffer.elc" 6203 bytes
File: "erc-identd.el" 4156 bytes
File: "erc-identd.elc" 6528 bytes
File: "erc-imenu.el" 5548 bytes
File: "erc-imenu.elc" 6847 bytes
File: "erc-join.el" 11260 bytes
File: "erc-join.elc" 13230 bytes
File: "erc-lang.el" 5999 bytes
File: "erc-lang.elc" 4560 bytes
File: "erc-list.el" 7859 bytes
File: "erc-list.elc" 11698 bytes
File: "erc-loaddefs.el" 13550 bytes
File: "erc-loaddefs.elc" 12695 bytes
File: "erc-log.el" 18601 bytes
File: "erc-log.elc" 17393 bytes
File: "erc-match.el" 24829 bytes
File: "erc-match.elc" 24205 bytes
File: "erc-menu.el" 5095 bytes
File: "erc-menu.elc" 7948 bytes
File: "erc-netsplit.el" 7599 bytes
File: "erc-netsplit.elc" 10417 bytes
File: "erc-networks.el" 81170 bytes
File: "erc-networks.elc" 91069 bytes
File: "erc-nicks.el" 35587 bytes
File: "erc-nicks.elc" 34046 bytes
File: "erc-notify.el" 10042 bytes
File: "erc-notify.elc" 13110 bytes
File: "erc-page.el" 3976 bytes
File: "erc-page.elc" 6746 bytes
File: "erc-pcomplete.el" 10012 bytes
File: "erc-pcomplete.elc" 13658 bytes
File: "erc-replace.el" 2964 bytes
File: "erc-replace.elc" 5624 bytes
File: "erc-ring.el" 5617 bytes
File: "erc-ring.elc" 7257 bytes
File: "erc-sasl.el" 19094 bytes
File: "erc-sasl.elc" 31288 bytes
File: "erc-services.el" 25958 bytes
File: "erc-services.elc" 31222 bytes
File: "erc-sound.el" 4928 bytes
File: "erc-sound.elc" 7452 bytes
File: "erc-speedbar.el" 27862 bytes
File: "erc-speedbar.elc" 26232 bytes
File: "erc-spelling.el" 4300 bytes
File: "erc-spelling.elc" 6518 bytes
File: "erc-stamp.el" 52477 bytes
File: "erc-stamp.elc" 58113 bytes
File: "erc-status-sidebar.el" 26565 bytes
File: "erc-status-sidebar.elc" 27107 bytes
File: "erc-track.el" 49439 bytes
File: "erc-track.elc" 45907 bytes
File: "erc-truncate.el" 5784 bytes
File: "erc-truncate.elc" 6847 bytes
File: "erc-xdcc.el" 4656 bytes
File: "erc-xdcc.elc" 7576 bytes
File: "erc.el" 414179 bytes
File: "erc.elc" 386559 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\eshell\"
File: "em-alias.el" 11031 bytes
File: "em-alias.elc" 6571 bytes
File: "em-banner.el" 3063 bytes
File: "em-banner.elc" 1346 bytes
File: "em-basic.el" 8093 bytes
File: "em-basic.elc" 5320 bytes
File: "em-cmpl.el" 21396 bytes
File: "em-cmpl.elc" 16149 bytes
File: "em-dirs.el" 22031 bytes
File: "em-dirs.elc" 17330 bytes
File: "em-elecslash.el" 4391 bytes
File: "em-elecslash.elc" 2516 bytes
File: "em-extpipe.el" 9171 bytes
File: "em-extpipe.elc" 5708 bytes
File: "em-glob.el" 15919 bytes
File: "em-glob.elc" 11216 bytes
File: "em-hist.el" 39618 bytes
File: "em-hist.elc" 32615 bytes
File: "em-ls.el" 33828 bytes
File: "em-ls.elc" 28203 bytes
File: "em-pred.el" 21557 bytes
File: "em-pred.elc" 19162 bytes
File: "em-prompt.el" 9546 bytes
File: "em-prompt.elc" 9736 bytes
File: "em-rebind.el" 8136 bytes
File: "em-rebind.elc" 9441 bytes
File: "em-script.el" 7074 bytes
File: "em-script.elc" 8541 bytes
File: "em-smart.el" 11490 bytes
File: "em-smart.elc" 8032 bytes
File: "em-term.el" 13408 bytes
File: "em-term.elc" 5774 bytes
File: "em-tramp.el" 5990 bytes
File: "em-tramp.elc" 4387 bytes
File: "em-unix.el" 38824 bytes
File: "em-unix.elc" 36938 bytes
File: "em-xtra.el" 2992 bytes
File: "em-xtra.elc" 2387 bytes
File: "esh-arg.el" 29243 bytes
File: "esh-arg.elc" 25325 bytes
File: "esh-cmd.el" 63418 bytes
File: "esh-cmd.elc" 55926 bytes
File: "esh-ext.el" 14801 bytes
File: "esh-ext.elc" 12477 bytes
File: "esh-io.el" 31807 bytes
File: "esh-io.elc" 31116 bytes
File: "esh-mode.el" 38396 bytes
File: "esh-mode.elc" 32448 bytes
File: "esh-module-loaddefs.el" 8116 bytes
File: "esh-module-loaddefs.elc" 7080 bytes
File: "esh-module.el" 6557 bytes
File: "esh-module.elc" 5589 bytes
File: "esh-opt.el" 12441 bytes
File: "esh-opt.elc" 8724 bytes
File: "esh-proc.el" 29979 bytes
File: "esh-proc.elc" 23247 bytes
File: "esh-util.el" 32505 bytes
File: "esh-util.elc" 28636 bytes
File: "esh-var.el" 34653 bytes
File: "esh-var.elc" 28152 bytes
File: "eshell.el" 15539 bytes
File: "eshell.elc" 8806 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\gnus\"
File: "canlock.el" 8349 bytes
File: "canlock.elc" 5612 bytes
File: "deuglify.el" 17557 bytes
File: "deuglify.elc" 8436 bytes
File: "gmm-utils.el" 7667 bytes
File: "gmm-utils.elc" 5019 bytes
File: "gnus-agent.el" 157660 bytes
File: "gnus-agent.elc" 119107 bytes
File: "gnus-art.el" 333637 bytes
File: "gnus-art.elc" 296889 bytes
File: "gnus-async.el" 13263 bytes
File: "gnus-async.elc" 11518 bytes
File: "gnus-bcklg.el" 4840 bytes
File: "gnus-bcklg.elc" 2463 bytes
File: "gnus-bookmark.el" 30195 bytes
File: "gnus-bookmark.elc" 25886 bytes
File: "gnus-cache.el" 32234 bytes
File: "gnus-cache.elc" 23998 bytes
File: "gnus-cite.el" 38992 bytes
File: "gnus-cite.elc" 27423 bytes
File: "gnus-cloud.el" 19993 bytes
File: "gnus-cloud.elc" 16780 bytes
File: "gnus-cus.el" 41847 bytes
File: "gnus-cus.elc" 39674 bytes
File: "gnus-dbus.el" 2269 bytes
File: "gnus-dbus.elc" 1365 bytes
File: "gnus-delay.el" 6592 bytes
File: "gnus-delay.elc" 4796 bytes
File: "gnus-demon.el" 9356 bytes
File: "gnus-demon.elc" 7311 bytes
File: "gnus-diary.el" 13617 bytes
File: "gnus-diary.elc" 8584 bytes
File: "gnus-dired.el" 9168 bytes
File: "gnus-dired.elc" 8362 bytes
File: "gnus-draft.el" 11986 bytes
File: "gnus-draft.elc" 12432 bytes
File: "gnus-dup.el" 5431 bytes
File: "gnus-dup.elc" 4356 bytes
File: "gnus-eform.el" 3899 bytes
File: "gnus-eform.elc" 5071 bytes
File: "gnus-fun.el" 10975 bytes
File: "gnus-fun.elc" 10252 bytes
File: "gnus-gravatar.el" 5695 bytes
File: "gnus-gravatar.elc" 3901 bytes
File: "gnus-group.el" 182000 bytes
File: "gnus-group.elc" 165495 bytes
File: "gnus-html.el" 17635 bytes
File: "gnus-html.elc" 13118 bytes
File: "gnus-icalendar.el" 43205 bytes
File: "gnus-icalendar.elc" 42955 bytes
File: "gnus-int.el" 36238 bytes
File: "gnus-int.elc" 58531 bytes
File: "gnus-kill.el" 23340 bytes
File: "gnus-kill.elc" 19268 bytes
File: "gnus-logic.el" 8320 bytes
File: "gnus-logic.elc" 4680 bytes
File: "gnus-mh.el" 4094 bytes
File: "gnus-mh.elc" 2800 bytes
File: "gnus-ml.el" 5734 bytes
File: "gnus-ml.elc" 6200 bytes
File: "gnus-mlspl.el" 9415 bytes
File: "gnus-mlspl.elc" 6228 bytes
File: "gnus-msg.el" 70057 bytes
File: "gnus-msg.elc" 82181 bytes
File: "gnus-notifications.el" 9010 bytes
File: "gnus-notifications.elc" 5625 bytes
File: "gnus-picon.el" 10614 bytes
File: "gnus-picon.elc" 8117 bytes
File: "gnus-range.el" 8819 bytes
File: "gnus-range.elc" 5756 bytes
File: "gnus-registry.el" 52087 bytes
File: "gnus-registry.elc" 35444 bytes
File: "gnus-rfc1843.el" 2473 bytes
File: "gnus-rfc1843.elc" 1285 bytes
File: "gnus-rmail.el" 5449 bytes
File: "gnus-rmail.elc" 2704 bytes
File: "gnus-salt.el" 29463 bytes
File: "gnus-salt.elc" 29331 bytes
File: "gnus-score.el" 113429 bytes
File: "gnus-score.elc" 78904 bytes
File: "gnus-search.el" 83999 bytes
File: "gnus-search.elc" 86548 bytes
File: "gnus-sieve.el" 7668 bytes
File: "gnus-sieve.elc" 8061 bytes
File: "gnus-spec.el" 21148 bytes
File: "gnus-spec.elc" 13290 bytes
File: "gnus-srvr.el" 38795 bytes
File: "gnus-srvr.elc" 51105 bytes
File: "gnus-start.el" 119125 bytes
File: "gnus-start.elc" 133404 bytes
File: "gnus-sum.el" 496477 bytes
File: "gnus-sum.elc" 444727 bytes
File: "gnus-topic.el" 63026 bytes
File: "gnus-topic.elc" 48792 bytes
File: "gnus-undo.el" 5605 bytes
File: "gnus-undo.elc" 4823 bytes
File: "gnus-util.el" 53865 bytes
File: "gnus-util.elc" 46277 bytes
File: "gnus-uu.el" 74961 bytes
File: "gnus-uu.elc" 58535 bytes
File: "gnus-vm.el" 3234 bytes
File: "gnus-vm.elc" 2185 bytes
File: "gnus-win.el" 17273 bytes
File: "gnus-win.elc" 11228 bytes
File: "gnus.el" 146494 bytes
File: "gnus.elc" 166894 bytes
File: "gssapi.el" 3485 bytes
File: "gssapi.elc" 1974 bytes
File: "mail-source.el" 39904 bytes
File: "mail-source.elc" 28294 bytes
File: "message.el" 326736 bytes
File: "message.elc" 258429 bytes
File: "mm-archive.el" 3690 bytes
File: "mm-archive.elc" 2849 bytes
File: "mm-bodies.el" 10039 bytes
File: "mm-bodies.elc" 5722 bytes
File: "mm-decode.el" 68630 bytes
File: "mm-decode.elc" 56608 bytes
File: "mm-encode.el" 8176 bytes
File: "mm-encode.elc" 6095 bytes
File: "mm-extern.el" 5309 bytes
File: "mm-extern.elc" 3822 bytes
File: "mm-partial.el" 4876 bytes
File: "mm-partial.elc" 2768 bytes
File: "mm-url.el" 13476 bytes
File: "mm-url.elc" 9708 bytes
File: "mm-util.el" 30341 bytes
File: "mm-util.elc" 22473 bytes
File: "mm-uu.el" 24625 bytes
File: "mm-uu.elc" 22613 bytes
File: "mm-view.el" 23328 bytes
File: "mm-view.elc" 18451 bytes
File: "mml-sec.el" 41223 bytes
File: "mml-sec.elc" 37393 bytes
File: "mml-smime.el" 14886 bytes
File: "mml-smime.elc" 10463 bytes
File: "mml.el" 63670 bytes
File: "mml.elc" 47226 bytes
File: "mml1991.el" 10560 bytes
File: "mml1991.elc" 7346 bytes
File: "mml2015.el" 33444 bytes
File: "mml2015.elc" 26073 bytes
File: "nnagent.el" 8602 bytes
File: "nnagent.elc" 10864 bytes
File: "nnatom.el" 12571 bytes
File: "nnatom.elc" 10861 bytes
File: "nnbabyl.el" 21866 bytes
File: "nnbabyl.elc" 17490 bytes
File: "nndiary.el" 55777 bytes
File: "nndiary.elc" 39255 bytes
File: "nndir.el" 3002 bytes
File: "nndir.elc" 3811 bytes
File: "nndoc.el" 37963 bytes
File: "nndoc.elc" 30684 bytes
File: "nndraft.el" 11972 bytes
File: "nndraft.elc" 11118 bytes
File: "nneething.el" 13873 bytes
File: "nneething.elc" 11889 bytes
File: "nnfeed.el" 30245 bytes
File: "nnfeed.elc" 27214 bytes
File: "nnfolder.el" 42852 bytes
File: "nnfolder.elc" 33099 bytes
File: "nngateway.el" 2861 bytes
File: "nngateway.elc" 3157 bytes
File: "nnheader.el" 36251 bytes
File: "nnheader.elc" 39060 bytes
File: "nnimap.el" 80187 bytes
File: "nnimap.elc" 73708 bytes
File: "nnmail.el" 73248 bytes
File: "nnmail.elc" 54526 bytes
File: "nnmaildir.el" 68722 bytes
File: "nnmaildir.elc" 94364 bytes
File: "nnmairix.el" 75222 bytes
File: "nnmairix.elc" 73629 bytes
File: "nnmbox.el" 24576 bytes
File: "nnmbox.elc" 19275 bytes
File: "nnmh.el" 19664 bytes
File: "nnmh.elc" 15631 bytes
File: "nnml.el" 43709 bytes
File: "nnml.elc" 34297 bytes
File: "nnnil.el" 2234 bytes
File: "nnnil.elc" 1514 bytes
File: "nnoo.el" 11241 bytes
File: "nnoo.elc" 8769 bytes
File: "nnregistry.el" 2052 bytes
File: "nnregistry.elc" 1500 bytes
File: "nnrss.el" 33591 bytes
File: "nnrss.elc" 28789 bytes
File: "nnselect.el" 43794 bytes
File: "nnselect.elc" 43836 bytes
File: "nnspool.el" 16146 bytes
File: "nnspool.elc" 16427 bytes
File: "nntp.el" 75147 bytes
File: "nntp.elc" 65092 bytes
File: "nnvirtual.el" 28016 bytes
File: "nnvirtual.elc" 19592 bytes
File: "nnweb.el" 18509 bytes
File: "nnweb.elc" 17110 bytes
File: "score-mode.el" 3651 bytes
File: "score-mode.elc" 4828 bytes
File: "smiley.el" 8791 bytes
File: "smiley.elc" 6179 bytes
File: "smime.el" 24179 bytes
File: "smime.elc" 19207 bytes
File: "spam-report.el" 14262 bytes
File: "spam-report.elc" 11495 bytes
File: "spam-stat.el" 23215 bytes
File: "spam-stat.elc" 20254 bytes
File: "spam-wash.el" 2339 bytes
File: "spam-wash.elc" 938 bytes
File: "spam.el" 108008 bytes
File: "spam.elc" 84088 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\image\"
File: "compface.el" 1948 bytes
File: "compface.elc" 906 bytes
File: "exif.el" 12701 bytes
File: "exif.elc" 7640 bytes
File: "gravatar.el" 13135 bytes
File: "gravatar.elc" 9698 bytes
File: "image-converter.el" 14269 bytes
File: "image-converter.elc" 10276 bytes
File: "image-crop.el" 17854 bytes
File: "image-crop.elc" 13474 bytes
File: "image-dired-dired.el" 17044 bytes
File: "image-dired-dired.elc" 18328 bytes
File: "image-dired-external.el" 29509 bytes
File: "image-dired-external.elc" 21633 bytes
File: "image-dired-tags.el" 13209 bytes
File: "image-dired-tags.elc" 9952 bytes
File: "image-dired-util.el" 8924 bytes
File: "image-dired-util.elc" 7195 bytes
File: "image-dired.el" 84378 bytes
File: "image-dired.elc" 83477 bytes
File: "wallpaper.el" 23171 bytes
File: "wallpaper.elc" 24016 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\international\"
File: "ccl.el" 52010 bytes
File: "ccl.elc" 39769 bytes
File: "characters.el" 64251 bytes
File: "characters.elc" 38593 bytes
File: "charprop.el" 5627 bytes
File: "charscript.el" 26119 bytes
File: "charscript.elc" 12598 bytes
File: "cp51932.el" 9631 bytes
File: "cp51932.elc" 7666 bytes
File: "emoji-labels.el" 324017 bytes
File: "emoji-zwj.el" 117600 bytes
File: "emoji-zwj.elc" 19208 bytes
File: "emoji.el" 29083 bytes
File: "emoji.elc" 23328 bytes
File: "eucjp-ms.el" 39937 bytes
File: "eucjp-ms.elc" 31430 bytes
File: "fontset.el" 56095 bytes
File: "fontset.elc" 35973 bytes
File: "idna-mapping.el" 135507 bytes
File: "isearch-x.el" 5726 bytes
File: "isearch-x.elc" 2891 bytes
File: "iso-ascii.el" 7783 bytes
File: "iso-ascii.elc" 5801 bytes
File: "iso-cvt.el" 23667 bytes
File: "iso-cvt.elc" 18410 bytes
File: "iso-transl.el" 11047 bytes
File: "iso-transl.elc" 6647 bytes
File: "ja-dic-cnv.el" 19226 bytes
File: "ja-dic-cnv.elc" 11305 bytes
File: "ja-dic-utl.el" 7908 bytes
File: "ja-dic-utl.elc" 4651 bytes
File: "kinsoku.el" 6601 bytes
File: "kinsoku.elc" 2858 bytes
File: "kkc.el" 24141 bytes
File: "kkc.elc" 13901 bytes
File: "latexenc.el" 8218 bytes
File: "latexenc.elc" 3945 bytes
File: "latin1-disp.el" 60489 bytes
File: "latin1-disp.elc" 45015 bytes
File: "mule-cmds.el" 142454 bytes
File: "mule-cmds.elc" 98889 bytes
File: "mule-conf.el" 50269 bytes
File: "mule-conf.elc" 39051 bytes
File: "mule-diag.el" 45081 bytes
File: "mule-diag.elc" 36660 bytes
File: "mule-util.el" 21047 bytes
File: "mule-util.elc" 13618 bytes
File: "mule.el" 103956 bytes
File: "mule.elc" 75477 bytes
File: "ogonek.el" 20619 bytes
File: "ogonek.elc" 16522 bytes
File: "quail.el" 120344 bytes
File: "quail.elc" 82473 bytes
File: "rfc1843.el" 4200 bytes
File: "rfc1843.elc" 3603 bytes
File: "robin.el" 17121 bytes
File: "robin.elc" 7726 bytes
File: "textsec-check.el" 2654 bytes
File: "textsec-check.elc" 2018 bytes
File: "textsec.el" 20492 bytes
File: "textsec.elc" 15398 bytes
File: "titdic-cnv.el" 48605 bytes
File: "titdic-cnv.elc" 37527 bytes
File: "ucs-normalize.el" 28945 bytes
File: "ucs-normalize.elc" 226772 bytes
File: "uni-bidi.el" 11659 bytes
File: "uni-brackets.el" 5435 bytes
File: "uni-category.el" 17690 bytes
File: "uni-combining.el" 9488 bytes
File: "uni-comment.el" 2749 bytes
File: "uni-confusable.el" 75743 bytes
File: "uni-decimal.el" 3650 bytes
File: "uni-decomposition.el" 30909 bytes
File: "uni-digit.el" 3890 bytes
File: "uni-lowercase.el" 8625 bytes
File: "uni-mirrored.el" 12127 bytes
File: "uni-name.el" 234726 bytes
File: "uni-numeric.el" 6247 bytes
File: "uni-old-name.el" 20124 bytes
File: "uni-scripts.el" 34888 bytes
File: "uni-special-lowercase.el" 2212 bytes
File: "uni-special-titlecase.el" 6795 bytes
File: "uni-special-uppercase.el" 7005 bytes
File: "uni-titlecase.el" 8731 bytes
File: "uni-uppercase.el" 8727 bytes
File: "utf-7.el" 4345 bytes
File: "utf-7.elc" 1826 bytes
File: "utf7.el" 8685 bytes
File: "utf7.elc" 5464 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\language\"
File: "burmese.el" 2429 bytes
File: "burmese.elc" 980 bytes
File: "cham.el" 1620 bytes
File: "cham.elc" 612 bytes
File: "china-util.el" 6730 bytes
File: "china-util.elc" 3625 bytes
File: "chinese.el" 10401 bytes
File: "chinese.elc" 7021 bytes
File: "cyril-util.el" 7701 bytes
File: "cyril-util.elc" 4927 bytes
File: "cyrillic.el" 8895 bytes
File: "cyrillic.elc" 5238 bytes
File: "czech.el" 1547 bytes
File: "czech.elc" 606 bytes
File: "english.el" 2550 bytes
File: "english.elc" 906 bytes
File: "ethio-util.el" 55123 bytes
File: "ethio-util.elc" 59693 bytes
File: "ethiopic.el" 3190 bytes
File: "ethiopic.elc" 1403 bytes
File: "european.el" 24229 bytes
File: "european.elc" 18459 bytes
File: "georgian.el" 1546 bytes
File: "georgian.elc" 650 bytes
File: "greek.el" 2762 bytes
File: "greek.elc" 1269 bytes
File: "hanja-util.el" 519670 bytes
File: "hanja-util.elc" 412776 bytes
File: "hebrew.el" 9950 bytes
File: "hebrew.elc" 4300 bytes
File: "ind-util.el" 43102 bytes
File: "ind-util.elc" 44964 bytes
File: "indian.el" 34472 bytes
File: "indian.elc" 15781 bytes
File: "indonesian.el" 9177 bytes
File: "indonesian.elc" 3437 bytes
File: "japan-util.el" 13871 bytes
File: "japan-util.elc" 10426 bytes
File: "japanese.el" 10024 bytes
File: "japanese.elc" 6656 bytes
File: "khmer.el" 1463 bytes
File: "khmer.elc" 498 bytes
File: "korea-util.el" 5256 bytes
File: "korea-util.elc" 3478 bytes
File: "korean.el" 3915 bytes
File: "korean.elc" 2116 bytes
File: "lao-util.el" 14796 bytes
File: "lao-util.elc" 10254 bytes
File: "lao.el" 3012 bytes
File: "lao.elc" 1189 bytes
File: "misc-lang.el" 13956 bytes
File: "misc-lang.elc" 7085 bytes
File: "philippine.el" 3930 bytes
File: "philippine.elc" 1616 bytes
File: "pinyin.el" 27046 bytes
File: "pinyin.elc" 26825 bytes
File: "romanian.el" 1854 bytes
File: "romanian.elc" 890 bytes
File: "sinhala.el" 1703 bytes
File: "sinhala.elc" 546 bytes
File: "slovak.el" 1630 bytes
File: "slovak.elc" 615 bytes
File: "tai-viet.el" 2369 bytes
File: "tai-viet.elc" 1317 bytes
File: "thai-util.el" 9486 bytes
File: "thai-util.elc" 8047 bytes
File: "thai-word.el" 223540 bytes
File: "thai-word.elc" 202931 bytes
File: "thai.el" 4857 bytes
File: "thai.elc" 2550 bytes
File: "tibet-util.el" 15128 bytes
File: "tibet-util.elc" 7716 bytes
File: "tibetan.el" 18164 bytes
File: "tibetan.elc" 10924 bytes
File: "tv-util.el" 4863 bytes
File: "tv-util.elc" 2530 bytes
File: "utf-8-lang.el" 1997 bytes
File: "utf-8-lang.elc" 407 bytes
File: "viet-util.el" 9326 bytes
File: "viet-util.elc" 4185 bytes
File: "vietnamese.el" 3778 bytes
File: "vietnamese.elc" 1904 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\leim\"
File: "leim-list.el" 38006 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\leim\ja-dic\"
File: "ja-dic.el" 4798739 bytes
File: "ja-dic.elc" 4535802 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\leim\quail\"
File: "4Corner.el" 128037 bytes
File: "4Corner.elc" 513407 bytes
File: "ARRAY30.el" 203667 bytes
File: "ARRAY30.elc" 582680 bytes
File: "CCDOSPY.el" 28699 bytes
File: "CCDOSPY.elc" 205771 bytes
File: "CTLau-b5.el" 27832 bytes
File: "CTLau-b5.elc" 190947 bytes
File: "CTLau.el" 28435 bytes
File: "CTLau.elc" 197155 bytes
File: "ECDICT.el" 192232 bytes
File: "ECDICT.elc" 517965 bytes
File: "ETZY.el" 64899 bytes
File: "ETZY.elc" 458288 bytes
File: "PY-b5.el" 65102 bytes
File: "PY-b5.elc" 457654 bytes
File: "PY.el" 29400 bytes
File: "PY.elc" 217453 bytes
File: "Punct-b5.el" 4199 bytes
File: "Punct-b5.elc" 12171 bytes
File: "Punct.el" 3054 bytes
File: "Punct.elc" 8309 bytes
File: "QJ-b5.el" 2660 bytes
File: "QJ-b5.elc" 3582 bytes
File: "QJ.el" 2647 bytes
File: "QJ.elc" 3579 bytes
File: "SW.el" 31225 bytes
File: "SW.elc" 208965 bytes
File: "TONEPY.el" 42888 bytes
File: "TONEPY.elc" 253394 bytes
File: "ZIRANMA.el" 691928 bytes
File: "ZIRANMA.elc" 1864807 bytes
File: "ZOZY.el" 64816 bytes
File: "ZOZY.elc" 458142 bytes
File: "arabic.el" 2142 bytes
File: "arabic.elc" 2386 bytes
File: "cham.el" 2104 bytes
File: "cham.elc" 2707 bytes
File: "compose.el" 43942 bytes
File: "compose.elc" 120330 bytes
File: "croatian.el" 3349 bytes
File: "croatian.elc" 4842 bytes
File: "cyril-jis.el" 2821 bytes
File: "cyril-jis.elc" 3215 bytes
File: "cyrillic.el" 34653 bytes
File: "cyrillic.elc" 58113 bytes
File: "czech.el" 7918 bytes
File: "czech.elc" 15541 bytes
File: "emoji.el" 81658 bytes
File: "emoji.elc" 400140 bytes
File: "ethiopic.el" 18858 bytes
File: "ethiopic.elc" 36832 bytes
File: "georgian.el" 3146 bytes
File: "georgian.elc" 4577 bytes
File: "greek.el" 23836 bytes
File: "greek.elc" 51432 bytes
File: "hangul.el" 22114 bytes
File: "hangul.elc" 17311 bytes
File: "hanja-jis.el" 29199 bytes
File: "hanja-jis.elc" 224422 bytes
File: "hanja.el" 21776 bytes
File: "hanja.elc" 150336 bytes
File: "hanja3.el" 26399 bytes
File: "hanja3.elc" 187127 bytes
File: "hebrew.el" 20914 bytes
File: "hebrew.elc" 25426 bytes
File: "indian.el" 53877 bytes
File: "indian.elc" 70836 bytes
File: "indonesian.el" 8516 bytes
File: "indonesian.elc" 17071 bytes
File: "ipa-praat.el" 11148 bytes
File: "ipa-praat.elc" 11062 bytes
File: "ipa.el" 19883 bytes
File: "ipa.elc" 15374 bytes
File: "japanese.el" 21828 bytes
File: "japanese.elc" 16665 bytes
File: "lao.el" 6085 bytes
File: "lao.elc" 3778 bytes
File: "latin-alt.el" 32335 bytes
File: "latin-alt.elc" 57124 bytes
File: "latin-ltx.el" 21084 bytes
File: "latin-ltx.elc" 101318 bytes
File: "latin-post.el" 47560 bytes
File: "latin-post.elc" 88532 bytes
File: "latin-pre.el" 26746 bytes
File: "latin-pre.elc" 47325 bytes
File: "lrt.el" 3018 bytes
File: "lrt.elc" 1421 bytes
File: "misc-lang.el" 36133 bytes
File: "misc-lang.elc" 64718 bytes
File: "pakistan.el" 16417 bytes
File: "pakistan.elc" 20578 bytes
File: "persian.el" 18560 bytes
File: "persian.elc" 9949 bytes
File: "philippine.el" 3021 bytes
File: "philippine.elc" 3890 bytes
File: "programmer-dvorak.el" 2580 bytes
File: "programmer-dvorak.elc" 3169 bytes
File: "py-punct.el" 2530 bytes
File: "py-punct.elc" 1363 bytes
File: "pypunct-b5.el" 1829 bytes
File: "pypunct-b5.elc" 829 bytes
File: "quick-b5.el" 47266 bytes
File: "quick-b5.elc" 411077 bytes
File: "quick-cns.el" 47276 bytes
File: "quick-cns.elc" 411083 bytes
File: "rfc1345.el" 27807 bytes
File: "rfc1345.elc" 68493 bytes
File: "sami.el" 10823 bytes
File: "sami.elc" 22227 bytes
File: "sgml-input.el" 49721 bytes
File: "sgml-input.elc" 64908 bytes
File: "sisheng.el" 7770 bytes
File: "sisheng.elc" 4755 bytes
File: "slovak.el" 8102 bytes
File: "slovak.elc" 16484 bytes
File: "symbol-ksc.el" 7088 bytes
File: "symbol-ksc.elc" 29777 bytes
File: "tamil-dvorak.el" 3010 bytes
File: "tamil-dvorak.elc" 3254 bytes
File: "thai.el" 4546 bytes
File: "thai.elc" 6995 bytes
File: "tibetan.el" 15949 bytes
File: "tibetan.elc" 9653 bytes
File: "tsang-b5.el" 192887 bytes
File: "tsang-b5.elc" 575847 bytes
File: "tsang-cns.el" 192897 bytes
File: "tsang-cns.elc" 575853 bytes
File: "uni-input.el" 4270 bytes
File: "uni-input.elc" 2812 bytes
File: "viqr.el" 2333 bytes
File: "viqr.elc" 6045 bytes
File: "vntelex.el" 13320 bytes
File: "vntelex.elc" 12206 bytes
File: "vnvni.el" 11472 bytes
File: "vnvni.elc" 8107 bytes
File: "welsh.el" 3378 bytes
File: "welsh.elc" 2714 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\mail\"
File: "binhex.el" 11876 bytes
File: "binhex.elc" 8270 bytes
File: "blessmail.el" 2579 bytes
File: "emacsbug.el" 23938 bytes
File: "emacsbug.elc" 17091 bytes
File: "feedmail.el" 137152 bytes
File: "feedmail.elc" 98993 bytes
File: "flow-fill.el" 6758 bytes
File: "flow-fill.elc" 3125 bytes
File: "footnote.el" 34958 bytes
File: "footnote.elc" 27891 bytes
File: "hashcash.el" 13647 bytes
File: "hashcash.elc" 10789 bytes
File: "ietf-drums-date.el" 12026 bytes
File: "ietf-drums-date.elc" 6151 bytes
File: "ietf-drums.el" 11208 bytes
File: "ietf-drums.elc" 9341 bytes
File: "mail-extr.el" 78362 bytes
File: "mail-extr.elc" 34945 bytes
File: "mail-hist.el" 10913 bytes
File: "mail-hist.elc" 14294 bytes
File: "mail-parse.el" 5000 bytes
File: "mail-parse.elc" 3297 bytes
File: "mail-prsvr.el" 1597 bytes
File: "mail-prsvr.elc" 786 bytes
File: "mail-utils.el" 15067 bytes
File: "mail-utils.elc" 9403 bytes
File: "mailabbrev.el" 25024 bytes
File: "mailabbrev.elc" 15327 bytes
File: "mailalias.el" 21451 bytes
File: "mailalias.elc" 13481 bytes
File: "mailclient.el" 7801 bytes
File: "mailclient.elc" 3966 bytes
File: "mailheader.el" 8144 bytes
File: "mailheader.elc" 5060 bytes
File: "mspools.el" 13604 bytes
File: "mspools.elc" 8747 bytes
File: "qp.el" 6620 bytes
File: "qp.elc" 3887 bytes
File: "reporter.el" 14699 bytes
File: "reporter.elc" 8741 bytes
File: "rfc2045.el" 1500 bytes
File: "rfc2045.elc" 497 bytes
File: "rfc2047.el" 41816 bytes
File: "rfc2047.elc" 24857 bytes
File: "rfc2231.el" 10073 bytes
File: "rfc2231.elc" 6203 bytes
File: "rfc6068.el" 3046 bytes
File: "rfc6068.elc" 1880 bytes
File: "rfc822.el" 10899 bytes
File: "rfc822.elc" 5319 bytes
File: "rmail-spam-filter.el" 23776 bytes
File: "rmail-spam-filter.elc" 12681 bytes
File: "rmail.el" 188941 bytes
File: "rmail.elc" 131345 bytes
File: "rmailedit.el" 19966 bytes
File: "rmailedit.elc" 9391 bytes
File: "rmailkwd.el" 7101 bytes
File: "rmailkwd.elc" 4716 bytes
File: "rmailmm.el" 62899 bytes
File: "rmailmm.elc" 61280 bytes
File: "rmailmsc.el" 2010 bytes
File: "rmailmsc.elc" 1062 bytes
File: "rmailout.el" 26785 bytes
File: "rmailout.elc" 17635 bytes
File: "rmailsort.el" 9042 bytes
File: "rmailsort.elc" 5983 bytes
File: "rmailsum.el" 79992 bytes
File: "rmailsum.elc" 62454 bytes
File: "sendmail.el" 78411 bytes
File: "sendmail.elc" 55706 bytes
File: "smtpmail.el" 41789 bytes
File: "smtpmail.elc" 27181 bytes
File: "supercite.el" 68014 bytes
File: "supercite.elc" 59381 bytes
File: "undigest.el" 13958 bytes
File: "undigest.elc" 8727 bytes
File: "unrmail.el" 9501 bytes
File: "unrmail.elc" 5004 bytes
File: "uudecode.el" 6526 bytes
File: "uudecode.elc" 4811 bytes
File: "yenc.el" 5144 bytes
File: "yenc.elc" 3253 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\mh-e\"
File: "mh-acros.el" 8882 bytes
File: "mh-acros.elc" 6248 bytes
File: "mh-alias.el" 27311 bytes
File: "mh-alias.elc" 17557 bytes
File: "mh-buffers.el" 3115 bytes
File: "mh-buffers.elc" 1305 bytes
File: "mh-comp.el" 52330 bytes
File: "mh-comp.elc" 37046 bytes
File: "mh-e.el" 143425 bytes
File: "mh-e.elc" 121603 bytes
File: "mh-folder.el" 81237 bytes
File: "mh-folder.elc" 63761 bytes
File: "mh-funcs.el" 15180 bytes
File: "mh-funcs.elc" 12137 bytes
File: "mh-gnus.el" 3831 bytes
File: "mh-gnus.elc" 2479 bytes
File: "mh-identity.el" 11757 bytes
File: "mh-identity.elc" 8175 bytes
File: "mh-inc.el" 2901 bytes
File: "mh-inc.elc" 1549 bytes
File: "mh-junk.el" 20773 bytes
File: "mh-junk.elc" 18751 bytes
File: "mh-letter.el" 37812 bytes
File: "mh-letter.elc" 27983 bytes
File: "mh-limit.el" 12463 bytes
File: "mh-limit.elc" 9885 bytes
File: "mh-loaddefs.el" 94316 bytes
File: "mh-loaddefs.elc" 97455 bytes
File: "mh-mime.el" 73594 bytes
File: "mh-mime.elc" 58110 bytes
File: "mh-print.el" 9219 bytes
File: "mh-print.elc" 7962 bytes
File: "mh-scan.el" 19951 bytes
File: "mh-scan.elc" 18323 bytes
File: "mh-search.el" 77793 bytes
File: "mh-search.elc" 57801 bytes
File: "mh-seq.el" 40541 bytes
File: "mh-seq.elc" 35483 bytes
File: "mh-show.el" 36339 bytes
File: "mh-show.elc" 105022 bytes
File: "mh-speed.el" 23723 bytes
File: "mh-speed.elc" 15150 bytes
File: "mh-thread.el" 37153 bytes
File: "mh-thread.elc" 61516 bytes
File: "mh-tool-bar.el" 17449 bytes
File: "mh-tool-bar.elc" 22196 bytes
File: "mh-utils.el" 40227 bytes
File: "mh-utils.elc" 27452 bytes
File: "mh-xface.el" 17034 bytes
File: "mh-xface.elc" 12371 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\net\"
File: "ange-ftp.el" 245821 bytes
File: "ange-ftp.elc" 126606 bytes
File: "browse-url.el" 72094 bytes
File: "browse-url.elc" 60602 bytes
File: "dbus.el" 88615 bytes
File: "dbus.elc" 72965 bytes
File: "dictionary-connection.el" 6353 bytes
File: "dictionary-connection.elc" 5963 bytes
File: "dictionary.el" 62985 bytes
File: "dictionary.elc" 54824 bytes
File: "dig.el" 6487 bytes
File: "dig.elc" 6929 bytes
File: "dns.el" 18122 bytes
File: "dns.elc" 12238 bytes
File: "eudc-bob.el" 9230 bytes
File: "eudc-bob.elc" 7635 bytes
File: "eudc-capf.el" 5762 bytes
File: "eudc-capf.elc" 1897 bytes
File: "eudc-export.el" 8718 bytes
File: "eudc-export.elc" 5265 bytes
File: "eudc-hotlist.el" 6204 bytes
File: "eudc-hotlist.elc" 6498 bytes
File: "eudc-vars.el" 18918 bytes
File: "eudc-vars.elc" 18779 bytes
File: "eudc.el" 50150 bytes
File: "eudc.elc" 38363 bytes
File: "eudcb-bbdb.el" 10616 bytes
File: "eudcb-bbdb.elc" 5911 bytes
File: "eudcb-ecomplete.el" 3904 bytes
File: "eudcb-ecomplete.elc" 1783 bytes
File: "eudcb-ldap.el" 7803 bytes
File: "eudcb-ldap.elc" 5217 bytes
File: "eudcb-mab.el" 4067 bytes
File: "eudcb-mab.elc" 2163 bytes
File: "eudcb-macos-contacts.el" 9814 bytes
File: "eudcb-macos-contacts.elc" 6493 bytes
File: "eudcb-mailabbrev.el" 5085 bytes
File: "eudcb-mailabbrev.elc" 1897 bytes
File: "eww.el" 106284 bytes
File: "eww.elc" 91966 bytes
File: "gnutls.el" 16751 bytes
File: "gnutls.elc" 12744 bytes
File: "goto-addr.el" 11969 bytes
File: "goto-addr.elc" 15814 bytes
File: "hmac-def.el" 2975 bytes
File: "hmac-def.elc" 1698 bytes
File: "hmac-md5.el" 1736 bytes
File: "hmac-md5.elc" 1929 bytes
File: "imap.el" 105016 bytes
File: "imap.elc" 102561 bytes
File: "ldap.el" 28769 bytes
File: "ldap.elc" 18107 bytes
File: "mailcap.el" 44294 bytes
File: "mailcap.elc" 31099 bytes
File: "mairix.el" 31855 bytes
File: "mairix.elc" 25811 bytes
File: "net-utils.el" 33827 bytes
File: "net-utils.elc" 37143 bytes
File: "network-stream.el" 21503 bytes
File: "network-stream.elc" 12931 bytes
File: "newst-backend.el" 104746 bytes
File: "newst-backend.elc" 66772 bytes
File: "newst-plainview.el" 69984 bytes
File: "newst-plainview.elc" 48300 bytes
File: "newst-reader.el" 14415 bytes
File: "newst-reader.elc" 9732 bytes
File: "newst-ticker.el" 14001 bytes
File: "newst-ticker.elc" 9087 bytes
File: "newst-treeview.el" 93015 bytes
File: "newst-treeview.elc" 77422 bytes
File: "newsticker.el" 17358 bytes
File: "newsticker.elc" 446 bytes
File: "nsm.el" 43689 bytes
File: "nsm.elc" 34932 bytes
File: "ntlm.el" 27312 bytes
File: "ntlm.elc" 16492 bytes
File: "pop3.el" 29271 bytes
File: "pop3.elc" 20201 bytes
File: "puny.el" 9592 bytes
File: "puny.elc" 4831 bytes
File: "rcirc.el" 168903 bytes
File: "rcirc.elc" 153268 bytes
File: "rfc2104.el" 3812 bytes
File: "rfc2104.elc" 881 bytes
File: "sasl-cram.el" 1581 bytes
File: "sasl-cram.elc" 692 bytes
File: "sasl-digest.el" 4778 bytes
File: "sasl-digest.elc" 3042 bytes
File: "sasl-ntlm.el" 2377 bytes
File: "sasl-ntlm.elc" 1285 bytes
File: "sasl-scram-rfc.el" 6922 bytes
File: "sasl-scram-rfc.elc" 3650 bytes
File: "sasl-scram-sha256.el" 1909 bytes
File: "sasl-scram-sha256.elc" 1009 bytes
File: "sasl.el" 8260 bytes
File: "sasl.elc" 6324 bytes
File: "secrets.el" 35512 bytes
File: "secrets.elc" 23768 bytes
File: "shr-color.el" 13194 bytes
File: "shr-color.elc" 8695 bytes
File: "shr.el" 100312 bytes
File: "shr.elc" 73788 bytes
File: "sieve-manage.el" 22992 bytes
File: "sieve-manage.elc" 16989 bytes
File: "sieve-mode.el" 6184 bytes
File: "sieve-mode.elc" 5876 bytes
File: "sieve.el" 12855 bytes
File: "sieve.elc" 11453 bytes
File: "snmp-mode.el" 21975 bytes
File: "snmp-mode.elc" 14510 bytes
File: "soap-client.el" 142310 bytes
File: "soap-client.elc" 233714 bytes
File: "soap-inspect.el" 20859 bytes
File: "soap-inspect.elc" 19958 bytes
File: "socks.el" 23274 bytes
File: "socks.elc" 12621 bytes
File: "telnet.el" 10926 bytes
File: "telnet.elc" 9374 bytes
File: "tramp-adb.el" 50740 bytes
File: "tramp-adb.elc" 83851 bytes
File: "tramp-androidsu.el" 24475 bytes
File: "tramp-androidsu.elc" 24115 bytes
File: "tramp-archive.el" 31805 bytes
File: "tramp-archive.elc" 27244 bytes
File: "tramp-cache.el" 27071 bytes
File: "tramp-cache.elc" 21875 bytes
File: "tramp-cmds.el" 32276 bytes
File: "tramp-cmds.elc" 27393 bytes
File: "tramp-compat.el" 14994 bytes
File: "tramp-compat.elc" 11292 bytes
File: "tramp-container.el" 26004 bytes
File: "tramp-container.elc" 23586 bytes
File: "tramp-crypt.el" 37197 bytes
File: "tramp-crypt.elc" 49352 bytes
File: "tramp-ftp.el" 8200 bytes
File: "tramp-ftp.elc" 4357 bytes
File: "tramp-fuse.el" 10029 bytes
File: "tramp-fuse.elc" 16882 bytes
File: "tramp-gvfs.el" 103556 bytes
File: "tramp-gvfs.elc" 112627 bytes
File: "tramp-integration.el" 19014 bytes
File: "tramp-integration.elc" 13130 bytes
File: "tramp-loaddefs.el" 109507 bytes
File: "tramp-loaddefs.elc" 121836 bytes
File: "tramp-message.el" 22475 bytes
File: "tramp-message.elc" 18084 bytes
File: "tramp-rclone.el" 18729 bytes
File: "tramp-rclone.elc" 21969 bytes
File: "tramp-sh.el" 245705 bytes
File: "tramp-sh.elc" 238875 bytes
File: "tramp-smb.el" 77273 bytes
File: "tramp-smb.elc" 100222 bytes
File: "tramp-sshfs.el" 16835 bytes
File: "tramp-sshfs.elc" 26721 bytes
File: "tramp-sudoedit.el" 35990 bytes
File: "tramp-sudoedit.elc" 61453 bytes
File: "tramp-uu.el" 3119 bytes
File: "tramp-uu.elc" 1596 bytes
File: "tramp.el" 281581 bytes
File: "tramp.elc" 281302 bytes
File: "trampver.el" 4387 bytes
File: "trampver.elc" 2439 bytes
File: "webjump.el" 16143 bytes
File: "webjump.elc" 10390 bytes
File: "zeroconf.el" 25322 bytes
File: "zeroconf.elc" 18142 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\nxml\"
File: "nxml-enc.el" 5679 bytes
File: "nxml-enc.elc" 2998 bytes
File: "nxml-maint.el" 2165 bytes
File: "nxml-maint.elc" 853 bytes
File: "nxml-mode.el" 83192 bytes
File: "nxml-mode.elc" 65555 bytes
File: "nxml-ns.el" 4757 bytes
File: "nxml-ns.elc" 3972 bytes
File: "nxml-outln.el" 36257 bytes
File: "nxml-outln.elc" 26811 bytes
File: "nxml-parse.el" 11758 bytes
File: "nxml-parse.elc" 8451 bytes
File: "nxml-rap.el" 11189 bytes
File: "nxml-rap.elc" 6453 bytes
File: "nxml-util.el" 2950 bytes
File: "nxml-util.elc" 2265 bytes
File: "rng-cmpct.el" 28900 bytes
File: "rng-cmpct.elc" 25246 bytes
File: "rng-dt.el" 2176 bytes
File: "rng-dt.elc" 1539 bytes
File: "rng-loc.el" 18246 bytes
File: "rng-loc.elc" 13673 bytes
File: "rng-maint.el" 8731 bytes
File: "rng-maint.elc" 5211 bytes
File: "rng-match.el" 53627 bytes
File: "rng-match.elc" 51027 bytes
File: "rng-nxml.el" 19670 bytes
File: "rng-nxml.elc" 13608 bytes
File: "rng-parse.el" 3618 bytes
File: "rng-parse.elc" 2336 bytes
File: "rng-pttrn.el" 4921 bytes
File: "rng-pttrn.elc" 3372 bytes
File: "rng-uri.el" 10941 bytes
File: "rng-uri.elc" 7459 bytes
File: "rng-util.el" 2187 bytes
File: "rng-util.elc" 1385 bytes
File: "rng-valid.el" 48738 bytes
File: "rng-valid.elc" 35773 bytes
File: "rng-xsd.el" 28981 bytes
File: "rng-xsd.elc" 21885 bytes
File: "xmltok.el" 59878 bytes
File: "xmltok.elc" 36311 bytes
File: "xsd-regexp.el" 54873 bytes
File: "xsd-regexp.elc" 40063 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\obsolete\"
File: "autoarg.el" 5468 bytes
File: "autoarg.elc" 7716 bytes
File: "autoload.el" 41959 bytes
File: "autoload.elc" 20545 bytes
File: "bruce.el" 6089 bytes
File: "bruce.elc" 1302 bytes
File: "cc-compat.el" 5744 bytes
File: "cc-compat.elc" 2390 bytes
File: "cl-compat.el" 5707 bytes
File: "cl-compat.elc" 4015 bytes
File: "cl.el" 27200 bytes
File: "cl.elc" 15129 bytes
File: "crisp.el" 14166 bytes
File: "crisp.elc" 11285 bytes
File: "eieio-compat.el" 11317 bytes
File: "eieio-compat.elc" 7731 bytes
File: "eudcb-ph.el" 8170 bytes
File: "eudcb-ph.elc" 5677 bytes
File: "gs.el" 8552 bytes
File: "gs.elc" 3350 bytes
File: "gulp.el" 6208 bytes
File: "gulp.elc" 4633 bytes
File: "html2text.el" 14032 bytes
File: "html2text.elc" 9214 bytes
File: "info-edit.el" 3055 bytes
File: "info-edit.elc" 4047 bytes
File: "inversion.el" 18995 bytes
File: "inversion.elc" 12429 bytes
File: "iswitchb.el" 47830 bytes
File: "iswitchb.elc" 31825 bytes
File: "landmark.el" 59993 bytes
File: "landmark.elc" 41216 bytes
File: "linum.el" 10290 bytes
File: "linum.elc" 11189 bytes
File: "longlines.el" 19757 bytes
File: "longlines.elc" 16211 bytes
File: "makesum.el" 3651 bytes
File: "makesum.elc" 1991 bytes
File: "mantemp.el" 7963 bytes
File: "mantemp.elc" 3324 bytes
File: "meese.el" 1262 bytes
File: "meese.elc" 504 bytes
File: "messcompat.el" 1800 bytes
File: "metamail.el" 7639 bytes
File: "metamail.elc" 4062 bytes
File: "mh-compat.el" 4719 bytes
File: "mh-compat.elc" 3306 bytes
File: "netrc.el" 7751 bytes
File: "netrc.elc" 4839 bytes
File: "nnir.el" 49525 bytes
File: "nnir.elc" 38112 bytes
File: "otodo-mode.el" 36182 bytes
File: "otodo-mode.elc" 24439 bytes
File: "pgg-def.el" 2658 bytes
File: "pgg-def.elc" 2382 bytes
File: "pgg-gpg.el" 15456 bytes
File: "pgg-gpg.elc" 12388 bytes
File: "pgg-parse.el" 16188 bytes
File: "pgg-parse.elc" 12857 bytes
File: "pgg-pgp.el" 9177 bytes
File: "pgg-pgp.elc" 7285 bytes
File: "pgg-pgp5.el" 8649 bytes
File: "pgg-pgp5.elc" 7324 bytes
File: "pgg.el" 17693 bytes
File: "pgg.elc" 18539 bytes
File: "ps-def.el" 1753 bytes
File: "ps-def.elc" 849 bytes
File: "quickurl.el" 18606 bytes
File: "quickurl.elc" 18031 bytes
File: "rcompile.el" 7172 bytes
File: "rcompile.elc" 2847 bytes
File: "rfc2368.el" 4424 bytes
File: "rfc2368.elc" 1994 bytes
File: "rlogin.el" 11473 bytes
File: "rlogin.elc" 10941 bytes
File: "sb-image.el" 1561 bytes
File: "sb-image.elc" 216 bytes
File: "starttls.el" 11120 bytes
File: "starttls.elc" 6073 bytes
File: "sup-mouse.el" 5870 bytes
File: "sup-mouse.elc" 3754 bytes
File: "terminal.el" 46204 bytes
File: "terminal.elc" 30655 bytes
File: "thumbs.el" 25397 bytes
File: "thumbs.elc" 25823 bytes
File: "tls.el" 10629 bytes
File: "tls.elc" 7207 bytes
File: "tpu-edt.el" 86929 bytes
File: "tpu-edt.elc" 60560 bytes
File: "tpu-extras.el" 15362 bytes
File: "tpu-extras.elc" 11407 bytes
File: "tpu-mapper.el" 12903 bytes
File: "tpu-mapper.elc" 10233 bytes
File: "uce.el" 15860 bytes
File: "uce.elc" 8441 bytes
File: "url-about.el" 3454 bytes
File: "url-about.elc" 2512 bytes
File: "url-dired.el" 1825 bytes
File: "url-dired.elc" 2933 bytes
File: "url-ns.el" 3469 bytes
File: "url-ns.elc" 1967 bytes
File: "vc-arch.el" 24637 bytes
File: "vc-arch.elc" 17056 bytes
File: "vc-mtn.el" 13823 bytes
File: "vc-mtn.elc" 13467 bytes
File: "vi.el" 58676 bytes
File: "vi.elc" 48246 bytes
File: "vip.el" 95959 bytes
File: "vip.elc" 76854 bytes
File: "vt-control.el" 3290 bytes
File: "vt-control.elc" 1584 bytes
File: "vt100-led.el" 2007 bytes
File: "vt100-led.elc" 1056 bytes
File: "ws-mode.el" 18415 bytes
File: "ws-mode.elc" 24201 bytes
File: "yow.el" 2893 bytes
File: "yow.elc" 2064 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\org\"
File: "ob-C.el" 17684 bytes
File: "ob-C.elc" 14319 bytes
File: "ob-R.el" 20169 bytes
File: "ob-R.elc" 18812 bytes
File: "ob-awk.el" 4344 bytes
File: "ob-awk.elc" 3119 bytes
File: "ob-calc.el" 4794 bytes
File: "ob-calc.elc" 2385 bytes
File: "ob-clojure.el" 13936 bytes
File: "ob-clojure.elc" 10656 bytes
File: "ob-comint.el" 16029 bytes
File: "ob-comint.elc" 12597 bytes
File: "ob-core.el" 145701 bytes
File: "ob-core.elc" 121416 bytes
File: "ob-css.el" 1519 bytes
File: "ob-css.elc" 613 bytes
File: "ob-ditaa.el" 4182 bytes
File: "ob-ditaa.elc" 2907 bytes
File: "ob-dot.el" 3312 bytes
File: "ob-dot.elc" 1861 bytes
File: "ob-emacs-lisp.el" 4782 bytes
File: "ob-emacs-lisp.elc" 3376 bytes
File: "ob-eshell.el" 4040 bytes
File: "ob-eshell.elc" 2761 bytes
File: "ob-eval.el" 6911 bytes
File: "ob-eval.elc" 4095 bytes
File: "ob-exp.el" 18848 bytes
File: "ob-exp.elc" 12390 bytes
File: "ob-forth.el" 3203 bytes
File: "ob-forth.elc" 1824 bytes
File: "ob-fortran.el" 6904 bytes
File: "ob-fortran.elc" 5431 bytes
File: "ob-gnuplot.el" 12731 bytes
File: "ob-gnuplot.elc" 9265 bytes
File: "ob-groovy.el" 4317 bytes
File: "ob-groovy.elc" 3382 bytes
File: "ob-haskell.el" 16236 bytes
File: "ob-haskell.elc" 13598 bytes
File: "ob-java.el" 20776 bytes
File: "ob-java.elc" 15357 bytes
File: "ob-js.el" 7834 bytes
File: "ob-js.elc" 6908 bytes
File: "ob-julia.el" 12665 bytes
File: "ob-julia.elc" 11623 bytes
File: "ob-latex.el" 11847 bytes
File: "ob-latex.elc" 8701 bytes
File: "ob-lilypond.el" 16895 bytes
File: "ob-lilypond.elc" 14140 bytes
File: "ob-lisp.el" 5325 bytes
File: "ob-lisp.elc" 3719 bytes
File: "ob-lob.el" 6512 bytes
File: "ob-lob.elc" 6301 bytes
File: "ob-lua.el" 15163 bytes
File: "ob-lua.elc" 14089 bytes
File: "ob-makefile.el" 1538 bytes
File: "ob-makefile.elc" 630 bytes
File: "ob-matlab.el" 1409 bytes
File: "ob-matlab.elc" 201 bytes
File: "ob-maxima.el" 8189 bytes
File: "ob-maxima.elc" 5902 bytes
File: "ob-ocaml.el" 6359 bytes
File: "ob-ocaml.elc" 5580 bytes
File: "ob-octave.el" 10152 bytes
File: "ob-octave.elc" 9943 bytes
File: "ob-org.el" 2956 bytes
File: "ob-org.elc" 1701 bytes
File: "ob-perl.el" 5357 bytes
File: "ob-perl.elc" 4265 bytes
File: "ob-plantuml.el" 6456 bytes
File: "ob-plantuml.elc" 5437 bytes
File: "ob-processing.el" 7073 bytes
File: "ob-processing.elc" 4406 bytes
File: "ob-python.el" 23261 bytes
File: "ob-python.elc" 20754 bytes
File: "ob-ref.el" 9637 bytes
File: "ob-ref.elc" 5764 bytes
File: "ob-ruby.el" 10599 bytes
File: "ob-ruby.elc" 10564 bytes
File: "ob-sass.el" 2548 bytes
File: "ob-sass.elc" 1260 bytes
File: "ob-scheme.el" 11490 bytes
File: "ob-scheme.elc" 7191 bytes
File: "ob-screen.el" 5668 bytes
File: "ob-screen.elc" 3990 bytes
File: "ob-sed.el" 3727 bytes
File: "ob-sed.elc" 2522 bytes
File: "ob-shell.el" 16337 bytes
File: "ob-shell.elc" 14607 bytes
File: "ob-sql.el" 15858 bytes
File: "ob-sql.elc" 11161 bytes
File: "ob-sqlite.el" 5300 bytes
File: "ob-sqlite.elc" 4029 bytes
File: "ob-table.el" 5398 bytes
File: "ob-table.elc" 3002 bytes
File: "ob-tangle.el" 30470 bytes
File: "ob-tangle.elc" 24418 bytes
File: "ob.el" 1320 bytes
File: "ob.elc" 384 bytes
File: "oc-basic.el" 39124 bytes
File: "oc-basic.elc" 24417 bytes
File: "oc-biblatex.el" 18367 bytes
File: "oc-biblatex.elc" 11535 bytes
File: "oc-bibtex.el" 2902 bytes
File: "oc-bibtex.elc" 1535 bytes
File: "oc-csl.el" 36657 bytes
File: "oc-csl.elc" 24769 bytes
File: "oc-natbib.el" 8360 bytes
File: "oc-natbib.elc" 6050 bytes
File: "oc.el" 74774 bytes
File: "oc.elc" 80555 bytes
File: "ol-bbdb.el" 20632 bytes
File: "ol-bbdb.elc" 12672 bytes
File: "ol-bibtex.el" 34527 bytes
File: "ol-bibtex.elc" 27088 bytes
File: "ol-docview.el" 3808 bytes
File: "ol-docview.elc" 1890 bytes
File: "ol-doi.el" 2470 bytes
File: "ol-doi.elc" 1601 bytes
File: "ol-eshell.el" 2552 bytes
File: "ol-eshell.elc" 1381 bytes
File: "ol-eww.el" 6167 bytes
File: "ol-eww.elc" 3001 bytes
File: "ol-gnus.el" 10626 bytes
File: "ol-gnus.elc" 7530 bytes
File: "ol-info.el" 7704 bytes
File: "ol-info.elc" 5917 bytes
File: "ol-irc.el" 9826 bytes
File: "ol-irc.elc" 5626 bytes
File: "ol-man.el" 4988 bytes
File: "ol-man.elc" 2880 bytes
File: "ol-mhe.el" 7987 bytes
File: "ol-mhe.elc" 5087 bytes
File: "ol-rmail.el" 4299 bytes
File: "ol-rmail.elc" 2316 bytes
File: "ol-w3m.el" 9365 bytes
File: "ol-w3m.elc" 4043 bytes
File: "ol.el" 88894 bytes
File: "ol.elc" 70205 bytes
File: "org-agenda.el" 450943 bytes
File: "org-agenda.elc" 409548 bytes
File: "org-archive.el" 24677 bytes
File: "org-archive.elc" 18562 bytes
File: "org-attach-git.el" 5705 bytes
File: "org-attach-git.elc" 4426 bytes
File: "org-attach.el" 34158 bytes
File: "org-attach.elc" 30356 bytes
File: "org-capture.el" 82303 bytes
File: "org-capture.elc" 75003 bytes
File: "org-clock.el" 128494 bytes
File: "org-clock.elc" 106831 bytes
File: "org-colview.el" 72389 bytes
File: "org-colview.elc" 75598 bytes
File: "org-compat.el" 69671 bytes
File: "org-compat.elc" 64891 bytes
File: "org-crypt.el" 12947 bytes
File: "org-crypt.elc" 9234 bytes
File: "org-ctags.el" 20906 bytes
File: "org-ctags.elc" 12629 bytes
File: "org-cycle.el" 34846 bytes
File: "org-cycle.elc" 24285 bytes
File: "org-datetree.el" 11027 bytes
File: "org-datetree.elc" 8545 bytes
File: "org-duration.el" 15758 bytes
File: "org-duration.elc" 11664 bytes
File: "org-element-ast.el" 47203 bytes
File: "org-element-ast.elc" 56302 bytes
File: "org-element.el" 367476 bytes
File: "org-element.elc" 393413 bytes
File: "org-entities.el" 30191 bytes
File: "org-entities.elc" 27431 bytes
File: "org-faces.el" 28685 bytes
File: "org-faces.elc" 29602 bytes
File: "org-feed.el" 26658 bytes
File: "org-feed.elc" 19137 bytes
File: "org-fold-core.el" 83326 bytes
File: "org-fold-core.elc" 65547 bytes
File: "org-fold.el" 38396 bytes
File: "org-fold.elc" 29700 bytes
File: "org-footnote.el" 38546 bytes
File: "org-footnote.elc" 28328 bytes
File: "org-goto.el" 10493 bytes
File: "org-goto.elc" 8992 bytes
File: "org-habit.el" 17526 bytes
File: "org-habit.elc" 14403 bytes
File: "org-id.el" 33594 bytes
File: "org-id.elc" 28382 bytes
File: "org-indent.el" 17694 bytes
File: "org-indent.elc" 15912 bytes
File: "org-inlinetask.el" 13113 bytes
File: "org-inlinetask.elc" 8706 bytes
File: "org-keys.el" 42544 bytes
File: "org-keys.elc" 25085 bytes
File: "org-lint.el" 69239 bytes
File: "org-lint.elc" 104837 bytes
File: "org-list.el" 140236 bytes
File: "org-list.elc" 103319 bytes
File: "org-loaddefs.el" 118409 bytes
File: "org-loaddefs.elc" 121260 bytes
File: "org-macro.el" 18083 bytes
File: "org-macro.elc" 13060 bytes
File: "org-macs.el" 69280 bytes
File: "org-macs.elc" 61751 bytes
File: "org-mobile.el" 43047 bytes
File: "org-mobile.elc" 41751 bytes
File: "org-mouse.el" 39598 bytes
File: "org-mouse.elc" 31992 bytes
File: "org-num.el" 19348 bytes
File: "org-num.elc" 16419 bytes
File: "org-pcomplete.el" 16780 bytes
File: "org-pcomplete.elc" 12492 bytes
File: "org-persist.el" 61782 bytes
File: "org-persist.elc" 41015 bytes
File: "org-plot.el" 27834 bytes
File: "org-plot.elc" 21869 bytes
File: "org-protocol.el" 31137 bytes
File: "org-protocol.elc" 21803 bytes
File: "org-refile.el" 31004 bytes
File: "org-refile.elc" 24046 bytes
File: "org-src.el" 58962 bytes
File: "org-src.elc" 49801 bytes
File: "org-table.el" 245356 bytes
File: "org-table.elc" 217344 bytes
File: "org-tempo.el" 6625 bytes
File: "org-tempo.elc" 4792 bytes
File: "org-timer.el" 18585 bytes
File: "org-timer.elc" 14192 bytes
File: "org-version.el" 621 bytes
File: "org.el" 891180 bytes
File: "org.elc" 764725 bytes
File: "ox-ascii.el" 81120 bytes
File: "ox-ascii.elc" 65375 bytes
File: "ox-beamer.el" 46652 bytes
File: "ox-beamer.elc" 35431 bytes
File: "ox-html.el" 156761 bytes
File: "ox-html.elc" 134661 bytes
File: "ox-icalendar.el" 48806 bytes
File: "ox-icalendar.elc" 39088 bytes
File: "ox-koma-letter.el" 40615 bytes
File: "ox-koma-letter.elc" 29672 bytes
File: "ox-latex.el" 180074 bytes
File: "ox-latex.elc" 151665 bytes
File: "ox-man.el" 38958 bytes
File: "ox-man.elc" 30341 bytes
File: "ox-md.el" 29091 bytes
File: "ox-md.elc" 25614 bytes
File: "ox-odt.el" 164359 bytes
File: "ox-odt.elc" 125756 bytes
File: "ox-org.el" 13673 bytes
File: "ox-org.elc" 12739 bytes
File: "ox-publish.el" 52610 bytes
File: "ox-publish.elc" 44337 bytes
File: "ox-texinfo.el" 78139 bytes
File: "ox-texinfo.elc" 70481 bytes
File: "ox.el" 299973 bytes
File: "ox.elc" 254693 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\play\"
File: "5x5.el" 29817 bytes
File: "5x5.elc" 21517 bytes
File: "animate.el" 7693 bytes
File: "animate.elc" 4435 bytes
File: "blackbox.el" 14968 bytes
File: "blackbox.elc" 12712 bytes
File: "bubbles.el" 44063 bytes
File: "bubbles.elc" 44152 bytes
File: "cookie1.el" 9489 bytes
File: "cookie1.elc" 6397 bytes
File: "decipher.el" 41121 bytes
File: "decipher.elc" 24655 bytes
File: "dissociate.el" 3257 bytes
File: "dissociate.elc" 1454 bytes
File: "doctor.el" 62840 bytes
File: "doctor.elc" 49427 bytes
File: "dunnet.el" 113488 bytes
File: "dunnet.elc" 89264 bytes
File: "fortune.el" 11906 bytes
File: "fortune.elc" 8827 bytes
File: "gamegrid.el" 23579 bytes
File: "gamegrid.elc" 15776 bytes
File: "gametree.el" 24138 bytes
File: "gametree.elc" 19115 bytes
File: "gomoku.el" 45381 bytes
File: "gomoku.elc" 29421 bytes
File: "handwrite.el" 62132 bytes
File: "handwrite.elc" 59885 bytes
File: "hanoi.el" 18182 bytes
File: "hanoi.elc" 8364 bytes
File: "life.el" 12054 bytes
File: "life.elc" 9685 bytes
File: "morse.el" 6611 bytes
File: "morse.elc" 4014 bytes
File: "mpuz.el" 15436 bytes
File: "mpuz.elc" 14028 bytes
File: "pong.el" 12859 bytes
File: "pong.elc" 10255 bytes
File: "snake.el" 12137 bytes
File: "snake.elc" 11890 bytes
File: "solitaire.el" 13900 bytes
File: "solitaire.elc" 13162 bytes
File: "spook.el" 2244 bytes
File: "spook.elc" 1191 bytes
File: "studly.el" 1927 bytes
File: "studly.elc" 1014 bytes
File: "tetris.el" 20344 bytes
File: "tetris.elc" 18535 bytes
File: "zone.el" 22767 bytes
File: "zone.elc" 14694 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\progmodes\"
File: "antlr-mode.el" 101726 bytes
File: "antlr-mode.elc" 77797 bytes
File: "asm-mode.el" 8537 bytes
File: "asm-mode.elc" 7226 bytes
File: "autoconf.el" 3687 bytes
File: "autoconf.elc" 4362 bytes
File: "bat-mode.el" 7103 bytes
File: "bat-mode.elc" 6385 bytes
File: "bug-reference.el" 31076 bytes
File: "bug-reference.elc" 26912 bytes
File: "c-ts-common.el" 19008 bytes
File: "c-ts-common.elc" 8932 bytes
File: "c-ts-mode.el" 61607 bytes
File: "c-ts-mode.elc" 49587 bytes
File: "cc-align.el" 55819 bytes
File: "cc-align.elc" 41810 bytes
File: "cc-awk.el" 56113 bytes
File: "cc-awk.elc" 20480 bytes
File: "cc-bytecomp.el" 17343 bytes
File: "cc-bytecomp.elc" 11292 bytes
File: "cc-cmds.el" 187942 bytes
File: "cc-cmds.elc" 107228 bytes
File: "cc-defs.el" 110541 bytes
File: "cc-defs.elc" 70902 bytes
File: "cc-engine.el" 603656 bytes
File: "cc-engine.elc" 276431 bytes
File: "cc-fonts.el" 135429 bytes
File: "cc-fonts.elc" 167653 bytes
File: "cc-guess.el" 20056 bytes
File: "cc-guess.elc" 13532 bytes
File: "cc-langs.el" 182706 bytes
File: "cc-langs.elc" 126974 bytes
File: "cc-menus.el" 17597 bytes
File: "cc-menus.elc" 7338 bytes
File: "cc-mode.el" 132491 bytes
File: "cc-mode.elc" 270230 bytes
File: "cc-styles.el" 25041 bytes
File: "cc-styles.elc" 16771 bytes
File: "cc-vars.el" 81040 bytes
File: "cc-vars.elc" 82137 bytes
File: "cfengine.el" 62329 bytes
File: "cfengine.elc" 48224 bytes
File: "cl-font-lock.el" 16933 bytes
File: "cl-font-lock.elc" 16722 bytes
File: "cmacexp.el" 14447 bytes
File: "cmacexp.elc" 5910 bytes
File: "cmake-ts-mode.el" 8982 bytes
File: "cmake-ts-mode.elc" 8233 bytes
File: "compile.el" 145629 bytes
File: "compile.elc" 105106 bytes
File: "cperl-mode.el" 376864 bytes
File: "cperl-mode.elc" 251789 bytes
File: "cpp.el" 28905 bytes
File: "cpp.elc" 24064 bytes
File: "csharp-mode.el" 38947 bytes
File: "csharp-mode.elc" 124143 bytes
File: "cwarn.el" 10901 bytes
File: "cwarn.elc" 11912 bytes
File: "dcl-mode.el" 74238 bytes
File: "dcl-mode.elc" 50332 bytes
File: "dockerfile-ts-mode.el" 5846 bytes
File: "dockerfile-ts-mode.elc" 5951 bytes
File: "ebnf-abn.el" 18240 bytes
File: "ebnf-abn.elc" 6438 bytes
File: "ebnf-bnf.el" 18024 bytes
File: "ebnf-bnf.elc" 7312 bytes
File: "ebnf-dtd.el" 41843 bytes
File: "ebnf-dtd.elc" 12908 bytes
File: "ebnf-ebx.el" 18545 bytes
File: "ebnf-ebx.elc" 7558 bytes
File: "ebnf-iso.el" 17267 bytes
File: "ebnf-iso.elc" 7288 bytes
File: "ebnf-otz.el" 19211 bytes
File: "ebnf-otz.elc" 8030 bytes
File: "ebnf-yac.el" 13550 bytes
File: "ebnf-yac.elc" 6997 bytes
File: "ebnf2ps.el" 185212 bytes
File: "ebnf2ps.elc" 123237 bytes
File: "ebrowse.el" 151786 bytes
File: "ebrowse.elc" 208009 bytes
File: "eglot.el" 194486 bytes
File: "eglot.elc" 170488 bytes
File: "elisp-mode.el" 101613 bytes
File: "elisp-mode.elc" 75535 bytes
File: "elixir-ts-mode.el" 29798 bytes
File: "elixir-ts-mode.elc" 22777 bytes
File: "erts-mode.el" 7574 bytes
File: "erts-mode.elc" 7093 bytes
File: "etags-regen.el" 17091 bytes
File: "etags-regen.elc" 13765 bytes
File: "etags.el" 91864 bytes
File: "etags.elc" 76282 bytes
File: "executable.el" 11590 bytes
File: "executable.elc" 8087 bytes
File: "f90.el" 105577 bytes
File: "f90.elc" 99283 bytes
File: "flymake-cc.el" 6276 bytes
File: "flymake-cc.elc" 3553 bytes
File: "flymake-proc.el" 54188 bytes
File: "flymake-proc.elc" 38252 bytes
File: "flymake.el" 89395 bytes
File: "flymake.elc" 97114 bytes
File: "fortran.el" 94468 bytes
File: "fortran.elc" 62102 bytes
File: "gdb-mi.el" 210686 bytes
File: "gdb-mi.elc" 215944 bytes
File: "glasses.el" 12826 bytes
File: "glasses.elc" 11576 bytes
File: "go-ts-mode.el" 17558 bytes
File: "go-ts-mode.elc" 17840 bytes
File: "grep.el" 60291 bytes
File: "grep.elc" 47351 bytes
File: "gud.el" 161369 bytes
File: "gud.elc" 112784 bytes
File: "heex-ts-mode.el" 7012 bytes
File: "heex-ts-mode.elc" 6479 bytes
File: "hideif.el" 113033 bytes
File: "hideif.elc" 64991 bytes
File: "hideshow.el" 42319 bytes
File: "hideshow.elc" 29035 bytes
File: "icon.el" 23504 bytes
File: "icon.elc" 16690 bytes
File: "idlw-complete-structtag.el" 10224 bytes
File: "idlw-complete-structtag.elc" 4135 bytes
File: "idlw-help.el" 50319 bytes
File: "idlw-help.elc" 36244 bytes
File: "idlw-shell.el" 171193 bytes
File: "idlw-shell.elc" 131790 bytes
File: "idlw-toolbar.el" 29102 bytes
File: "idlw-toolbar.elc" 28029 bytes
File: "idlwave.el" 341824 bytes
File: "idlwave.elc" 249782 bytes
File: "inf-lisp.el" 28120 bytes
File: "inf-lisp.elc" 21575 bytes
File: "java-ts-mode.el" 16095 bytes
File: "java-ts-mode.elc" 13826 bytes
File: "js.el" 156694 bytes
File: "js.elc" 171975 bytes
File: "json-ts-mode.el" 5471 bytes
File: "json-ts-mode.elc" 5415 bytes
File: "ld-script.el" 5709 bytes
File: "ld-script.elc" 5254 bytes
File: "lua-ts-mode.el" 33481 bytes
File: "lua-ts-mode.elc" 27536 bytes
File: "m4-mode.el" 6317 bytes
File: "m4-mode.elc" 7728 bytes
File: "make-mode.el" 68575 bytes
File: "make-mode.elc" 63328 bytes
File: "meta-mode.el" 37570 bytes
File: "meta-mode.elc" 31760 bytes
File: "mixal-mode.el" 43277 bytes
File: "mixal-mode.elc" 37457 bytes
File: "modula2.el" 21388 bytes
File: "modula2.elc" 30434 bytes
File: "octave.el" 74245 bytes
File: "octave.elc" 63218 bytes
File: "opascal.el" 71400 bytes
File: "opascal.elc" 50871 bytes
File: "pascal.el" 53969 bytes
File: "pascal.elc" 39606 bytes
File: "peg.el" 35068 bytes
File: "peg.elc" 26052 bytes
File: "perl-mode.el" 54560 bytes
File: "perl-mode.elc" 31766 bytes
File: "php-ts-mode.el" 73166 bytes
File: "php-ts-mode.elc" 59594 bytes
File: "prog-mode.el" 14515 bytes
File: "prog-mode.elc" 18493 bytes
File: "project.el" 93003 bytes
File: "project.elc" 68950 bytes
File: "prolog.el" 131743 bytes
File: "prolog.elc" 83467 bytes
File: "ps-mode.el" 36012 bytes
File: "ps-mode.elc" 33552 bytes
File: "python.el" 306337 bytes
File: "python.elc" 239000 bytes
File: "ruby-mode.el" 103732 bytes
File: "ruby-mode.elc" 71622 bytes
File: "ruby-ts-mode.el" 52274 bytes
File: "ruby-ts-mode.elc" 30362 bytes
File: "rust-ts-mode.el" 23590 bytes
File: "rust-ts-mode.elc" 19995 bytes
File: "scheme.el" 29994 bytes
File: "scheme.elc" 20809 bytes
File: "sh-script.el" 122965 bytes
File: "sh-script.elc" 107733 bytes
File: "simula.el" 57200 bytes
File: "simula.elc" 42641 bytes
File: "sql.el" 229943 bytes
File: "sql.elc" 187711 bytes
File: "subword.el" 12483 bytes
File: "subword.elc" 18868 bytes
File: "tcl.el" 57768 bytes
File: "tcl.elc" 41501 bytes
File: "typescript-ts-mode.el" 24581 bytes
File: "typescript-ts-mode.elc" 24757 bytes
File: "vera-mode.el" 53248 bytes
File: "vera-mode.elc" 43761 bytes
File: "verilog-mode.el" 629273 bytes
File: "verilog-mode.elc" 501308 bytes
File: "vhdl-mode.el" 705483 bytes
File: "vhdl-mode.elc" 528008 bytes
File: "which-func.el" 16211 bytes
File: "which-func.elc" 13306 bytes
File: "xref.el" 87577 bytes
File: "xref.elc" 96224 bytes
File: "xscheme.el" 43112 bytes
File: "xscheme.elc" 38349 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\term\"
File: "AT386.el" 2253 bytes
File: "AT386.elc" 683 bytes
File: "README" 11208 bytes
File: "android-win.el" 25239 bytes
File: "android-win.elc" 14342 bytes
File: "bobcat.el" 301 bytes
File: "bobcat.elc" 272 bytes
File: "common-win.el" 20181 bytes
File: "common-win.elc" 14696 bytes
File: "cygwin.el" 287 bytes
File: "cygwin.elc" 236 bytes
File: "fbterm.el" 889 bytes
File: "fbterm.elc" 320 bytes
File: "haiku-win.el" 29680 bytes
File: "haiku-win.elc" 19754 bytes
File: "internal.el" 25134 bytes
File: "internal.elc" 18301 bytes
File: "iris-ansi.el" 8970 bytes
File: "iris-ansi.elc" 7307 bytes
File: "konsole.el" 359 bytes
File: "konsole.elc" 309 bytes
File: "linux.el" 925 bytes
File: "linux.elc" 520 bytes
File: "lk201.el" 3005 bytes
File: "lk201.elc" 2036 bytes
File: "news.el" 2728 bytes
File: "news.elc" 911 bytes
File: "ns-win.el" 35073 bytes
File: "ns-win.elc" 22821 bytes
File: "pc-win.el" 16806 bytes
File: "pc-win.elc" 8452 bytes
File: "pgtk-win.el" 13830 bytes
File: "pgtk-win.elc" 10668 bytes
File: "rxvt.el" 8097 bytes
File: "rxvt.elc" 5131 bytes
File: "screen.el" 1038 bytes
File: "screen.elc" 844 bytes
File: "st.el" 729 bytes
File: "st.elc" 683 bytes
File: "sun.el" 4708 bytes
File: "sun.elc" 3009 bytes
File: "tmux.el" 999 bytes
File: "tmux.elc" 828 bytes
File: "tty-colors.el" 38441 bytes
File: "tty-colors.elc" 29040 bytes
File: "tvi970.el" 4502 bytes
File: "tvi970.elc" 3642 bytes
File: "vt100.el" 1889 bytes
File: "vt100.elc" 2914 bytes
File: "vt200.el" 496 bytes
File: "vt200.elc" 393 bytes
File: "w32-win.el" 25646 bytes
File: "w32-win.elc" 12902 bytes
File: "w32console.el" 3894 bytes
File: "w32console.elc" 1605 bytes
File: "wyse50.el" 6045 bytes
File: "wyse50.elc" 1829 bytes
File: "x-win.el" 44088 bytes
File: "x-win.elc" 31487 bytes
File: "xterm.el" 46054 bytes
File: "xterm.elc" 32317 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\textmodes\"
File: "artist.el" 195157 bytes
File: "artist.elc" 161614 bytes
File: "bib-mode.el" 7323 bytes
File: "bib-mode.elc" 8025 bytes
File: "bibtex-style.el" 5336 bytes
File: "bibtex-style.elc" 5040 bytes
File: "bibtex.el" 262461 bytes
File: "bibtex.elc" 192558 bytes
File: "conf-mode.el" 26107 bytes
File: "conf-mode.elc" 40697 bytes
File: "css-mode.el" 80801 bytes
File: "css-mode.elc" 71730 bytes
File: "dns-mode.el" 12958 bytes
File: "dns-mode.elc" 11491 bytes
File: "emacs-authors-mode.el" 6141 bytes
File: "emacs-authors-mode.elc" 7208 bytes
File: "emacs-news-mode.el" 11949 bytes
File: "emacs-news-mode.elc" 13425 bytes
File: "enriched.el" 21389 bytes
File: "enriched.elc" 16679 bytes
File: "fill.el" 63713 bytes
File: "fill.elc" 37299 bytes
File: "flyspell.el" 103398 bytes
File: "flyspell.elc" 57086 bytes
File: "glyphless-mode.el" 2617 bytes
File: "glyphless-mode.elc" 3542 bytes
File: "html-ts-mode.el" 4695 bytes
File: "html-ts-mode.elc" 5293 bytes
File: "ispell.el" 184822 bytes
File: "ispell.elc" 119632 bytes
File: "less-css-mode.el" 8632 bytes
File: "less-css-mode.elc" 7573 bytes
File: "makeinfo.el" 10570 bytes
File: "makeinfo.elc" 5759 bytes
File: "mhtml-mode.el" 14048 bytes
File: "mhtml-mode.elc" 23346 bytes
File: "nroff-mode.el" 11080 bytes
File: "nroff-mode.elc" 11383 bytes
File: "page-ext.el" 29349 bytes
File: "page-ext.elc" 19226 bytes
File: "page.el" 6625 bytes
File: "page.elc" 3485 bytes
File: "paragraphs.el" 23479 bytes
File: "paragraphs.elc" 19817 bytes
File: "picture.el" 32374 bytes
File: "picture.elc" 27576 bytes
File: "pixel-fill.el" 9279 bytes
File: "pixel-fill.elc" 6789 bytes
File: "po.el" 5081 bytes
File: "po.elc" 2357 bytes
File: "refbib.el" 24924 bytes
File: "refbib.elc" 18160 bytes
File: "refer.el" 16734 bytes
File: "refer.elc" 8902 bytes
File: "refill.el" 10338 bytes
File: "refill.elc" 6468 bytes
File: "reftex-auc.el" 9608 bytes
File: "reftex-auc.elc" 5998 bytes
File: "reftex-cite.el" 55227 bytes
File: "reftex-cite.elc" 32432 bytes
File: "reftex-dcr.el" 19500 bytes
File: "reftex-dcr.elc" 11385 bytes
File: "reftex-global.el" 21329 bytes
File: "reftex-global.elc" 12519 bytes
File: "reftex-index.el" 89439 bytes
File: "reftex-index.elc" 64718 bytes
File: "reftex-loaddefs.el" 23570 bytes
File: "reftex-loaddefs.elc" 23859 bytes
File: "reftex-parse.el" 46900 bytes
File: "reftex-parse.elc" 25768 bytes
File: "reftex-ref.el" 36390 bytes
File: "reftex-ref.elc" 18929 bytes
File: "reftex-sel.el" 27350 bytes
File: "reftex-sel.elc" 21229 bytes
File: "reftex-toc.el" 44393 bytes
File: "reftex-toc.elc" 33063 bytes
File: "reftex-vars.el" 92408 bytes
File: "reftex-vars.elc" 88770 bytes
File: "reftex.el" 92910 bytes
File: "reftex.elc" 55024 bytes
File: "remember.el" 25947 bytes
File: "remember.elc" 20914 bytes
File: "rst.el" 164155 bytes
File: "rst.elc" 136758 bytes
File: "sgml-mode.el" 101167 bytes
File: "sgml-mode.elc" 112982 bytes
File: "string-edit.el" 4843 bytes
File: "string-edit.elc" 5695 bytes
File: "table.el" 230913 bytes
File: "table.elc" 162227 bytes
File: "tex-mode.el" 138783 bytes
File: "tex-mode.elc" 118151 bytes
File: "texinfmt.el" 160777 bytes
File: "texinfmt.elc" 83054 bytes
File: "texinfo-loaddefs.el" 10638 bytes
File: "texinfo-loaddefs.elc" 10541 bytes
File: "texinfo.el" 40694 bytes
File: "texinfo.elc" 52006 bytes
File: "texnfo-upd.el" 78633 bytes
File: "texnfo-upd.elc" 47311 bytes
File: "text-mode.el" 10950 bytes
File: "text-mode.elc" 13095 bytes
File: "tildify.el" 20846 bytes
File: "tildify.elc" 17911 bytes
File: "toml-ts-mode.el" 5185 bytes
File: "toml-ts-mode.elc" 5248 bytes
File: "two-column.el" 22361 bytes
File: "two-column.elc" 12639 bytes
File: "underline.el" 2148 bytes
File: "underline.elc" 874 bytes
File: "word-wrap-mode.el" 2710 bytes
File: "word-wrap-mode.elc" 7287 bytes
File: "yaml-ts-mode.el" 5528 bytes
File: "yaml-ts-mode.elc" 5330 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\url\"
File: "url-auth.el" 23344 bytes
File: "url-auth.elc" 21087 bytes
File: "url-cache.el" 8339 bytes
File: "url-cache.elc" 6697 bytes
File: "url-cid.el" 1872 bytes
File: "url-cid.elc" 880 bytes
File: "url-cookie.el" 18837 bytes
File: "url-cookie.elc" 24530 bytes
File: "url-dav.el" 30043 bytes
File: "url-dav.elc" 19536 bytes
File: "url-domsuf.el" 3451 bytes
File: "url-domsuf.elc" 1900 bytes
File: "url-expand.el" 6337 bytes
File: "url-expand.elc" 3821 bytes
File: "url-file.el" 8171 bytes
File: "url-file.elc" 7244 bytes
File: "url-ftp.el" 1432 bytes
File: "url-ftp.elc" 454 bytes
File: "url-future.el" 3753 bytes
File: "url-future.elc" 9346 bytes
File: "url-gw.el" 10106 bytes
File: "url-gw.elc" 7731 bytes
File: "url-handlers.el" 18005 bytes
File: "url-handlers.elc" 21879 bytes
File: "url-history.el" 6904 bytes
File: "url-history.elc" 5180 bytes
File: "url-http.el" 71190 bytes
File: "url-http.elc" 38153 bytes
File: "url-imap.el" 2818 bytes
File: "url-imap.elc" 1670 bytes
File: "url-irc.el" 3798 bytes
File: "url-irc.elc" 2797 bytes
File: "url-ldap.el" 7970 bytes
File: "url-ldap.elc" 6144 bytes
File: "url-mailto.el" 4436 bytes
File: "url-mailto.elc" 2511 bytes
File: "url-methods.el" 5563 bytes
File: "url-methods.elc" 3660 bytes
File: "url-misc.el" 3923 bytes
File: "url-misc.elc" 3244 bytes
File: "url-news.el" 4090 bytes
File: "url-news.elc" 2896 bytes
File: "url-nfs.el" 3062 bytes
File: "url-nfs.elc" 4059 bytes
File: "url-parse.el" 8729 bytes
File: "url-parse.elc" 17644 bytes
File: "url-privacy.el" 2282 bytes
File: "url-privacy.elc" 1240 bytes
File: "url-proxy.el" 2600 bytes
File: "url-proxy.elc" 1495 bytes
File: "url-queue.el" 7418 bytes
File: "url-queue.elc" 15643 bytes
File: "url-tramp.el" 3443 bytes
File: "url-tramp.elc" 2894 bytes
File: "url-util.el" 21169 bytes
File: "url-util.elc" 16553 bytes
File: "url-vars.el" 15734 bytes
File: "url-vars.elc" 16679 bytes
File: "url.el" 13198 bytes
File: "url.elc" 8999 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\use-package\"
File: "use-package-bind-key.el" 6515 bytes
File: "use-package-bind-key.elc" 4367 bytes
File: "use-package-core.el" 72480 bytes
File: "use-package-core.elc" 63508 bytes
File: "use-package-delight.el" 3179 bytes
File: "use-package-delight.elc" 1522 bytes
File: "use-package-diminish.el" 2701 bytes
File: "use-package-diminish.elc" 1420 bytes
File: "use-package-ensure-system-package.el" 3900 bytes
File: "use-package-ensure-system-package.elc" 2356 bytes
File: "use-package-ensure.el" 8242 bytes
File: "use-package-ensure.elc" 5222 bytes
File: "use-package-jump.el" 2955 bytes
File: "use-package-jump.elc" 1433 bytes
File: "use-package-lint.el" 2873 bytes
File: "use-package-lint.elc" 1192 bytes
File: "use-package.el" 2095 bytes
File: "use-package.elc" 397 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\lisp\vc\"
File: "add-log.el" 54632 bytes
File: "add-log.elc" 38474 bytes
File: "compare-w.el" 17477 bytes
File: "compare-w.elc" 11617 bytes
File: "cvs-status.el" 17545 bytes
File: "cvs-status.elc" 20613 bytes
File: "diff-mode.el" 135744 bytes
File: "diff-mode.elc" 89504 bytes
File: "diff.el" 11149 bytes
File: "diff.elc" 8652 bytes
File: "ediff-diff.el" 53416 bytes
File: "ediff-diff.elc" 35824 bytes
File: "ediff-help.el" 13260 bytes
File: "ediff-help.elc" 11771 bytes
File: "ediff-hook.el" 9310 bytes
File: "ediff-hook.elc" 6252 bytes
File: "ediff-init.el" 60718 bytes
File: "ediff-init.elc" 66004 bytes
File: "ediff-merg.el" 14211 bytes
File: "ediff-merg.elc" 9589 bytes
File: "ediff-mult.el" 92101 bytes
File: "ediff-mult.elc" 64081 bytes
File: "ediff-ptch.el" 32460 bytes
File: "ediff-ptch.elc" 20559 bytes
File: "ediff-util.el" 151793 bytes
File: "ediff-util.elc" 118425 bytes
File: "ediff-vers.el" 7499 bytes
File: "ediff-vers.elc" 4797 bytes
File: "ediff-wind.el" 47027 bytes
File: "ediff-wind.elc" 29534 bytes
File: "ediff.el" 61119 bytes
File: "ediff.elc" 40975 bytes
File: "emerge.el" 118611 bytes
File: "emerge.elc" 80312 bytes
File: "log-edit.el" 58645 bytes
File: "log-edit.elc" 41980 bytes
File: "log-view.el" 23368 bytes
File: "log-view.elc" 18582 bytes
File: "pcvs-defs.el" 12574 bytes
File: "pcvs-defs.elc" 11583 bytes
File: "pcvs-info.el" 16933 bytes
File: "pcvs-info.elc" 22413 bytes
File: "pcvs-parse.el" 21213 bytes
File: "pcvs-parse.elc" 14318 bytes
File: "pcvs-util.el" 12078 bytes
File: "pcvs-util.elc" 21836 bytes
File: "pcvs.el" 99502 bytes
File: "pcvs.elc" 90277 bytes
File: "smerge-mode.el" 59059 bytes
File: "smerge-mode.elc" 40989 bytes
File: "vc-annotate.el" 32158 bytes
File: "vc-annotate.elc" 26543 bytes
File: "vc-bzr.el" 56914 bytes
File: "vc-bzr.elc" 42630 bytes
File: "vc-cvs.el" 53998 bytes
File: "vc-cvs.elc" 41614 bytes
File: "vc-dav.el" 5311 bytes
File: "vc-dav.elc" 3067 bytes
File: "vc-dir.el" 61702 bytes
File: "vc-dir.elc" 49815 bytes
File: "vc-dispatcher.el" 37238 bytes
File: "vc-dispatcher.elc" 19931 bytes
File: "vc-filewise.el" 3282 bytes
File: "vc-filewise.elc" 1538 bytes
File: "vc-git.el" 96510 bytes
File: "vc-git.elc" 92483 bytes
File: "vc-hg.el" 63326 bytes
File: "vc-hg.elc" 62237 bytes
File: "vc-hooks.el" 42467 bytes
File: "vc-hooks.elc" 31905 bytes
File: "vc-rcs.el" 61836 bytes
File: "vc-rcs.elc" 38048 bytes
File: "vc-sccs.el" 19203 bytes
File: "vc-sccs.elc" 17255 bytes
File: "vc-src.el" 12044 bytes
File: "vc-src.elc" 7781 bytes
File: "vc-svn.el" 31681 bytes
File: "vc-svn.elc" 24117 bytes
File: "vc.el" 163419 bytes
File: "vc.elc" 97717 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\30.0.93\site-lisp\"
File: "subdirs.el" 106 bytes
File: Descending to: ".\emacs-30.0.93\share\emacs\site-lisp\"
File: "subdirs.el" 0/106 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\128x128\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\128x128\apps\"
File: "emacs.png" 0/13462 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\16x16\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\16x16\apps\"
File: "emacs.png" 0/954 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\24x24\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\24x24\apps\"
File: "emacs.png" 0/1568 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\32x32\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\32x32\apps\"
File: "emacs.png" 0/2236 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\48x48\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\48x48\apps\"
File: "emacs.png" 0/3636 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\scalable\"
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\scalable\apps\"
File: "emacs.ico" 0/85182 bytes
File: "emacs.svg" 0/13359 bytes
File: Descending to: ".\emacs-30.0.93\share\icons\hicolor\scalable\mimetypes\"
File: "emacs-document.svg" 0/13683 bytes
File: "emacs-document23.svg" 0/11651 bytes
File: Descending to: ".\emacs-30.0.93\share\info\"
File: "auth.info" 54416 bytes
File: "autotype.info" 57237 bytes
File: "bovine.info" 38555 bytes
File: "calc.info" 1751803 bytes
File: "ccmode.info" 351407 bytes
File: "cl.info" 263401 bytes
File: "dbus.info" 115313 bytes
File: "dir" 6446 bytes
File: "dired-x.info" 61114 bytes
File: "ebrowse.info" 78902 bytes
File: "ede.info" 164056 bytes
File: "ediff.info" 155900 bytes
File: "edt.info" 63815 bytes
File: "efaq-w32.info" 123408 bytes
File: "efaq.info" 241019 bytes
File: "eglot.info" 100873 bytes
File: "eieio.info" 95852 bytes
File: "eintr.info" 774052 bytes
File: "elisp.info" 5087926 bytes
File: "elisp_type_hierarchy.jpg" 358821 bytes
File: "elisp_type_hierarchy.txt" 2772 bytes
File: "emacs-gnutls.info" 36723 bytes
File: "emacs-mime.info" 101326 bytes
File: "emacs.info" 3042412 bytes
File: "epa.info" 62640 bytes
File: "erc.info" 114978 bytes
File: "ert.info" 86035 bytes
File: "eshell.info" 156029 bytes
File: "eudc.info" 88681 bytes
File: "eww.info" 50685 bytes
File: "flymake.info" 92500 bytes
File: "forms.info" 62706 bytes
File: "gnus.info" 1479982 bytes
File: "htmlfontify.info" 73519 bytes
File: "idlwave.info" 232141 bytes
File: "ido.info" 53144 bytes
File: "info.info" 86142 bytes
File: "mairix-el.info" 41508 bytes
File: "message.info" 149337 bytes
File: "mh-e.info" 487689 bytes
File: "modus-themes.info" 275061 bytes
File: "newsticker.info" 49644 bytes
File: "nxml-mode.info" 60822 bytes
File: "octave-mode.info" 45650 bytes
File: "org.info" 1157357 bytes
File: "pcl-cvs.info" 91160 bytes
File: "pgg.info" 48494 bytes
File: "rcirc.info" 77518 bytes
File: "reftex.info" 295635 bytes
File: "remember.info" 43007 bytes
File: "sasl.info" 34861 bytes
File: "sc.info" 129306 bytes
File: "semantic.info" 107221 bytes
File: "ses.info" 83624 bytes
File: "sieve.info" 36887 bytes
File: "smtpmail.info" 46456 bytes
File: "speedbar.info" 78369 bytes
File: "srecode.info" 89242 bytes
File: "todo-mode.info" 112520 bytes
File: "tramp.info" 276160 bytes
File: "transient.info" 154388 bytes
File: "url.info" 82270 bytes
File: "use-package.info" 110607 bytes
File: "vhdl-mode.info" 70250 bytes
File: "vip.info" 114801 bytes
File: "viper.info" 251081 bytes
File: "vtable.info" 50459 bytes
File: "widget.info" 155419 bytes
File: "wisent.info" 93662 bytes
File: "woman.info" 87625 bytes
File: Descending to: ".\emacs-30.0.93\share\man\"
File: Descending to: ".\emacs-30.0.93\share\man\man1\"
File: "ctags.1" 17 bytes
File: "ebrowse.1" 2650 bytes
File: "emacs.1" 18141 bytes
File: "emacsclient.1" 6650 bytes
File: "etags.1" 13452 bytes
File: Descending to: ".\emacs-30.0.93\share\metainfo\"
File: Returning to: "."
WriteUninstaller: "$INSTDIR\Uninstall-30.0.93.exe"
!insertmacro: MUI_STARTMENU_WRITE_BEGIN
!insertmacro: end of MUI_STARTMENU_WRITE_BEGIN
CreateDirectory: "$SMPROGRAMS\$StartMenuFolder"
CreateShortcut: "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"->"$INSTDIR\Uninstall-30.0.93.exe"  icon:,0, nwd=0, showmode=0x0, hotkey=0x0, comment=
!insertmacro: MUI_STARTMENU_WRITE_END
!insertmacro: end of MUI_STARTMENU_WRITE_END
CreateShortcut: "$SMPROGRAMS\$StartMenuFolder\Emacs.lnk"->"$INSTDIR\emacs-30.0.93\bin\runemacs.exe"  icon:,0, nwd=0, showmode=0x0, hotkey=0x0, comment=
SectionEnd
Section: "Uninstall"
!insertmacro: MUI_STARTMENU_GETFOLDER
!insertmacro: end of MUI_STARTMENU_GETFOLDER
StrCpy $StartMenuFolder "$SMPROGRAMS\$StartMenuFolder" () ()
Delete: "$StartMenuFolder\Emacs.lnk"
Delete: "$StartMenuFolder\Uninstall.lnk"
ClearErrors: 
RMDir: "$StartMenuFolder"
GetFullPathName: $StartMenuFolder\..->$StartMenuFolder (4602564)
IfErrors ?startMenuDeleteLoopDone:
StrCmp "$StartMenuFolder" "$SMPROGRAMS" equal=startMenuDeleteLoopDone, nonequal=startMenuDeleteLoop
RMDir: /r "$INSTDIR\emacs-30.0.93"
RMDir: "$INSTDIR"
Delete: "$INSTDIR\Uninstall-30.0.93.exe"
SectionEnd

Processed 1 file, writing output (x86-unicode):
Adding plug-ins initializing function... Done!
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... Done!
Generating uninstaller... Done!

Output: "G:\rel\install\emacs-30.0.93_3-installer.exe"
Install: 5 pages (320 bytes), 1 section (1 required) (2072 bytes), 6327 instructions (177156 bytes), 5777 strings (288460 bytes), 1 language table (282 bytes).
Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 60 instructions (1680 bytes), 101 strings (2550 bytes), 1 language table (250 bytes).
Datablock optimizer saved 155240 KiB (~18.7%).

Using lzma (compress whole) compression.

EXE header size:              123392 / 38912 bytes
Install code:                          (468754 bytes)
Install data:                          (686424133 bytes)
Uninstall code+data:                   (92376 bytes)
Compressed data:            82572037 / 686985263 bytes
CRC (0x487BC32F):                  4 / 4 bytes

Total size:                 82695433 / 687024179 bytes (12.0%)

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

* Re: Windows binaries and installer fixes for 30.0.93
  2024-12-21 23:20   ` Windows binaries and installer fixes for 30.0.93 Corwin Brust
@ 2024-12-22 12:03     ` Francis Wright
  0 siblings, 0 replies; 7+ messages in thread
From: Francis Wright @ 2024-12-22 12:03 UTC (permalink / raw)
  To: Corwin Brust; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 6742 bytes --]

Hi Corwin

Thanks for the very quick update. The latest installer seems completely fine; it installs and uninstalls Emacs without any problems that I noticed. Just one final observation: most Windows apps are uninstalled via the Apps page in Settings rather than via the Start menu, but Emacs doesn't appear on the Apps page in Settings.

Best wishes,
Francis

________________________________
From: Corwin Brust <corwin@bru.st>
Sent: 21 December 2024 11:20 PM
To: Francis Wright <f.j.wright@live.co.uk>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Windows binaries and installer fixes for 30.0.93

Hi Francis,

Thanks (again) for pointing out the issue with Start Menu shortcuts.
I have a fix for this, I think.  I sent my consolidated "patches"
against the installer off to the new-bug report I created.  Meanwhile,
here is an updated installer that should fix the issue you reported
(and the other things we've been talking about/testing still, also):

https://corwin.bru.st/emacs-30/emacs-30.0.93_3-installer.exe

And, frt, here's a link to the patch (although what's on the other end
of this link could change if/as I make further changes):

https://corwin.bru.st/emacs-30/emacs.nsi.patch

That patch should generally apply against most any (pre)release
tarball or branch, AFAIK, in case anyone would like to "kibitz
expertly" by trying to reproduce my installer builds :)

In a similar spirit, I'm attaching a script (and the most recent log
from running same, related to creating the above linked installer)
which I'm using to iterate while "improving" the installer.  I find
this helpful in "quickly" testing various approaches in such a way as
to gather patches (in intent, if not always in effect so far) as a go
about this (mostly manual, mostly testing) process of trying to make
the installer behave predictably.

I much appreciate your help.  Let me know if you get a chance to try
this new version too.

On Sat, Dec 21, 2024 at 12:29 PM Francis Wright <f.j.wright@live.co.uk> wrote:
>
> Hi Corwin
>
> Thanks for working on this. The "greedy uninstaller" was a bit of a pain. I tried your installer at https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe
> and the associated uninstaller seems to work correctly, i.e. it only uninstalls emacs-30.0.93, which is great. I didn't notice any of the other issues you listed.
>
> However, I did notice a couple of problems. Firstly, Windows pops up a warning from Microsoft Defender SmartScreen, which is not a new problem and is easy to work around. Secondly, the installer did not install a shortcut folder. On the Choose Start Menu Folder dialogue, Emacs-30.0.93 was pre-selected, and I ensured that Do not create shortcuts was not selected. The only button available was the Close button, which I clicked. A shortcut for Emacs itself was installed but not the shortcut to the folder containing Emacs and the uninstaller. (I can add the folder shortcut by hand.)
>
> Best wishes,
> Francis
>
> ________________________________
> From: help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org <help-emacs-windows-bounces+f.j.wright=live.co.uk@gnu.org> on behalf of Corwin Brust <corwin@bru.st>
> Sent: 21 December 2024 5:44 PM
> To: Emacs developers <emacs-devel@gnu.org>
> Subject: Windows binaries and installer fixes for 30.0.93
>
> I have posted binaries created from the 30.0.93 (pretest #3) tarball
> to the alpha FTP site, here:
>
> https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-30/?C=M;O=D
>
> Additionally, there are some "patched" versions which are only from my
> personal site so far.  The above link should be good for anyone
> wishing to try out pre-compiled binaries for Emacs 30.1 using the
> latest pretest (#3).   The rest of this email is about helping me test
> pending changes to the script that creates the executable
> self-installer for Emacs on Windows.
>
> Below are links to some additional ("patched") versions of the Windows
> installer.  Each of these was created by applying patches (or, in one
> case, replacing a BPM used only by the Windows installer) starting
> from the released sources provided in the 30.0.93 prerelease tarball
> that was published this week.
>
> The patches I've applied have been "sitting ready" for most of 2024;
> they applied cleanly and appear to work correctly from my end.  It
> would be great if others could confirm they work well; there are a
> number of long-standing bugs with the Windows executable
> self-installer it would be good to have closed.
>
> In reality only #1 below needs your testing efforts; the others are
> provided to help narrow down which patch is causing any trouble we do
> find.
>
> Here, in descending order of priority for testing, are the patched
> installers I have created along with the associated bugs reports each
> attempts to resolve:
>
> 1. resolves each item below plus set a unique name for each version's
> uninstaller (more work on 68756 in addition to #3, below).  Try this
> one first/only; work down the list if you find issues that didn't
> exist installing the released 29.4 binary installer.
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_2-installer.exe
>
> 2. fix confusing installer verbage (don't require users to "accept"
> the GPL to install Emacs)
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_bug67667-installer.exe
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67667
>
> 3. fix installer splash image (badly converted, aspect ratio is incorrect)
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70538
> (no sep build of the installer for this one but the fixed splash.bpm
> is rolled into those above)
>
> 4. do not delete all installed versions of Emacs when running
> uninstaller (this patch is incorporated into all of the above linked
> patched installer versions)
>
> https://corwin.bru.st/emacs-30/emacs-30.0.93_bug68756-installer.exe
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68756#19
>
> This last item is the critical one to test; since all of the modified
> installer versions contain the patch for this issue, these testing
> instructions will work for any of 1-4, above.  To test that the
> "greedy uninstaller" issue is resolved:
>
> 1. backup your installed Emacs (if any) by making a copy of c:\program
> files\emacs
> 2. install Emacs 29.4 (or any prior GNU published version) using the
> executable self-installer
> 3. install 30.0.93 using one of my patched self-installer versions, (1-4 above)
> 4. run the 30.0.93 uninstaller created by step #3
> 5. verify the prior (e.g. 29.4) version of Emacs was not deleted (but
> 30.0.93 was)
>
> Warm regards,
> Corwin
>

[-- Attachment #2: Type: text/html, Size: 10065 bytes --]

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

end of thread, other threads:[~2024-12-22 12:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 17:44 Windows binaries and installer fixes for 30.0.93 Corwin Brust
2024-12-21 18:29 ` Francis Wright
2024-12-21 19:46   ` Windows binary installer ignores user options for Start menu shortcuts Corwin Brust
2024-12-21 19:53     ` Corwin Brust
2024-12-21 23:05     ` bug#75013: " Corwin Brust
2024-12-21 23:20   ` Windows binaries and installer fixes for 30.0.93 Corwin Brust
2024-12-22 12:03     ` Francis Wright

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.