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: icicle and emacs --daemon Date: Tue, 2 Dec 2008 06:43:22 -0800 Message-ID: <000101c9548c$55ec1660$0200a8c0@us.oracle.com> References: <877i6j2b94.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228229065 27680 80.91.229.12 (2 Dec 2008 14:44:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2008 14:44:25 +0000 (UTC) To: "'Thierry Volpiatto'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 15:45:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L7WUy-0001uk-VF for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2008 15:45:13 +0100 Original-Received: from localhost ([127.0.0.1]:42989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7WTo-00064R-3e for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2008 09:44:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7WTT-00063y-94 for help-gnu-emacs@gnu.org; Tue, 02 Dec 2008 09:43:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7WTR-00063N-VI for help-gnu-emacs@gnu.org; Tue, 02 Dec 2008 09:43:38 -0500 Original-Received: from [199.232.76.173] (port=39069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7WTR-00063K-RT for help-gnu-emacs@gnu.org; Tue, 02 Dec 2008 09:43:37 -0500 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:29938) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7WTR-0007zs-4q for help-gnu-emacs@gnu.org; Tue, 02 Dec 2008 09:43:37 -0500 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB2EiKwD003228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Dec 2008 14:44:21 GMT Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB2EhYms015646; Tue, 2 Dec 2008 14:43:35 GMT Original-Received: from dradamslap1 (/141.144.65.247) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 02 Dec 2008 06:43:26 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AclUXrEAYE5kFcxDTlaEww7ReEcVQQALEGAg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 In-Reply-To: <877i6j2b94.fsf@tux.homenetwork> X-Source-IP: acsmt704.oracle.com [141.146.40.82] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010204.49354990.004A:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60310 Archived-At: > when using the new emacs --daemon, icicle complain that we > are not in a window-system.So i modify the starting > message of icicles.el like that: > > (unless (or (and (fboundp 'daemonp) (daemonp)) ... > It work fine here. Thanks, Thierry. I've added that. BTW, it seems that some people do use Icicles with a console (i.e. without a window mgr). I would be interested in knowing how you do so - which key changes you have made etc., in order to either provide for that as an option or at least document some of your suggestions for other users. Thx.