From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#6241: Please make buffer-offer-save permanent local Date: Sat, 16 Jul 2011 15:02:53 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310843003 7103 80.91.229.12 (16 Jul 2011 19:03:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2011 19:03:23 +0000 (UTC) Cc: Juanma Barranquero , MON KEY , 6241@debbugs.gnu.org To: Lars Magne Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 16 21:03:19 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QiA91-00006n-0N for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jul 2011 21:03:19 +0200 Original-Received: from localhost ([::1]:38413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiA8z-0003gz-W1 for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jul 2011 15:03:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiA8n-0003go-El for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 15:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiA8m-0003Yk-Ld for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 15:03:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiA8m-0003Ye-KB for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 15:03:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QiA8l-0004Fn-4H; Sat, 16 Jul 2011 15:03:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Jul 2011 19:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6241 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6241-submit@debbugs.gnu.org id=B6241.131084298116343 (code B ref 6241); Sat, 16 Jul 2011 19:03:02 +0000 Original-Received: (at 6241) by debbugs.gnu.org; 16 Jul 2011 19:03:01 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QiA8j-0004FY-9c for submit@debbugs.gnu.org; Sat, 16 Jul 2011 15:03:01 -0400 Original-Received: from [207.164.135.98] (helo=soln-sr3720.solutionip.com) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QiA8h-0004FN-A7 for 6241@debbugs.gnu.org; Sat, 16 Jul 2011 15:02:59 -0400 Original-Received: from [172.22.15.247] (helo=ceviche.home) by soln-sr3720.solutionip.com with esmtp (Exim 3.34 #1) id 1QiA8b-0004tx-00; Sat, 16 Jul 2011 15:02:53 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6A9A9660D5; Sat, 16 Jul 2011 15:02:53 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 13 Jul 2011 23:59:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 16 Jul 2011 15:03:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49270 Archived-At: > I think it would make sense to make it 'permanent-local in these cases, > at least. If there's only these use cases, then it seems like the right > thing to do. Feel free to make it permanent-local, but then please check that all uses are still correct. Stefan