From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Change `customize-save-variable' to work under "emacs -Q"? Date: Mon, 11 Jul 2011 21:32:21 +0200 Message-ID: References: <877h7ok9cd.fsf@stupidchicken.com> <9F2919F4A0FC45149C4216E5AC0578AF@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1310413159 13208 80.91.229.12 (11 Jul 2011 19:39:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2011 19:39:19 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 21:39:12 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QgMK0-0000qb-5U for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2011 21:39:12 +0200 Original-Received: from localhost ([::1]:35076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgMJy-0000OX-Cx for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2011 15:39:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgME7-000815-HI for emacs-devel@gnu.org; Mon, 11 Jul 2011 15:33:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgME3-0003Z5-J8 for emacs-devel@gnu.org; Mon, 11 Jul 2011 15:33:06 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:42976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgME3-0003Yi-95 for emacs-devel@gnu.org; Mon, 11 Jul 2011 15:33:03 -0400 Original-Received: by gwaa12 with SMTP id a12so1940448gwa.0 for ; Mon, 11 Jul 2011 12:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=vxcKrwEB7BiVzipMlVlBDxeJ5znnl+QItf9ea0Psyjk=; b=WJlohFlcfHKKy5ltGJj8EwDcSUNtZmm13PB6pnYdLu7dYxWgjadFAkgswq6jUQNsEr TqgfthPbv4IZqh107Cu6hGE8mwSCFnTc7HcT4sRoQrZDyrrQ+yzpAMeOAx2NJuzjbL7e GqhXyG9ORJGfyqZ7dkUKU4pgHSbctnx8Pvnh4= Original-Received: by 10.142.120.1 with SMTP id s1mr2203517wfc.252.1310412781132; Mon, 11 Jul 2011 12:33:01 -0700 (PDT) Original-Received: by 10.142.144.4 with HTTP; Mon, 11 Jul 2011 12:32:21 -0700 (PDT) In-Reply-To: <9F2919F4A0FC45149C4216E5AC0578AF@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141957 Archived-At: On Mon, Jul 11, 2011 at 20:08, Drew Adams wrote: > Ouch! =C2=A0Maybe I'm misunderstanding, but a user in `emacs -Q' who does= `M-x > customize-save-variable' and sees no error message will expect that it ha= s been > _saved_, no? =C2=A0Likewise any code that a user might run that calls > `customize-save-variable'. > > How can we _silently_ convert saving to just setq? I don't think Lars meant silently. =C2=A0 =C2=A0 Juanma