emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33231: closed (27.0.50; update-directory-autoloads


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33231: closed (27.0.50; update-directory-autoloads does not ignore .so files)
Date: Thu, 01 Nov 2018 18:59:02 +0000

Your message dated Thu, 01 Nov 2018 20:57:36 +0200
with message-id <address@hidden>
and subject line Re: bug#33231: 27.0.50; update-directory-autoloads does not 
ignore .so files
has caused the debbugs.gnu.org bug report #33231,
regarding 27.0.50; update-directory-autoloads does not ignore .so files
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33231: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33231
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; update-directory-autoloads does not ignore .so files Date: Thu, 1 Nov 2018 19:26:39 +0100
The function contains logic for ignoring compiled but loadable files,
with extensions .elc, .so and .dll. However the regular expression
for filtering these extensions out will incorrectly allow .so through.

autoload.el, update-directory-autoloads around line 1040:
"\\.\\(elc\\|\\so\\|dll\\)" should be "\\.\\(elc\\|so\\|dll\\)"



--- End Message ---
--- Begin Message --- Subject: Re: bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files Date: Thu, 01 Nov 2018 20:57:36 +0200
> From: Eivind Fonn <address@hidden>
> Date: Thu, 1 Nov 2018 19:26:39 +0100
> 
> The function contains logic for ignoring compiled but loadable files,
> with extensions .elc, .so and .dll. However the regular expression
> for filtering these extensions out will incorrectly allow .so through.
> 
> autoload.el, update-directory-autoloads around line 1040:
> "\\.\\(elc\\|\\so\\|dll\\)" should be "\\.\\(elc\\|so\\|dll\\)"

Thanks, fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]