all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Manoj Srivastava <srivasta@ieee.org>, martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: Trunk emacs infelicity with linum mode
Date: Fri, 05 Sep 2014 22:53:37 +0300	[thread overview]
Message-ID: <83vbp1deta.fsf@gnu.org> (raw)
In-Reply-To: <87lhpxaopi.fsf@glaurung.internal.golden-gryphon.com>

> From: Manoj Srivastava <srivasta@ieee.org>
> Date: Fri, 05 Sep 2014 11:48:09 -0700
> 
>         For some reason, all the values for the old window are set to
>  10. Here is the session:
> --8<---------------cut here---------------start------------->8---
> Breakpoint 4, adjust_frame_size (f=0x11db380, new_width=<optimized out>, new_height=<optimized out>, inhibit=5, 
>     pretend=<optimized out>) at frame.c:514
> 514       if (new_windows_width != old_windows_width)
> (gdb) list
> 509          by our video hardware.  Try to find the smallest size greater
> 510          or equal to the requested dimensions.  */
> 511       dos_set_window_size (&new_lines, &new_cols);
> 512     #endif
> 513
> 514       if (new_windows_width != old_windows_width)
> 515         {
> 516           resize_frame_windows (f, new_windows_width, 1, 1);
> 517
> 518           /* MSDOS frames cannot PRETEND, as they change frame size by
> (gdb) print new_windows_width
> $1 = 106
> (gdb) print old_windows_width
> $2 = 10
>  ...
> *(gdb) print new_text_width
> $4 = 90
> *(gdb) print old_text_width
> $5 = 10
> (gdb) print new_windows_width
> $6 = 106
> *(gdb) print old_windows_width
> $7 = 10
> (gdb) print new_windows_height
> $8 = 230
> *(gdb) print old_windows_height
> $9 = 10
> (gdb) print new_pixel_width
> $10 = 108
> *(gdb) print old_pixel_width
> $11 = 10

Thanks.

Martin, could you take a look at this?  The 10x10 are the dimensiuons
used when there's nothing to use initially, AFAIR.



  reply	other threads:[~2014-09-05 19:53 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02 17:22 Trunk emacs infelicity with linum mode Manoj Srivastava
2014-09-02 18:03 ` Eli Zaretskii
2014-09-02 18:56   ` Manoj Srivastava
2014-09-02 19:11     ` Eli Zaretskii
2014-09-03  7:06       ` Manoj Srivastava
2014-09-03 15:50         ` Eli Zaretskii
2014-09-03 16:28           ` Manoj Srivastava
2014-09-04 15:29             ` Eli Zaretskii
2014-09-04 15:56               ` Stefan Monnier
2014-09-04 18:37                 ` Eli Zaretskii
2014-09-04 20:25                   ` Stefan Monnier
2014-09-05  6:58                     ` Eli Zaretskii
2014-09-05 15:23                       ` Stefan Monnier
2014-09-05 15:32                         ` Eli Zaretskii
2014-09-05 16:23                           ` Stefan Monnier
2014-09-05 17:49                             ` Eli Zaretskii
2014-09-06  1:19                               ` Manoj Srivastava
2014-09-06  7:43                                 ` Eli Zaretskii
2014-09-06 15:23                                   ` Manoj Srivastava
2014-09-06 20:27                                     ` Stefan Monnier
2014-09-07  5:07                                       ` Manoj Srivastava
2014-09-08  0:28                                         ` Stefan Monnier
2014-09-05 18:48               ` Manoj Srivastava
2014-09-05 19:53                 ` Eli Zaretskii [this message]
2014-09-06  8:52                   ` martin rudalics
2014-09-06 11:18                     ` martin rudalics
2014-09-07 15:24                       ` Eli Zaretskii
2014-09-07 18:03                         ` martin rudalics
2014-09-07 19:28                           ` Eli Zaretskii
2014-09-08  9:31                             ` martin rudalics
2014-09-07 18:09                         ` martin rudalics
2014-09-07 19:34                           ` Eli Zaretskii
2014-09-08  9:32                             ` martin rudalics
2014-09-09 13:13                               ` Eli Zaretskii
2014-09-10  8:03                                 ` martin rudalics
2014-09-10 17:39                                   ` Eli Zaretskii
2014-09-10 19:02                                     ` martin rudalics
2014-09-10 19:15                                       ` Eli Zaretskii
2014-09-10 19:25                                         ` Eli Zaretskii
2014-09-11  9:26                                           ` martin rudalics
2014-09-11 15:14                                             ` Eli Zaretskii
2014-09-11 16:40                                               ` martin rudalics
2014-09-11 16:53                                                 ` Eli Zaretskii
2014-09-11 17:59                                                   ` martin rudalics
2014-09-11 18:09                                                     ` martin rudalics
2014-09-03 12:37 ` Herbert J. Skuhra
2014-09-03 15:31   ` Manoj Srivastava
2015-01-04 18:09   ` martin rudalics

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

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

  git send-email \
    --in-reply-to=83vbp1deta.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    --cc=srivasta@ieee.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.