Hi: Has anyone successfully configured Peter D. Pezaris's sql-mode to work with MS SQL Server? Please let me know how you configured it to work with MS SQL...
Young Lee
youngl@...
Mar 1, 1998 10:30 am
386
I've just upgraded my installation of cygwin from Beta 18 to Beta 19. The following ling from my _emacs: (setq explicit-sh-args '("-login" "-i")) which worked...
Chris Searle
chris@...
Mar 2, 1998 3:04 am
387
I've encountered a minor difficulty with the VC Version Control package. It would appear that the command shell is hard-coded as "/bin/sh" in some parts of the...
Jeremy Bowen
jbowen@...
Mar 2, 1998 4:13 am
388
Norman -- I also have a non-networked Win95 environment at home, and do printing from ntemacs. ... What have you come up with? ___Pete kaiser@......
Peter Kaiser
kaiser@...
Mar 2, 1998 1:12 pm
389
... ## Subject: Re: MailCrypt Reply-to: jari.aalto@... ... Last I heard: PGP 5 is not supported. Mailcrypt is designed for 2.6.x I'm working on PGP 5...
jari.aalto@...
Mar 2, 1998 1:42 pm
390
Geoff, I had the same problem but didn't mention. I compiled it without modifying the source code except for the PURE_VIRTUAL_SIZE fix I sent in last week....
!D Ulrich Beyer
beyer@...
Mar 2, 1998 4:58 pm
391
... I've had similar problems running speedbar If I select 'Toggle sort tags' in the speedbar frame popup menu (or from the menu bar), mouse events are ignored...
David Biesack
sasdjb@...
Mar 2, 1998 5:32 pm
392
That worked for me automatically....
Fox, Lou
LouF@...
Mar 2, 1998 5:49 pm
393
Hi there, I installed a precompiled version of emacs-20.2.1 on a PC running Windows 95 this morning. The first thing I wanted to try out was ange-ftp....
Kevin Broadey
kevin.broadey@...
Mar 2, 1998 5:49 pm
394
... I wonder if this is related to the "obscured frame" detection code I put into 19.34.6. If you type C-g (say) in the frame which is not responding to mouse...
Andrew Innes
andrewi@...
Mar 2, 1998 6:42 pm
395
Does anyone have the source for either version of win95tar on the emacs source code site? This is a unique flavor of GNUTAR which supports ASPI tape devices....
Jeff Nelson
jnelson@...
Mar 2, 1998 9:41 pm
396
... The original version of my fix is covered in: http://www.cs.washington.edu/homes/voelker/ntemacs/discuss/vc ZEd Rapoport PC...
Peter Cherna
peter.cherna@...
Mar 2, 1998 10:22 pm
397
... Jeremy> I've encountered a minor difficulty with the VC Version Jeremy> Control package. It would appear that the command shell Jeremy> is hard-coded as...
Gleb Arshinov
gleb@...
Mar 3, 1998 1:44 am
398
I have a directory that's big and is physically on a subnetwork a few hops away. When I do a dired it takes a very long time - like 30 seconds. When I hacked...
Larry Smith
lsmith@...
Mar 3, 1998 3:00 am
399
Hello ... I can't seem to get the shift selection functionality to work... I got the following elisp code from a previous message. I have it in my .emacs ... ...
Mathew J. Rippa
moonowl@...
Mar 3, 1998 8:02 am
400
Below are my version - works for me with ntemacs 19.34.6 on win95. chen -- ;; (global-set-key [S-up] 'previous-line-with-mark) (defun previous-line-with-mark...
G. Chen
chen@...
Mar 3, 1998 6:10 pm
401
... It does. ... In 19.34.6, I put in some code so that stat() would make use of the information obtained by readdir() if possible, precisely to avoid ...
Andrew Innes
andrewi@...
Mar 3, 1998 7:45 pm
402
Take a look at pc-select.el -- Cheers, --Dima. ... From: Mathew J. Rippa <moonowl@...> To: NT Emacs Mailing List <ntemacs-users@...> ...
Dmitry Yaitskov
dyaitskov@...
Mar 3, 1998 7:49 pm
403
I would like to change the default value of the cc-mode customization variable c-basic-offset for use with JDE - but alas, I've had no luck in doing so. No...
Brian Anderson
bha@...
Mar 3, 1998 10:38 pm
404
I recently upgraded to 20.2.1 and am trying to run java aps with jrew. The applications run but the window never becomes visible. I had this same problem with...
Andy Bacon
abacon@...
Mar 4, 1998 12:57 am
405
Hi I'm getting some complaints from those whom I work with because the emacs uses different characters for umlauts. I have "standard-display-european t" in my...
Amarrei@...
Mar 4, 1998 1:10 am
406
I was wondering if you know how to revert colors in emacs. That is, I want bright white characters on a black background. I would also like to use a large easy...
Stephanie Schmitt - G...
sgrohe@...
Mar 4, 1998 1:16 am
407
Try these settings in your .emacs... (I'm running 19.34.6 on NT 4.0 sp3) ... (if (not window-system) nil (setq default-frame-alist (append default-frame-alist...
Chris McMahan
cmcmahan@...
Mar 4, 1998 2:04 am
408
I have cc-mode 5.20, custom 1.9961, and emacs 19.34.6. I have patched together the various instructions for setting up this up, and tried it with both ntemacs...
Michael Richters
merlin@...
Mar 4, 1998 2:42 am
409
... last action was a co. ... I do this, and can check the file back in at any stage using the command line, but it seems emacs is not able to do this - runs...
Barney Dalton
barneyd@...
Mar 4, 1998 5:09 am
410
Is it possible to make NTEmacs behave like usual Windows Editors as far as marking with pressed shift (and Ctrl) key is concerned? I.e.: - pressing shift and...
Rainer Feuerstein
ntemacs@...
Mar 4, 1998 6:07 am
411
... tries ... I would suggest doing (setq vc-mistrust-permissions t) in your .emacs file. This should force VC to check the state of the file in RCS to see if...
Jeremy Bowen
jbowen@...
Mar 4, 1998 8:09 am
412
... 19.34.6 hides windows of processes started with start-process unless you set win32-start-process-show-window to a non-nil value. Check to see if 20.2.1...
Paul Kinnucan
paulk@...
Mar 4, 1998 8:35 am
413
Paul Kinnucan
paulk@...
Mar 4, 1998 8:39 am
414
... Customizing c-basic-offset does not work as you've discovered. Try adding (defun my-jde-mode-hook () (define-key jde-mode-map [f9] 'jde-compile) (setq...