From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: remember(-diary).el Date: Thu, 22 Nov 2007 14:32:04 +0100 Message-ID: <474584D4.9010505@gmx.at> References: <4743DD30.4010504@gmx.at> <87k5obfoda.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195738287 9694 80.91.229.12 (22 Nov 2007 13:31:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 13:31:27 +0000 (UTC) Cc: "eliz@gnu.org" , Miles Bader , emacs-devel To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 14:31:33 2007 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 1IvC9K-00016v-Qz for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 14:31:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvC96-0005iy-Oq for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 08:31:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvC92-0005ih-7h for emacs-devel@gnu.org; Thu, 22 Nov 2007 08:31:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvC8z-0005hh-5F for emacs-devel@gnu.org; Thu, 22 Nov 2007 08:31:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvC8x-0005he-OV for emacs-devel@gnu.org; Thu, 22 Nov 2007 08:31:00 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IvC8w-0006AI-Kr for emacs-devel@gnu.org; Thu, 22 Nov 2007 08:30:58 -0500 Original-Received: (qmail invoked by alias); 22 Nov 2007 13:30:57 -0000 Original-Received: from N926P015.adsl.highway.telekom.at (EHLO [62.47.59.175]) [62.47.59.175] by mail.gmx.net (mp050) with SMTP; 22 Nov 2007 14:30:57 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19SgzsCZF5SU/M7DpaiXoU0sWIfwocQpq2kCHQBwC ZDdHK4qDY2aOwG User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87k5obfoda.fsf@gmx.de> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83864 Archived-At: > I suspect you have turned of the generation of numeric tail names in the > Windows Registry, otherwise remember-diary.el would resolve to > rememb~1.el. Use regedit and search for a key named NameNumericTail. > If such a key exists and has a value of 0, change it to 1 and restart > Windows. Applying the suggested change resolved the problem. > Hope this helps, > Sven Indeed this helped. Thank you very much.