From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: hideshow.el: permanent local variables Date: Sun, 04 Mar 2007 15:51:25 -0500 Message-ID: References: <85tzx49h2g.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173041609 26437 80.91.229.12 (4 Mar 2007 20:53:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2007 20:53:29 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 04 21:53:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HNxhq-0000Y5-ER for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 21:53:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNxhq-0004MT-2J for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 15:53:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNxhd-0004MO-Ut for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:53:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNxhc-0004MC-Jx for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:53:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNxhc-0004M9-E2 for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:53:08 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HNxhb-0007Al-VK for emacs-devel@gnu.org; Sun, 04 Mar 2007 15:53:08 -0500 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HNxfy-0003Wj-3J; Sun, 04 Mar 2007 15:51:26 -0500 X-Spook: Baranyi spy Noriega Crypto AG class struggle airframe X-Ran: 8({g`:*rxv:hj5^{~faFJ.km/4;r..#c.|y2$wATLwdlr_%um"8-T+jEH~(!go$~Z[6.l_ X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Fri, 02 Mar 2007 10:49:37 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67312 Archived-At: Stefan Monnier wrote: > I believe hs-minor-mode should not be permanent. Just like > outline-minor-mode. I made this change. > PS: Note, that if you remove the permanent-local property from these > variables, then you have to add a change-major-mode-hook to turn off > the minor-mode explicitly (so that it erases the overlays). Thanks, I might not have thought of that.