In message <[EMAIL PROTECTED]>, "D
avid C. Winters" writes:
[snip]
>That was it. I used GNU Emacs to modify the files, winding up with filename
>and filename~. Deleted the "~" copies and all's well. THanks.
Just a suggestion. Add the following to your ~.emacs file:
(defun make-backup-file-name (FILE)
(concat "~/.backups/" (file-name-nondirectory FILE)))
Mkdir ~.backups. Emacs will then put all backup files (*~) in this directory.
I installed a cron job to keep .backups from becomming huge.
Bob
--
+---------------------------------------------------------------+
| Bob Taylor Email: [EMAIL PROTECTED] |
|---------------------------------------------------------------|
| Like the ad says, at 300 dpi you can tell she's wearing a |
| swimsuit. At 600 dpi you can tell it's wet. At 1200 dpi you |
| can tell it's painted on. I suppose at 2400 dpi you can tell |
| if the paint is giving her a rash. (So says Joshua R. Poulson)|
+---------------------------------------------------------------+
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.