Bug#595256: Emacs aborts with maximized windows, small font size, large resolution: line-number-display-limit-width triggers the bug

2011-05-23 Thread jaakov
Although I could not test for debian, I was able to observe the bug on 
cygwin with a newer emacs:


$ emacs --version
GNU Emacs 23.3.1
...

$ cat .emacs
;(setq line-number-display-limit-width 860)
;(setq line-number-display-limit-width 855)

If exactly the upper line is uncommented, the bug is triggered on 
loading a large file, making font size 6, perssing Ctrl-1 to remove the 
second part of the window with the welcome screen, and pressing PgDn to 
scroll down the large file.
If exactly the lower line is uncommented, the bug is not triggered on 
this operation.


Which suggest a workaround, though not a bug fix.

As soon as I will be able to test a newer emacs on debian, I'll report 
here.


Cheers!

Jaakov.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution: line-number-display-limit-width triggers the bug

2011-04-17 Thread jaakov
If you can run packages from unstable, could you see if you can still 

reproduce this with 23.3+1-1?
Currently I can't do unstable installations onto stable squeeze 
(critical production environment and production time till, probably, 
June 2011). As soon as I can, I will report here; before that I'm sorry 
for not being able to help much. I would ask you to keep the bug open in 
the meantime, unless you are absolutely sure to have fixed the bug.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution: line-number-display-limit-width triggers the bug

2011-04-17 Thread Rob Browning
jaa...@ro.ru writes:

 Currently I can't do unstable installations onto stable squeeze
 (critical production environment and production time till, probably,
 June 2011). As soon as I can, I will report here; before that I'm
 sorry for not being able to help much.

No problem, and thanks for the help.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution: line-number-display-limit-width triggers the bug

2011-04-14 Thread Rob Browning
jaakov jaakov jaa...@ro.ru writes:

 The bug is triggered if .emacs contains only the following line, and
 nothing else:

 (setq line-number-display-limit-width 999)

 If .emacs is empty or missing, the bug doesn't occur.
 I think I inserted the line (long ago), since I wanted the position to
 always get computed,
 even if that would take long, even on large files with long lines.
 I didn't see any other way to make emacs do that.

If you can run packages from unstable, could you see if you can still
reproduce this with 23.3+1-1?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution: line-number-display-limit-width triggers the bug

2010-11-29 Thread jaakov jaakov
The bug is triggered if .emacs contains only the following line, and 
nothing else:


(setq line-number-display-limit-width 999)

If .emacs is empty or missing, the bug doesn't occur.
I think I inserted the line (long ago), since I wanted the position to 
always get computed,

even if that would take long, even on large files with long lines.
I didn't see any other way to make emacs do that.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution

2010-11-28 Thread jaakov jaakov

What font are you selecting? i.e. size 6 of what font?

Of Monospace, Regular style.

I'm using the latest version available from debian today, which a 
version ending with -5.1.



... if emacs still crashes if you run it with -q

No, emacs 23.2+1-5.1 behaves ok with -q option.


and/or --no-site-file?

Yes, emacs 23.2+1-5.1 crashes with --no-site-file

Small update on reproducibility: when opening a file which already holds 
more lines than the screen can hold, one has to press Page Down to 
make emacs abort.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution

2010-11-28 Thread Rob Browning
jaakov jaakov jaa...@ro.ru writes:

 ... if emacs still crashes if you run it with -q
 No, emacs 23.2+1-5.1 behaves ok with -q option.

This suggests that the problem may be triggered by something in your
~/.emacs file.  Can you try enabling and disabling sections of the code
in there to try to find the bit that's causing the crash?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution

2010-11-26 Thread Rob Browning
jaakov jaakov jaa...@ro.ru writes:

 1. Set screen resolution to 1680x1050 or larger.
 2. Start gnome terminal.
 3. Start emacs from the terminal, set font size 6 via menu Options -
 Set Default Font ... .
 4. Maximize the emacs window.
 5. Do whatever you wish to produce more lines than the screen can hold.
 6. Observe emacs window closing, aborted printed in the terminal, and
 the work you have done at step 5 lost.

 I'm using up-to-date standard squeeze.

What font are you selecting? i.e. size 6 of what font?

Also, can you test the latest package (-5.1), and see if you still have
trouble, and can you see if emacs still crashes if you run it with -q
and/or --no-site-file?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595256: Emacs aborts with maximized windows, small font size, large resolution

2010-09-02 Thread jaakov jaakov

Package: emacs
Version: 23.2+1-4
Severity: important

1. Set screen resolution to 1680x1050 or larger.
2. Start gnome terminal.
3. Start emacs from the terminal, set font size 6 via menu Options -
Set Default Font ... .
4. Maximize the emacs window.
5. Do whatever you wish to produce more lines than the screen can hold.
6. Observe emacs window closing, aborted printed in the terminal, and
the work you have done at step 5 lost.

I'm using up-to-date standard squeeze.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org