From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) Date: Fri, 17 Jun 2016 12:42:26 -0400 Message-ID: References: <20160518194708.27363.47377@vcs.savannah.gnu.org> <20160518194708.86FE0220157@vcs.savannah.gnu.org> <834m9u9dis.fsf@gnu.org> <83r3cx8eg2.fsf@gnu.org> <83mvnl894y.fsf@gnu.org> <83lh3583tb.fsf@gnu.org> <83eg8w97kf.fsf@gnu.org> <8337pc8sjc.fsf@gnu.org> <83a8jc3k39.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466186662 20630 80.91.229.3 (17 Jun 2016 18:04:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2016 18:04:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 20:04:14 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 1bDy7n-0007fT-6E for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2016 20:04:11 +0200 Original-Received: from localhost ([::1]:59547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDy7m-0003Xq-70 for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2016 14:04:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDwqa-0006DZ-VP for emacs-devel@gnu.org; Fri, 17 Jun 2016 12:42:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDwqX-0004Kw-RH for emacs-devel@gnu.org; Fri, 17 Jun 2016 12:42:20 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDwqX-0004Kp-Mt; Fri, 17 Jun 2016 12:42:17 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u5HGgEos026566; Fri, 17 Jun 2016 12:42:14 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 67CC860237; Fri, 17 Jun 2016 12:42:26 -0400 (EDT) In-Reply-To: <83a8jc3k39.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 May 2016 18:38:50 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5709=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5709> : inlines <4939> : streams <1653512> : uri <2232867> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:204452 Archived-At: >> I've used the patch below (which makes `C-h f' use that table during >> completion), but it's just the temporary result of my experimentation >> with it: it's fundamentally incorrect and hence needs to be rewritten. > So I guess we need more coding to get rid of autoloaded defcustoms. I pushed a further patch recently which should make it work for C-f and C-h v: emacs -Q C-h v server- TAB will load server.el and show all the variables defined there in. Stefan