From: Tassilo Horn Date: Sun, 16 Jan 2011 20:41:25 +0000 (+0100) Subject: * strokes.el (strokes-read-stroke): Re-fill strokes buffer with X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~230^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=721be9cd4865e9f7d68020adcfa672d2edd52b07;p=emacs.git * strokes.el (strokes-read-stroke): Re-fill strokes buffer with spaces if the frame was resized, so that the full visible buffer serves as canvas for strokes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c73b1d6a372..3bc9ccfbf28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-01-16 Tassilo Horn + + * strokes.el (strokes-read-stroke): Re-fill strokes buffer with + spaces if the frame was resized, so that the full visible buffer + serves as canvas for strokes. + 2011-01-16 Glenn Morris * info-xref.el (info-xref-docstrings): Replace cl function. diff --git a/lisp/strokes.el b/lisp/strokes.el index 2aba8251596..85258cf6217 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -736,6 +736,11 @@ Optional EVENT is acceptable as the starting event of the stroke." ;; display the stroke as it's being read (save-window-excursion (set-window-configuration strokes-window-configuration) + ;; The frame has been resized, so we need to refill the + ;; strokes buffer so that the strokes canvas is the whole + ;; visible buffer. + (unless (> 1 (abs (- (line-end-position) (window-width)))) + (strokes-fill-current-buffer-with-whitespace)) (when prompt (message "%s" prompt) (setq event (read-event)) @@ -1000,7 +1005,7 @@ If you'd like to create graphical files with strokes, you'll have to be running a version of Emacs with XPM support. You use the binding to `strokes-compose-complex-stroke' to start drawing your strokes. These are just complex strokes, and thus continue drawing with mouse-1 -or mouse-2 and end with mouse-3. Then the stroke image gets inserted +or mouse-2 and end with mouse-3. Then the stroke image gets inserted into the buffer. You treat it somewhat like any other character, which you can copy, paste, delete, move, etc. When all is done, you may want to send the file, or save it. This is done with