emacs-devel
[Top][All Lists]
Advanced

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

Re: dbus.el - `xml-get-attribute-or-nil' undefined


From: Bastien
Subject: Re: dbus.el - `xml-get-attribute-or-nil' undefined
Date: Sat, 20 Dec 2008 11:52:57 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

Jason Rumney <address@hidden> writes:

> Bastien wrote:
>> GNU Emacs 23.0.60.25 (as of yesterday).
>>
>> In dbus.el there is a reference to `xml-get-attribute-or-nil' which is
>> not defined anywhere in Emacs.  It prevents my newsticker.el to work.
>>   
>
> This is strange, for two reasons:
>
> 1. xml-get-attribute-or-nil is defined in xml.el
> 2. newsticker.el and its related files do not seem to use dbus at all.

Yes, `newsticker-show-news' is autoloaded in newst-reader.el, which
(require 'newsticker-backend) which (require 'xml).

But for some reasons, unless you explicitely (require 'newsticker)
before M-x newsticker-show-news', functions from xml.el are not loaded.

I found this at the end of newst-reader.el:

,----
| (provide 'newsticker-backend)
| 
| ;; arch-tag: 0e37b658-56e9-49ab-90f9-f2df57e1a659
| ;;; newsticker-backend.el ends here
| 
| (provide 'newst-backend)
| 
| ;;; newst-backend.el ends here
`----

Maybe the two (provide ...) are conflicting?

-- 
 Bastien




reply via email to

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