Gnus development mailing list
 help / color / mirror / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: ding@gnus.org
Subject: Re: Missing function 'gnus-get-text-property-excluding-characters-with-faces' using gnus from git
Date: Wed, 06 Aug 2014 09:29:21 +0200	[thread overview]
Message-ID: <m2wqam13fy.fsf@polytechnique.org> (raw)
In-Reply-To: <87bns5xxzu.fsf@topper.koldfront.dk>

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

On 2014-07-31 19:02, asjo@koldfront.dk (Adam Sjøgren) writes:

> Alan Schmitt <alan.schmitt@polytechnique.org> 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

  parent reply	other threads:[~2014-08-06  7:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-31  8:50 Alan Schmitt
2014-07-31 16:56 ` Adam Sjøgren
2014-07-31 17:02 ` Adam Sjøgren
2014-07-31 17:30   ` David Goldberg
2014-08-06  7:29   ` Alan Schmitt [this message]
2014-08-07  2:16     ` Dave Goldberg
2014-08-07  6:59       ` Alan Schmitt
2014-08-07 18:47         ` Wolfgang Jenkner
2014-08-08 14:35           ` Alan Schmitt
2014-08-09 15:32             ` Wolfgang Jenkner
2014-08-11 12:13               ` Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2wqam13fy.fsf@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).