all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Burton Samograd <bsamograd@interalia.com>
To: emacs-devel@gnu.org
Subject: Re: Problem with bzr updated sources from today (Jan 3rd, 2012)
Date: Tue, 03 Jan 2012 12:17:13 -0700	[thread overview]
Message-ID: <878vlofveu.fsf@interalia.com> (raw)
In-Reply-To: 4F035138.8000904@gmx.at

martin rudalics <rudalics@gmx.at> writes:

>> Problem with build dependencies?
>
> A mixture of earlier specifying
>
> (defsubst window-total-height (&optional window)
>   "..."
>   (window-total-size window))
>
> with window-total-size defined in C (my bad) and later doing
>
> (defun window-total-size (&optional window horizontal)
>   "..."
>   (if horizontal
>       (window-total-width window)
>     (window-total-height window)))
>
> with window-total-height/-width in C (Chong's contribution).  I'm not
> sure what precisely triggered it now, though.  What was the last time
> you pulled before January 3rd?

Thanks for the explanation.  I last pulled at least a couple of months
ago. I'll try and remember to do a make clean after my next pull.

--
Burton Samograd




      reply	other threads:[~2012-01-03 19:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-03 17:35 Problem with bzr updated sources from today (Jan 3rd, 2012) Burton Samograd
2012-01-03 18:09 ` martin rudalics
2012-01-03 18:08   ` Burton Samograd
2012-01-03 19:04     ` martin rudalics
2012-01-03 19:17       ` Burton Samograd [this message]

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=878vlofveu.fsf@interalia.com \
    --to=bsamograd@interalia.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.