On 2014-07-31 19:02, asjo@koldfront.dk (Adam Sjøgren) writes: > Alan Schmitt writes: > >> Is this a (known) bug? > > Just updated from git; I can't reproduce the problem - the function is > found in gnus-util.el by my Emacs. I confirm that I also see it in gnus-util. > Did you do ./configure && make in your checkout, Yes. > and configure Emacs to get Gnus from there? > > Something similar to: > > ; My own Gnus: > (add-to-list 'load-path "~/elisp/gnus/lisp") > > in ~/.emacs.d/init.el? This is what I have in my init file: #+begin_src emacs-lisp (add-to-list 'load-path "~/src/gnus/lisp") (require 'gnus-load) (add-to-list 'Info-default-directory-list "~/src/gnus/texi/") #+end_src The strange thing is that if I manually evaluate the function I can then start gnus. The problem may be a missing autoload somewhere. If I had the following to my init file, then I can start gnus. #+begin_src emacs-lisp (autoload 'gnus-get-text-property-excluding-characters-with-faces "gnus-util") #+end_src Should this be considered a bug? If so, where do I report it? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7