From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Kennedy Newsgroups: gmane.emacs.help Subject: Re: how do i exit and save all with one command? Date: Thu, 30 Oct 2003 05:15:07 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87n0bj1f7e.fsf@killr.ath.cx> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067491870 24696 80.91.224.253 (30 Oct 2003 05:31:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 05:31:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 06:31:07 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AF5Ol-0004eC-01 for ; Thu, 30 Oct 2003 06:31:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AF5OH-0006aw-Tr for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2003 00:30:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!cyclone.socal.rr.com!news-west.rr.com!news.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:3rDTDJs4TphePJz3dwUrAtQVUk4= Original-Lines: 20 Original-NNTP-Posting-Host: 66.25.132.244 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1067490907 66.25.132.244 (Wed, 29 Oct 2003 23:15:07 CST) Original-NNTP-Posting-Date: Wed, 29 Oct 2003 23:15:07 CST Original-Xref: shelby.stanford.edu gnu.emacs.help:117703 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13637 Lowell Kirsh writes: > Is there a command that will save the current buffer and kill emacs? > [...] ,----[ C-h k C-x C-c ] | C-x C-c runs the command save-buffers-kill-emacs | which is an interactive compiled Lisp function in `files'. | It is bound to C-x C-c, . | (save-buffers-kill-emacs &optional ARG) | | Offer to save each buffer, then kill this Emacs process. | With prefix arg, silently save all file-visiting buffers, then kill. `---- -- Matthew Kennedy