From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Timothy Hobbs Newsgroups: gmane.emacs.help Subject: Re: Automatic versioning Date: Wed, 02 Apr 2008 22:22:41 -0700 Message-ID: References: <0fadnf78Nt8kvHDanZ2dnUVZ_q7inZ2d@sysmatrix.net> <657buvF2ep4flU1@mid.individual.net> <89aaa431-b54b-4edd-9c55-adb87fb13afa@s19g2000prg.googlegroups.com> <87myof5mml.fsf@lion.rapttech.com.au> <8763v1mvro.fsf_-_@W0053328.mgh.harvard.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207200210 4447 80.91.229.12 (3 Apr 2008 05:23:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 05:23:30 +0000 (UTC) To: EMACS list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 07:24:02 2008 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 1JhHvd-0005Dr-Fq for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 07:24:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhHv1-0001L9-5W for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 01:23:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhHuT-0001KX-BH for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:22:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhHuR-0001Ig-3g for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:22:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhHuQ-0001IM-ST for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:22:46 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.226]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhHuQ-0001Nn-GD for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:22:46 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so2943220wxc.24 for ; Wed, 02 Apr 2008 22:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:to:subject:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=wO2Gh2L2RCcKEsexpdtE+eEbyP+MMd/wgl5kQp/2bEg=; b=RlDtkDd/WYd58cHTzq/EJa4MUB+GGULdpIqIbWBuLGsKUxlY2Vab9cn2PXZtsB2BAxtReWwc3LO14lHNnUxz9eAzXd0wYR9bX6UZA21BmKjllg2wtDjmluJv2g/J7shOEGKZRFrgiBvTvuMpf7GUxs9HnpLnpwXSN3UL/kXhtog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=to:subject:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=tfDhG1I824dXxkp6AbbnPBYLu3t04+Oni6NIIqCDBrDpmFd2ahtKOtshNqSqnNrv9G+O9qviT+MkmwQpts9cn6d5fs0uDp82YFeOrf41qNmjTfJlxJFPhsI2RDHdnJzf7NEdL71IOAo7EYkHzvhRTzdlIpjzKI+0xgXIeiW0J90= Original-Received: by 10.115.106.7 with SMTP id i7mr16530610wam.18.1207200165161; Wed, 02 Apr 2008 22:22:45 -0700 (PDT) Original-Received: from localhost ( [71.112.111.114]) by mx.google.com with ESMTPS id m28sm3965414poh.8.2008.04.02.22.22.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Apr 2008 22:22:43 -0700 (PDT) In-Reply-To: (Kevin Rodgers's message of "Wed\, 02 Apr 2008 20\:00\:24 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:53003 Archived-At: Kevin Rodgers writes: > (defadvice save-buffer (before version activate) > "I wish to have all files versioned, period." > (ad-set-arg 0 '(64))) What exactly does this do? Timothy