all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Regression in Emacs trunk on GNU/Linux
@ 2008-09-01  8:13 Angelo Graziosi
  2008-09-01 14:22 ` Angelo Graziosi
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Graziosi @ 2008-09-01  8:13 UTC (permalink / raw)
  To: emacs-devel; +Cc: cyd, monnier, handa

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

As I have already flagged [1], current trunk shows a regression on
GNU/Linux Kubuntu 8.04.1 (and at least on Cygwin):

Moving with UP/DOWN arrow keys takes about 1 second to change line. This
happens with files greater of a certain size. I have seen this with a
file of 11MB but also with a file of 4MB or 5MB.

The attached file, 'test_file.txt.bz2' (342 bytes!), when decompressed
has a size of about 5MB and should show the 'phenomenon'.

Cheers,
    Angelo.

---
[1] http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg01384.html

[-- Attachment #2: test_file.txt.bz2 --]
[-- Type: application/octet-stream, Size: 342 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression in Emacs trunk on GNU/Linux
  2008-09-01  8:13 Regression in Emacs trunk on GNU/Linux Angelo Graziosi
@ 2008-09-01 14:22 ` Angelo Graziosi
  2008-09-09  9:07   ` Angelo Graziosi
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Graziosi @ 2008-09-01 14:22 UTC (permalink / raw)
  To: emacs-devel; +Cc: cyd, lennart.borgman, monnier, handa

For the sake of completeness, the regression happens also with the
Windows binaries

http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/unptch/emacs-from-cvs-080829.zip

Cheers,
    Angelo.


Angelo Graziosi ha scritto:
> As I have already flagged [1], current trunk shows a regression on
> GNU/Linux Kubuntu 8.04.1 (and at least on Cygwin):
> 
> Moving with UP/DOWN arrow keys takes about 1 second to change line. This
> happens with files greater of a certain size. I have seen this with a
> file of 11MB but also with a file of 4MB or 5MB.
> 
> The attached file, 'test_file.txt.bz2' (342 bytes!), when decompressed
> has a size of about 5MB and should show the 'phenomenon'.
> 
> Cheers,
>    Angelo.
> 
> ---
> [1] http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg01384.html





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression in Emacs trunk on GNU/Linux
  2008-09-01 14:22 ` Angelo Graziosi
@ 2008-09-09  9:07   ` Angelo Graziosi
  2008-09-09 11:11     ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Graziosi @ 2008-09-09  9:07 UTC (permalink / raw)
  To: emacs-devel; +Cc: cyd, lennart.borgman, monnier, handa

The problem I flagged is still in the current trunk.

It is reproducible (with : emacs -Q) on:

GNU/Linux Kubuntu 8.0.4.1
Cygwin
Win32

with a text file greater, in size, than 1 MB. (Bigger is the file, more
evident is the problem.)

Emacs is built with these libs:

Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use a gif library? yes -lungif
Does Emacs use -lpng? yes
Does Emacs use -lrsvg-2? no
Does Emacs use -lgpm? no
Does Emacs use -ldbus? no
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? yes
Does Emacs use X toolkit scroll bars? yes

I see also this thread:

http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00315.html
http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00360.html
http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00364.html
http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00368.html
...

which seems related to the problem I am flagging and still is NOT FIXED.


Cheers,
    Angelo.



Angelo Graziosi ha scritto:
> For the sake of completeness, the regression happens also with the
> Windows binaries
> 
> http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/unptch/emacs-from-cvs-080829.zip 
> 
> 
> Cheers,
>    Angelo.
> 
> 
> Angelo Graziosi ha scritto:
>> As I have already flagged [1], current trunk shows a regression on
>> GNU/Linux Kubuntu 8.04.1 (and at least on Cygwin):
>>
>> Moving with UP/DOWN arrow keys takes about 1 second to change line. This
>> happens with files greater of a certain size. I have seen this with a
>> file of 11MB but also with a file of 4MB or 5MB.
>>
>> The attached file, 'test_file.txt.bz2' (342 bytes!), when decompressed
>> has a size of about 5MB and should show the 'phenomenon'.
>>
>> Cheers,
>>    Angelo.
>>
>> ---
>> [1] http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg01384.html
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression in Emacs trunk on GNU/Linux
  2008-09-09  9:07   ` Angelo Graziosi
@ 2008-09-09 11:11     ` Kenichi Handa
  0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2008-09-09 11:11 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: cyd, lennart.borgman, monnier, emacs-devel

In article <48C63CEC.3090109@alice.it>, Angelo Graziosi <angelo.graziosi@alice.it> writes:

> The problem I flagged is still in the current trunk.

> It is reproducible (with : emacs -Q) on:

> GNU/Linux Kubuntu 8.0.4.1
> Cygwin
> Win32

> with a text file greater, in size, than 1 MB. (Bigger is the file, more
> evident is the problem.)

I've just installed a fix.

[...]
> I see also this thread:

> http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00315.html
> http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00360.html
> http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00364.html
> http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00368.html
> ...

> which seems related to the problem I am flagging and still is NOT FIXED.

I think they are not related to the problem of slowness.

---
Kenichi Handa
handa@ni.aist.go.jp




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-09 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01  8:13 Regression in Emacs trunk on GNU/Linux Angelo Graziosi
2008-09-01 14:22 ` Angelo Graziosi
2008-09-09  9:07   ` Angelo Graziosi
2008-09-09 11:11     ` Kenichi Handa

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.