>From my earlier message:

   The trivial patch below fixes this for the default fringe width.

Actually, the `6' needs to be a `7'.  Otherwise, one gets confusing
continuation arrows if overflow-newline-into-fringe is nil.

===File ~/calc-keypd.el-diff================================
*** calc-keypd.el       14 Jul 2005 15:03:58 -0500      1.11
--- calc-keypd.el       06 Oct 2005 19:48:36 -0500      
***************
*** 296,302 ****
              (set-window-buffer old-win (calc-trail-buffer))
              (set-window-buffer win calc-keypad-buffer)
              (set-window-start win 1)
!             (setq win (split-window win (+ width 3) t))
              (set-window-buffer win calcbuf))
          (if (or t  ; left-side keypad not yet fully implemented
                  (< (save-excursion
--- 296,302 ----
              (set-window-buffer old-win (calc-trail-buffer))
              (set-window-buffer win calc-keypad-buffer)
              (set-window-start win 1)
!             (setq win (split-window win (+ width 7) t))
              (set-window-buffer win calcbuf))
          (if (or t  ; left-side keypad not yet fully implemented
                  (< (save-excursion
============================================================


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to