From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: using use-package Date: Fri, 14 Aug 2015 10:04:14 -0400 Organization: A noiseless patient Spider Message-ID: References: <67cb463e-41f6-4f37-91ee-15d0fdb5ba9f@googlegroups.com> <20150812180621.32265.2E673ABE@ahiker.mooo.com> <87bnebnyyl.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439561137 25880 80.91.229.3 (14 Aug 2015 14:05:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2015 14:05:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 16:05:34 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 1ZQFbq-0005mY-5f for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 16:05:26 +0200 Original-Received: from localhost ([::1]:46420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFbp-0001cC-Eh for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 10:05:25 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx02.eternal-september.org; posting-host="6551a55313eeb1483cdfad32ce9cec6d"; logging-data="15638"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX199dyuxq0NMvLc6n6qrdAZI" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:lLVgXJeM10QQ+xX3rs3JHxrOoVU= sha1:O4kjClL4oZDSVdhn+o5584JXTQE= Original-Xref: usenet.stanford.edu gnu.emacs.help:214300 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:106584 Archived-At: > I'd love to be able to do something like > (custom-setq my-variable 10) > which sets the variable, but does not result in the "the value of this > variable has been changed outside of customize" message in Custom. And > also (configurable) which errors if my-variable is typed as a string in > custom. You can try customize-set-variable. Stefan