From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: unbind frame-local variables? Date: Fri, 15 Jul 2005 19:23:43 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121452216 14821 80.91.229.2 (15 Jul 2005 18:30:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 18:30:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 15 20:30:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtUwL-0000Ck-UW for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2005 20:29:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtUy8-0000Jp-24 for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2005 14:31:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtUwP-0008Ew-Uo for help-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtUwM-0008CV-2D for Help-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtUwL-000897-7r for Help-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:37 -0400 Original-Received: from [64.233.170.201] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DtUz3-0000pz-3t for Help-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:32:25 -0400 Original-Received: by rproxy.gmail.com with SMTP id y7so799088rne for ; Fri, 15 Jul 2005 11:23:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=hvq/Em/97yAC6IOV7wrUDt+oeLm2Ba0EF+0qJFbD8dJr9EmvZz07LbBP5eMhFkfk4mDBXP12/NG3NYVjetcNwvdab3fv8E/lJSCz6fySm+PY2VMWbCnHNUb2yEo7CCS0A7Zkq9gpJjvk7YOOlY6gDRU50xlOW2NowoMfrtTHYC4= Original-Received: by 10.38.79.36 with SMTP id c36mr3173503rnb; Fri, 15 Jul 2005 11:23:47 -0700 (PDT) Original-Received: from ?129.215.174.81? ([129.215.174.81]) by mx.gmail.com with ESMTP id 71sm2850421rna.2005.07.15.11.23.47; Fri, 15 Jul 2005 11:23:47 -0700 (PDT) Original-To: Emacs help X-Mailer: Apple Mail (2.733) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27976 I can unbind buffer-local variables with kill-local-variable. How do I do the same for frame-local variables? I can't find an appropriate function, and modify-frame-parameters also doesn't seem to allow me to remove a parameter. Thanks for your help.