From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#17123: 24.3.50; C-x C-c -> Invalid function: with-current-buffer-window Date: Thu, 27 Mar 2014 17:35:20 -0400 Message-ID: References: <87mwgb35dw.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1395956159 16521 80.91.229.3 (27 Mar 2014 21:35:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2014 21:35:59 +0000 (UTC) Cc: 17123@debbugs.gnu.org To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 27 22:36:08 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WTHy4-00035w-40 for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Mar 2014 22:36:08 +0100 Original-Received: from localhost ([::1]:56081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHy3-0001PW-MX for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Mar 2014 17:36:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHxz-0001Jn-IR for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2014 17:36:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTHxy-0004J1-Nk for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2014 17:36:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHxy-0004Iv-Kc for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2014 17:36:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WTHxx-0007Gl-NY for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2014 17:36:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87mwgb35dw.fsf@web.de> Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Mar 2014 21:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17123 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17123-submit@debbugs.gnu.org id=B17123.139595612327877 (code B ref 17123); Thu, 27 Mar 2014 21:36:01 +0000 Original-Received: (at 17123) by debbugs.gnu.org; 27 Mar 2014 21:35:23 +0000 Original-Received: from localhost ([127.0.0.1]:53218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTHxL-0007FY-3i for submit@debbugs.gnu.org; Thu, 27 Mar 2014 17:35:23 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:33008) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WTHxJ-0007FR-4B for 17123@debbugs.gnu.org; Thu, 27 Mar 2014 17:35:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WTHxI-0004CO-8z; Thu, 27 Mar 2014 17:35:20 -0400 X-Spook: Skipjack Area 51 PGP codes Fortezza industrial X-Ran: TeNUf8v-4ZIAnHMjBO0^!;Kq;o~EHuqv2&L8ZEyedxeS,&+2D^{=I]xYyCoo@xqgD'=w&+ X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:87463 Archived-At: Michael Heerdegen wrote: > (disassemble 'save-buffers-kill-emacs) looks here like this: > > ... > 65 constant with-current-buffer-window > 66 constant get-buffer-create > 67 constant "*Process List*" > 68 call 1 > ... > > so `with-current-buffer-window' at least was not expanded while byte > compiling the source file while building. Then perhaps your build is broken. I have no idea how such a thing is possible, since loadup.el loads "window" before it loads "files". > 1. While building, the compilation of file.el has to cope with an > undefined macro, which is not good (i.e., a dependency problem).