Commit Graph

24 Commits

Author SHA1 Message Date
eknauel 89766e74db Minor enhancements for printenv/setenv; drop getenv
part of darcs patch Thu Sep 22 21:06:35 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 16:36:38 +00:00
eknauel 93ee18ce47 Try to get result window size stuff right
part of darcs patch Sun Sep 18 14:32:07 EEST 2005  Eric Knauel <knauel@informatik.uni-tuebingen.de>
2005-09-27 08:59:55 +00:00
mainzelm 0f45f80db0 let ls default to cwd 2005-09-12 17:21:15 +00:00
mainzelm 186cebc46a Immediately expand common prefix of completions
Let ls respect its arguments
2005-09-12 15:34:36 +00:00
mainzelm 4320c730db Present completions for "cd" with a final / 2005-09-12 13:42:21 +00:00
eknauel 3b140722a4 fix completion, don't insert absolute file names. 2005-08-20 16:09:48 +00:00
eknauel 8c9e1bde33 Various changes and fixes for f<TAB> completion stuff. 2005-08-20 15:20:16 +00:00
eknauel eefce5d839 - make the completion mechanism use the new unparser
- fix a crash: Check if a plugin actually offers a completion function
2005-08-19 12:30:37 +00:00
eknauel ca2baa2c56 Bring back the programmable completion 2005-08-18 09:23:59 +00:00
eknauel 7ff7ef196b make sure to call CONTAINS-GLOB-EXPRESSION? only for strings 2005-08-10 18:33:33 +00:00
eknauel 3b6c77f553 Don't try to expand/glob parts of the command line that are
s-expressions
2005-08-10 18:29:04 +00:00
eknauel 1c20604f4f Make the spectacular new command language work. At least for values of
"work" that don't call for intensive testing.
2005-08-10 18:03:59 +00:00
eknauel 8376b8b9f7 Added a README, an installation script, and various small fixes. 2005-07-06 08:57:44 +00:00
eknauel 34761f66d2 Support POSIX job control, sort of. 2005-06-14 11:20:30 +00:00
eknauel 7d0c566c0b A first (buggy) version with a virtual console 2005-06-07 18:24:05 +00:00
eknauel 8ae60787a7 Add a joblist-viewer, add a get-focus-object-method generator to
select-list and make some plugins use it, added argument
focus-object-table to get-selection message (thus a get-selection
method can call a get-focus-object method).
2005-06-04 11:22:44 +00:00
eknauel 8bf4363a26 fix type in regexp 2005-05-28 09:43:10 +00:00
mainzelm 73e5192db0 Rework display of list-of-fs-objects?
Try to figure out common parent of objects and display files relative
to this parent.
Assume path in fs-object is always absolute.
2005-05-27 21:32:21 +00:00
eknauel 407de494d4 Implement globbing (the beginnings) 2005-05-27 17:01:14 +00:00
eknauel 4a85644f58 Add a "result screen" for showing the output of external programs. 2005-05-27 16:02:39 +00:00
mainzelm f681d13f49 Add exit, make cd smarter 2005-05-26 17:39:20 +00:00
eknauel 0447ccfa3e Kill `browse-list' plugin. Introduce module `select-list', a library
for programming multi-page menus in the result-buffer. Remove the
print-object and make plugins return a function to paint the
result-buffer instead.
2005-05-25 09:44:27 +00:00
eknauel f8a30e3523 add some common commands (in terms of command-plugins) 2005-05-23 16:03:26 +00:00
eknauel bbb6ad7a0e If the user enters a command in command mode, search for command
plugins and execute it. Added a standard command plugin (which always
evaluates (directory-files) at the moment).
2005-05-23 14:52:03 +00:00