Re: Overlays disappearing during line-by-line scrolling

2005-06-17 Thread Richard Stallman
> 2005-04-26 Richard M. Stallman <[EMAIL PROTECTED]> > > * simple.el (line-move-1): Avoid using vertical-motion in easy cases. I already fixed one or two other bugs related to that change I guess there are no "easy cases" when it comes to line-move :-| Although it is

Re: `cursor-type', docstring error

2005-06-17 Thread Johan Bockgård
Richard Stallman <[EMAIL PROTECTED]> writes: > Thanks. You missed one occurrence: (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT ^^ -- Johan Bockgård ___ Emacs-pretest-bu

RE: debugger with pop-up-frames non-nil: keeps creating new frames

2005-06-17 Thread Drew Adams
OK. Are you saying that it will remain as is (iconifies on exit), or will you try to somehow allow for different behaviors: iconify, delete frame, leave frame displayed? If this is the way it will be, then I'll adapt locally; if you will change things, then I'll wait - I just want to know. Thanks

Re: debugger with pop-up-frames non-nil: keeps creating new frames

2005-06-17 Thread Stefan Monnier
> It works fine for `c' not at the top level: in the middle of debugging it > does not iconify or remove or flash the frame. Thanks. Good. > Did you provide some way for users to get a different behavior from `q' and > `c' at top level, besides iconifying? No, no time for it. > I notice the new

RE: debugger with pop-up-frames non-nil: keeps creating new frames

2005-06-17 Thread Drew Adams
Hi Stefan, I finally got a chance to check your latest fix to debug.el. It works fine for `c' not at the top level: in the middle of debugging it does not iconify or remove or flash the frame. Thanks. For `q', however, and for `c' at the top level, it still iconifies the frame. The curr

Re: `cursor-type', docstring error

2005-06-17 Thread Richard Stallman
Thanks. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Overlays disappearing during line-by-line scrolling

2005-06-17 Thread Kim F. Storm
Ralf Angeli <[EMAIL PROTECTED]> writes: > * Ralf Angeli (2005-06-16) writes: > >> After executing the code move point upwards with `C-p'. After point >> hit the top of the window further movement will scroll the buffer line >> by line. This will make the overlays disappear occasionally, >> i.e.

Re: Overlays disappearing during line-by-line scrolling

2005-06-17 Thread Ralf Angeli
* Ralf Angeli (2005-06-16) writes: > After executing the code move point upwards with `C-p'. After point > hit the top of the window further movement will scroll the buffer line > by line. This will make the overlays disappear occasionally, > i.e. instead of the "XXX\nXXX" strings one will see t

python-mode: no variable compilation-error-regexp-alist

2005-06-17 Thread David Reitter
C-c C-v (python-check), called with the default command, results in an error: call-interactively: Symbol's value as variable is void: compilation- error-regexp-alist pychecker is not installed in my path, so there should be a proper error message. In GNU Emacs 22.0.50.1 (powerpc-ap

Re: #ifdefs not properly faced in printouts

2005-06-17 Thread Juri Linkov
> I think ps-spool-buffer-with-faces, which almost always does a superb > job, fails at giving "#ifdef" with friends in c-files a proper > colour. They get coloured in the buffer, but not in the printout. Thanks for the report. ps-print doesn't print not only colours of preprocessor directives, b