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: Fri, 08 Aug 2014 16:35:51 +0200	[thread overview]
Message-ID: <m2iom3hwvs.fsf@polytechnique.org> (raw)
In-Reply-To: <85ppgc9lm6.fsf@iznogoud.viz>

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

Hello Wolfgang,

On 2014-08-07 20:47, Wolfgang Jenkner <wjenkner@inode.at> writes:

> On Thu, Aug 07 2014, Alan Schmitt wrote:
>
>> I've looked at the site-start.el files (both from the provided emacs
>> and from my homebrew installation) and they do not mention
>> gnus-util. I've started emacs with the '-q' option and I don't see it in
>> the features variable.
>
> IIUC, there must be a form in your init file which somehow loads an old
> version of gnus-util.
>
> You could try the following:
>
> $ emacs -q
>
> C-x C-f <your init file>
>
> M-: (while (not (or (eobp) (featurep 'gnus-util)))
>   (eval (read (current-buffer))))
>
>
> (I assume that your init file does not set the lexical-binding file
> local variable)
>
> This should leave point after the offending form.

Thank you for this very nice trick! I was able to figure out the issue
happens when loading my custom.el. I find two lines mentioning gnus
there:

#+begin_src emacs-lisp
 '(gnus-auto-select-subject (quote unread))
 '(gnus-buttonized-mime-types (quote ("multipart/signed")))
#+end_src

I guess I should try to delay the loadig of custom.el until after I have
loaded gnus. I'll try this next.

(Later ...)

Yes, I confirm that loading gnus before custom.el works.

Thanks again,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7

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

  reply	other threads:[~2014-08-08 14:35 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
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 [this message]
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=m2iom3hwvs.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).