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

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

bug#16553: 24.3.50; `file-truename' returns a cons? (wrong-type-argument


From: Lars Ingebrigtsen
Subject: bug#16553: 24.3.50; `file-truename' returns a cons? (wrong-type-argument stringp (...))
Date: Sun, 09 Feb 2014 19:44:48 -0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

>> Isn't it possible that you have that weird cons cell in your
>> load-history?  help-fns--autoloaded-p does this:
>> 
>>     (while (and load-hist (not found))
>>       (and (caar load-hist)
>>         (equal (file-name-sans-extension (caar load-hist)) file)
>> 
>> So if some element in load-history is that cons cell, this code
>> will call file-name-sans-extension on that cons cell.
>
> Yes.  Bravo and thank you once again, Eli.  I was wondering about
> that cons.  I think you nailed it.  (That cons would not be an
> entry, however, but the car of an entry, for the error to occur.)

This doesn't seem likely to be an Emacs bug.  Closing, but please reopen
if it turns out to still be a problem.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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