From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: john@ankarstrom.se (John =?utf-8?Q?Ankarstr=C3=B6m?=) Newsgroups: gmane.emacs.help Subject: Re: setting non-user variables Date: Wed, 31 May 2017 17:21:45 +0200 Message-ID: <87fuflyrue.fsf@ankarstrom.se> References: <20170531142644.GA6848@workstation> <878tldaxuq.fsf@debian.uxu> <20170531145825.GA11439@workstation> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1496244158 18788 195.159.176.226 (31 May 2017 15:22:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 31 May 2017 15:22:38 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 31 17:22:35 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dG5SE-0004eH-5R for geh-help-gnu-emacs@m.gmane.org; Wed, 31 May 2017 17:22:34 +0200 Original-Received: from localhost ([::1]:60168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG5SJ-00082V-Ja for geh-help-gnu-emacs@m.gmane.org; Wed, 31 May 2017 11:22:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG5RX-0007uv-JE for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:21:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG5RU-0001SN-Gm for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:21:51 -0400 Original-Received: from pusjkin.ankarstrom.se ([2a01:7e01::f03c:91ff:fed5:73aa]:45438) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dG5RU-0001RI-79 for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:21:48 -0400 Original-Received: from vm-linux (c83-252-75-131.bredband.comhem.se [83.252.75.131]) by pusjkin.ankarstrom.se (Postfix) with ESMTPSA id 065CF3EC8E for ; Wed, 31 May 2017 17:21:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ankarstrom.se; s=default; t=1496244106; bh=e2twKYwGOo5gxWOnSnH9p57w/lVYGDmD5vBnvHiSb6A=; h=From:To:Subject:References:Date:In-Reply-To:From; b=Q8nTuTtsit3PdcTILaUYMeZvtPsx5XgLADX9LjJ7m0QJlX0YW9xjXxcFmJGowKqRY 6YmRzCT1VuxwS85QCWrVIpTWkMzC1VaBGXqrFWLURu4sgPYmCuTQyBmO5pwrmnrWxn akqhlUNrPlWTO/KyP9WHYpqydwGhk4OpxomkF2f8= In-Reply-To: <20170531145825.GA11439@workstation> (=?utf-8?Q?=22H=C3=A9cto?= =?utf-8?Q?r?= Lahoz"'s message of "Wed, 31 May 2017 16:58:25 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:7e01::f03c:91ff:fed5:73aa X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:113296 Archived-At: H=C3=A9ctor Lahoz writes: > What I meant is that I used set-variable interactively, > as M-x set-variable. Without LISP code. For this, I would use `customize-set-variable' - or, `customize-variable' if you want the Customize GUI. - John