From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Recover file hints at startup Date: Wed, 23 Dec 2009 23:35:08 +0100 Message-ID: References: <873a31vop8.wl%richard.lewis@gold.ac.uk> <867hsdjpu8.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1261607767 30125 80.91.229.12 (23 Dec 2009 22:36:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Dec 2009 22:36:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Richard Lewis To: Glauber Alex Dias Prado Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 23 23:36:00 2009 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 1NNZoD-0003M3-9Q for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Dec 2009 23:35:57 +0100 Original-Received: from localhost ([127.0.0.1]:49437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNZoD-0000pa-H4 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Dec 2009 17:35:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNZnq-0000n6-UV for help-gnu-emacs@gnu.org; Wed, 23 Dec 2009 17:35:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNZnl-0000hd-DT for help-gnu-emacs@gnu.org; Wed, 23 Dec 2009 17:35:33 -0500 Original-Received: from [199.232.76.173] (port=56637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNZnl-0000hT-8S for help-gnu-emacs@gnu.org; Wed, 23 Dec 2009 17:35:29 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:42667) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNZnk-0000Ry-U1 for help-gnu-emacs@gnu.org; Wed, 23 Dec 2009 17:35:29 -0500 Original-Received: by yxe29 with SMTP id 29so21128649yxe.14 for ; Wed, 23 Dec 2009 14:35:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=Hcsl0NBU/5jNENK+cNeXEP8JAZMjacC+OPwOEuevBMg=; b=qd2cpn2MTWRHlB7NqsJuhxMMyvyboiKKqo62o3m4r5J8A2Wkcmh1GqPjpwH6n5BU7j TcyYHG+BNeryGZpldilJT39TtZTqG1FIVpJ6F3abidOTpNksY/ZCyZ71tnCn48mSDVkv NAd25tW0dUKp1yua/hWDyQbsZnqIuuG1nGX2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=V3+VovfpjzXs03yMB73K+lzwfGajYa0zwZGjVp78m4MYHSla0IdzhK602AA7MEaGDn k3pCfPQEBFU6++++6ZOqVC2Ni1HpoH18YLyhloEvJtAdJctFmObKXU4Z4n6sxR4PKHEE I9NvvEWUbjop3+JWPS8YxcGG00z/+OnLy6Umw= Original-Received: by 10.101.135.15 with SMTP id m15mr17147277ann.13.1261607728085; Wed, 23 Dec 2009 14:35:28 -0800 (PST) In-Reply-To: <867hsdjpu8.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:70834 Archived-At: On Wed, Dec 23, 2009 at 11:19 PM, Glauber Alex Dias Prado wrote: > Richard Lewis writes: > >> Hi there, >> >> I run Emacs 23 in daemon mode and occasionally it crashes. Sometimes >> this means that autosave files (#...#) are left lying around for my >> org-mode files. This causes a problem when restarting the Emacs >> daemon: when starting org-mode it prompts that such-and-such.org has >> unsaved changes, consider using M-x recover-this-file and then waits >> for me to hit return. >> >> This is fine, except when my Emacs daemon is starting without a >> controlling terminal (e.g. when it starts as part of my login >> process). It ends up waiting indefinitely for keyboard input. >> >> Any ideas how I can fix this? > the fancy one is dont do this :). A less glamorous answer is perhaps "send a bug report". With a fix or without a fix.