From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Changed outside customize Date: Sun, 06 Sep 2015 14:41:51 +1000 Message-ID: <87a8t0cg6o.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1441514532 7192 80.91.229.3 (6 Sep 2015 04:42:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2015 04:42:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 06 06:42:11 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZYRmM-0000ME-OX for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2015 06:42:10 +0200 Original-Received: from localhost ([::1]:44980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYRmM-0007Wq-6m for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2015 00:42:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYRmC-0007Wd-ID for help-gnu-emacs@gnu.org; Sun, 06 Sep 2015 00:42:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYRm9-0008Px-9x for help-gnu-emacs@gnu.org; Sun, 06 Sep 2015 00:42:00 -0400 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:34208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYRm9-0008Pa-3j for help-gnu-emacs@gnu.org; Sun, 06 Sep 2015 00:41:57 -0400 Original-Received: by padhy16 with SMTP id hy16so60415159pad.1 for ; Sat, 05 Sep 2015 21:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; bh=RCiUe29Yc27W3SrMsKJVC0Mz7/VJt5wTdtqQbiFuY4I=; b=TCbMrvpdJvKZOqdSHoFDXZRph2gxL7ts5zS94XZcqOt2vqEkZujFq8l8uogF9iy0pW +ut3O3IsNrjze9pZJP0R/qlmi/ytnsA7ucAyX8/gsTyqmKF51ZTKsK0mgYsMV2o5IHv6 AsBUIfF4sl98WadQzq2nHsf+xhZiy9HTcnDLMrW3De5ddYNR9vO29HBnEC3BsdY55dBD 7+VjJZGU2NFdNM+yawRbqQc2/gdFqYMaDGRwQflAvGVpl/eBocnGJDrjAChJPBM6ZAuF FlW2q73Kw1+LzZjgaXLmfT64oukrlihm4mfrx8qsP/DZY63qqypwsavwD5aXaqyarScX LDxg== X-Received: by 10.68.100.36 with SMTP id ev4mr28592209pbb.119.1441514516605; Sat, 05 Sep 2015 21:41:56 -0700 (PDT) Original-Received: from localhost (ppp118-209-122-14.lns20.mel4.internode.on.net. [118.209.122.14]) by smtp.gmail.com with ESMTPSA id ni2sm7456614pdb.68.2015.09.05.21.41.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Sep 2015 21:41:55 -0700 (PDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107049 Archived-At: Rusi writes: > I try customize-group → vc Go to vc-handled-backends and find > its "CHANGED outside customize" Puzzled Start emacs -Q Its still > "CHANGED outside customize" Sorry, i'd not noticed that you still get that message even under `emacs -Q`. Given that, it might be something set up by the maintainers of the OS you're using - for example, they might have put some custom Emacs Lisp in the `site-lisp` directory. Which OS / distro are you using? Are you compiling Emacs yourself, or using a pre-built package? Alexis.