From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Require 'newcomment'? Date: Sun, 14 Apr 2013 10:42:11 +0200 Message-ID: <87bo9hijvg.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365928963 17957 80.91.229.3 (14 Apr 2013 08:42:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2013 08:42:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 14 10:42:47 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1URIWJ-0004HZ-Q4 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 10:42:43 +0200 Original-Received: from localhost ([::1]:60087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URIWJ-00033s-FI for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Apr 2013 04:42:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URIW6-0002zz-0n for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 04:42:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URIW5-00074J-7Y for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 04:42:29 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:35256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URIW5-00073z-0T for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 04:42:29 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1URIVy-0003ue-2Z for help-gnu-emacs@gnu.org; Sun, 14 Apr 2013 10:42:22 +0200 Original-Received: from g231235158.adsl.alicedsl.de ([92.231.235.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 10:42:22 +0200 Original-Received: from tjolitz by g231235158.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Apr 2013 10:42:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231235158.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:B3Elo8KSSnp+P+0zYu7AiHXhMZw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90149 Archived-At: Hi List, I use some variables defined in 'newcomment.el' in Emacs Lisp libraries, and did not have problems with this on my machine, but got some feedback that it might be necessary to require newcomment before using it. Now I'm a bit confused: is it indeed necessary, or can one assume that these core libraries are loaded anyway? -- cheers, Thorsten