From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: buffer-offer-save and *scratch* Date: Mon, 11 Apr 2005 15:57:36 -0600 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113256744 19290 80.91.229.2 (11 Apr 2005 21:59:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 21:59:04 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 11 23:59:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DL6uy-00080K-CU for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Apr 2005 23:58:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL6VA-00061c-Ab for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Apr 2005 17:31:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DL6UB-0005da-Nr for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2005 17:30:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DL6U6-0005ai-A6 for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2005 17:30:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DL6U6-0005Zi-1e for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2005 17:30:18 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DL6vE-0003fU-Q9 for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2005 17:58:20 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DL6s3-0007ea-RO for bug-gnu-emacs@gnu.org; Mon, 11 Apr 2005 23:55:03 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2005 23:55:03 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2005 23:55:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:11127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:11127 In GNU Emacs 21.3.2 (i386-pc-solaris2.8, X toolkit) of 2003-05-22 on zeus configured using `configure --prefix=/opt/csw --with-xpm --with-jpeg --with-png --with-gif' Important settings: value of $LC_ALL: C value of $LC_COLLATE: nil value of $LC_CTYPE: C value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t This form does not have its intended effect in my .emacs file (i.e. buffer-offer-save still has its global default value of nil in the *scratch* buffer): (with-current-buffer (get-buffer "*scratch*") (setq buffer-offer-save t)) But if I immediately evaluate it in the *scratch* buffer, it works. -- Kevin Rodgers