From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: remember(-diary).el Date: Wed, 21 Nov 2007 19:24:33 +0100 Message-ID: <87k5obfoda.fsf@gmx.de> References: <4743DD30.4010504@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195669382 11487 80.91.229.12 (21 Nov 2007 18:23:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 18:23:02 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 19:23:07 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 1IuuE2-0007vW-C1 for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 19:23:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuuDn-0006CA-NP for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 13:22:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuuDj-0006BL-LU for emacs-devel@gnu.org; Wed, 21 Nov 2007 13:22:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuuDi-0006Al-6M for emacs-devel@gnu.org; Wed, 21 Nov 2007 13:22:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuuDh-0006Af-Ug for emacs-devel@gnu.org; Wed, 21 Nov 2007 13:22:41 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IuuDh-0003VR-8N for emacs-devel@gnu.org; Wed, 21 Nov 2007 13:22:41 -0500 Original-Received: (qmail invoked by alias); 21 Nov 2007 18:22:33 -0000 Original-Received: from p548637D3.dip.t-dialin.net (EHLO debian) [84.134.55.211] by mail.gmx.net (mp051) with SMTP; 21 Nov 2007 19:22:33 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX19i4PQLHLFiINGa0mMnIuC4Qc5R6nOzq1Cz32CNiW 2vvUmKJHBFiIeQ In-Reply-To: <4743DD30.4010504@gmx.at> (martin rudalics's message of "Wed, 21 Nov 2007 08:24:32 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) 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:83797 Archived-At: On 2007-11-21 08:24 +0100, martin rudalics wrote: > When doing a cvs update of the Emacs trunk I currently get: > > cvs update: move away lisp/textmodes/remember.el; it is in the way > C lisp/textmodes/remember.el > > My CVS version is 1.11.19. CVS has created a file > textmodes/remember-diary.el along with the CVS entry > > /remember-diary.el/1.3/Tue Oct 30 23:28:00 2007// > > but _no_ file textmodes/remember.el. Hence I conclude that this problem > is due to a short filenames clash on my operating system - WindowsME > with a FAT32 file-system. In fact the 8+3 versions of remember-diary.el > and remember.el both resolve to remember.el. 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. Google will tell you a lot more about the pros and cons of NameNumericTail. Also make sure that you do _not_ have a key named Win31FileSystem set to 1, that setting would turn off generation of long file names completely. Hope this helps, Sven