From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#8047: 23.2.94; Auto image mode breaks C-x C-w Date: Thu, 17 Feb 2011 05:38:32 -0500 Message-ID: References: <83tyg5vyvr.fsf@gnu.org> <83sjvowrfd.fsf@gnu.org> <83pqqrx3pc.fsf@gnu.org> <83fwrnwxvp.fsf@gnu.org> <83bp2bwbv2.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1297940814 25413 80.91.229.12 (17 Feb 2011 11:06:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 11:06:54 +0000 (UTC) Cc: cyd@stupidchicken.com, 8047@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 17 12:06:45 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pq1h7-0003Uc-1F for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 12:06:45 +0100 Original-Received: from localhost ([127.0.0.1]:35826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq1h4-0005cH-Et for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 06:06:42 -0500 Original-Received: from [140.186.70.92] (port=34172 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq1gz-0005cC-AA for bug-gnu-emacs@gnu.org; Thu, 17 Feb 2011 06:06:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq1gy-0006KW-7X for bug-gnu-emacs@gnu.org; Thu, 17 Feb 2011 06:06:37 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq1gy-0006KS-6D for bug-gnu-emacs@gnu.org; Thu, 17 Feb 2011 06:06:36 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pq17c-00005Y-9n; Thu, 17 Feb 2011 05:30:04 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Feb 2011 10:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8047 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8047-submit@debbugs.gnu.org id=B8047.129793857032746 (code B ref 8047); Thu, 17 Feb 2011 10:30:04 +0000 Original-Received: (at 8047) by debbugs.gnu.org; 17 Feb 2011 10:29:30 +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 1Pq174-0008W6-5J for submit@debbugs.gnu.org; Thu, 17 Feb 2011 05:29:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pq171-0008Vv-UQ for 8047@debbugs.gnu.org; Thu, 17 Feb 2011 05:29:28 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Pq1Fo-0007f6-2G; Thu, 17 Feb 2011 05:38:32 -0500 In-reply-to: (message from Glenn Morris on Wed, 16 Feb 2011 23:34:43 -0500) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 17 Feb 2011 05:30:04 -0500 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: , 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:44216 Archived-At: > From: Glenn Morris > Cc: monnier@iro.umontreal.ca, cyd@stupidchicken.com, 8047@debbugs.gnu.org > Date: Wed, 16 Feb 2011 23:34:43 -0500 > > Eli Zaretskii wrote: > > >> You would need to make it buffer-local. > > > > ??? It's permanently local already, see its doc string. > > If you test your proposed patch, you will find it sets the global value. I tested it, just not deep enough ;-) > It is permanently local, *once made buffer local*. Turns out I had a fundamental misunderstanding of what "permanently local" means. The fact that the Elisp manual is silent about that does not help. Is there something beyond the fact that kill-all-local-variables doesn't touch them, or is that all there is to it?