unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Filename problem in CEDET merge
@ 2009-08-27 22:50 Chong Yidong
  2009-08-28  2:26 ` Eric M. Ludlam
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Chong Yidong @ 2009-08-27 22:50 UTC (permalink / raw)
  To: emacs-devel; +Cc: zappo

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

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

Does anyone have suggestions for resolving this problem?  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.




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-08-28 15:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-08-28 15:23   ` Stefan Monnier
2009-08-28 12:14 ` Leo
2009-08-28 13:44   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).