From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: Disable auto-save-mode in .emacs Date: Wed, 13 Apr 2005 21:08:23 +0200 Organization: UNI-C Message-ID: References: <425d3ff9$0$3707$39cecf19@news.twtelecom.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1113419384 711 80.91.229.2 (13 Apr 2005 19:09:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 19:09:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 13 21:09:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLnEJ-0002pG-Ax for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 21:08:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmos-0007aO-Os for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 14:42:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1113418702 32420 130.225.245.182 (13 Apr 2005 18:58:22 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Wed, 13 Apr 2005 18:58:22 +0000 (UTC) User-Agent: KNode/0.7.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:130092 Original-To: help-gnu-emacs@gnu.org 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:25659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25659 Albert Reiner wrote: > [JS , Wed, 13 Apr 2005 20:39:02 +0200]: >> I can only type: >> >> M-x apropos-auto-save >> >> For some reason it won't omit the "-" between "apropos" and "auto" > > Try: M-x apropos RET auto-save RET > > HTH, > > Albert. Hehe thanks...then I get a list of auto-save functions, but I don't see anywhere that that you could put: (setq auto-save-default nil) in you .emacs file to permanently turn off auto-save.