all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: emacs-orgmode@gnu.org
Cc: nicholas.dokos@hp.com
Subject: [OT] Icon problem with org-google-weather
Date: Sun, 05 Jun 2011 20:27:21 -0400	[thread overview]
Message-ID: <24071.1307320041@alphaville.dokosmarshall.org> (raw)

This is off-topic but it is driving me bananas. I do

--8<---------------cut here---------------start------------->8---
(setq date '(6 5 2011))
(6 5 2011)
(setq foo (let ((org-google-weather-cache-time 0))
      (org-google-weather)))
(setq bar (org-google-weather))
(equal foo bar)
(insert foo)
(insert bar)
--8<---------------cut here---------------end--------------->8---

in the *scratch* buffer. The idea is that foo is freshly obtained from
google every time: it never goes to cached data since the cache time is
set to 0. bar, otoh, is obtained from cache.  I've traced the code and
that's indeed what happens.  The two strings compare equal: (equal foo bar)
returns t - just in case, I also displayed them in separate windows and
did a compare-windows: they are the same that way too.

Nevertheless, when I insert foo, the icon is shown, but when I insert
bar, the icon is an empty box. What am I missing?

Thanks,
Nick

             reply	other threads:[~2011-06-06  0:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06  0:27 Nick Dokos [this message]
2011-06-06  7:38 ` [OT] Icon problem with org-google-weather Tassilo Horn
2011-06-06 13:51   ` Nick Dokos
2011-06-06 15:27     ` Tassilo Horn
2011-06-06 15:40       ` Nick Dokos
2011-06-06 16:35         ` Nick Dokos
2011-06-07  4:53 ` Nick Dokos

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=24071.1307320041@alphaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@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.