From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: show-buffer-local-variables Date: Tue, 04 Oct 2005 01:02:15 -0400 Message-ID: References: <87wtkvzvdf.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128402324 30219 80.91.229.2 (4 Oct 2005 05:05:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2005 05:05:24 +0000 (UTC) Cc: steve.yegge@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 04 07:05:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMez9-0006hb-J7 for ged-emacs-devel@m.gmane.org; Tue, 04 Oct 2005 07:05:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMez8-00084M-Ij for ged-emacs-devel@m.gmane.org; Tue, 04 Oct 2005 01:05:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EMexL-0007K8-6P for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EMexE-0007D0-4A for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMexD-0007CD-4D for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EMewS-0002Tv-LU for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:02:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EMewR-0002Ce-Hr; Tue, 04 Oct 2005 01:02:15 -0400 Original-To: Juri Linkov In-reply-to: <87wtkvzvdf.fsf@jurta.org> (message from Juri Linkov on Sun, 02 Oct 2005 23:22:52 +0300) 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:43528 Archived-At: It seems this command should do the same thing as currently `dcl-save-option' and `dcl-save-all-options' from emacs/lisp/progmodes/dcl-mode.el do, but more generally. Starting from them would be a good approach, if someone wants to do the work of generalizing them.