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

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

[Emacs-bug-tracker] bug#7414: closed (24.0.50; autoload-find-destination


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7414: closed (24.0.50; autoload-find-destination throws error in EOL detection)
Date: Wed, 17 Nov 2010 03:44:02 +0000

Your message dated Tue, 16 Nov 2010 22:48:20 -0500
with message-id <address@hidden>
and subject line Re: bug#7414: 24.0.50; autoload-find-destination throws error 
in EOL detection
has caused the GNU bug report #7414,
regarding 24.0.50; autoload-find-destination throws error in EOL detection
to be marked as done.

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


-- 
7414: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7414
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; autoload-find-destination throws error in EOL detection Date: Tue, 16 Nov 2010 17:45:23 +0100
While trying to update the autoloads of the Emacs Code Browser (ECB),
the following error occured (byte-code snipped):

Debugger entered--Lisp error: (wrong-type-argument numberp [utf-8-unix 
utf-8-dos utf-8-mac])
  zerop([utf-8-unix utf-8-dos utf-8-mac])
  autoload-find-destination("/Users/foo/emacs-packages/ecb/ecb-help.el" 
"ecb-help")
  autoload-generate-file-autoloads("ecb-help.el" nil 
"/Users/foo/emacs-packages/ecb/ecb-autoloads.el")
  update-directory-autoloads("/Users/foo/emacs-packages/ecb/")
  apply(update-directory-autoloads "/Users/foo/emacs-packages/ecb/")
  batch-update-autoloads()
  ecb-batch-update-autoloads()
  ecb-update-autoloads()

The culprit is obviously this

        (unless (zerop (coding-system-eol-type buffer-file-coding-system))
          (set-buffer-file-coding-system 'unix))

which doesn't consider that coding-system-eol-type can return a vector
of coding systems.

-David



--- End Message ---
--- Begin Message --- Subject: Re: bug#7414: 24.0.50; autoload-find-destination throws error in EOL detection Date: Tue, 16 Nov 2010 22:48:20 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 23.3

Thanks; fixed in emacs-23.


--- End Message ---

reply via email to

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