On Wed, 2007-12-26 at 16:07 +0100, Kamadev Bhanuprasad wrote: > > when I have multiple files open in the latest stable release of > Cream (0.39), switching between tabs looks to be a bit slowish.
This is Linux? Do you change tabs by mouse clicking, keystroke or does it matter? > Also, my typical way of using cream is to type 'cream filename' in > the command line, however, if this is done when the instance of > Cream is already opened, it's also really slow and sometimes doesn't > work correctly (the file is not opened!) and has to type the same > command again. Can you give me some details about your installation? It sound like a gvim/cream server issue--are you using the default shell script #!/bin/sh gvim --servername "CREAM" -U NONE -u "\$VIMRUNTIME/cream/creamrc" "$@" ? We force the "CREAM" servername to improve startup speed, but if this isn't explicit, there can be delay while vim looks for other servers. -- Steve Hall [ digitect dancingpaper com ] :: Cream... usability for Vim :: http://cream.sourceforge.net ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
