From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) Date: Fri, 20 May 2016 21:15:59 +0300 Message-ID: References: <20160518194708.27363.47377@vcs.savannah.gnu.org> <20160518194708.86FE0220157@vcs.savannah.gnu.org> <834m9u9dis.fsf@gnu.org> <5jy474fxib.fsf@fencepost.gnu.org> <8360u88vue.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1463768204 18329 80.91.229.3 (20 May 2016 18:16:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 May 2016 18:16:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 20:16:35 2016 Return-path: Envelope-to: ged-emacs-devel@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 1b3oyR-0004ro-Br for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 20:16:35 +0200 Original-Received: from localhost ([::1]:55904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3oyQ-00066E-JL for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 14:16:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3oyK-00065x-PZ for emacs-devel@gnu.org; Fri, 20 May 2016 14:16:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3oyI-0001xm-TB for emacs-devel@gnu.org; Fri, 20 May 2016 14:16:27 -0400 Original-Received: from forward11h.cmail.yandex.net ([87.250.230.153]:46120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3oyC-0001wk-LL; Fri, 20 May 2016 14:16:21 -0400 Original-Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::117]) by forward11h.cmail.yandex.net (Yandex) with ESMTP id 1BE1A214C3; Fri, 20 May 2016 21:16:02 +0300 (MSK) Original-Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 397D21B40423; Fri, 20 May 2016 21:16:02 +0300 (MSK) Original-Received: by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id QatVgEvP5F-G1mCZNFJ; Fri, 20 May 2016 21:16:01 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1463768161; bh=J8gdIUNFX7tyB0qq91wrN+WvoWol1rlVkXOTXs7r4Cw=; h=Subject:To:References:Cc:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=vP8UG6aUPVKDSmwVnYOFIGHQ2Ry+kAirwwMfCkevnLGinNyu79r/Oj3G+6ANK89Kw nvw8kP8y3U+l8bobL+8BfGgj9Fs/KvjKCQHhHxIDrv/yi9ZLtNqK8AMRsmC35IKqZe FC4KVCJrHMYy1hU5wLJt/eGQ5prfaLWPWBYtQOm4= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1 In-Reply-To: <8360u88vue.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 87.250.230.153 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203911 Archived-At: On 05/20/2016 08:47 PM, Eli Zaretskii wrote: > We must solve the problems that annoy users (and me as well). Have you ever experienced an actual need to modify the variable `server-name' using `set-variable' yourself? Like Glenn says, it looks like a pretty niche feature. If so, it would not be unreasonable to expect that the user is familiar with `setq'.