From 784c5d9fa32bfe322239a9dc7873ef27484f7c56 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 25 Apr 2007 06:53:14 +1000 Subject: [PATCH] Update todo list darcs-hash:20070424205314-ac50b-2b1048b8a50fd21fd264eba5b00647f3bdf23304.gz --- doc_src/index.hdr.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index e43be6747..923742997 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1402,15 +1402,18 @@ g++, javac, java, gcj, lpr, doxygen, whois) - The parser/validator could be more clever in order to make things like writing 'function --help' work as expected - Some event handler functions make much more sense as oneshots - maybe they should be automatically deleted after firing? - exec_subshell should be either merged with eval or moved to parser.c +- Don't use expand_string to perform completions. wildcard_complete can be called directly, the brace expansion handling should be universal, and the process expansion can be moved to complete.c. +- Make the history serach support incremental searching +- Named events, i.e. events that are identified by their name, and can be triggered manually by the user. System-provided named events would include the launching of an interactive prompt, system startup, the interactive execution of a command line. \subsection bugs Known bugs and issues - Suspending and then resuming pipelines containing a builtin or a shellscript function is broken. Ideally, the exec function in exec.c should be able to resume execution of a partially executed job. - delete-word is broken on the commandline 'sudo update-alternatives --config x-' -- When a builtin has its output redirected to a file, and the builtin does not produce any IO, then the file is never opened. Thus tha file may not be cleared. -- No '--' completion -- else is not indented properly -- if an if fails inside an if, the out if's else may trigger +- Sometimes autoheader needs to be run on a fresh tarball. Fix dates before creating tarballs. +- If a char is inserted by fish_pager, the tab completion code doesn't notice and won't react to a new tab press. +- Alt-P should honor PAGER, and possibly also check for the pager program. +- output with no terminating newline is swallowed again If you think you have found a bug not described here, please send a report to fish-users@lists.sf.net.