Gyre | 9 Apr 2003 13:28
Favicon

None


Geert Ribbers | 13 Apr 2003 21:16
Picon

RE: Display problems on Windows XP

Since I'm not working on XP myself, I couldn't test this and the reactions of the others lasted a bit.
But: it works: the display-problems are gone when the hardware-acceleration is turned lower.
(desktop/Properties/Settings/Advanced.../Troubleshooting).

Thanks!

Regards, Geert Ribbers

-----Original Message-----
From: Dr Francis J. Wright [mailto:F.J.Wright <at> qmul.ac.uk]
Sent: maandag 10 maart 2003 13:49
To: Geert Ribbers
Cc: help-emacs-windows <at> gnu.org
Subject: Re: [h-e-w] Display problems on Windows XP

I haven't noticed this problem.  Have you tried changing the various
graphics acceleration options accessible via display properties?  Maple
(another application that I use) is prone to display problems, and I find
that turning down the graphics acceleration usually helps.  In fact, I
currently run my Win XP system will all graphics acceleration turned off,
which doesn't seem to slow down anything that I want to do and avoids some
Maple display problems.

Francis

----- Original Message -----
From: "Geert Ribbers" <geert.ribbers <at> realworld.nl>
To: <help-emacs-windows <at> gnu.org>
Sent: Monday, March 10, 2003 10:16 AM
Subject: [h-e-w] Display problems on Windows XP
(Continue reading)

Dolique, Alexandre | 14 Apr 2003 15:46

Performance issues on running macros with Windows Emacs 21.2

Good afternoon,

I have noticed a significant performance drop between emacs 20.x and emacs 21.2 running macros as the latter actually displays the result of the changes done by the macro on the screen.

Does anyone of you a mode to launch emacs macros in a background mode (that would not display and would preferably not use Windows copy/paste buffer)?

Thank you very much for your help.

Regards,

ALEXANDRE DOLIQUE

Raymond Zeitler | 14 Apr 2003 18:17
Favicon

RE: Performance issues on running macros with Windows Emacs 21.2

The short answer is "no" and I haven't noticed such a difference.  But I
have noticed that Flyspell slows macro playback down to a crawl.

Do you experience the poor performance even in Fundamental Mode?

Also, within the past several weeks there was a discussion about how to
make Emacs kill ring not alter the Windows clipboard.

HTH

-----Original Message-----
Date: Mon, 14 Apr 2003 14:46:02 +0100
From: "Dolique, Alexandre" <alexandre_dolique <at> csgsystems.com>
To: <help-emacs-windows <at> gnu.org>
Subject: [h-e-w] Performance issues on running macros with Windows Emacs
21.2
Message-ID:
<716EED25198DD349B82838A7E006E6FE111208 <at> FRPAEXCH01.csg.csgsystems.com>

Good afternoon,

I have noticed a significant performance drop between emacs 20.x and =
emacs 21.2 running macros as the latter actually displays the result of
=
the changes done by the macro on the screen.

Does anyone of you a mode to launch emacs macros in a background mode =
(that would not display and would preferably not use Windows copy/paste
=
buffer)?

Thank you very much for your help.

Regards,

ALEXANDRE DOLIQUE

Patrick Flaherty | 18 Apr 2003 02:04

Would like to use vers 21.2 but ...


Just downloaded it and installed to try again what I've tried (unsuccessfully)

with the last several versions.  And it still doesn't work.

In 20.3.6.1 (which I still use) I can do the following in telnet mode:

      SQL> select * from dailyvalues

      cont> where portname='PATSY'

      cont> LIMIT TO 10 ROW;

          PERFDATE   PORTNAME   PERFDATE_ID   SUMMARY       COUNTRY   ISO                  PORTVALUE               EQUITYVALUE                      CASH                 DIVIDENDS                DIVIDENDS_                  INTEREST                    INCOME

                         EXPENSE                INCOME_UNR               EXPENSE_UNR                PERF_FUDGE                   BUYCOST            TRANSFER_VALUE                   SELLNET                  SELLNET2                COMMTAXBUY  

                        COMMTAXSELL              WITHINDAYBUY             WITHINDAYBUY2             WITHINDAYSELL            WITHINDAYSELL2             CONTRIBUTIONS               WITHDRAWALS                 CASHTRANS                  BHEDGEGL  

                    SHARE_POOLFUND_EXP        SHARE_POOLFUND_INC     INTERPORT_TRANSFER_IN    INTERPORT_TRANSFER_OUT     EVAL_ADJUST_CARRYOVER                    MGTFEE  


I didn't hit RETURN after each line of the sql - I used arrow-down.  And

then when I submitted the whole thing, the 'cont>''s were added automatically

And MOST IMPORTANT, when I do command recall in the telnet buffer,

I can back all the multiple lines of a single SQL query as one piece.

In all versions after 20.3.6.1 (that I've tried), including 21.2 that I just tried

now, I get the following:

      SQL> select * from dailyvalues

      where portname='DOLL' limit to 1 row;

      select * from dailyvalues

      where portname='DOLL' limit to 1 row;

                                ^

      %SQL-F-AMB_KEYWORD, Ambiguous keyword abbreviation

      SQL>

I believe the telnet mode relies on comint mode underneath (I've looked

through the code some).  So maybe it's just a usage problem, except that

in the newer versions I need to set some lisp variable that will give me the

behavior I want?  Here's hoping.

pat

Harter, Douglas | 23 Apr 2003 20:25
Picon

.emacs doesn't execute

I am running Emacs on three machines: Sun Solaris Unix 8.0, Windows 2000, & Windows Me. All machines use the
same .emacs. Only the Windows Me machine doesn't seem to executing my .emacs. The other machines my
customizations work OK.

I lost my hard drive on that machine (I did keep my data, but lost the registry) & had to re-install
everything. I tried running addpm.exe again, but it didn't help.  

Any suggestions?

Erik Curiel | 23 Apr 2003 20:36

Re: .emacs doesn't execute


Try defining a local variable in your windows environment, HOME, pointing
to the folder in which your .emacs lives.

Erik Curiel

On Wed, 23 Apr 2003, Harter, Douglas wrote:

> I am running Emacs on three machines: Sun Solaris Unix 8.0, Windows 2000, & Windows Me. All machines use the
same .emacs. Only the Windows Me machine doesn't seem to executing my .emacs. The other machines my
customizations work OK.
>
> I lost my hard drive on that machine (I did keep my data, but lost the registry) & had to re-install
everything. I tried running addpm.exe again, but it didn't help.
>
> Any suggestions?
>
>
>

Harter, Douglas | 23 Apr 2003 21:40
Picon

RE: .emacs doesn't execute

I tried that. 
SET HOME=d:\Emacs

Didn't help.

should it be
SET HOME=D:\Emacs\

Sustainability for PA - It's in Our Hands
http://www.dep.state.pa.us/earthdaycentral/03/

> -----Original Message-----
> From: Erik Curiel [mailto:erik <at> gaffle.com]
> Sent: Wednesday, April 23, 2003 2:37 PM
> To: Harter, Douglas
> Cc: Windows Help Emacs (E-mail)
> Subject: Re: [h-e-w] .emacs doesn't execute
> 
> 
> 
> Try defining a local variable in your windows environment, 
> HOME, pointing
> to the folder in which your .emacs lives.
> 
> Erik Curiel
> 
> On Wed, 23 Apr 2003, Harter, Douglas wrote:
> 
> > I am running Emacs on three machines: Sun Solaris Unix 8.0, 
> Windows 2000, & Windows Me. All machines use the same .emacs. 
> Only the Windows Me machine doesn't seem to executing my 
> .emacs. The other machines my customizations work OK.
> >
> > I lost my hard drive on that machine (I did keep my data, 
> but lost the registry) & had to re-install everything. I 
> tried running addpm.exe again, but it didn't help.
> >
> > Any suggestions?
> >
> >
> >
> 

Robinows | 24 Apr 2003 00:32
Picon
Favicon

Re: .emacs doesn't execute

In a message dated 4/23/2003 3:58:06 PM Eastern Daylight Time, dharter <at> state.pa.us writes:

I tried that.
SET HOME=d:\Emacs

Didn't help.

should it be
SET HOME=D:\Emacs\

No, it shouldn't.  It's not clear to me where you're setting the variable, but ..

C-x C-f  $HOME      followed by a space character should tell you what emacs thinks the HOME variable is.

Regardless, you can put your .emacs file in  ~/.emacs
So if you can't figure out how to set HOME, and assuming that your init file is in D:\emacs\.emacs , then
C-x C-f D:\emacs\.emacs
C-x C-w ~/.emacs
then restart emacs

If that doesn't work something is seriously wrong with your setup.

Mike Campbell | 24 Apr 2003 02:09
Picon
Favicon

RE: .emacs doesn't execute

If his problem is that emacs isn't reading his .emacs, then setting HOME *IN* his .emacs won't help, since it's not being read in the first place.
 
Anyway, I'm not sure what OS you're using, but if it's Windows NT, 2K, or XP, then you go into the Settings->Control Panel->System, and dig around in there until you find the "Environment Variables" tab.  (It might be hidden behind an "Advanced setting" button.) 
 
Once you find that, either find the "HOME" entry, see where it points and put your .emacs file there, *OR* change or add the entry to point to C:\ or D:\, or wherever you're comfortable it being.  Then put the .emacs where you set HOME to be.
-----Original Message-----
From: help-emacs-windows-bounces+michael_s_campbell=yahoo.com <at> gnu.org [mailto:help-emacs-windows-bounces+michael_s_campbell=yahoo.com <at> gnu.org]On Behalf Of Robinows <at> aol.com
Sent: Wednesday, April 23, 2003 6:33 PM
To: dharter <at> state.pa.us
Cc: help-emacs-windows <at> gnu.org
Subject: Re: [h-e-w] .emacs doesn't execute

In a message dated 4/23/2003 3:58:06 PM Eastern Daylight Time, dharter <at> state.pa.us writes:

I tried that.
SET HOME=d:\Emacs

Didn't help.

should it be
SET HOME=D:\Emacs\

No, it shouldn't.  It's not clear to me where you're setting the variable, but ..

C-x C-f  $HOME      followed by a space character should tell you what emacs thinks the HOME variable is.

Regardless, you can put your .emacs file in  ~/.emacs
So if you can't figure out how to set HOME, and assuming that your init file is in D:\emacs\.emacs , then
C-x C-f D:\emacs\.emacs
C-x C-w ~/.emacs
then restart emacs

If that doesn't work something is seriously wrong with your setup.


Gmane