From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Conflict of w32-send-sys-command and set-default-font in Emacs 24.3? Date: Mon, 29 Apr 2013 19:05:42 -0700 Message-ID: <942813B1EDC2420A8C0F637200589955@us.oracle.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367287573 4087 80.91.229.3 (30 Apr 2013 02:06:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Apr 2013 02:06:13 +0000 (UTC) To: "'Eric Liu'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 30 04:06:11 2013 Return-path: Envelope-to: geh-help-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 1UWzxE-00030e-PQ for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Apr 2013 04:06:04 +0200 Original-Received: from localhost ([::1]:52142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWzxE-0002NY-AZ for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 22:06:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWzx1-0002NR-FA for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 22:05:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWzx0-0007MM-20 for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 22:05:51 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:34061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWzwz-0007MA-NL for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 22:05:49 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r3U25kSi002251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 30 Apr 2013 02:05:47 GMT Original-Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3U25jVW022034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 30 Apr 2013 02:05:46 GMT Original-Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3U25jbc026540; Tue, 30 Apr 2013 02:05:45 GMT Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 29 Apr 2013 19:05:45 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac5FN0CeHbDibanCQf2oY1KPMo1w6AAD4Owg In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90414 Archived-At: > (w32-send-sys-command 61488) > However, once I added the set-default-font commands > (set-default-font "Monaco-10") > to my init file, the maximizing stops to work. Evaluating those two sexps works for me on Emacs 24.3, starting from `emacs -Q'. Did you start from `emacs -Q', or with an init file that has just those two sexps? If not, and if it works when you do, then bisect your init file repeatedly until you find the code that breaks it. If it does not work for you with just those two sexps then please report it: `M-x report-emacs-bug'.