Re: prolonging the emacs discussion

2002-11-20 Thread bscott
On Wed, 20 Nov 2002, at 9:55am, [EMAIL PROTECTED] wrote: > Don't read the emacs manual. You need to look at the elisp manual. Manuals? We don't need no stinkin manuals. You only need to know one command to customize Emacs: M-x customize In this case, you select/click the "Files"

RE: prolonging the emacs discussion

2002-11-20 Thread Price, Erik
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 12:17 PM > To: Jason Stephenson > Cc: [EMAIL PROTECTED] > Subject: Re: prolonging the emacs discussion > > I was interpreting the OP from the perspecti

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 12:40:21 EST Jason Stephenson said: >Yeah, I think I was answering a different question. The OP wanted to put >them all in one directory, and along the way someone mentioned how to >turn them off and someone else said that it didn't work for them, or >somet

Re: prolonging the emacs discussion

2002-11-20 Thread Jason Stephenson
Yeah, I think I was answering a different question. The OP wanted to put them all in one directory, and along the way someone mentioned how to turn them off and someone else said that it didn't work for them, or something. So, I was just posting what works for me. _

Re: prolonging the emacs discussion

2002-11-20 Thread Jason Stephenson
Yeah, well, I'm using Mozilla now. I s'pose I could always bust out the source code and change it to do a reply to list feature. Or I could switch back to KMail which has (had?) this feature. One thing that works in Mozilla, and I have to remember to do this, is to hit the Reply to all button a

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 12:15:48 EST Derek Martin said: >Mutt also has a feature that allows you to ignore Reply-to headers. As does exmh :) In addition to all the other List-* stuff ddm mentioned. -- Seeya, Paul -- It may look like I'm just sitting here doing nothing,

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 12:00:28 EST Jason Stephenson said: >The following two lines in my .emacs file turn off the creation of the >automatic backup files (those with # before and after the name) and the >regular backup files (those whose names end with ~). > >(setq auto-save-inte

Re: CVS vs RCS (was Re: prolonging the emacs discussion)

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 11:36:54 EST Jason Stephenson said: >I use CVS over RCS because it not only does the job that RCS does, but >also allows me to keep my laptop in sync with my desktop by doing a 'cvs >update'. Emacs also understands CVS commands which are pretty much the >sa

Re: prolonging the emacs discussion

2002-11-20 Thread Jason Stephenson
[Doh! Being to used to using lists that automagically set Reply-to:, I forgot to include the list on this message. I'm sorry Jerry, you're getting two copies. Yes, yes, I know all about reply-to considered harmful.] The following two lines in my .emacs file turn off the creation of the automati

RE: prolonging the emacs discussion

2002-11-20 Thread Price, Erik
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:26 AM > To: Price, Erik > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: prolonging the emacs discussion > > > > In a message da

CVS vs RCS (was Re: prolonging the emacs discussion)

2002-11-20 Thread Jason Stephenson
I use CVS over RCS because it not only does the job that RCS does, but also allows me to keep my laptop in sync with my desktop by doing a 'cvs update'. Emacs also understands CVS commands which are pretty much the same as RCS with a few extras thrown in. When you do serious software developmen

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 10:59:55 EST Michael O'Donnell said: >The CVS FAQ-O-MATIC says: > >"RCS is [analogous to using] assembly language, > while CVS is [like using] Pascal", according to the author." I really don't like that analogy. I think of RCS as kind of a small closet in y

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 10:52:14 EST "Price, Erik" said: >BTW, is RCS similar to CVS or am I mixed up about these? CVS is built upon RCS. RCS is essentially good for very small groups numbering between 1 and 1.5 where there is *really* good communication. CVS is much more geare

RE: prolonging the emacs discussion

2002-11-20 Thread Price, Erik
> -Original Message- > From: Michael O'Donnell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:00 AM > To: [EMAIL PROTECTED] > Subject: Re: prolonging the emacs discussion > > "RCS is [analogous to using] assembly language, >

Re: prolonging the emacs discussion

2002-11-20 Thread Michael O'Donnell
>BTW, is RCS similar to CVS or am I mixed up about these? The CVS FAQ-O-MATIC says: "CVS, which requires RCS, extends RCS to control concurrent editing of sources by several users working on releases built from a hierarchical set of directories. "RCS is [analogous to using] assembly languag

RE: prolonging the emacs discussion

2002-11-20 Thread Price, Erik
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 10:21 AM > To: Price, Erik > Cc: [EMAIL PROTECTED] > Subject: Re: prolonging the emacs discussion > > > Well, the easiest way to do that is t

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 10:20:35 EST [EMAIL PROTECTED] said: > >In a message dated: Wed, 20 Nov 2002 09:41:30 EST >"Price, Erik" said: > >>Once upon a time I saw somewhere a tip on setting up emacs so that those >>annoying backup files all go into one directory, or something like th

Re: prolonging the emacs discussion

2002-11-20 Thread pll
In a message dated: Wed, 20 Nov 2002 09:41:30 EST "Price, Erik" said: >Once upon a time I saw somewhere a tip on setting up emacs so that those >annoying backup files all go into one directory, or something like that. >However, I pored over "Learning GNU Emacs" at the bookstore and scoured >t

Re: prolonging the emacs discussion

2002-11-20 Thread Jerry Feldman
I can only give you a couple of clues. You would set some variables up in your ~/.emacs file. Some of the relevant variables are: make-backup-files : this actually tells emacs how to make backups backup-dir should give you the backup directory, but I am not 100% sure. On 20 Nov 2002 at 9:41, P

Re: prolonging the emacs discussion

2002-11-20 Thread Steven W. Orr
On Wed, 20 Nov 2002, Price, Erik wrote: =>Once upon a time I saw somewhere a tip on setting up emacs so that those =>annoying backup files all go into one directory, or something like that. =>However, I pored over "Learning GNU Emacs" at the bookstore and scoured =>the built-in tutorial and di

prolonging the emacs discussion

2002-11-20 Thread Price, Erik
Once upon a time I saw somewhere a tip on setting up emacs so that those annoying backup files all go into one directory, or something like that. However, I pored over "Learning GNU Emacs" at the bookstore and scoured the built-in tutorial and didn't see how to set the default directory for th