From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: Disable Zone Date: Tue, 19 Oct 2010 16:32:20 +0000 Message-ID: References: <4CBDBE44.1000509@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1287507065 22191 80.91.229.12 (19 Oct 2010 16:51:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2010 16:51:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Lorenzo Isella Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 19 18:51:03 2010 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 1P8FOw-0002jh-9I for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2010 18:51:02 +0200 Original-Received: from localhost ([127.0.0.1]:42922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8FOv-0002MW-M2 for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2010 12:51:01 -0400 Original-Received: from [140.186.70.92] (port=51092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8F8L-0000df-6f for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 12:34:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8F6x-00014F-Pl for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 12:33:46 -0400 Original-Received: from p3plsmtpa01-10.prod.phx3.secureserver.net ([72.167.82.90]:34893) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P8F6x-00013r-FH for help-gnu-emacs@gnu.org; Tue, 19 Oct 2010 12:32:27 -0400 Original-Received: (qmail 3746 invoked from network); 19 Oct 2010 16:32:21 -0000 Original-Received: from unknown (74.125.83.41) by p3plsmtpa01-10.prod.phx3.secureserver.net (72.167.82.90) with ESMTP; 19 Oct 2010 16:32:21 -0000 Original-Received: by gwj21 with SMTP id 21so1715440gwj.0 for ; Tue, 19 Oct 2010 09:32:21 -0700 (PDT) Original-Received: by 10.42.214.148 with SMTP id ha20mr4347677icb.395.1287505940797; Tue, 19 Oct 2010 09:32:20 -0700 (PDT) Original-Received: by 10.42.71.80 with HTTP; Tue, 19 Oct 2010 09:32:20 -0700 (PDT) In-Reply-To: <4CBDBE44.1000509@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:75165 Archived-At: On Tue, Oct 19, 2010 at 3:50 PM, Lorenzo Isella wrote: > Dear All, > How can I disable zone in my .emacs file? > So far I have been able only to set a very high waiting time before zone > kicks in, but...it must be a one-liner to get rid of it (i.e. to give M-x > zone-leave-me-alone in the .emacs file). > Cheers > > Lorenzo Interesting, I never knew about zone before. It's turned off by default, but you can put (zone-leave-me-alone) in your .emacs file to turn it off again.