Code Monkey home page Code Monkey logo

alternative-files-el's Introduction

About Me

I'm Ian Yang, a software developer.

Me, Elsewhere

alternative-files-el's People

Contributors

doitian avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

alternative-files-el's Issues

stop bundling external libraries

The Emacsmirror [1] is a large collection of Emacs packages. Upstream
changes are integrated regularly. As the maintainer of the mirror I
try to fix small (and occasionally big) problems as I find them in the
mirrored packages by writing mails such as this to the maintainers of
the affected packages.

I am currently trying to resolve feature conflicts between mirrored
packages that result from one package bundling libraries from another
package.

In many cases these libraries were probably included so that users
would not have to find, download and install each dependency manually.

Unfortunately bundling also has some negative side-effects: if the
bundled libraries are also installed separately, then it is unclear
which version actually gets loaded when the respective feature is
required. Initially that isn't a big problem but unfortunately in may
cases upstream changes are not included or only after a long delay.
This can be very confusing for users who are not aware that some of
the installed packages bundle libraries which are also installed
separately. In other cases bugs are fixed in the bundled versions but
the fixes are never submitted to upstream.

Also now that Emacs (as of 24.1) contains the package.el package
manager there is a better way to not require users to manually deal
with dependencies: add the package (and when necessary the
dependencies) to one of the package repositories [2]. If make is
required to install your make you might want to add it to el-get's
(another popular package manager) [3] package repository instead.

[1] http://emacsmirror.org https://emacsmirror.github.com
[2] http://marmalade-repo.org/about http://melpa.milkbox.net
[3] https://github.com/dimitri/el-get

Alternatively if you want to keep bundling these libraries please move
them to a directory only no original libraries and add the file
".nosearch" to that directory.

Thanks a lot,
Jonas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.