From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wang Diancheng Newsgroups: gmane.emacs.devel Subject: about emacs --daemon, is this a bug? Date: Mon, 22 Dec 2008 14:08:28 +0800 Message-ID: <87wsdsu4gz.fsf@redflag-linux.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229971520 4264 80.91.229.12 (22 Dec 2008 18:45:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2008 18:45:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 19:46:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LEpnF-0007pt-IE for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 19:46:17 +0100 Original-Received: from localhost ([127.0.0.1]:42615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEpm2-0004A0-Mu for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 13:45:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEdxV-0004Ot-BO for emacs-devel@gnu.org; Mon, 22 Dec 2008 01:08:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEdxU-0004Oh-9R for emacs-devel@gnu.org; Mon, 22 Dec 2008 01:08:04 -0500 Original-Received: from [199.232.76.173] (port=45669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEdxU-0004Oe-5S for emacs-devel@gnu.org; Mon, 22 Dec 2008 01:08:04 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:9045) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEdxT-0008Rc-QA for emacs-devel@gnu.org; Mon, 22 Dec 2008 01:08:04 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so1325249tia.10 for ; Sun, 21 Dec 2008 22:08:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=2+iCck5lsLSKIfq22BPjwq0QM3SpbtvNtLagh+MpMYs=; b=ijLIVOVTY7NZM5QtCHpbt/wCUTtJN9+vf1fMRvrCC7cCp1u4yHtSPwtlFx+q2N8Fr7 mjh5Ihm5L9jWSPy+HmFskn2awf7f/jqMnATb02+bQyxrzrmfv2ZeFg0RVLr2+S1J+NiE RGE5R8f2oqMO88uwfZyqBE3I4Z+W/BmUe5YZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=JSjGn+tS/7um14cUGaPPjmdN+ogheMS/5bmE2Y96Yt0uPKIXm+2m5uJ/840D8KRaSg Qy3oW72JSusrFXFgcW88kb4Oa42YyeibeAHNaDLSrI8xifNYyJr/UIRVx17UA+DEC0CA VawXSscnnZFNMtyRiVEP1sPEubiCU8CLLS3nY= Original-Received: by 10.110.3.15 with SMTP id 15mr9052815tic.44.1229926080733; Sun, 21 Dec 2008 22:08:00 -0800 (PST) Original-Received: from localhost ([123.112.64.133]) by mx.google.com with ESMTPS id w12sm491494tib.13.2008.12.21.22.07.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Dec 2008 22:07:59 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 22 Dec 2008 13:44:56 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107187 Archived-At: 1. run with command: emacs --daemon 2. try to kill emacs: emacsclient -e "(kill-emacs)" 3. now, run emacsclient -c, you will see a frozen frame, no menu, no mini buffer.