I am looking for a solution to the same problem. Isaac ... From: owner-ntemacs-users@... [mailto:owner-ntemacs-users@...]On Behalf...
Isaac Kunz
IsaacK@...
Aug 1, 2000 10:57 pm
12515
This simple task eludes me. I always get the same courier font. I've loaded my own Type 1 fixed-width fonts into my Win2k Pro workstation and configured my...
Warren Seltzer
wseltzer@...
Aug 2, 2000 12:09 am
12516
A new test version is available from http://centaur.maths.qmw.ac.uk/Emacs/. Apart from a few minor bug fixes and enhancements, this version supports dialogue...
Dr Francis J. Wright
F.J.Wright@...
Aug 2, 2000 11:55 am
12517
A first draft is now available via http://centaur.maths.qmw.ac.uk/Emacs/WoMan/, as texinfo source, formatted info, html and pdf. All files are also available...
Dr Francis J. Wright
F.J.Wright@...
Aug 2, 2000 11:57 am
12518
Oops... looks like it was a problem with a rather stupid caching proxy server. Sorry. ... From: Jason Stell To: 'Paul Kinnucan '; 'jde@... '; ...
Jason Stell
jstell@...
Aug 2, 2000 12:31 pm
12519
... That opened a new frame while compiling, that was not what I wanted to achieve :) Perhaps I should clarify: I want the "*compilation*" buffer to be opened...
Jon Olsson
Jon.Olsson@...
Aug 2, 2000 3:15 pm
12520
... I suspect this is a problem with your version of diff. I think I'm currently using the version that comes with RCS for Windows, which works fine (also...
Dr Francis J. Wright
F.J.Wright@...
Aug 2, 2000 4:18 pm
12521
Is there a way to set the position of the mark character in dired? E.g. currently my dired displays like this: - d:/mod_perl/MS/modperl1: - total 3020 -...
Tom_Roche@...
Aug 2, 2000 8:18 pm
12522
Hi I remember a while back someone posted a snippet of code to replace "yes-or-no-p" prompts with the simpler "y-or-n-p" I now find the need for this behaviour...
Jeremy Bowen
jeremy_bowen@...
Aug 2, 2000 11:10 pm
12523
... That was probably me, and here's the code: (defun yes-or-no-p (arg) "An alias for y-or-n-p, because I hate having to type 'yes' or 'no' just to answer a...
Craig Dickson
crd@...
Aug 3, 2000 12:05 am
12524
... Craig> (defun yes-or-no-p (arg) Even simpler: (defalias 'yes-or-no-p 'y-or-n-p) Mit freundlichen Grüßen / Best regards i. A. Christoph Conrad -- CLI-GmbH,...
Christoph Conrad
cc@...
Aug 3, 2000 6:29 am
12525
Jeremy, I've stolen this from someones .emacs: makes the enter key act as yes. (fset 'yes-or-no-p 'y-or-n-p) (define-key query-replace-map [return] 'act) ...
Jon Olsson
Jon.Olsson@...
Aug 3, 2000 8:45 am
12526
... this is a version that has provided me with many years of happiness (I'm easily pleased) posted by Erik Naggum to one of the Emacs newsgroups. (fset...
Tom Capey
tomc@...
Aug 3, 2000 8:54 am
12527
Hi Tom, ... I have font-lock-mode on in dired and the names of marked files get shown in red. Is that what you want? so long, benny -- ISION Internet AG ...
Benjamin Riefenstahl
Benjamin.Riefenstahl@...
Aug 3, 2000 11:27 am
12528
... My guess is that the position of the mark cannot be changed easily, i.e. without re-writing some of dired. And since dired is big and complicated and...
Dr Francis J. Wright
F.J.Wright@...
Aug 3, 2000 1:17 pm
12529
Does anyone know if/how to have an indicator on the mode line indicating whether or not caps lock is on? Numlock? Scroll Lock? Jeff...
Jeff Rancier
jeff.rancier@...
Aug 3, 2000 4:31 pm
12530
Can someone please direct me to the binaries for the nt version of etags? I'm using emacs 20.6.1 on an nt 4.0 machine. Thanks in advance Don...
BROCKHAGE, Don
don.brockhage@...
Aug 3, 2000 5:05 pm
12531
... Too bad. However, thanks to all who suggested font-locking dired-mode. I thought I had it turned on globally, but I didn't. Your prompt assistance is...
Tom_Roche@...
Aug 3, 2000 6:30 pm
12532
Try http://ctags.sourceforge.net....
Jeff Rancier
jeff.rancier@...
Aug 3, 2000 7:06 pm
12533
Hello all, two questions: 1) there was a stream regarding highlighting marked files in dired. I have this set up but the highlight color is almost identical...
"Gérald Jean"
Gerald.Jean@...
Aug 3, 2000 8:15 pm
12534
I asked this once before and didn't get any replies. Thought I would try one more time. Anyone out there using the Tasking EDE with emacs? I don't fully...
Martin Michael J (Wlo...
MartinMichaelJ@...
Aug 3, 2000 8:35 pm
12535
I'm running GNU Emacs 20.6.1 (i386-*-nt5.0.2195) on w2k. I got auto-save.el v1.19 from ...
Tom_Roche@...
Aug 3, 2000 8:45 pm
12536
Here's some code for .emacs that will make igrep default to using the region if the mark is active. Otherwise, it uses the current word just like before. I...
Martin Michael J (Wlo...
MartinMichaelJ@...
Aug 3, 2000 8:46 pm
12537
... I am not aware of any platform independent way to determine the state of the lock keys from elisp. But on Windows you can disable their normal behaviour...
Jason Rumney
jasonr@...
Aug 3, 2000 9:37 pm
12538
... They should be in %EMACS_DIR%\bin -- Jason Rumney <jasonr@...>...
Jason Rumney
jasonr@...
Aug 3, 2000 9:39 pm
12539
I'm using the MKS version of diff (MKS release 6.2). Diff's usage message says: Usage: diff [-befhHimnNrsw] [-c[n]] [-C n] [-Dname] [-M mark] file1 file2 The...
Shankar Unni
shankar@...
Aug 3, 2000 11:42 pm
12540
... Well, if you're using windows NT, or windows 2000 you could create a small batch file that says: rem ---- Snippity @echo off echo My args are: "%*" pause...
Steve Kemp
skx@...
Aug 4, 2000 9:28 am
12541
Got it. Looks like ediff-exec-process is blindly appending "--binary" to the command line, without checking to see if the diff command will take it. There's...
Shankar Unni
shankar@...
Aug 5, 2000 2:41 am
12542
Hi! I reported earlier on my woes with fonts in ntemacs under Win2000. Now I added a font to my system, and the font I used to use is gone. Strange. But I...
Lars Clausen
lrclause@...
Aug 5, 2000 11:18 pm
12543
... I believe that there was some discussion about this a while ago and NTEmacs has some non-standard code that is not in the main system, and presumably will...