unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Size of *Calc-kpd* window too small after M-# b M-# k
Date: Fri, 7 Oct 2005 07:17:44 -0500 (CDT)	[thread overview]
Message-ID: <200510071217.j97CHik13018@raven.dms.auburn.edu> (raw)
In-Reply-To: <200510070148.j971meY12076@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 6 Oct 2005 20:48:40 -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	other threads:[~2005-10-07 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07  1:48 Size of *Calc-kpd* window too small after M-# b M-# k Luc Teirlinck
2005-10-07 12:17 ` Luc Teirlinck [this message]
2005-10-07 21:19   ` Jay Belanger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510071217.j97CHik13018@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).