From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: In socks.el: '(defcustom ...) Date: Mon, 29 Sep 2008 11:26:19 -0700 Message-ID: <000201c92260$df42edc0$0200a8c0@us.oracle.com> References: <48E11977.9060306@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222712803 10852 80.91.229.12 (29 Sep 2008 18:26:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 18:26:43 +0000 (UTC) To: "'Lennart Borgman \(gmail\)'" , "'Emacs Devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 29 20:27:41 2008 connect(): Connection refused 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 1KkNT6-00006C-V4 for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 20:27:37 +0200 Original-Received: from localhost ([127.0.0.1]:45666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkNS3-0006LK-D0 for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 14:26:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkNRy-0006L3-U9 for emacs-devel@gnu.org; Mon, 29 Sep 2008 14:26:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkNRw-0006KF-3B for emacs-devel@gnu.org; Mon, 29 Sep 2008 14:26:25 -0400 Original-Received: from [199.232.76.173] (port=54743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkNRv-0006K2-Mx for emacs-devel@gnu.org; Mon, 29 Sep 2008 14:26:23 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:10292) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkNRt-0000em-Jk for emacs-devel@gnu.org; Mon, 29 Sep 2008 14:26:23 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m8TIQDEp018809; Mon, 29 Sep 2008 12:26:14 -0600 Original-Received: from acsmt705.oracle.com (acsmt705.oracle.com [141.146.40.83]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m8TIQCg4031838; Mon, 29 Sep 2008 12:26:12 -0600 Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 29 Sep 2008 18:26:11 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <48E11977.9060306@gmail.com> Thread-Index: AckiXno/lqrJAcYJQJiluCV4roJAfwAAkG8g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:104227 Archived-At: > Can anyone explain to me why there is a "'" before some defcustoms in > socks.el, like > '(defcustom socks-server-aliases nil > ... > How does that work? Does it work? My guess would be that someone used that as a way to comment out that code. There are defuns treated that way also in socks.el.