Search the web
Sign In
New User? Sign Up
ntemacs-users · NT Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14460 - 14489 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14460
Hi, Info-additional-directory-list is defined in info.el through a defcustom call so it isn't really there as a variable until info.el has been loaded. That's...
Sprenger, Karel
Karel.Sprenger@...
Send Email
Mar 1, 2001
8:10 am
14461
Hi, ... I don't know where I got this from, but this is what I do: Create a mailto.bat (or whatever.bat) file, containing one line: gnudoit -q (compose-mail...
Ian Swainson
ian@...
Send Email
Mar 1, 2001
9:45 am
14462
... From: Keith Amidon <camalot@...> To: Gerrit Niestijl <g.niestijl@...> Sent: Wednesday, February 28, 2001 9:03 PM Subject: Re: plink, cmd, and...
Gerrit Niestijl
g.niestijl@...
Send Email
Mar 1, 2001
10:56 am
14463
You might try this registry entry. I'm not sure if it will work with Netscape, but I use it for IE on WindowsNT just fine ... REGEDIT4 ...
Chris McMahan
cmcmahan@...
Send Email
Mar 1, 2001
6:56 pm
14464
... David Vanderschel <DvdS@...> 28 Feb 2001 22:26:33 -0600 ... Indeed: I subscribe to the YahooGroups (formerly e-groups) digest. Which I suppose is...
Tom_Roche@...
Send Email
Mar 1, 2001
8:44 pm
14465
This really annoys me and as far as I know there is no way of getting rid of it. The fact is it makes the "buffer's" drop down menu becomes unusable after a ...
Robert Thorpe
ela97jrt@...
Send Email
Mar 1, 2001
8:54 pm
14466
... chris> You might try this registry entry. I'm not sure if it will work with chris> Netscape, but I use it for IE on WindowsNT just fine chris>...
Christopher J. White
chris@...
Send Email
Mar 1, 2001
9:23 pm
14467
I'm running GNU Emacs 20.7.1 (i386-*-nt5.0.2195) using cmdproxy. I'd like to use 'plink' as an SSH client in *shell* buffers. (And ultimately with TRAMP, but...
Tom_Roche@...
Send Email
Mar 1, 2001
9:29 pm
14468
Hi, How can I search all open buffers for a specific string/regexp? "occur" only searches the current buffer, right? Thanks, Daniel ...
Daniel Hegyi
dhegyi@...
Send Email
Mar 1, 2001
9:40 pm
14469
to contact the owner of the egroups/yahoogroups ntemacs-users mail list send a message to: ntemacs-users-owner@egroups.com ...
Bingham, Jay
Jay.Bingham@...
Send Email
Mar 1, 2001
10:24 pm
14470
I've got this code from the 'Net some time ago (don't remember who deserves the credit, sorry...) who works great. It is a ...
Nascif Abousalh-Neto
nascif@...
Send Email
Mar 2, 2001
12:55 am
14471
Another thing that cuts down on the "crud" is to use a dired package that only uses a single buffer! such as dired-single.el from ...
Paul Whitfield
paulw@...
Send Email
Mar 2, 2001
2:32 am
14472
Hi list, some time ago I followed the suggestion of someone on the list and tried Andale Mono as a fontset. I liked it so much that I made it my default font. ...
Wolter Bernd
Bernd.Wolter@...
Send Email
Mar 2, 2001
9:58 am
14473
Just what I was looking for. Thanks! -Dave Gallucci ... From: Nascif Abousalh-Neto [mailto:nascif@...] Sent: Thursday, March 01, 2001 7:17 PM ...
Gallucci, David
David.Gallucci@...
Send Email
Mar 2, 2001
2:15 pm
14474
I know very little about lisp. I am having trouble with my .emacs. I keep getting a "Error in init file: End of file during parsing". I'd like to fix my...
Arafat Mohamed
abmhmd@...
Send Email
Mar 2, 2001
3:32 pm
14475
[Tramp list removed as I deemed it not appropriate...] Previously on NT emacs mailing list... Kai> Please try to enter the name of your telnet client (the one ...
Bill Pringlemeir
bpringlemeir@...
Send Email
Mar 2, 2001
4:53 pm
14476
I'm not an Emacs or Lisp guru, but I can give you some points : - end of file during parsing often occurs on misbalanced parenthesis, and so on : so use emacs...
duffiana jones
cdufaza@...
Send Email
Mar 2, 2001
5:16 pm
14477
... well, you can start at the beginning of the file and just M-C-f until the parsing error occurs. I often just use some code like this: (require 'cl) (defun...
Tom Capey
tomc@...
Send Email
Mar 2, 2001
5:57 pm
14478
The problem is open and close brackets don't match ... put the following in your .emacs ... ;;;paren mode matches brackets with the bracket under the cursor...
Hollingdale, Dave
dave.hollingdale@...
Send Email
Mar 2, 2001
6:03 pm
14479
... Arafat> I guess my method of debugging programs is using print Arafat> statements. Could someone please show me how to do Arafat> that.... Start emacs with...
Christoph Conrad
C.Conrad@...
Send Email
Mar 2, 2001
6:03 pm
14480
Arafat, I checked your .emacs file and all the parenthesis seem to be balanced. I then loaded and it loads fine. Anyway, you can use the message Lisp funtion...
Nascif Abousalh-Neto
nascif@...
Send Email
Mar 2, 2001
6:43 pm
14481
... I can usually track down such a problem fairly quickly by using eval-region to execute only portions of the initialization file. (I went to some extra...
David Vanderschel
DvdS@...
Send Email
Mar 2, 2001
7:16 pm
14482
I tried to get Andale Mono to mix-in bold long ago. What I eventually figured out is AM's bold variant is a different size than the normal AM. However, this...
Charlie Reiman
charlie.reiman@...
Send Email
Mar 2, 2001
7:16 pm
14483
Arafat, That error message usually means that you haven't balanced parentheses, quotes, etc. One such problem is that you have the following code: ;; Sets the...
Sokoloff, Jim (ITG)
Jim_Sokoloff@...
Send Email
Mar 2, 2001
7:24 pm
14484
i've looked high and low (faq, manual, info, apropos, etc.) but haven't found any mention of the use of background pixmaps in NTEmacs.... Is this possible? ...
Sean Ottey
SeanO@...
Send Email
Mar 2, 2001
8:13 pm
14485
... Just to be pedantic, note that it is the _spaces_ in your file names that is causing trouble, not their _length_. It is generally good practice to avoid...
Stephen Leake
stephen.a.leake.1@...
Send Email
Mar 2, 2001
8:16 pm
14486
Has anyone else seen the dialog that pops up when exiting emacs: Gnuserv Error 109 when reading from stdin! Aborting. This happen quite frequently. GNU Emacs...
Jeff Rancier
jeff.rancier@...
Send Email
Mar 2, 2001
8:31 pm
14487
Hi, If I am editing a file with embedded spaces in the filename (e.g.: C:\Program Files\Apache Group\Apache\cgi-bin\subsequence.pl ) then I get the following...
Jonathan Epstein
Jonathan_Epstein@...
Send Email
Mar 2, 2001
8:59 pm
14488
Yep. Happens to me all the time, but since it goes away without me having to click OK (at least when I am shutting down the system), I just ignored it....
Horsley Tom
Tom.Horsley@...
Send Email
Mar 2, 2001
9:03 pm
14489
Bill Pringlemeir <bpringlemeir@...> 02 Mar 2001 10:59:40 ... Works for me! Just some documentation: * Users should M-x plink-ssh which works, not ...
Tom_Roche@...
Send Email
Mar 2, 2001
9:10 pm
Messages 14460 - 14489 of 16715   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help