From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Defcustoms, how do users find them? Date: Mon, 16 Nov 2009 22:11:34 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1258405931 4225 80.91.229.12 (16 Nov 2009 21:12:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 21:12:11 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 16 22:12:04 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NA8rk-00032v-Av for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 22:12:04 +0100 Original-Received: from localhost ([127.0.0.1]:40013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA8rj-0000B3-HA for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 16:12:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA8rf-0000Ay-I5 for emacs-devel@gnu.org; Mon, 16 Nov 2009 16:11:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA8ra-00006n-Qt for emacs-devel@gnu.org; Mon, 16 Nov 2009 16:11:59 -0500 Original-Received: from [199.232.76.173] (port=48087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA8ra-00006f-OQ for emacs-devel@gnu.org; Mon, 16 Nov 2009 16:11:54 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:62638) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NA8ra-0007oa-Hr for emacs-devel@gnu.org; Mon, 16 Nov 2009 16:11:54 -0500 Original-Received: by gxk24 with SMTP id 24so828426gxk.6 for ; Mon, 16 Nov 2009 13:11:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=3V6QaE77lE/FajTbpsF6cPRPOFh+DRQmvROAqjlQhDY=; b=TP29hI7AhLDkapFRjXIfJuut7kILTtF+NKeWF4KCoHLAXX89HREKJTYP2leKaRHR33 V9SgYiirQHdRbTBHUtgv/ZsxeSfydB3jNgLJY4mNcrKF/cj267qgDo3JjUVdTojl8tGT 2Fk3+SGK59SMjHmcfpeIznMN0At/Nd2weYW2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ciqbcSCNg3mdvt2daGD6mOThJEWLuYfjAc/vMPZdH/SIudj7s03ZiGGL9L31R4PS+J oOzpmCLOrQGsX6YjrEdiX8sPf5ylWgtGEwYITz07riR4t4MPNXtkqjKoeUI2or8wZZ7m 1z/W55UeE9jIWtMTysj2NT2WyxAwKKBQQsYT0= Original-Received: by 10.101.129.1 with SMTP id g1mr5088267ann.124.1258405914093; Mon, 16 Nov 2009 13:11:54 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117047 Archived-At: There was a discussion right now on emacs help mailing list. Someone mentioned that you could customize uniquify-buffer-name-style. This defcustom is not autoloaded. How are users supposed to find it? Should all defcustoms be autoloaded?