Gnus development mailing list
 help / color / mirror / Atom feed
* Re: ~/#.newsrc-dribble# file
  1999-12-10 23:34 ~/#.newsrc-dribble# file Dan Mills
@ 1999-12-01  8:16 ` Jørgen Wahlberg
  1999-12-11 14:35   ` Dan Mills
  0 siblings, 1 reply; 8+ messages in thread
From: Jørgen Wahlberg @ 1999-12-01  8:16 UTC (permalink / raw)



[ Dan Mills <dm@cs.duke.edu> ]

|  Hello,
|  
|  I always seem to have a ~/#.newsrc-dribble# file hanging around, in
|  addition to ~/.newsrc-dribble and ~/.newsrc-dribble~.  Is there any
|  way to make it not appear?  Or if it's necessary to have (or
|  recommended), then could I have it be named something else (with a
|  leading ".")?

Isn't that the auto-save file for .newsrc-dribble?  I believe you
would like to have that file when recovering after a crash.

When you press s in the Group window or quit Gnus it should disappear
though.

 - jørgen

-- 
Jørgen Wahlberg <jw@nimrod.no>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-11 14:35   ` Dan Mills
@ 1999-12-01 10:57     ` Toby Speight
  1999-12-01 13:51       ` Taso N. Devetzis
  1999-12-01 22:28     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 8+ messages in thread
From: Toby Speight @ 1999-12-01 10:57 UTC (permalink / raw)


Dan> Dan Mills <URL:mailto:dm@cs.duke.edu>

0> In article <87u2lpeean.fsf@majikthise.adsl.duke.edu>, Dan wrote:

Dan> But isn't the ~ file enough?  I've only had it crash a couple of
Dan> times.. is it worth having two backups?  Also- could I gell gnus
Dan> (or emacs?) to add a '.' in front of it?  I wouldn't mind having
Dan> 20 backups, as long as I didn't have to see them every time I do
Dan> an 'ls'.

That's a general emacs question, not specific to ding.

(apropos "auto-?save")

In particular, look at `make-auto-save-file-name'.  You should be able
to advice it (in your .emacs) so that it begins with a dot.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-01 10:57     ` Toby Speight
@ 1999-12-01 13:51       ` Taso N. Devetzis
  0 siblings, 0 replies; 8+ messages in thread
From: Taso N. Devetzis @ 1999-12-01 13:51 UTC (permalink / raw)


see also the variable auto-save-directory.

for example:

(setq auto-save-directory
      (expand-file-name "~/.autosave/"))

/taso


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-11 14:35   ` Dan Mills
  1999-12-01 10:57     ` Toby Speight
@ 1999-12-01 22:28     ` Lars Magne Ingebrigtsen
  1999-12-12 10:02       ` Dan Mills
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-01 22:28 UTC (permalink / raw)


Dan Mills <dm@cs.duke.edu> writes:

> > Isn't that the auto-save file for .newsrc-dribble?  I believe you
> > would like to have that file when recovering after a crash.
> 
> I thought that too.  But isn't the ~ file enough?

No, the ~ file is the backup file.  You need the auto-save file.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-12 10:02       ` Dan Mills
@ 1999-12-02  4:42         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-02  4:42 UTC (permalink / raw)


Dan Mills <dm@cs.duke.edu> writes:

> Ok.  How do I tell emacs (or gnus) to use another name for the
> auto-save file?  (ie, something with a dot in front of it).

Alter the `make-auto-save-file-name' function to return something that
has a dot in front of it.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 8+ messages in thread

* ~/#.newsrc-dribble# file
@ 1999-12-10 23:34 Dan Mills
  1999-12-01  8:16 ` Jørgen Wahlberg
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Mills @ 1999-12-10 23:34 UTC (permalink / raw)


Hello,

I always seem to have a ~/#.newsrc-dribble# file hanging around, in
addition to ~/.newsrc-dribble and ~/.newsrc-dribble~.  Is there any
way to make it not appear?  Or if it's necessary to have (or
recommended), then could I have it be named something else (with a
leading ".")?

Thanks,
-Dan

-- 
Dan Mills, Duke Class of 2000         -o)
email: dm(at)cs(dot)duke(dot)edu      /\\
-----------------------------------\ _\_v
Damn Sill.. Sand Mill?  All Minds! |_____


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-01  8:16 ` Jørgen Wahlberg
@ 1999-12-11 14:35   ` Dan Mills
  1999-12-01 10:57     ` Toby Speight
  1999-12-01 22:28     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Mills @ 1999-12-11 14:35 UTC (permalink / raw)
  Cc: ding

jw@nimrod.no (Jørgen Wahlberg) writes:

> [ Dan Mills <dm@cs.duke.edu> ]
> 
> |  Hello,
> |  
> |  I always seem to have a ~/#.newsrc-dribble# file hanging around, in
> |  addition to ~/.newsrc-dribble and ~/.newsrc-dribble~.  Is there any
> |  way to make it not appear?  Or if it's necessary to have (or
> |  recommended), then could I have it be named something else (with a
> |  leading ".")?
> 
> Isn't that the auto-save file for .newsrc-dribble?  I believe you
> would like to have that file when recovering after a crash.

I thought that too.  But isn't the ~ file enough?  I've only had it
crash a couple of times.. is it worth having two backups?  Also- could
I gell gnus (or emacs?) to add a '.' in front of it?  I wouldn't mind
having 20 backups, as long as I didn't have to see them every time I
do an 'ls'.

-Dan

-- 
Dan Mills, Duke Class of 2000         -o)
email: dm(at)cs(dot)duke(dot)edu      /\\
-----------------------------------\ _\_v
Damn Sill.. Sand Mill?  All Minds! |_____


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ~/#.newsrc-dribble# file
  1999-12-01 22:28     ` Lars Magne Ingebrigtsen
@ 1999-12-12 10:02       ` Dan Mills
  1999-12-02  4:42         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Mills @ 1999-12-12 10:02 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Dan Mills <dm@cs.duke.edu> writes:
> 
> > > Isn't that the auto-save file for .newsrc-dribble?  I believe you
> > > would like to have that file when recovering after a crash.
> > 
> > I thought that too.  But isn't the ~ file enough?
> 
> No, the ~ file is the backup file.  You need the auto-save file.

Ok.  How do I tell emacs (or gnus) to use another name for the
auto-save file?  (ie, something with a dot in front of it).

-Dan

-- 
Dan Mills, Duke Class of 2000         -o)
email: dm(at)cs(dot)duke(dot)edu      /\\
-----------------------------------\ _\_v
Damn Sill.. Sand Mill?  All Minds! |_____


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-12-12 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-10 23:34 ~/#.newsrc-dribble# file Dan Mills
1999-12-01  8:16 ` Jørgen Wahlberg
1999-12-11 14:35   ` Dan Mills
1999-12-01 10:57     ` Toby Speight
1999-12-01 13:51       ` Taso N. Devetzis
1999-12-01 22:28     ` Lars Magne Ingebrigtsen
1999-12-12 10:02       ` Dan Mills
1999-12-02  4:42         ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).