From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: liuning@liuning.net Newsgroups: gmane.emacs.help Subject: Re: Conflict of w32-send-sys-command and set-default-font in Emacs 24.3? Date: Wed, 1 May 2013 10:44:10 -0700 (PDT) Message-ID: <1a5b940d-3151-466b-bf39-c102f9badc7f@googlegroups.com> References: <942813B1EDC2420A8C0F637200589955@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1367430606 14565 80.91.229.3 (1 May 2013 17:50:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 May 2013 17:50:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 01 19:50:06 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 1UXbAJ-0007zQ-Nq for geh-help-gnu-emacs@m.gmane.org; Wed, 01 May 2013 19:50:03 +0200 Original-Received: from localhost ([::1]:56492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXbAI-0004kV-TZ for geh-help-gnu-emacs@m.gmane.org; Wed, 01 May 2013 13:50:02 -0400 X-Received: by 10.224.130.195 with SMTP id u3mr6245574qas.1.1367430251064; Wed, 01 May 2013 10:44:11 -0700 (PDT) X-Received: by 10.182.66.5 with SMTP id b5mr40036obt.41.1367430251026; Wed, 01 May 2013 10:44:11 -0700 (PDT) Original-Path: usenet.stanford.edu!s14no1705131qam.0!news-out.google.com!ef9ni40844qab.0!nntp.google.com!s14no1705122qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.31.211.11; posting-account=blHJnwoAAAB822WkR8lZKYB9X65RAPRd Original-NNTP-Posting-Host: 216.31.211.11 User-Agent: G2/1.0 Injection-Date: Wed, 01 May 2013 17:44:11 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:198181 X-Mailman-Approved-At: Wed, 01 May 2013 13:49:50 -0400 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:90448 Archived-At: Update: Ref. bug-gnu-emacs bug#14326 thread. Eli Zaretskii pointed out swapping the two lines fixes the issue, and that = should be the correct order for those two lines. That is not a bug. On Tuesday, April 30, 2013 5:41:16 PM UTC-7, Drew Adams wrote: > At this point I would suggest you use `M-x=20 > report-emacs-bug'. If there is no bug then Emacs Dev will let you know=20 > that.=A0They will also know what to ask you to try, if they need more inf= o to=20 > decide. >=20 >=20 > =20 >=20 > =20 > Thank you for reply. > I tested either with -Q or by creating an=20 > init file from scratch with only those two commands, but neither work. = I also=20 > tried your approach by M-x eval-expression. Those two did work after Em= acs=20 > start up, but they don't work if put in init file. >=20 >=20 > =20 >=20 > =20 >=20 > >=20 > (w32-send-sys-command 61488) > > However, once I added the=20 > set-default-font commands > > (set-default-font "Monaco-10") > > to=20 > my init file, the maximizing stops to work. >=20 > Evaluating those two=20 > sexps works for me on Emacs 24.3, starting from `emacs -Q'. >=20 > Did you=20 > start from `emacs -Q', or with an init file that has just those=20 > two > sexps? =A0If not, and if it works when you do, then bisect your=20 > init file > repeatedly until you find the code that breaks it. >=20 > If it=20 > does not work for you with just those two sexps then please report=20 > it: > `M-x=20 > report-emacs-bug'.