But IMAP can be asked to download lots of files at once and will be chunking them all. So I wanted to have lots of chunk buffers, one for each file transfer. When the files are downloaded they can be put straight into the correct mode for displaying the file.
So there might be 10 or 20 (or 1000) buffers all recieving chunks of files from IMAP. Creating that many buffers might cause various sorts of overload for Emacs. Can't you use one buffer for all the information, and sort it out at the end? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel