all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* hang while marking large region
@ 2008-05-09 16:45 andrew.tao
  2008-05-09 16:50 ` Sven Joachim
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: andrew.tao @ 2008-05-09 16:45 UTC (permalink / raw)
  To: help-gnu-emacs

hello,

i'm using 21.1.13 xemacs. when i set the mark and then scroll to a
distant area in a text file, xemacs hangs. we're talking about a few
megabytes of data being marked.

it seems that xemacs must be trying to copy the marked region
somewhere and then hanging.

any ideas for a workaround?

thanks,
andrew


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

* Re: hang while marking large region
  2008-05-09 16:45 hang while marking large region andrew.tao
@ 2008-05-09 16:50 ` Sven Joachim
  2008-05-09 17:50   ` Dan Espen
  2008-05-10 18:51 ` Peter Dyballa
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Sven Joachim @ 2008-05-09 16:50 UTC (permalink / raw)
  To: help-gnu-emacs

On 2008-05-09 18:45 +0200, andrew.tao@gmail.com wrote:

> i'm using 21.1.13 xemacs.

This newsgroup is for GNU Emacs only, you had better try
comp.emacs.xemacs instead.  Also, 21.1.13 is an ancient unsupported
version, please upgrade to 21.4.x.

Sven


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

* Re: hang while marking large region
  2008-05-09 16:50 ` Sven Joachim
@ 2008-05-09 17:50   ` Dan Espen
  0 siblings, 0 replies; 10+ messages in thread
From: Dan Espen @ 2008-05-09 17:50 UTC (permalink / raw)
  To: help-gnu-emacs

Sven Joachim <svenjoac@gmx.de> writes:

> On 2008-05-09 18:45 +0200, andrew.tao@gmail.com wrote:
>
>> i'm using 21.1.13 xemacs.
>
> This newsgroup is for GNU Emacs only, you had better try
> comp.emacs.xemacs instead.  Also, 21.1.13 is an ancient unsupported
> version, please upgrade to 21.4.x.

I don't see posts from Google Groups.

That's a common problem.
XEmacs is using the X cut buffer.
There is a fix, but a later release is a better idea.


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

* Re: hang while marking large region
  2008-05-09 16:45 hang while marking large region andrew.tao
  2008-05-09 16:50 ` Sven Joachim
@ 2008-05-10 18:51 ` Peter Dyballa
  2008-05-12 14:18 ` Joel J. Adamson
       [not found] ` <mailman.11507.1210601915.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 10+ messages in thread
From: Peter Dyballa @ 2008-05-10 18:51 UTC (permalink / raw)
  To: andrew.tao; +Cc: help-gnu-emacs


Am 09.05.2008 um 18:45 schrieb andrew.tao:

> any ideas for a workaround?


Make the buffer read-write. Remove with delete-region (does not add  
to kill-ring) what you don't want. Save the remainder, the useful  
part, in a new file. This file can be included in other files or  
buffers.

Can you copy to a register in XEmacs, C-x r x <register>?

--
Greetings

   Pete

Every instructor assumes that you have nothing else to do except  
study for that instructor's course.
				– Fourth Law of Applied Terror





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

* Re: hang while marking large region
  2008-05-09 16:45 hang while marking large region andrew.tao
  2008-05-09 16:50 ` Sven Joachim
  2008-05-10 18:51 ` Peter Dyballa
@ 2008-05-12 14:18 ` Joel J. Adamson
       [not found] ` <mailman.11507.1210601915.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 10+ messages in thread
From: Joel J. Adamson @ 2008-05-12 14:18 UTC (permalink / raw)
  To: andrew.tao; +Cc: help-gnu-emacs

andrew.tao@gmail.com writes:

> hello,
>
> i'm using 21.1.13 xemacs. when i set the mark and then scroll to a
> distant area in a text file, xemacs hangs. we're talking about a few
> megabytes of data being marked.

Please distinguish between Emacs using an X display and the separate
software project XEmacs.

> it seems that xemacs must be trying to copy the marked region
> somewhere and then hanging.
>
> any ideas for a workaround?

Workaround: don't use XEmacs.

This is a known problem.  I had this same problem and the solution was
to switch.

http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.







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

* Re: hang while marking large region
       [not found] ` <mailman.11507.1210601915.18990.help-gnu-emacs@gnu.org>
@ 2008-05-12 15:01   ` David Kastrup
  2008-05-12 16:09     ` Joel J. Adamson
  2008-05-12 15:41   ` Dan Espen
  1 sibling, 1 reply; 10+ messages in thread
From: David Kastrup @ 2008-05-12 15:01 UTC (permalink / raw)
  To: help-gnu-emacs

jadamson@partners.org (Joel J. Adamson) writes:

> andrew.tao@gmail.com writes:
>
>> i'm using 21.1.13 xemacs. when i set the mark and then scroll to a
>> distant area in a text file, xemacs hangs. we're talking about a few
>> megabytes of data being marked.
>
> Please distinguish between Emacs using an X display and the separate
> software project XEmacs.
>
>> it seems that xemacs must be trying to copy the marked region
>> somewhere and then hanging.
>>
>> any ideas for a workaround?
>
> Workaround: don't use XEmacs.
>
> This is a known problem.  I had this same problem and the solution was
> to switch.
>
> http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html

Well, this XEmacs (21.1.13) certainly lived long.  If you switched to a
similarly outdated Emacs, you would probably not gain much of an
advantage.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


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

* Re: hang while marking large region
       [not found] ` <mailman.11507.1210601915.18990.help-gnu-emacs@gnu.org>
  2008-05-12 15:01   ` David Kastrup
@ 2008-05-12 15:41   ` Dan Espen
  2008-05-12 17:50     ` Joel J. Adamson
  1 sibling, 1 reply; 10+ messages in thread
From: Dan Espen @ 2008-05-12 15:41 UTC (permalink / raw)
  To: help-gnu-emacs

jadamson@partners.org (Joel J. Adamson) writes:

> andrew.tao@gmail.com writes:
>
>> hello,
>>
>> i'm using 21.1.13 xemacs. when i set the mark and then scroll to a
>> distant area in a text file, xemacs hangs. we're talking about a few
>> megabytes of data being marked.
>
> Please distinguish between Emacs using an X display and the separate
> software project XEmacs.
>
>> it seems that xemacs must be trying to copy the marked region
>> somewhere and then hanging.
>>
>> any ideas for a workaround?
>
> Workaround: don't use XEmacs.
>
> This is a known problem.  I had this same problem and the solution was
> to switch.
>
> http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html

Never seen the XEmacs stability problem you describe.
I start XEmacs when I boot the machine and it stays up until I loose power.
When I started using XEmacs Lucid was still in business.

Here's the FAQ on the slowness:

http://www.xemacs.org/Documentation/21.5/html/xemacs-faq_4.html#SEC152

I think it's a non-issue on recent releases.
I use the X version remotely every day and I don't have any of
those workarounds.

That said, switching to GNU Emacs is probably a good way to go.


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

* Re: hang while marking large region
  2008-05-12 15:01   ` David Kastrup
@ 2008-05-12 16:09     ` Joel J. Adamson
  2008-05-12 16:46       ` David Kastrup
  0 siblings, 1 reply; 10+ messages in thread
From: Joel J. Adamson @ 2008-05-12 16:09 UTC (permalink / raw)
  To: David Kastrup; +Cc: help-gnu-emacs

David Kastrup <dak@gnu.org> writes:

> jadamson@partners.org (Joel J. Adamson) writes:
>
>> andrew.tao@gmail.com writes:
>> Workaround: don't use XEmacs.
>>
>> This is a known problem.  I had this same problem and the solution was
>> to switch.
>>
>> http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html
>
> Well, this XEmacs (21.1.13) certainly lived long.  If you switched to a
> similarly outdated Emacs, you would probably not gain much of an
> advantage.

Definitely.  My point was that one of the biggest things I noticed when
converting from XEmacs to Emacs was that fontification no longer took
the length of a bathroom break.  I thought it was just a fact of life.
I thought that it was just the subject of "Emacs Makes a Computer Slow."

I was wrong.  It made me seriously question why I chose XEmacs in the
first place.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.







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

* Re: hang while marking large region
  2008-05-12 16:09     ` Joel J. Adamson
@ 2008-05-12 16:46       ` David Kastrup
  0 siblings, 0 replies; 10+ messages in thread
From: David Kastrup @ 2008-05-12 16:46 UTC (permalink / raw)
  To: Joel J. Adamson; +Cc: help-gnu-emacs

jadamson@partners.org (Joel J. Adamson) writes:

> David Kastrup <dak@gnu.org> writes:
>
>> jadamson@partners.org (Joel J. Adamson) writes:
>>
>>> andrew.tao@gmail.com writes:
>>> Workaround: don't use XEmacs.
>>>
>>> This is a known problem.  I had this same problem and the solution was
>>> to switch.
>>>
>>> http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html
>>
>> Well, this XEmacs (21.1.13) certainly lived long.  If you switched to a
>> similarly outdated Emacs, you would probably not gain much of an
>> advantage.
>
> Definitely.  My point was that one of the biggest things I noticed
> when converting from XEmacs to Emacs was that fontification no longer
> took the length of a bathroom break.  I thought it was just a fact of
> life.  I thought that it was just the subject of "Emacs Makes a
> Computer Slow."

It is not an accident.  Before font-lock-mode was allowed by Richard
Stallman to become the default in Emacs, its performance had to be par
for _all_ files.

So its proponents worked really hard.  The barriers in XEmacs are
smaller.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




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

* Re: hang while marking large region
  2008-05-12 15:41   ` Dan Espen
@ 2008-05-12 17:50     ` Joel J. Adamson
  0 siblings, 0 replies; 10+ messages in thread
From: Joel J. Adamson @ 2008-05-12 17:50 UTC (permalink / raw)
  To: Dan Espen; +Cc: help-gnu-emacs

Dan Espen <daneNO@MORE.mk.SPAMtelcordia.com> writes:

> jadamson@partners.org (Joel J. Adamson) writes:
>
>> andrew.tao@gmail.com writes:
>>
>>> hello,
>>>
>>> i'm using 21.1.13 xemacs. when i set the mark and then scroll to a
>>> distant area in a text file, xemacs hangs. we're talking about a few
>>> megabytes of data being marked.
>>
>> Please distinguish between Emacs using an X display and the separate
>> software project XEmacs.
>>
>>> it seems that xemacs must be trying to copy the marked region
>>> somewhere and then hanging.
>>>
>>> any ideas for a workaround?
>>
>> Workaround: don't use XEmacs.
>>
>> This is a known problem.  I had this same problem and the solution was
>> to switch.
>>
>> http://steve-yegge.blogspot.com/2008/04/xemacs-is-dead-long-live-xemacs.html
>
> Never seen the XEmacs stability problem you describe.

I didn't describe it, Steve Yegge described it.  I didn't have the
stability problems he describes either, but I did have annoying hang-ups
with fontification and a few other things.

> That said, switching to GNU Emacs is probably a good way to go.

You can find a page on the subject here:
http://www.emacswiki.org/cgi-bin/wiki/EmacsAndXEmacs

That page helped me make the choice.  Like I said, I can't remember why
I picked XEmacs, I think because I saw a screenshot of it heavily
customized.  However, my customizations now go a lot further in Emacs.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.







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

end of thread, other threads:[~2008-05-12 17:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09 16:45 hang while marking large region andrew.tao
2008-05-09 16:50 ` Sven Joachim
2008-05-09 17:50   ` Dan Espen
2008-05-10 18:51 ` Peter Dyballa
2008-05-12 14:18 ` Joel J. Adamson
     [not found] ` <mailman.11507.1210601915.18990.help-gnu-emacs@gnu.org>
2008-05-12 15:01   ` David Kastrup
2008-05-12 16:09     ` Joel J. Adamson
2008-05-12 16:46       ` David Kastrup
2008-05-12 15:41   ` Dan Espen
2008-05-12 17:50     ` Joel J. Adamson

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.