From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel Subject: Re: master f995fbd: * lisp/server.el (server-name): Add autoload cookie. (Bug#23576) Date: Fri, 1 Jul 2016 09:33:41 -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> <57645F28.9040602@gmail.com> Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467380109 13983 80.91.229.3 (1 Jul 2016 13:35:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2016 13:35:09 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 15:34:57 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 1bIyau-0005HW-R4 for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2016 15:34:56 +0200 Original-Received: from localhost ([::1]:33627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIyau-0000jg-4W for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2016 09:34:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIyaI-0000iN-1O for emacs-devel@gnu.org; Fri, 01 Jul 2016 09:34:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIyaD-0004gu-2P for emacs-devel@gnu.org; Fri, 01 Jul 2016 09:34:17 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIyaC-0004gc-VE for emacs-devel@gnu.org; Fri, 01 Jul 2016 09:34:12 -0400 Original-Received: from mail-oi0-f50.google.com ([209.85.218.50]:32951) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bIyaB-0008UW-Ia for emacs-devel@gnu.org; Fri, 01 Jul 2016 09:34:11 -0400 Original-Received: by mail-oi0-f50.google.com with SMTP id u201so110554669oie.0 for ; Fri, 01 Jul 2016 06:34:11 -0700 (PDT) X-Gm-Message-State: ALyK8tKun53iHFfUazWUwiRoafNHZrnCjQwz5vCDG4b0N6WTVoInbbxlvU8eliTJFtVUogOBe6G2v/HgEQt1dg== X-Received: by 10.157.14.174 with SMTP id 43mr13244896otj.83.1467380050965; Fri, 01 Jul 2016 06:34:10 -0700 (PDT) Original-Received: by 10.202.212.143 with HTTP; Fri, 1 Jul 2016 06:33:41 -0700 (PDT) In-Reply-To: X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:205038 Archived-At: On Fri, Jun 17, 2016 at 6:35 PM, Stefan Monnier wrote: > Every place where we want this auto-loading to > happen needs to be modified so as to use #'help--symbol-completion-table > instead of `obarray' as completion table. Then shouldn't this be a public rather than private name (two dashes)? I would think other modes would utilize this feature as well. Bob