From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#18573: 24.3.93; set-face-attribute crashes Emacs when started with -nw Date: Wed, 1 Oct 2014 20:11:34 +0200 Message-ID: <59B4B4EE-8CC0-49BF-A32B-D062EFEB353E@swipnet.se> References: <5426E238.6060301@vsm.in> <5CAB16D6-ECC8-4D23-A0E2-FCEADF48C1B0@swipnet.se> <8361g6mjl8.fsf@gnu.org> <838ukzk7dj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412187146 5604 80.91.229.3 (1 Oct 2014 18:12:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2014 18:12:26 +0000 (UTC) Cc: enquiries@vsm.in, 18573@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 01 20:12:19 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 1XZONu-0007pc-CJ for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Oct 2014 20:12:18 +0200 Original-Received: from localhost ([::1]:57563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZONt-0001Yp-SW for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Oct 2014 14:12:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZONk-0001YR-9v for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 14:12:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZONe-0001d3-De for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 14:12:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZONe-0001cz-Al for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 14:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XZONd-0007iZ-R3 for bug-gnu-emacs@gnu.org; Wed, 01 Oct 2014 14:12:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Oct 2014 18:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18573 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18573-submit@debbugs.gnu.org id=B18573.141218710129638 (code B ref 18573); Wed, 01 Oct 2014 18:12:01 +0000 Original-Received: (at 18573) by debbugs.gnu.org; 1 Oct 2014 18:11:41 +0000 Original-Received: from localhost ([127.0.0.1]:57659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZONJ-0007hy-1b for submit@debbugs.gnu.org; Wed, 01 Oct 2014 14:11:41 -0400 Original-Received: from mailfe08.swip.net ([212.247.154.225]:59973 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZONF-0007ho-CI for 18573@debbugs.gnu.org; Wed, 01 Oct 2014 14:11:38 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 537678858; Wed, 01 Oct 2014 20:11:35 +0200 In-Reply-To: <838ukzk7dj.fsf@gnu.org> X-Mailer: Apple Mail (2.1878.6) 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:93985 Archived-At: 1 okt 2014 kl. 19:49 skrev Eli Zaretskii : > If the frame argument is t, we could try looking for a GUI frame; that > way, we would signal an error in fewer cases. After all, using the > selected frame is arbitrary. > > At the very least, I think we should have a FIXME comment there > describing the problem. I added a comment. Jan D.