aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-21 03:16:03 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-21 03:16:03 +1000
commite55bd063eb41c04292e22e50f3d4ce7cdd994b39 (patch)
treea3370ed67193c7b25a3039e5e0d8024fb283995e /doc_src
parentbdf4214b1ff394241eeaba8ebc6166e7d55b9600 (diff)
Minor edits to the todo part of the fish documentation
darcs-hash:20060120171603-ac50b-d63052e2e6ddd82946946c8b88c3f8eebe1c5013.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 0a0b2d36..97d1a979 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -1076,20 +1076,20 @@ href='fish-users@lists.sf.net'>fish-users@lists.sf.net</a>.
- Complete vi-mode key bindings
- next-history-complete
-- builtin wait command
- More completions (for example xterm, vim,
konsole, gnome-terminal, dcop, cdrecord, cron, xargs
rlogin, telnet, rsync, arch, finger, nice, locate,
bibtex, patch, aspell, xpdf,
-zip, compress, wine, xmms, dig, wine, batch, cron,
+compress, wine, xmms, dig, wine, batch, cron,
g++, javac, java, gcj, lpr, doxygen, whois, find)
- Undo support
-- Check keybinding commands for output - if non has happened, don't repaint to reduce flicker
+- Check keybinding commands for output - if nothing has happened, don't repaint to reduce flicker
- The jobs builtin should be able to give information on a specific job, such as the pids of the processes in the job
- Syntax highlighting should mark cd to non-existing directories as an error
- wait shellscript
- Signal handler to save the history file before exiting from a signal
+
\subsection todo-possible Possible features
- Multiline editing
@@ -1100,7 +1100,6 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- mouse support like zsh has with http://stchaz.free.fr/mouse.zsh
installed would be awesome
- suggest a completion on unique matches by writing it out in an understated color
-- Maybe some functions should only be available from key-bindings. That way one could implement a large part of all the key-binding functions as regular fish functions without worrying about cluttering up the function name space.
- With a bit of tweakage, quite a few of the readline key-binding functions could be implemented in shellscript.
- Highlight beginning/end of block when moving over a block command
- Inclusion guards for the init files to make them evaluate only once, even if the user has installed fish both in /etc and in $HOME
@@ -1113,18 +1112,18 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- Descriptions for variables using 'set -d'.
- Parse errors should when possible honor IO redirections
+
\subsection bugs Known bugs
- Completion for gcc -\#\#\# option doesn't work.
-- Many completions are made specifically for the GNU version of a POSIX command
- Yanking weird characters from clipboard prints Unicode escapes
-- Suspending and then resuming pipelines containing a builtin seems to be broken.
-- Interactive input seems broken inside blocks. Is local echo and other terminal values not restored when in an interactive block?
+- Suspending and then resuming pipelines containing a builtin is broken. How should this be handled?
If you think you have found a bug not described here, please send a
report to <a href="mailto:axel@liljencrantz.se"> axel@liljencrantz.se
</a>.
+
\subsection issues Known issues
Older versions of Doxygen has bugs in the man-page generation which
@@ -1139,6 +1138,7 @@ changes when upgrading from pre1.9.2 to 1.9.2 or later. You may also
run into such problems when switching between using a package and
personal builds.
+
*/
/** \page design Design document