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:23:58 +0200 Message-ID: <87bmq9yrqp.fsf@ankarstrom.se> References: <20170531142644.GA6848@workstation> <878tldaxuq.fsf@debian.uxu> <20170531145825.GA11439@workstation> <87fuflyrue.fsf@ankarstrom.se> 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 1496244282 7918 195.159.176.226 (31 May 2017 15:24:42 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 31 May 2017 15:24:42 +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:24:39 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 1dG5UE-0001vg-6A for geh-help-gnu-emacs@m.gmane.org; Wed, 31 May 2017 17:24:38 +0200 Original-Received: from localhost ([::1]:60181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG5UJ-0001H8-KF for geh-help-gnu-emacs@m.gmane.org; Wed, 31 May 2017 11:24:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG5Tf-0001GB-WC for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:24:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG5Tc-0002Gr-Sa for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:24:03 -0400 Original-Received: from pusjkin.ankarstrom.se ([2a01:7e01::f03c:91ff:fed5:73aa]:45460) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dG5Tc-0002Gi-Mc for help-gnu-emacs@gnu.org; Wed, 31 May 2017 11:24:00 -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 65C4F3EC8E for ; Wed, 31 May 2017 17:23:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ankarstrom.se; s=default; t=1496244239; bh=tzNbyCSKrqWBiOgN1xS4fvXZlQus/qaxoPz83Nm3cO8=; h=From:To:Subject:References:Date:In-Reply-To:From; b=HQuHOh0U5lxVBaPIgK5TuRaPgxaZWiaYRQp6nM51l8WrUc0cM6wYG3Ji5iUbRJrBx vK0SR2EtbpokqsXndeHhdwHhGVVW7rxiEdPVclIJ1MuNxXG5wbjCfQjOYiH6VCDABn NIFv4EG5z0DtRAnmBmrCnFTW5Tm+CncbMr6I1CBY= In-Reply-To: <87fuflyrue.fsf@ankarstrom.se> ("John \=\?utf-8\?Q\?Ankarstr\?\= \=\?utf-8\?Q\?\=C3\=B6m\=22's\?\= message of "Wed, 31 May 2017 17:21:45 +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:113297 Archived-At: john@ankarstrom.se (John Ankarstr=C3=B6m) writes: > For this, I would use `customize-set-variable' - or, > `customize-variable' if you want the Customize GUI. Oh, sorry, I just reread your message, H=C3=A9ctor, and realized that you want to set buffer-local variables. Please ignore my reply :-) - John