From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "James K. Lowden" Newsgroups: gmane.emacs.help Subject: Re: changing tags-file-name Date: Thu, 14 Dec 2017 11:39:48 -0500 Organization: http://www.NewsDemon.com Message-ID: <20171214113948.055af141a808d56eb0a798f9@speakeasy.net> References: <20171205113156.06ec0d0e12f0c20750c49187@speakeasy.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1513269644 23871 195.159.176.226 (14 Dec 2017 16:40:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2017 16:40:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 14 17:40:36 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 1ePWYl-0005kI-0C for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Dec 2017 17:40:35 +0100 Original-Received: from localhost ([::1]:41882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePWYs-0002rr-5Q for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Dec 2017 11:40:42 -0500 X-Received: by 10.55.158.136 with SMTP id h130mr8390217qke.10.1513269590330; Thu, 14 Dec 2017 08:39:50 -0800 (PST) Original-Path: usenet.stanford.edu!m31no1023176qtf.0!news-out.google.com!v55ni281qtc.0!nntp.google.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!post01.iad!fx03.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help X-Newsreader: Sylpheed 3.4.3 (GTK+ 2.24.28; x86_64--netbsd) Original-Lines: 24 Original-X-Complaints-To: abuse@newsdemon.com Original-NNTP-Posting-Date: Thu, 14 Dec 2017 16:39:49 UTC X-Received-Bytes: 1400 X-Received-Body-CRC: 3258193819 Original-Xref: usenet.stanford.edu gnu.emacs.help:221243 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:115357 Archived-At: On Fri, 08 Dec 2017 12:35:05 +0200 Eli Zaretskii wrote: > > Why would emacs display a variable name, document that setting is > > fine, and not be able to set it? > > set-variable only supports user options (a.k.a. "defcustoms"). For > other variables, use > > M-: (setq VAR VALUE) RET Thanks. Your explanation helped me understand the documentation for set-variable. > > Is there an easier way to change the tags file name (or add one and > > drop one) that I'm overlooking? > > You are overlooking "M-x visit-tags-table RET", I think. Yes, indeed. "apropos tags" does mention that, but I missed it. Many thanks, Eli! --jkl