all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: zappo@gnu.org, emacs-devel@gnu.org
Subject: Re: Filename problem in CEDET merge
Date: Fri, 28 Aug 2009 12:42:29 +0300	[thread overview]
Message-ID: <838wh4cm0q.fsf@gnu.org> (raw)
In-Reply-To: <87fxbcvplf.fsf@cyd.mit.edu>

> From: Chong Yidong <cyd@stupidchicken.com>
> Date: Thu, 27 Aug 2009 18:50:20 -0400
> Cc: zappo@gnu.org
> 
> While working on the CEDET merge, I've come across a problem with the
> 8+3 filename restriction.
> 
> Semantic, CEDET's parser library, contains filenames that look like
> this:
> 
>  semantic.el
>  semantic-analyze.el
>  semantic-analyze-complete.el
>  semantic-analyze-debug.el
> 
> These clearly break the 8+3 limit.  In the past, we've dealt with this
> by renaming files, e.g. shortening "semantic" to "sem", but even this
> fails:
> 
>  sem-analyze.el
>  sem-analyze-complete.el
>  sem-analyze-debug.el

How about making a subdirectory, in addition to shortening?

 semantic.el                    --> semantic/semantic.el
 semantic-analyze.el            --> semantic/analyze.el
 semantic-analyze-complete.el   --> semantic/analyz-complete.el
 semantic-analyze-debug.el      --> semantic/analyz-debug.el

> Renaming would also have the extremely bad effect of diverging from the
> CEDET upstream, which I'd like to avoid if possible.

Maybe the upstream maintainer will agree to rename, in which case we
don't diverge.

> Does anyone have suggestions for resolving this problem?

Any other solution would mean more work.  We could implement some
file-name remapping feature, for example, whereby Emacs looks up a map
of file names and loads/visits the target of the mapping.  But I
wouldn't even dream requesting such a development effort on behalf of
the DOS port; renaming is so much easier, and is a one-time effort.

> As far as possible, it should remain possible to untar and compile
> Emacs on DOS, though it's acceptable if the CEDET library doesn't
> work on DOS.

Why would it be acceptable for CEDET not to work on DOS?  Up until
now, the only Emacs features that didn't work were those which were
based on infrastructure absent on DOS: networking and async
subprocesses.  It doesn't make sense to me to continue maintaining the
DOS port if we start omitting useful features from it based on
file-name clashes or such likes.




  parent reply	other threads:[~2009-08-28  9:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-27 22:50 Filename problem in CEDET merge Chong Yidong
2009-08-28  2:26 ` Eric M. Ludlam
2009-08-28  9:45   ` Eli Zaretskii
2009-08-28 11:16     ` Eric M. Ludlam
2009-08-28 11:27       ` Miles Bader
2009-08-28 13:33       ` Eli Zaretskii
2009-08-28 13:55         ` Eric M. Ludlam
2009-08-28 14:06           ` Eli Zaretskii
2009-08-28 14:58             ` Chong Yidong
2009-08-28 15:23               ` Chong Yidong
2009-08-28 15:46                 ` Andreas Schwab
2009-08-28 15:26       ` Stefan Monnier
2009-08-28  9:42 ` Eli Zaretskii [this message]
2009-08-28 15:23   ` Stefan Monnier
2009-08-28 12:14 ` Leo
2009-08-28 13:44   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838wh4cm0q.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=zappo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.