Folks, Just a reminder that the forwarding period for ntemacs-users@... is now ending. Remember to address emails to help-emacs-windows@.......
Geoff Voelker
voelker@...
Oct 1, 2001 5:42 pm
15722
i'm trying to show arabic, hebrew, korean, and greek fonts in emacs 20.7. i installed the international fonts that come with windows 2000, and can show those...
Masoud Pirnazar
amp@...
Oct 2, 2001 5:46 pm
15723
Hello, When executing jde-compile, my source windows splits and I get the *compilation* buffer in the bottom split. When I get an error, I can run run the...
Jeff Rancier
jeff.rancier@...
Oct 3, 2001 1:32 pm
15724
Thanks, that was easy! ... From: James Cox [mailto:jcox@...] Sent: Wednesday, October 03, 2001 9:22 AM To: 'Jeff Rancier'; Jde-List Cc: Emacs Help...
Jeff Rancier
jeff.rancier@...
Oct 3, 2001 1:39 pm
15725
this was posted on this list a while ago, I forget by who... add this to your my-jde-mode-hook: (add-hook 'compilation-mode-hook 'turn-on-font-lock) ... From:...
James Cox
jcox@...
Oct 3, 2001 1:40 pm
15726
... Yes, butīs not the correct solution (like also discussed some weeks ago). The real reason was a bug in the JDE (sonething with the hooks, i have forgotten...
Berndl, Klaus
klaus.berndl@...
Oct 3, 2001 3:46 pm
15727
2.2.8 ... From: Berndl, Klaus [mailto:klaus.berndl@...] Sent: Wednesday, October 03, 2001 11:23 AM To: 'Jeff Rancier'; James Cox; Jde-List Cc: Emacs Help...
Jeff Rancier
jeff.rancier@...
Oct 3, 2001 4:22 pm
15728
I upgraded to 2.2.9beta2 and it does work. Thanks Klaus/James. ... From: Jeff Rancier [mailto:jeff.rancier@...] Sent: Wednesday, October 03, 2001...
Jeff Rancier
jeff.rancier@...
Oct 3, 2001 4:51 pm
15729
Hello, I'm just wondering what the latest news about Emacs 21 on MS Windows are. At release time it will not be possible to ave inline images support on MS...
Frank Schmitt
Azzrael@...
Oct 8, 2001 9:29 am
15730
... The 21.1 release should be quite soon now. The source tree has just been branched for 21.1, and people are now putting in the trunk all the patches...
Andrew Innes
andrewi@...
Oct 8, 2001 11:37 am
15731
Hi, Is there a way of calling a macro on several files? Thanks, Daniel _________________________________________________________________ Get your FREE download...
Daniel Hegyi
dhegyi@...
Oct 8, 2001 2:42 pm
15732
Can I mark in dired mode some files and call a function on the marked files? Thanks. Daniel _________________________________________________________________ ...
Daniel Hegyi
dhegyi@...
Oct 8, 2001 3:47 pm
15733
... Check the emacs help files, Control-H then I, go down to emacs and press return then scroll down to dired and press return. - George...
George Nassas
George_Nassas@...
Oct 8, 2001 4:02 pm
15734
... George> Check the emacs help files, Control-H then I, go down to emacs and George> press return then scroll down to dired and press return. The keystroke...
Wojciech Komornicki
wnk@...
Oct 8, 2001 4:46 pm
15735
The way I do this is to load all the files I want to operate on into a single window/frame. I record my macro in one buffer, and before ending the macro,...
Raymond Zeitler
RayZ@...
Oct 8, 2001 9:13 pm
15736
... I don't understand this because, as far as I can tell, there is no association between frames and buffers aside from the set of buffers which are currently...
David Vanderschel
DvdS@...
Oct 8, 2001 11:46 pm
15737
Frames/Buffers: Well, if I open two instances of Emacs, I have two frames. The first instance knows nothing the buffers in the second instance. I never use ...
Raymond Zeitler
RayZ@...
Oct 9, 2001 5:25 pm
15738
... What I had in mind was something like the following: Begin defining the macro when visiting the buffer containing the file names (one per line) and with ...
David Vanderschel
DvdS@...
Oct 9, 2001 9:43 pm
15739
Hi, I wrote a small function as follows: (defun jbr-copy-reqion-and-print-scratch(start end) "Erase *scratch*. Copy region to *scratch*. Print the buffer." ...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 3:16 pm
15740
Hello, Is there a way to use (interactive "r") and within a function, check to see if the mark is active, and if its not, set it? Currently, if it is not ...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 3:41 pm
15741
... jeff> Hello, jeff> Is there a way to use (interactive "r") and within a function, check to see jeff> if the mark is active, and if its not, set it?...
Christopher J. White
chris@...
Oct 10, 2001 5:19 pm
15742
... jeff> Hi, jeff> I wrote a small function as follows: jeff> (defun jbr-copy-reqion-and-print-scratch(start end) By any chance, have you tried using...
Christopher J. White
chris@...
Oct 10, 2001 5:22 pm
15743
Thanks actually, I wanted to have a function to be able to print remote files (visited by ange-ftp). Most of the servers that we have don't have rshd running,...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 6:17 pm
15744
I don't think so. I think it may have something to do with ange-ftp. I'm sure there is a hook of sorts in the print stuff. Here is my current function. It...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 6:59 pm
15745
I changed the buffer name from *remote print* to *scratch* and it works. Strange. The only thing I lose is the name of the file. Jeff ... From:...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 8:14 pm
15746
... Why would they need rsh running? ps-print doesn't use rsh. It sounds like you are jumping through a lot of hoops just to get the basic functionality that...
Jason Rumney
jasonr@...
Oct 10, 2001 8:25 pm
15747
The weird thing is that if I kill *scratch* and try it, it will fail the same way as before. Jeff ... From: Jeff Rancier [mailto:jeff.rancier@...] ...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 8:25 pm
15748
... ange-ftp does not add hooks to interfere with printing. The only thing I can think of is that this `nt-ps-print-buffer' function you keep referring to...
Jason Rumney
jasonr@...
Oct 10, 2001 8:42 pm
15749
If I visit a file remotely with ange-ftp, and try to print, some package is trying to kick off the lpr command remotely via rsh. I am using: (defun...
Jeff Rancier
jeff.rancier@...
Oct 10, 2001 8:42 pm
15750
I tried ps-print-buffer on my file I was visiting with ange-ftp and it claimed to print, but didn't. I have the following in my .emacs: (setq...