Gnus development mailing list
 help / color / mirror / Atom feed
* Uhm
@ 1997-11-25 17:10 Lars Magne Ingebrigtsen
  1997-11-25 19:56 ` Uhm Dan Christensen
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-25 17:10 UTC (permalink / raw)


I just wrote a command to keep the X-Sent line updated in the article
buffer.  Continually.  (Timers, you know.)

I must be coming down with something nasty, although I don't actually
*feel* feverish.

`M-x gnus-start-date-timer'

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


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

* Re: Uhm
  1997-11-25 17:10 Uhm Lars Magne Ingebrigtsen
@ 1997-11-25 19:56 ` Dan Christensen
  1997-11-26  7:32   ` Uhm Lars Magne Ingebrigtsen
  1997-11-26  9:03 ` Uhm Steinar Bang
  1997-11-26 15:01 ` Parse error.. Uhm Andy Eskilsson
  2 siblings, 1 reply; 14+ messages in thread
From: Dan Christensen @ 1997-11-25 19:56 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> I just wrote a command to keep the X-Sent line updated in the article
> buffer.  Continually.  (Timers, you know.)
> 
> I must be coming down with something nasty, although I don't actually
> *feel* feverish.
> 
> `M-x gnus-start-date-timer'

Cute.  But when I run gnus-stop-date-timer I get an error:

Signaling: (void-function nnheader-delete-timer)
  nnheader-delete-timer([nil 13435 11457 809586 1 article-update-date-lapsed nil nil])
  gnus-stop-date-timer()
* call-interactively(gnus-stop-date-timer)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

Dan

PS:  Could gnus-start-date-timer take an optional argument to make it
run less frequently?  

-- 
Dan Christensen
jdc@math.jhu.edu


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

* Re: Uhm
  1997-11-25 19:56 ` Uhm Dan Christensen
@ 1997-11-26  7:32   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-26  7:32 UTC (permalink / raw)


jdc@chow.mat.jhu.edu (Dan Christensen) writes:

> Cute.  But when I run gnus-stop-date-timer I get an error:
> 
> Signaling: (void-function nnheader-delete-timer)

Yup.  Fix in Quassia Gnus v0.17.

> PS:  Could gnus-start-date-timer take an optional argument to make it
> run less frequently?  

Sure.  Fix in Quassia Gnus v0.17.

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


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

* Re: Uhm
  1997-11-25 17:10 Uhm Lars Magne Ingebrigtsen
  1997-11-25 19:56 ` Uhm Dan Christensen
@ 1997-11-26  9:03 ` Steinar Bang
  1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
       [not found]   ` <6f4t50j9c6.fsf@bavur.dna.lth.se>
  1997-11-26 15:01 ` Parse error.. Uhm Andy Eskilsson
  2 siblings, 2 replies; 14+ messages in thread
From: Steinar Bang @ 1997-11-26  9:03 UTC (permalink / raw)


>>>>> Lars Magne Ingebrigtsen <larsi@ifi.uio.no>:

> I just wrote a command to keep the X-Sent line updated in the article
> buffer.  Continually.  (Timers, you know.)

OK... so I'm stupid: what does this mean?

> I must be coming down with something nasty, although I don't actually
> *feel* feverish.

> `M-x gnus-start-date-timer'

Hah! I may be a dumb hick from the arctic circle, but I'm not gullible
enough to run that command! I'll been to University, I'll have you
know! 


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

* Re: Uhm
  1997-11-26  9:03 ` Uhm Steinar Bang
@ 1997-11-26  9:30   ` Lars Magne Ingebrigtsen
  1997-11-26 15:41     ` Uhm Sean Doran
                       ` (3 more replies)
       [not found]   ` <6f4t50j9c6.fsf@bavur.dna.lth.se>
  1 sibling, 4 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-26  9:30 UTC (permalink / raw)


Steinar Bang <sb@metis.no> writes:

> > I just wrote a command to keep the X-Sent line updated in the article
> > buffer.  Continually.  (Timers, you know.)
> 
> OK... so I'm stupid: what does this mean?

I find that I don't want to know when an article was written.  The
Date header is useless for me.  What I want to know is how long ago
the article was written, so I have `gnus-article-date-lapsed' in
`gnus-article-display-hook'.

The new function keeps the result of this function updated
continually, to let you feel the passage of time, pulling you into the
future.  Endlessly pulling you into the future.

(Oops.  I'm quoting Laurie Anderson songs.  And Anderson was quoting
Fassbinder.  Someone please help.)

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


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

* Parse error.. Re: Uhm
  1997-11-25 17:10 Uhm Lars Magne Ingebrigtsen
  1997-11-25 19:56 ` Uhm Dan Christensen
  1997-11-26  9:03 ` Uhm Steinar Bang
@ 1997-11-26 15:01 ` Andy Eskilsson
  1997-11-26 15:45   ` Lars Magne Ingebrigtsen
  2 siblings, 1 reply; 14+ messages in thread
From: Andy Eskilsson @ 1997-11-26 15:01 UTC (permalink / raw)


This is utterly cool :-) but it confuses me, it fills up the empty
line between the message-body and the headers, thus removing one of my
'navigation' points, funny how such simple stuff can get stuck so
hard.. 

So would it be possible to also insert a newline when inserting the
X-sent line? Or that maybe is a little bit complicated.. I have to
scan the letter a couple of times now to find the start of message.. 

Or simply it might not be such a jolly good idea having it permanently
turned on?

	/a


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

* Re: Uhm
  1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
@ 1997-11-26 15:41     ` Sean Doran
  1997-11-26 16:07     ` Uhm Neil Crellin
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Sean Doran @ 1997-11-26 15:41 UTC (permalink / raw)


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

> (Oops.  I'm quoting Laurie Anderson songs.  And Anderson was quoting
> Fassbinder.  Someone please help.)

You are not alone.  Standby.

This is the time.  And this is the record of the time.

This is the time.  And this is the record of the time.

	Sean. (who wonders how much software development
		is influenced by developers' tastes in music sometimes.)


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

* Re: Parse error.. Re: Uhm
  1997-11-26 15:01 ` Parse error.. Uhm Andy Eskilsson
@ 1997-11-26 15:45   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-26 15:45 UTC (permalink / raw)


Andy Eskilsson <andy.eskilsson@telelogic.se> writes:

> This is utterly cool :-) but it confuses me, it fills up the empty
> line between the message-body and the headers, thus removing one of my
> 'navigation' points, funny how such simple stuff can get stuck so
> hard.. 

Yes, if the Date header wasn't displayed, that was what would happen.
Fix in Quassia Gnus v0.17.

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


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

* Re: Uhm
  1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
  1997-11-26 15:41     ` Uhm Sean Doran
@ 1997-11-26 16:07     ` Neil Crellin
  1997-11-26 17:33     ` Uhm Wes Hardaker
  1997-11-27  8:29     ` Uhm Steinar Bang
  3 siblings, 0 replies; 14+ messages in thread
From: Neil Crellin @ 1997-11-26 16:07 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> The new function keeps the result of this function updated
> continually, to let you feel the passage of time, pulling you into the
> future.  Endlessly pulling you into the future.
> 
> (Oops.  I'm quoting Laurie Anderson songs.  And Anderson was quoting
> Fassbinder.  Someone please help.)

White Lily.


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

* Re: Uhm
  1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
  1997-11-26 15:41     ` Uhm Sean Doran
  1997-11-26 16:07     ` Uhm Neil Crellin
@ 1997-11-26 17:33     ` Wes Hardaker
  1997-11-27  8:29     ` Uhm Steinar Bang
  3 siblings, 0 replies; 14+ messages in thread
From: Wes Hardaker @ 1997-11-26 17:33 UTC (permalink / raw)


>>>>> On 26 Nov 1997 10:30:33 +0100, Lars Magne Ingebrigtsen <larsi@gnus.org> said:

Lars> (Oops.  I'm quoting Laurie Anderson songs.  And Anderson was quoting
Lars> Fassbinder.  Someone please help.)

  History [of an article] is like an angle being blown backwards into
  the future.

Thanks, I haven't pulled out her CD's in a few years.  Definately
about time.

Wes
-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


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

* Re: Uhm
       [not found]   ` <6f4t50j9c6.fsf@bavur.dna.lth.se>
@ 1997-11-27  8:26     ` Steinar Bang
  0 siblings, 0 replies; 14+ messages in thread
From: Steinar Bang @ 1997-11-27  8:26 UTC (permalink / raw)


>>>>> Kurt Swanson <ksw@dna.lth.se>:

> Steinar Bang <sb@metis.no> writes:
>> >>>>> Lars Magne Ingebrigtsen <larsi@ifi.uio.no>:

>> > I just wrote a command to keep the X-Sent line updated in the article
>> > buffer.  Continually.  (Timers, you know.)

>> OK... so I'm stupid: what does this mean?

> X-Sent shows how long ago the message was sent.  It's only valid at
> the time the article buffer is written, unless one hits g every
> second.

I figured it would be something like this... what I can't figure, is
why it would make sense to update this automagically, as the article
is composed.


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

* Re: Uhm
  1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
                       ` (2 preceding siblings ...)
  1997-11-26 17:33     ` Uhm Wes Hardaker
@ 1997-11-27  8:29     ` Steinar Bang
  1997-11-27 16:12       ` Uhm Alan Shutko
  1997-11-27 16:32       ` Uhm Lars Magne Ingebrigtsen
  3 siblings, 2 replies; 14+ messages in thread
From: Steinar Bang @ 1997-11-27  8:29 UTC (permalink / raw)


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

> Steinar Bang <sb@metis.no> writes:
>> > I just wrote a command to keep the X-Sent line updated in the article
>> > buffer.  Continually.  (Timers, you know.)
>> 
>> OK... so I'm stupid: what does this mean?

> I find that I don't want to know when an article was written.  The
> Date header is useless for me.  What I want to know is how long ago
> the article was written, so I have `gnus-article-date-lapsed' in
> `gnus-article-display-hook'.

Does any other mailers and/or newsreaders use X-Sent? Is it included
in NOV files?


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

* Re: Uhm
  1997-11-27  8:29     ` Uhm Steinar Bang
@ 1997-11-27 16:12       ` Alan Shutko
  1997-11-27 16:32       ` Uhm Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 14+ messages in thread
From: Alan Shutko @ 1997-11-27 16:12 UTC (permalink / raw)
  Cc: ding

>>>>> "S" == Steinar Bang <sb@metis.no> writes:

S> Does any other mailers and/or newsreaders use X-Sent? Is it
S> included in NOV files?

Nope.  It doesn't exist in the message.  When you hit W T e, Gnus will
create the X-Sent header in the *Article* buffer from the Date header
and the current time.

-- 
Alan Shutko <ats@acm.org> - By consent of the corrupted
The questions remain the same.  The answers are eternally variable.


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

* Re: Uhm
  1997-11-27  8:29     ` Uhm Steinar Bang
  1997-11-27 16:12       ` Uhm Alan Shutko
@ 1997-11-27 16:32       ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-27 16:32 UTC (permalink / raw)


Steinar Bang <sb@metis.no> writes:

> > I find that I don't want to know when an article was written.  The
> > Date header is useless for me.  What I want to know is how long ago
> > the article was written, so I have `gnus-article-date-lapsed' in
> > `gnus-article-display-hook'.
> 
> Does any other mailers and/or newsreaders use X-Sent? Is it included
> in NOV files?

Nope and nope.  It's purely a Gnus display thing.  It's never sent
out. 

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


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

end of thread, other threads:[~1997-11-27 16:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-25 17:10 Uhm Lars Magne Ingebrigtsen
1997-11-25 19:56 ` Uhm Dan Christensen
1997-11-26  7:32   ` Uhm Lars Magne Ingebrigtsen
1997-11-26  9:03 ` Uhm Steinar Bang
1997-11-26  9:30   ` Uhm Lars Magne Ingebrigtsen
1997-11-26 15:41     ` Uhm Sean Doran
1997-11-26 16:07     ` Uhm Neil Crellin
1997-11-26 17:33     ` Uhm Wes Hardaker
1997-11-27  8:29     ` Uhm Steinar Bang
1997-11-27 16:12       ` Uhm Alan Shutko
1997-11-27 16:32       ` Uhm Lars Magne Ingebrigtsen
     [not found]   ` <6f4t50j9c6.fsf@bavur.dna.lth.se>
1997-11-27  8:26     ` Uhm Steinar Bang
1997-11-26 15:01 ` Parse error.. Uhm Andy Eskilsson
1997-11-26 15:45   ` 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).