From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: custom-save-variables: Unknown requested feature: nil Date: Wed, 30 Nov 2005 20:09:27 +0000 Message-ID: <091D7EC2-1681-4CA8-925B-4533F30F5A77@davids-welt.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133381818 11826 80.91.229.2 (30 Nov 2005 20:16:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2005 20:16:58 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 30 21:16:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhYGu-0000TY-Fl for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 21:09:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhYGt-0000Ci-9V for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 15:09:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhYGf-0000CS-9y for emacs-devel@gnu.org; Wed, 30 Nov 2005 15:09:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhYGd-0000C9-BT for emacs-devel@gnu.org; Wed, 30 Nov 2005 15:09:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhYGd-0000C6-85 for emacs-devel@gnu.org; Wed, 30 Nov 2005 15:09:27 -0500 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EhYGc-0007CL-E6 for emacs-devel@gnu.org; Wed, 30 Nov 2005 15:09:27 -0500 Original-Received: from [129.215.174.81] (helo=[129.215.174.81]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1EhYGa0Cix-0001QK; Wed, 30 Nov 2005 21:09:24 +0100 Original-To: Emacs-Devel ' X-Mailer: Apple Mail (2.746.2) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:f3c9a04d49beab9fcce37ffcb55ebfb9 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:46827 Archived-At: I've started getting an "Unknown requested feature: nil" message when doing "Save Options" (via custom-save-all, custom-save-variables). I don't know what caused it. The below change makes the message go away, but it's quite possibly not the right fix. *** simple.el 26 Nov 2005 16:33:45 +0000 1.770 --- simple.el 30 Nov 2005 20:06:14 +0000 *************** *** 3260,3266 **** Invoke \\[apropos-documentation] and type \"transient\" or \"mark.*active\" at the prompt, to see the documentation of commands which are sensitive to the Transient Mark mode." ! :global t :group 'editing-basics :require nil) (defvar widen-automatically t "Non-nil means it is ok for commands to call `widen' when they want to. --- 3260,3266 ---- Invoke \\[apropos-documentation] and type \"transient\" or \"mark.*active\" at the prompt, to see the documentation of commands which are sensitive to the Transient Mark mode." ! :global t :group 'editing-basics) (defvar widen-automatically t "Non-nil means it is ok for commands to call `widen' when they want to.