From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: desktop-save: DESKTOP-BUFFER-POINT for current buffer always becomdes 1 Date: Sun, 10 Jun 2007 15:11:39 -0700 Organization: None Message-ID: <2swsyb5ujo.fsf@xoc2.stanford.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181515246 2925 80.91.229.12 (10 Jun 2007 22:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 22:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 00:40:45 2007 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 1HxW5O-0006ud-SD for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 00:40:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxW5O-0007k7-FA for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jun 2007 18:40:38 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1181513499 18830 171.64.109.31 (10 Jun 2007 22:11:39 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: algorithm Khmer Rouge TEMPEST private key kill czar X-Ran: !.?ox$*c_3Z8(J+dY_wk&@JB!2EwM^4c6fr~C)Cv!~Rq`7WMVg#>hI6;l"2iDF9vJi X-Hue: yellow X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:E1gRvfwL8lAcoJP0FQm28oCtB1w= Original-Xref: shelby.stanford.edu gnu.emacs.help:149265 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:44856 Archived-At: Bauke Jan Douma wrote: > I have desktop-save-mode t but always find that when I restart > emacs, the previous session's current buffer (at exit) always gets > its DESKTOP-BUFFER-POINT set to 1. IIRC, add (setq inhibit-startup-message t) to your ~/.emacs file, to work around an apparent bug in the implementation of the splash screen. I think this is fixed in Emacs 22 (you did not give your Emacs version).