RE: Display problems on Windows XP
2003-04-13 19:16:05 GMT
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)
Performance issues on running macros with Windows Emacs 21.2
2003-04-14 13:46:02 GMT
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
RE: Performance issues on running macros with Windows Emacs 21.2
2003-04-14 16:17:56 GMT
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
Would like to use vers 21.2 but ...
2003-04-18 00:04:29 GMT
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
.emacs doesn't execute
2003-04-23 18:25:49 GMT
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?
Re: .emacs doesn't execute
2003-04-23 18:36:58 GMT
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? > > >
RE: .emacs doesn't execute
2003-04-23 19:40:53 GMT
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? > > > > > > >
Re: .emacs doesn't execute
2003-04-23 22:32:48 GMT
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.
RE: .emacs doesn't execute
2003-04-24 00:09:57 GMT
-----Original Message-----In a message dated 4/23/2003 3:58:06 PM Eastern Daylight Time, dharter <at> state.pa.us writes:
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
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.
RSS Feed