all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: "Cédric Chépied" <cedric.chepied@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Problems with emacs 25 (master branch)
Date: Fri, 10 Oct 2014 14:12:07 +0200	[thread overview]
Message-ID: <87oatkdsyw.fsf@thinkpad-t440p.tsdh.org> (raw)
In-Reply-To: <5437bc6d.e916c20a.171d.7ad6@mx.google.com> ("Cédric Chépied"'s message of "Fri, 10 Oct 2014 13:00:55 +0200")

Cédric Chépied <cedric.chepied@gmail.com> writes:

Hi Cédric,

> I updated my master branch yesterday and this morning I got some bad
> surprises.
>
> I can't open my org agenda anymore (diary is retrieved with tramp):
>   Tramp: Inserting `/ssh:*************/.diary'...done
>   diary-list-entries: Symbol's function definition is void: fancy-diary-display
>
> And then it just displays:
>   Week-agenda (W41):
> In the *Org Agenda* buffer

It seems `fancy-diary-display' has been renamed to
`diary-fancy-display'.  In your config, you probably have

  (setq diary-display-function 'fancy-diary-display)

and now you need to use

  (setq diary-display-function 'diary-fancy-display)

Or even better, you can just delete it from your configuration since
that's the default value with Emacs 25.

> Newsticker also has problems:
>   if: Symbol's value as variable is void: newsticker--download-logos [2 times]
> It does not display any images anymore (I'm using w3m as HTML renderer). This is

In the current newsticker.el there's no `newsticker--download-logos'
variable.  Probably that has been renamed to
`newsticker-download-images'.  However, setting a non-existent variable
in your config won't have any effects, so I'm not sure if it's your
fault or it is wrong in the emacs version you are using.  At least the
current newsticker.el looks correct.

What you can do is M-x toggle-debug-on-error RET and reproduce the error
above.  That will show a buffer with a backtrace which you can post
here.

Bye,
Tassilo



  reply	other threads:[~2014-10-10 12:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-10 11:00 Problems with emacs 25 (master branch) Cédric Chépied
2014-10-10 12:12 ` Tassilo Horn [this message]
2014-10-10 12:41   ` Thierry Volpiatto
2014-10-10 13:31     ` Cédric Chépied
2014-10-10 13:36       ` Tassilo Horn
2014-10-10 20:23       ` Ulf Jasper
2014-10-13 11:30         ` Cédric Chépied
2014-10-10 14:10     ` Marco Wahl
2014-10-10 16:13       ` Michael Heerdegen
2014-10-11 11:05         ` Marco Wahl
2014-10-13 12:54         ` Cédric Chépied
2014-10-13 12:58           ` Michael Heerdegen

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=87oatkdsyw.fsf@thinkpad-t440p.tsdh.org \
    --to=tsdh@gnu.org \
    --cc=cedric.chepied@gmail.com \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.