emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Size of *Calc-kpd* window too small after M-# b M-# k


From: Luc Teirlinck
Subject: Re: Size of *Calc-kpd* window too small after M-# b M-# k
Date: Fri, 7 Oct 2005 07:17:44 -0500 (CDT)

>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
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]