unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eric M. Ludlam" <eric@siege-engine.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: cyd@stupidchicken.com, zappo@gnu.org, emacs-devel@gnu.org
Subject: Re: Filename problem in CEDET merge
Date: Fri, 28 Aug 2009 07:16:00 -0400	[thread overview]
Message-ID: <1251458160.31028.44.camel@projectile.siege-engine.com> (raw)
In-Reply-To: <837hwoclva.fsf@gnu.org>

On Fri, 2009-08-28 at 12:45 +0300, Eli Zaretskii wrote:
> > From: "Eric M. Ludlam" <eric@siege-engine.com>
> > Date: Thu, 27 Aug 2009 22:26:42 -0400
> > Cc: zappo@gnu.org, emacs-devel@gnu.org
> > 
> >   First, I just want to say, that if needed, I don't mind doing some
> > renames to simplify maintenance.
> 
> Thank you.  Would doing it as I suggested in my other mail be
> acceptable to you?

My concern with your other method is that we'd end up with some pretty
generic file names and no way to know that they are related to this
package by name alone.  (ie, the require statement might say:

(require 'analyze)

which doesn't say too much, where as

(require 'semantic/analyze)

does, which is why I proposed the below.

> > As for having CEDET not work on DOS, I suppose that is up to the
> > folks who use DOS.
> 
> I would like CEDET to work on DOS, unless it uses networking or async
> subprocesses in its core features.
> 
> > ; A hack.
> > (provide 'hack/fooble)
> > -----------
> > 
> > then you can do this:
> > 
> > (require 'hack/fooble)
> > 
> > and Emacs finds it and loads it.  This could be a magic way to have
> > "long" file names on DOS.  Just providing 'fooble won't work.
> 
> This might work for `require', but I don't think it will work for
> `load' (e.g., in ~/.emacs).

Load still works with my example, as:

(load "hack/fooble")

I recognize that this is non-standard, and if it is not appropriate
because of that, that's fine.  Since no-one uses it this way, I don't
doubt that there are bugs hiding here too, so there is a risk to taking
this tactic.

Thanks
Eric




  reply	other threads:[~2009-08-28 11:16 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 [this message]
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

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1251458160.31028.44.camel@projectile.siege-engine.com \
    --to=eric@siege-engine.com \
    --cc=cyd@stupidchicken.com \
    --cc=eliz@gnu.org \
    --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 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).