From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: August Newsgroups: gmane.emacs.help Subject: Re: revert-buffer without question? Date: Thu, 24 Feb 2005 23:57:09 +0100 Message-ID: <1109285829.5317.19.camel@c83-250-204-134.bredband.comhem.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109286345 4210 80.91.229.2 (24 Feb 2005 23:05:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2005 23:05:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 00:05:45 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4S36-0005ys-8q for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 00:05:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4SKj-0006ST-NF for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Feb 2005 18:23:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4SH0-0005bO-Hg for help-gnu-emacs@gnu.org; Thu, 24 Feb 2005 18:19:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4SGm-0005UQ-Gm for help-gnu-emacs@gnu.org; Thu, 24 Feb 2005 18:19:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4SGm-0005P2-4H for help-gnu-emacs@gnu.org; Thu, 24 Feb 2005 18:19:44 -0500 Original-Received: from [81.228.10.110] (helo=av7-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4RuV-0002l5-CU for help-gnu-emacs@gnu.org; Thu, 24 Feb 2005 17:56:43 -0500 Original-Received: by av7-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 0DFE037F2A; Thu, 24 Feb 2005 23:56:42 +0100 (CET) Original-Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av7-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 001BD37E5B for ; Thu, 24 Feb 2005 23:56:42 +0100 (CET) Original-Received: from c83-250-204-134.bredband.comhem.se (c83-250-204-134.bredband.comhem.se [83.250.204.134]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id DB76F37E43 for ; Thu, 24 Feb 2005 23:56:41 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Evolution 2.0.2 (2.0.2-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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24329 On tor, 2005-02-24 at 21:28 +0100, Toni K. Trampert wrote: > > (defun revert-buffer-noask() > > (interactive) > > (revert-buffer nil t)) > > > > > > should do it. > > > > > It does it. > > What is the meaning of the "nil t" construction? C-h f revert-buffer -- August