Gnus development mailing list
 help / color / mirror / Atom feed
* Red .53 and TM 7.93 (any problems?)
@ 1996-11-01 14:36 Robert Nicholson
  1996-11-01 16:01 ` Brian Oneill
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Robert Nicholson @ 1996-11-01 14:36 UTC (permalink / raw)


I'm about to sit down and try to add Mime via TM to my GNUS setup.

Are there any issues with tm 7.93 and Red GNUS .53 that I need to be 
aware about?

I don't use (but my plan to) topic mode.


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

* Re: Red .53 and TM 7.93 (any problems?)
  1996-11-01 14:36 Red .53 and TM 7.93 (any problems?) Robert Nicholson
@ 1996-11-01 16:01 ` Brian Oneill
  1996-11-01 18:40   ` Michael Grubb
  1996-11-01 18:51 ` David Blacka
  1996-11-07 17:19 ` Help! tm problem with .55 Brian Oneill
  2 siblings, 1 reply; 6+ messages in thread
From: Brian Oneill @ 1996-11-01 16:01 UTC (permalink / raw)
  Cc: ding

>>>>> "Robert" == Robert Nicholson <robert@elastica.com> writes:

 Robert> I'm about to sit down and try to add Mime via TM to my GNUS
 Robert> setup.  Are there any issues with tm 7.93 and Red GNUS .53
 Robert> that I need to be aware about?

 Robert> I don't use (but my plan to) topic mode.

Well, i'm using .53 and tm 7.92 and i don't have any problems
as of yet. Except that i can't get it to add my .sig automatically.
But, thats just a tm thing. Anyone have an easy fix for that problem.
I'm just to damn lazy to hit C-cC-s to add my .sig =)

Brian

==============================================================================
  /\ /\                                | Brian O'Neill - Systems Programmer 
/\\ \\ \ M E M B E R  S E R V I C E S  |  
\/ \/ \/ ____________________________  | "the only antidote to sleeplessness 
/\ /\ /\  i n t e r n a t i o n a l    |  is..... sleep"
\// // /                               | 
  \/ \/     http://www.member.com      | b t o n e i l l @ m e m b e r . c o m
==============================================================================
 


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

* Re: Red .53 and TM 7.93 (any problems?)
  1996-11-01 16:01 ` Brian Oneill
@ 1996-11-01 18:40   ` Michael Grubb
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Grubb @ 1996-11-01 18:40 UTC (permalink / raw)


Brian Oneill <btoneill@member.com> writes:

> Well, i'm using .53 and tm 7.92 and i don't have any problems
> as of yet. Except that i can't get it to add my .sig automatically.

This works for me in v0.52 (am about to try .53) and tm7.90:

(setq message-signature '(concat "first line
second line
\"quoted material\"\n"))

     -- Mike

-- 
Michael Grubb <mg@duke.edu>
Duke University Office of Information Technology
phone +1 919 660 6903 / 409 North Building, Durham NC 27708-0132 USA
"Science does not remove the terror of the gods."


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

* Re: Red .53 and TM 7.93 (any problems?)
  1996-11-01 14:36 Red .53 and TM 7.93 (any problems?) Robert Nicholson
  1996-11-01 16:01 ` Brian Oneill
@ 1996-11-01 18:51 ` David Blacka
  1996-11-07 17:19 ` Help! tm problem with .55 Brian Oneill
  2 siblings, 0 replies; 6+ messages in thread
From: David Blacka @ 1996-11-01 18:51 UTC (permalink / raw)


>>>>> "Robert" == Robert Nicholson <robert@elastica.com> writes:

 Robert> I'm about to sit down and try to add Mime via TM to my GNUS setup.
 Robert> Are there any issues with tm 7.93 and Red GNUS .53 that I need to be 
 Robert> aware about?

 Robert> I don't use (but my plan to) topic mode.

My trials led to adding
(add-hook 'gnus-startup-hook 'gnus-xmas-define)

before loading the TM setup.

I also use
(require 'tm-setup)

to link it in rather than (load "mime-setup") as the TM document
suggests.  Not that (load "mime-setup") doesn't work; I just would
rather not be thrown into mime edit mode every time I send a mail
message.  

Its the stuff in "mime-setup" that prevents your signature from being
added.  This is because the mime editing mode has a special set of
signature routines designed to add the signature as a valid MIME part.
-- 
David Blacka              Software Engineer     RWhois Development Team
Network Solutions, Inc.   (703) 742-4897        davidb@rwhois.net


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

* Help! tm problem with .55
  1996-11-01 14:36 Red .53 and TM 7.93 (any problems?) Robert Nicholson
  1996-11-01 16:01 ` Brian Oneill
  1996-11-01 18:51 ` David Blacka
@ 1996-11-07 17:19 ` Brian Oneill
  1996-11-07 22:17   ` Steven L Baur
  2 siblings, 1 reply; 6+ messages in thread
From: Brian Oneill @ 1996-11-07 17:19 UTC (permalink / raw)



Hmmm, i'm having a serious mime problem. I installed .55, and i'm running
tm 7.92, when i try to extract a mime file, i get a message that
it can't find, or no directory, tm-file, but, tm-file.el and tm-file.elc
are in my xemacs/lisp/tm directory, anyone have a clue on how to fix this?
I _really_ need to get this file decoded =(

Brian

-- 
==============================================================================
  /\ /\                                | Brian O'Neill - Systems Programmer 
/\\ \\ \ M E M B E R  S E R V I C E S  |  
\/ \/ \/ ____________________________  | "the only antidote to sleeplessness 
/\ /\ /\  i n t e r n a t i o n a l    |  is..... sleep"
\// // /                               | 
  \/ \/     http://www.member.com      | b t o n e i l l @ m e m b e r . c o m
==============================================================================


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

* Re: Help! tm problem with .55
  1996-11-07 17:19 ` Help! tm problem with .55 Brian Oneill
@ 1996-11-07 22:17   ` Steven L Baur
  0 siblings, 0 replies; 6+ messages in thread
From: Steven L Baur @ 1996-11-07 22:17 UTC (permalink / raw)


>>>>> "Brian" == Brian Oneill <btoneill@member.com> writes:

Brian> Hmmm, i'm having a serious mime problem. I installed .55, and
Brian> i'm running tm 7.92, when i try to extract a mime file, i get a
Brian> message that it can't find, or no directory, tm-file, but,
Brian> tm-file.el and tm-file.elc are in my xemacs/lisp/tm directory,
Brian> anyone have a clue on how to fix this?  I _really_ need to get
Brian> this file decoded =(

The reference to tm-file is surely to the shell script not tm-file.el.
I'd recommend checking your installation of tm.  tm-7.93 is out, so
you might try that as well.

FWIW, I've been running recent tm versions bytecompiled against Gnus
5.2.40 and have had fewer problems than have been reported by others
bytecompiling against Red Gnus.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


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

end of thread, other threads:[~1996-11-07 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-01 14:36 Red .53 and TM 7.93 (any problems?) Robert Nicholson
1996-11-01 16:01 ` Brian Oneill
1996-11-01 18:40   ` Michael Grubb
1996-11-01 18:51 ` David Blacka
1996-11-07 17:19 ` Help! tm problem with .55 Brian Oneill
1996-11-07 22:17   ` Steven L Baur

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).