Commit Graph

14 Commits

Author SHA1 Message Date
Rüdiger Sonderfeld
ef950e521c el-get-describe: Show install path and provide `el-get-cd'.
If the package is installed `el-get-describe' will now show the
install path and provide an interface similar to `el-get-cd'.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-09-16 15:50:45 +02:00
Rüdiger Sonderfeld
19c3fa3f16 el-get-describe: Inform user about minimum version requirement.
* el-get-list-packages.el (el-get-describe-1): Inform user about
  minimum version requirement.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-07-26 15:59:26 +02:00
Rüdiger Sonderfeld
6005050337 el-get-describe: Add punctuation after installation method.
* el-get-list-packages.el (el-get-describe-1): Add punctuation after
  installation method.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-07-26 15:58:28 +02:00
Rüdiger Sonderfeld
e6e92bfe48 Improve `el-get-describe' of :builtin packages.
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-07-08 20:44:48 +02:00
Rüdiger Sonderfeld
ea84558902 Handle :builtin correctly in `el-get-describe'.
So far :builtin is ignored by `el-get-describe' and the regular
install method is always displayed.  With this patch the builtin
information is instead displayed.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-05-13 23:22:39 +02:00
Reuben Thomas
ed740af662 Add keymap to docstring for el-get-package-menu-mode. 2013-04-16 10:19:40 +01:00
Victor Deryagin
0a202ea35d changed mentions of 'README.asciidoc' to 'README.md' in source files 2013-04-01 15:46:34 +03:00
Sébastien Gross
dd7cd1617e Add function to display recipe file from the package menu using the 'v' key.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2013-01-17 14:33:09 +01:00
Ryan C. Thompson
cb787b2a7a Always print with "print-level" and "print-length" nil
This prevents Emacs from inserting "..." in place of very deep or long
data structures, which could corrupt the status file in some cases.
This is done by defining a wrapper function "el-get-print-to-string",
which el-get should use for all "critical" stringification tasks.

As noted in #689.
2012-03-29 14:52:43 -07:00
Ryan C. Thompson
b96ae5bbb9 Remove reference to removed function
Also, require a package's directory to exist before considering it
installed.
2012-03-06 01:11:55 -08:00
Ryan C. Thompson
59c8c440e7 Add support for method website guessers 2012-02-28 17:58:28 -08:00
Julien Danjou
491ed855ba Add missing autoload flags for interactive functions
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-10-14 16:30:16 +02:00
Kyle Hargraves
57ff1cc90e el-get-describe: guess a project's github URL if no website was defined in the recipe 2011-09-30 17:28:26 -05:00
Dimitri Fontaine
0433ca0ce9 Refactoring it all: a beginning. No time for testing yet, just showing ideas. 2011-09-20 15:15:52 +02:00