From: martin rudalics <rudalics@gmx.at>
To: Burton Samograd <bsamograd@interalia.com>
Cc: emacs-devel@gnu.org
Subject: Re: Problem with bzr updated sources from today (Jan 3rd, 2012)
Date: Tue, 03 Jan 2012 20:04:24 +0100 [thread overview]
Message-ID: <4F035138.8000904@gmx.at> (raw)
In-Reply-To: <87hb0cfyll.fsf@interalia.com>
> 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?
martin
next prev parent reply other threads:[~2012-01-03 19:04 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 [this message]
2012-01-03 19:17 ` Burton Samograd
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=4F035138.8000904@gmx.at \
--to=rudalics@gmx.at \
--cc=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.