From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Memnon Anon Newsgroups: gmane.emacs.help Subject: Warning with --daemon Date: Mon, 14 Mar 2011 12:00:03 +0000 (UTC) Message-ID: <878vwh2acf.fsf@mean.albasani.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300104084 5571 80.91.229.12 (14 Mar 2011 12:01:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 12:01:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 14 13:01:20 2011 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.69) (envelope-from ) id 1Pz6Sd-0004Tj-4j for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Mar 2011 13:01:19 +0100 Original-Received: from localhost ([127.0.0.1]:35724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz6Sa-0001EZ-US for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Mar 2011 08:01:16 -0400 Original-Received: from [140.186.70.92] (port=54238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz6Rf-0001Bj-6K for help-gnu-emacs@gnu.org; Mon, 14 Mar 2011 08:00:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz6Re-00067U-03 for help-gnu-emacs@gnu.org; Mon, 14 Mar 2011 08:00:18 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz6Rd-000677-Mm for help-gnu-emacs@gnu.org; Mon, 14 Mar 2011 08:00:17 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pz6Rb-00042N-La for help-gnu-emacs@gnu.org; Mon, 14 Mar 2011 13:00:15 +0100 Original-Received: from e178207212.adsl.alicedsl.de ([85.178.207.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2011 13:00:15 +0100 Original-Received: from gegendosenfleisch by e178207212.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2011 13:00:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e178207212.adsl.alicedsl.de Cancel-Lock: sha1:GxBxywaNNL17EKyYUENzWnC+QYs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:80085 Archived-At: Hi, orgmode introduced a new warning for one of its features I use. I usually start emacs with --daemon; the startup stops whenever this warning is displayed. The only way to continue seems to press RET, but this has a side effect: A newline is added to a buffer - probably the buffer loaded ATM by desktop-save-mode. Is there any other way to continue the init of emacs? It seems to me there must be a way to let emacs know I saw the warning without affecting the buffer. Memnon