unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11915: libraries that don't provide a feature or the wrong one
@ 2012-07-11 20:52 Jonas Bernoulli
  2012-07-12 14:33 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Jonas Bernoulli @ 2012-07-11 20:52 UTC (permalink / raw)
  To: 11915

* in the emacs-24 branch:

bug-reference.el and map-ynp.el do not provide a feature.
misearch.el provides `multi-isearch' instead of `misearch'.

userlock.el, patcomp.el, forms-d2.el and forms-pass.el also
don't provide a feature but it seems this intentional.
However I think they then should not appear in `packages-builtins'.
The last two could possibly be added to the forms package.

* in the elpa branch:

markchars.el does not provide a feature.





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

* bug#11915: libraries that don't provide a feature or the wrong one
  2012-07-11 20:52 bug#11915: libraries that don't provide a feature or the wrong one Jonas Bernoulli
@ 2012-07-12 14:33 ` Stefan Monnier
  2012-07-12 15:22   ` Eli Zaretskii
       [not found]   ` <CA+7KPGfRgBFpBksqU85bsOz=CeEkabcPoscHofy4jv1M9aa4xQ@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Monnier @ 2012-07-12 14:33 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: 11915

> * in the emacs-24 branch:
> bug-reference.el and map-ynp.el do not provide a feature.

Looks like a bug in bug-reference.el.
For map-ynp.el, I think it's normal because that file is preloaded.

> misearch.el provides `multi-isearch' instead of `misearch'.

That should be fixed, and is probably a left-over from adapting the
filename to 8+3 limitations.

> userlock.el, patcomp.el, forms-d2.el and forms-pass.el also
> don't provide a feature but it seems this intentional.

userlock should arguably be preloaded.  patcomp.el is obsolete and not
worth fixing, and the other two indeed aren't really Lisp packages so
don't need a `provide'.

> However I think they then should not appear in `packages-builtins'.

You might be right (at least the etc/forms/*.el files shouldn't be
there), tho I'm not sure how important this is.

> * in the elpa branch:
> markchars.el does not provide a feature.

That's an oversight, yes, thank you,


        Stefan





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

* bug#11915: libraries that don't provide a feature or the wrong one
  2012-07-12 14:33 ` Stefan Monnier
@ 2012-07-12 15:22   ` Eli Zaretskii
       [not found]   ` <CA+7KPGfRgBFpBksqU85bsOz=CeEkabcPoscHofy4jv1M9aa4xQ@mail.gmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2012-07-12 15:22 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: jonas, 11915

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Date: Thu, 12 Jul 2012 10:33:00 -0400
> Cc: 11915@debbugs.gnu.org
> 
> > misearch.el provides `multi-isearch' instead of `misearch'.
> 
> That should be fixed, and is probably a left-over from adapting the
> filename to 8+3 limitations.

AFAIK, there was never such a limitation in Emacs sources.





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

* bug#11915: libraries that don't provide a feature or the wrong one
       [not found]   ` <CA+7KPGfRgBFpBksqU85bsOz=CeEkabcPoscHofy4jv1M9aa4xQ@mail.gmail.com>
@ 2012-07-18 11:44     ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2012-07-18 11:44 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: 11915-done

>>> * in the emacs-24 branch:
>>> bug-reference.el and map-ynp.el do not provide a feature.
>> Looks like a bug in bug-reference.el.
> This bug does not appear to be fixed yet.

Should be fixed now.

>> For map-ynp.el, I think it's normal because that file is preloaded.

I added:

> ;; Package: emacs
> to it's header.

>>> misearch.el provides `multi-isearch' instead of `misearch'.
>> That should be fixed,
> This does not appear to be fixed yet.

Should be fixed now.

>>> userlock.el, patcomp.el, forms-d2.el and forms-pass.el also
>>> don't provide a feature but it seems this intentional.
>> userlock should arguably be preloaded.
> Then it should also not be an "independent package" but be part of the
> "emacs" package just like `map-ynp.el'.

Done.

>> patcomp.el is obsolete and not worth fixing,
> Shouldn't it be moved to lisp/obsolete then (or since it was only used by
> maintainers removed right away)?  Also it should not appear in
> `package--builtins'.

It's already been moved to obsolete in trunk a while ago.

>>> However I think they then should not appear in `packages-builtins'.
>> You might be right (at least the etc/forms/*.el files shouldn't be
>> there), tho I'm not sure how important this is.
> It would be easy to make them part of the `forms' package.

Oh, I see, you're looking at the 24.1 code, but in the trunk these files
have been moved to "etc/forms" so they should not be a problem any more.

>>> * in the elpa branch:
>>> markchars.el does not provide a feature.
>> That's an oversight, yes, thank you,
> This does not appear to be fixed yet.

Should be fixed now.


        Stefan





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

end of thread, other threads:[~2012-07-18 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 20:52 bug#11915: libraries that don't provide a feature or the wrong one Jonas Bernoulli
2012-07-12 14:33 ` Stefan Monnier
2012-07-12 15:22   ` Eli Zaretskii
     [not found]   ` <CA+7KPGfRgBFpBksqU85bsOz=CeEkabcPoscHofy4jv1M9aa4xQ@mail.gmail.com>
2012-07-18 11:44     ` Stefan Monnier

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).