Brad Beveridge wrote:

> In my app, I stream some text to the screen, using ml_append_string,
> though I think the results are the same when I use other internal
> methods.
> Before pressing C-l, I have
> "
> Got :error when I expected :location
> Got :error when I expected :location
> Got :error when I expected :location
> Sending -> 00006D(:EMACS-REX (SWANK:COMPILE-FILE-FOR-EMACS
> "/Users/brad/development/lisp/ecl-slime/fastvec2.lisp" T) NIL T 17)
> Finished sending
> Finished Compiling
> /Users/brad/development/lisp/ecl-slime/fastvec2.lisp in 0.41 sec
> Sending -> 000036(:EMACS-REX (SWANK:COMPILER-NOTES-FOR-EMACS) NIL T 18)
> Finished sending
> Got :error when I expected :location
> Got :error when I expected :location
> Got :error when I expected :location
> "
> 
> After, it changes to
> 
> "
> elop
> MPILE-FILE-FOR-EMACS "/Users/brad/develop
> ending -> 00006D(:EMACS-REX (SWANK:COMPILE-FILE-FOR-EMACS "/Users/brad/develop
>  /Users/brad/development/lisp/ecl-slime/fastvec2.lisp in 0.41
> inished Compiling /Users/brad/development/lisp/ecl-slime/fastvec2.lisp in 0.41
> Finished Compiling
> /Users/brad/development/lisp/ecl-slime/fastvec2.lisp in 0.41 sec
> expected :location
> ot :error when I expected :location
> Got :error when I expected :location
> "
> 
> Any ideas what I am abusing to make this happen?  Scrolling around the
> buffer leaves the text in a good state.

CTRL-L normally redraws the screen after clearing it.  It should show
the text as it's stored.  I don't know what you have done to mess up the
text, but it looks like it isn't stored properly.

> PS, Bram - looks like vim-dev might be blocking mail from Google's
> servers, so I sent to you also.

Apparently the sorbs blacklist mechanism is still being used, causing
trouble for some people.  I have asked the mail server maintainer to
remove sorbs a few times now...

-- 
hundred-and-one symptoms of being an internet addict:
239. You think "surfing" is something you do on dry land.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to