Gnus development mailing list
 help / color / mirror / Atom feed
* mml bug?
@ 2000-10-03 13:02 Paul Stevenson
  2000-10-03 13:39 ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Stevenson @ 2000-10-03 13:02 UTC (permalink / raw)


I've just upgraded to latest CVS and I notice that when I attach a
file and am prompted for the Content-Type, then press tab to see the
list of known types, there are a few bogus entries (mangled duplicates
of postscript and pdf)


-- 
.   Paul Stevenson   .   Reasearch Fellow   .   University of Surrey   .
.     phone: +44 (0) 1483 876795     .     fax +44 (0) 1483 876781     .
.                           I dream in beige                           .



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

* Re: mml bug?
  2000-10-03 13:02 mml bug? Paul Stevenson
@ 2000-10-03 13:39 ` ShengHuo ZHU
  2000-10-03 15:12   ` Paul Stevenson
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-10-03 13:39 UTC (permalink / raw)


Paul Stevenson <p.stevenson@surrey.ac.uk> writes:

> I've just upgraded to latest CVS and I notice that when I attach a
> file and am prompted for the Content-Type, then press tab to see the
> list of known types, there are a few bogus entries (mangled duplicates
> of postscript and pdf)

Those entries come from mailcap-mime-data, mailcap-mime-extensions,
mailcap files and mime-types files.  What does evaluating
(mailcap-mime-types) say?


ShengHuo



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

* Re: mml bug?
  2000-10-03 13:39 ` ShengHuo ZHU
@ 2000-10-03 15:12   ` Paul Stevenson
  2000-10-03 15:25     ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Stevenson @ 2000-10-03 15:12 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> Paul Stevenson <p.stevenson@surrey.ac.uk> writes:
> 
> > I've just upgraded to latest CVS and I notice that when I attach a
> > file and am prompted for the Content-Type, then press tab to see the
> > list of known types, there are a few bogus entries (mangled duplicates
> > of postscript and pdf)
> 
> Those entries come from mailcap-mime-data, mailcap-mime-extensions,
> mailcap files and mime-types files.  What does evaluating
> (mailcap-mime-types) say?

ah.  Yes, they come from the mailcap entries put there by netscape
(mailcap-mime-types) gives:
("desc=\"postscript" "type=application/postscript" "desc=\"portable"
"type=application/pdf" ... )

Does this reflect incorrect parsing of the mailcap file, or is gnus
doing the right thing?

-- 
.   Paul Stevenson   .   Reasearch Fellow   .   University of Surrey   .
.     phone: +44 (0) 1483 876795     .     fax +44 (0) 1483 876781     .
.                           I dream in beige                           .



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

* Re: mml bug?
  2000-10-03 15:12   ` Paul Stevenson
@ 2000-10-03 15:25     ` ShengHuo ZHU
  2000-10-03 15:30       ` Paul Stevenson
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-10-03 15:25 UTC (permalink / raw)


Paul Stevenson <p.stevenson@surrey.ac.uk> writes:

> ah.  Yes, they come from the mailcap entries put there by netscape
> (mailcap-mime-types) gives:
> ("desc=\"postscript" "type=application/postscript" "desc=\"portable"
> "type=application/pdf" ... )
> 
> Does this reflect incorrect parsing of the mailcap file, or is gnus
> doing the right thing?

I don't know.  Could you show me your mailcap file?

ShengHuo



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

* Re: mml bug?
  2000-10-03 15:25     ` ShengHuo ZHU
@ 2000-10-03 15:30       ` Paul Stevenson
  2000-10-03 15:43         ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Stevenson @ 2000-10-03 15:30 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> I don't know.  Could you show me your mailcap file?


[-- Attachment #2: Type: text/plain, Size: 158 bytes --]

#mailcap entry added by Netscape Helper
application/pdf;/usr/bin/X11/acroread %s
#mailcap entry added by Netscape Helper
application/postscript;ghostview %s


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

* Re: mml bug?
  2000-10-03 15:30       ` Paul Stevenson
@ 2000-10-03 15:43         ` ShengHuo ZHU
  2000-10-04  8:28           ` Paul Stevenson
  0 siblings, 1 reply; 7+ messages in thread
From: ShengHuo ZHU @ 2000-10-03 15:43 UTC (permalink / raw)


Paul Stevenson <p.stevenson@surrey.ac.uk> writes:

> ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> 
> > I don't know.  Could you show me your mailcap file?
> 
> #mailcap entry added by Netscape Helper
> application/pdf;/usr/bin/X11/acroread %s
> #mailcap entry added by Netscape Helper
> application/postscript;ghostview %s

"type=application/postscript" is not from this one.  Maybe from some
other files like /etc/mailcap, /usr/etc/mailcap, or
/usr/local/etc/mailcap.  Some file must contain the exact text.

ShengHuo



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

* Re: mml bug?
  2000-10-03 15:43         ` ShengHuo ZHU
@ 2000-10-04  8:28           ` Paul Stevenson
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Stevenson @ 2000-10-04  8:28 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> "type=application/postscript" is not from this one.  Maybe from some
> other files like /etc/mailcap, /usr/etc/mailcap, or
> /usr/local/etc/mailcap.  Some file must contain the exact text.
> 
> ShengHuo

Yes.  I looked for each of those files you listed (plus the extra
personal ones listed in mailcap-parse-mailcaps) but none of the files
exist. Hmmm.  Neither is the environment variable MAILCAPS defined.

Paul



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

end of thread, other threads:[~2000-10-04  8:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-03 13:02 mml bug? Paul Stevenson
2000-10-03 13:39 ` ShengHuo ZHU
2000-10-03 15:12   ` Paul Stevenson
2000-10-03 15:25     ` ShengHuo ZHU
2000-10-03 15:30       ` Paul Stevenson
2000-10-03 15:43         ` ShengHuo ZHU
2000-10-04  8:28           ` Paul Stevenson

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