From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Emacs as a distraction free environment Date: Fri, 24 Jan 2014 13:31:37 +0100 Message-ID: <87r47xsgra.fsf@bzg.ath.cx> References: <87fvofp3h2.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390566732 27474 80.91.229.3 (24 Jan 2014 12:32:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2014 12:32:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 24 13:32:19 2014 Return-path: Envelope-to: geh-help-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 1W6fvm-0006Wn-UX for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 13:32:19 +0100 Original-Received: from localhost ([::1]:46035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6fvm-0002be-Gx for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2014 07:32:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6fvJ-0002Pf-SV for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 07:31:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6fvB-0003z3-CY for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 07:31:49 -0500 Original-Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:57681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6fvB-0003yD-6H for help-gnu-emacs@gnu.org; Fri, 24 Jan 2014 07:31:41 -0500 Original-Received: by mail-we0-f174.google.com with SMTP id x55so2533368wes.5 for ; Fri, 24 Jan 2014 04:31:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=jcLRYaJalGGgxXpdshs18vcvn6iMtG5MKg8CiwoqE38=; b=eFTqdrIFTUOSpNiHeUAyJgUMgd/kRQlKibK5C6SEkgCdTXXS4tgwV8iM3DTCTKlBCk gu1qH+Wf00QlixJtDkvkPuuGA94vDBeMoFZEw1wIzqTBJYwAsjEqL1gjdhGBZk2vVn1t LCVIuL5sicPS5HT/QkZWduKkEJQF7EgBzjok+hdKmQ2R6eZR3JEzGxfFXRlzer63Yq6u 6/JKAsNyTV557UOIZjx1hHFuIzOWBOjfwAdE5q3plY1FVIa0ucfg1sYrDUStW/pED5vA EuSJ0AJGjpwb91k1RJFK+UwrxIXzVsGU3WIZaiDAlaeH/8n7f92sCiMupRiv1pMQ2IBJ XE8w== X-Received: by 10.180.106.165 with SMTP id gv5mr3044492wib.32.1390566700305; Fri, 24 Jan 2014 04:31:40 -0800 (PST) Original-Received: from bzg.localdomain ([78.250.253.162]) by mx.google.com with ESMTPSA id bj3sm1862677wjb.14.2014.01.24.04.31.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jan 2014 04:31:39 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id A463C1C208E1; Fri, 24 Jan 2014 13:31:37 +0100 (CET) In-Reply-To: (Joost Kremers's message of "24 Jan 2014 12:15:04 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95614 Archived-At: Joost Kremers writes: > Yeah, it does. I might steal^Hborrow some ideas for > writeroom-mode... :) One thing I just added is this: (add-hook 'after-change-major-mode-hook 'hidden-mode-line-mode) so that the mode-line is automatically hidden in all modes. This requires the latest version of `hidden-mode-line-mode'. -- Bastien