From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund =?iso-8859-1?Q?Kohl-F=FCchsle?= Newsgroups: gmane.emacs.help Subject: Re: calendar functions Date: Mon, 25 Aug 2003 10:33:07 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030825083306.GA1546@oldsmartoffice> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061811102 2129 80.91.224.253 (25 Aug 2003 11:31:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 11:31:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 25 13:31:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rFZV-0005el-00 for ; Mon, 25 Aug 2003 13:31:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rFVg-0002RY-R3 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Aug 2003 07:27:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19rFUz-0002Pw-QP for help-gnu-emacs@gnu.org; Mon, 25 Aug 2003 07:27:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19rFUS-0002Fr-Cm for help-gnu-emacs@gnu.org; Mon, 25 Aug 2003 07:26:59 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rFT0-0001qQ-G1 for help-gnu-emacs@gnu.org; Mon, 25 Aug 2003 07:24:58 -0400 Original-Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19rD2S-0004nK-00 for help-gnu-emacs@gnu.org; Mon, 25 Aug 2003 10:49:24 +0200 Original-Received: from [80.140.9.213] (helo=oldsmartoffice) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19rD2S-0007Kz-00 for help-gnu-emacs@gnu.org; Mon, 25 Aug 2003 10:49:24 +0200 Original-Received: by oldsmartoffice (Postfix, from userid 1000) id 4273430695; Mon, 25 Aug 2003 10:33:07 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Priority: normal X-Mailer: Mutt X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:12043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12043 On Mon, Aug 25, 2003 at 01:13:44AM +0200, Jesper Harder wrote: > Hmm, I don't think a vanilla Gnu Emacs built from the sources loads > '~/emacs/init.el'. > > I don't know what the Debian folks might have done -- but try to put > it in '~/.emacs' instead (not '~/emacs/.emacs' but '.emacs' directly > in your home dir). Hi again, Jesper, well ... I got it! I simply used the customize-function ... and, yep, that was all. It's strange anyway, for it SHOULD have worked via hand made settings in the .emacs file. But then again: What would life be without miracles? :-) ray